.box{
    width: 92%;
    margin: auto;
}
.bread-box{
    font-size: 0.8rem;
    color: #282828;
}
.list{
    padding: 2.5rem 0 1rem;
}
.list .item{
    margin-bottom: 2rem;
    display: block;
}
.list .item h3{
    font-size: 1rem;
    line-height: 1.5;
    color: #282828;
    font-weight: 500;
}
.list .item p{
    font-size: 0.8rem;
    line-height: 2;
    color: #7d7d7d;
}
.list-img{
    padding: 0.5rem 0 1rem;
}
.list-img .item{
    display: flex;
    margin: 2rem auto;
}
.list-img .imgbox{
    width: 41%;
    position: relative;
    height: 0;
    padding-top: 23.2%;
    margin-right: 1rem;
}
.list-img .imgbox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-img .textbox{
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.list-img .textbox h3{
    font-size: 1rem;
    line-height: 1.5;
    color: #282828;
    font-weight: 500;
}
.list-img .textbox p{
    font-size: 0.8rem;
    line-height: 2;
    color: #7d7d7d;
    bottom: 0;
    position: absolute;
}

.list-zt{
    text-align: justify;
    text-align-last: justify;
    overflow: auto;
}
.list-zt .item{
    margin: 2rem auto 0;
    width: 46.5%;
    display: inline-block;
    vertical-align: text-top;
}
.list-zt .imgbox{
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
.list-zt .imgbox img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-zt h3{
    width: 100%;
    font-size: 1rem;
    color: #282828;
    font-weight: 500;
    text-align: left;
    text-align-last: left;
    padding: 0.3rem 0;
    height: 3rem;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    box-sizing: border-box;
}
/* 列表加载图标  */
.empty {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    color: #666;
    text-align: center;
}
.load-box {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

.load-box .load {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    background: url("../img/icon_loading.png") no-repeat center;
    background-size: 100% auto;
    -webkit-animation: rotate 2s infinite linear;
    animation: rotate 2s infinite linear;
}

.load-box .load-text {
    margin: 1rem 0;
}

.category-title{
    display: flex;
    width: 100%;
}
.category-title .title{
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
    color: #0073d5;
    margin: 1rem auto 0;
}
.swiper-tab {
    width: 60%;
    margin: 1rem auto 0;    
    border-bottom: 1px solid #eaeef2;
}

.swiper-tab.nav-w-50 {
    width: 48% !important;
}

.swiper-tab.nav-3 a {
    font-size: 1.2rem;
}

.tab::-webkit-scrollbar {
    display: none;
}

.tab .tab-over::-webkit-scrollbar {
    display: none;
}

.tab .swiper-slide {
    text-align: center;
}

.tab .item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: .6rem 0;
    font-size: 1.4rem;
    margin-right: 1.5rem;
    display: inline-block;
}
.J_xxtd .tab .item,
.J_whcl .tab .item {
    margin-right: .1em;
}
.list-cont .tab .item {
    /*min-width: 4em;*/
}
.tab .item,
.tab .item a {
    color: #0073d5;
}

.tab .item.on,
.tab .item.on a {
    color: #ef4569;
}

.tab .item.on::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #ef4569;
}

.list-xxgk{
    padding: 1.5rem 0 1rem;
}
.list-xxgk .item{
    float: left;
    width: 48%;
    height: 4rem;
    margin: 0 1% 1.5rem 1%;
    font-size: 1.2rem;
    line-height: 4rem;
    text-align: center;
    overflow: hidden;
    background: url('https://static.ljcd.gov.cn/statics/default/2022/images/bg_xxgk_list.png') no-repeat;
    background-size: 100% 100%;
}