@import "index.css";
.topnews{
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}
.tn-title{
    position: absolute;
    left: 35px;
    top: 0px;
    font-size: 22px;
    font-weight: bold;
}
.topnews ul{
    display: flex;
}
.topnews li{
    width: 24%;
    margin-right: 1.5%;
    padding: 0 0;
    display: block;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.topnews li:nth-child(4n){
    margin-right: 0;
}
.topnews .alt-pic {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border:1px solid #EAEAEA;
}
.topnews .alt-pic img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: all 0.6s;
}
.topnews .alt-pic img:hover {
    transform: scale(1.2);
}
.topnews li a {
    display: -webkit-flex;
    display: flex;
}
.topnews .alt-text {
    display: block;
    width: 100%;
    padding: 20px;
}
.topnews .alt-title {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #323232;
    height: 60px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
}
.topnews .alt-time {
    color: #9a9a9a;
    font-size: 15px;
    margin-top: 10px;
}
.topnews-list{
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
    overflow: hidden;
    padding-top: 45px;
    z-index: 1;
}
.topnews-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    top: unset;
    text-align: right;
    padding-right: 10px;
}
.topnews-list .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.topnews-list .swiper-pagination-bullet-active{
    background: #dc0a00;
    opacity: 1;
    border:none;
}
.topnews .swiper-button-prev{
    left: 10px;
}
.topnews .swiper-button-next{
    right: 10px;
}
.tab-swiper.bksubnav{
    display: block;
    height: 75px;
    background: #FFF;
    margin-top: 30px;
    border-radius: 10px;
    padding: 0 0;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.tab-swiper.bksubnav #tab-swiper{
    top: 10px;
    padding: 0 30px;
    width: 98%;
    margin: 0 1%;
}
.zs-subnav{
    display: flex;
    height: 75px;
    line-height: 75px;
    background: #FFF;
    margin-top: 30px;
    border-radius: 10px;
    padding: 0 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.zs-subnav a{
    display: block;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
}
.zs-subnav a.cur{
    color: #e4362d;
    font-weight: bold;
}
.zs-subnav a.cur:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    height: 2px;
    border-radius: 1px;
    transition: all 0.35s;
    width: 16px;
    margin-left: -8px;
    background-color: #e4362d;
    bottom: 16px;
}
.zs-news {
    display: block;
    padding: 30px 0 80px 0;
}
.zs-news .zs-wp{
    display: flex;
    justify-content: space-between;
}
.con-left{
    flex: 0 0 75%;
    width: 75%;
}
.con-right{
    flex: 0 0 23%;
    width: 23%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.news-list{
    display: block;
    width: 100%;
    padding: 30px 30px;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.news-list li{
    padding: 35px 0;
    border-bottom: solid 1px #e6e6e6;
    display: flex;
}
.news-list li:first-child{
    padding-top: 0;
}
.news-list .alt-pic {
    flex: 0 0 292px;
    width: 292px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    border:1px solid #EAEAEA;
}
.news-list .alt-pic img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all 0.6s;
}
.news-list .alt-pic img:hover {
    transform: scale(1.2);
}
.news-list li a {
    display: -webkit-flex;
    display: flex;
}
.news-list .alt-text {
    margin-left: 2.0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.news-list .alt-title {
    display: -webkit-flex;
    width: 100%;
    padding-top: 3px;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .alt-title .isTop{
    background: #fa4d56;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    margin-top: 6px;
    opacity: 1;
    text-align: center;
    width: 44px;
}
.news-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 83px;
    line-height: 27px;
    margin-top: 8px;
    font-size: 14px;
    color: #656565;
}
.news-list .alt-con {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
}
.news-list .alt-tag{
    display: flex;
    width: auto;
    overflow: hidden;
}
.news-list .alt-tag a{
    color: #e4362d;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    font-size: 13px;
    background-color: #fededc;
}
.news-list .alt-tag a:hover{
    background-color: #e4362d;
    color: #FFFFFF;
}
.right-banner{
    display: block;
    width: 100%;
    height: 15.5vw;
}
.right-banner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
    flex-direction: column;
}
.det-tagbox .tag-title{
    display: block;
    width: 75px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #e4362d;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    background-color: #fededc;
}
.det-tag.solut a{
    background-color: #EAEAEA;
}
.det-tag a:hover{
    background-color: #dc0a00;
    color: #FFFFFF;
}
.news-list .alt-time {
    color: #9a9a9a;
    font-size: 15px;
    margin-top: 0;
}
.lbox{
    display: block;
    padding: 20px 30px 40px 30px;
    background-color: #FFFFFF;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.rbox{
    display: block;
    padding: 4px 15px 18px 15px;
    background-color: #FFFFFF;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}
.rbox.b1{
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.rbox.b1p0{
    padding: 0;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.rbox.hot-bg{
    background: #FFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/hot-bg.png) no-repeat center top;
    background-size: 100% auto;  
}
.rbox.m60{
    margin-top: 56px;
}
.rbox .rb-title{
    padding: 17px 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
    position: relative;
}
.rbox .rbt-text {
    line-height: 18px;
    height: 20px;
    padding-left: 15px;
}
.rbox .rbt-text:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 50%;
    height: 18px;
    margin-top: -9px;
    border-radius: 1px;
    transition: all 0.35s;
    width: 4px;
    background-color: #e4362d;
}
.rbox .rbt-text.red{
    color: #e4362d;
}
.rankinglist{
    display: block;
}
.rankinglist.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.rankinglist.flex li{
    width: 32.5vw;
    justify-content: space-between;
}
.rankinglist li{
    margin-top: 16px;
    display: flex;
}
.rkl-number {
    font-size: 14px;
    line-height: 18px;
    margin-right: 12px;
}
.rkl-number i{
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    background: linear-gradient(to bottom, #d1cfcf, #a6a5a5);
}
.rkl-number i.one{
    color: #FFF;
    background: linear-gradient(to bottom, #FF6E4C, #D70000);
}
.rkl-number i.two{
    color: #FFF;
    background: linear-gradient(to bottom, #FFA800, #FF5400);
}
.rkl-number i.three{
    color: #FFF;
    background: linear-gradient(to bottom, #FCB333, #FF7E00);
}
.rkl-text {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap ;
    outline: 0;
    line-height: 24px;
    font-size: 15px;
    width: 27vw;
}
.rkl-time {
    float: right;
    color: #808080;
    line-height: 24px;
    font-size: 14px;
}
.zs-news .rbox .tag{
    display: table;
    margin-top: 5px;
}
.zs-news .rbox .tag span {
    margin: 0
}
.zs-news .rbox .tag span a {
    font-size: 15px;
    display: block;
    background: #fff1f0 !important;
    float: left;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 5px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #e4362d
}
.zs-news .rbox .tag span a:hover{
    background: #dc0a00 !important;
    color: #FFFFFF;
}
.zs-news .rbox .tag span:nth-child(5n) a {
    background: #e8ba00;
}
.zs-news .rbox .tag span:nth-child(5n+1) a {
    background: #108f01;
}
.zs-news .rbox .tag span:nth-child(5n+2) a {
    background: #364cc6;
}
.zs-news .rbox .tag span:nth-child(5n+3) a {
    background: #ff4b19;
}
.zs-news .rbox .tag span:nth-child(5n+4) a {
    background: #a60ceb;
}
.ard-top {
    border-bottom: dashed 1px #e6e6e6;
    padding: 29px 0 15px 0;
}
.ard-title {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.ard-span {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}
.ard-source, .ard-time {
    margin-right: 38px;
}
.ard-source span, .ard-time span {
    margin-left: 5px;
}
.ard-source, .ard-time{
    color: #666;
    font-size: 14px;
}
.ard-desc {
    text-indent:2em;
    margin: 25px 0 35px 0;
    padding: 25px 32px;
    font-size: 16px;
    line-height: 30px;
    background-color: #f7f7f7;
}
.ard-body{
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.8;
    padding-top: 25px;
    padding-bottom: 30px;
}
.ard-body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.ard-next{
    height: 43px;
    line-height: 60px;
    font-size: 15px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
}
.ard-next .col {
    color: #999;
    width: 49%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ard-next .col:last-child{
  text-align: right;
}
.ard-copyright {
    color: #999;
    font-size: 14px;
    padding: 18px 0;
    line-height: 27px;
}
.btn-two{
    display: flex;
    padding: 10px 10px 0 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.btn-two li{
    display: block;
    width: 48.5%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 3%;
}
.btn-two li:nth-child(2n){
    margin-right: 0;
}
.btn-two li a,.btn-three li a{
    line-height:30px;
    display: block;
    color: #e4362d;
    background-color: #FFFFFF;
    border: 1px solid #e4362d;
    width: 100%;
    height: 34px;
    text-align: center;
    border-radius: 5px;
}
.btn-two li a:hover{
    color: #FFFFFF;
    background-color: #e4362d;
    border: 1px solid #e4362d;
}
.compro-list {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.compro-list li{
    display: block;
    width: 48.5%;
    height: auto;
    margin-bottom: 10px;
}
.compro-list li img{
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
}
.compro-list li strong{
    display: block;
    padding: 10px 0 10px 0;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}
/*Mobile v1*/
@media only screen and (max-width:767px){
    .zs-news {
        padding: 20px 0 35px 0;
    }
    .zs-news .zs-wp {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .con-left {
        flex: 0 0 100%;
        width: 100%;
    }
    .con-right {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    .tn-title {
        left: 4%;
        top: 0px;
    }
    .topnews-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
}
    .topnews-list .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 10px;
        padding-right: 0;
    }
    .topnews li {
        width: 100%;
        margin-right: 0;
        padding: 0 0;
    }
    .topnews-list .swiper-button-prev,.topnews-list .swiper-button-next {
        display: none;
    }
    .zs-subnav {
        display: flex;
        height: auto;
        line-height: 30px;
        margin-top: 30px;
        padding: 10px 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .news-list {
        width: 100%;
        padding: 20px 20px;
    }
    .news-list li {
        padding: 25px 0;
        border-bottom: solid 1px #e6e6e6;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .news-list .alt-pic {
        flex: 0 0 100%;
        width: 100%;
        height: auto;
    }
    .news-list .alt-text {
        margin-left: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .news-list .alt-title {
    padding-top: 3px;
    font-size: 18px;
}
    .news-list .alt-desc {
        height: 68px;
        line-height: 1.6;
        margin-top: 8px;
        font-size: 14px;
    }
    .news-list .alt-con {
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 15px;
        line-height: 26px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .news-list .alt-tag {
        display: none;
        width: auto;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .news-list .alt-tag a {
        line-height: 28px;
        padding: 0 13px;
        height: 28px;
        margin-bottom: 10px;
    }
    .article-list {
        padding-bottom: 0;
    }
    .article-list li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .article-list .alt-pic {
        flex: 0 0 100%;
        width: 100%;
        height: 200px;
    }
    .article-list .alt-pic img {
        height: 200px;
    }
    .article-list .alt-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        height: auto;
        padding: 10px 0 15px 0;
    }
    .article-list .alt-time {
        color: #9a9a9a;
        font-size: 15px;
        margin-top: 8px;
    }
.ard-next .col:last-child {
    text-align: left;
}
    .article-list .alt-title {
        display: block;
        padding-top: 3px;
        font-size: 18px;
        color: #323232;
        font-weight: bold;
    }
    .article-list .alt-desc {
        height: 40px;
        line-height: 1.5;
        margin-top: 8px;
        font-size: 14px;
    }
    .article-list .alt-con {
        margin-top: 5px;
        display: flex;
        justify-content: flex-start;
        font-size: 13px;
        line-height: 1.6;
        color: #9a9a9a;
        flex-direction: column;
    }
    .article-list .alt-con .more{
        display: none;
    }
    .article-list .alt-title .time {
        flex: 0 0 65px;
        width: 65px;
        height: 65px;
        margin-right: 15px;
    }
    .article-list .alt-title .isTop {
        margin-top: 1px;
    }
    .article-list .alt-title .time span:first-child {
        line-height: 45px;
    }
    .article-list li .alt-title a{
        height: auto;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .article-list .alt-tag {
        display: flex;
        width: 100%;
        overflow: hidden;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 3px 0;
    }
    .article-list .alt-tag a {
        color: #e4362d;
        margin: 5px 0;
        margin-right: 10px;
    }
    .ard-top {
        border-bottom: dashed 1px #e6e6e6;
        padding: 10px 0 15px 0;
    }
    .ard-title {
        font-size: 22px;
    }
    .det-tagbox {
        display: flex;
        padding-top: 20px !important;
        padding-bottom: 5px !important;
        align-content: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .det-tagbox .tag-title {
        display: block;
        width: 100%;
        line-height: 28px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .ard-next {
        height: auto;
        line-height: 20px;
        font-size: 14px;
        border-top: dashed 1px #e7e7e7;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 15px 0;
    }
    .ard-next .col {
        padding: 8px 0;
        width: 100%;
    }
.ard-span {
    margin-top: 15px;
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
}
    .ard-source, .ard-time {
        font-size: 12px;
    }
    .ard-body {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .rbox.m60 {
        margin-top: 26px;
    }
    .zs-news .zs-pc{
        display: block !important;
    }
    .right-banner {
        display: block;
        width: 100%;
        height: auto;
    }
    .rankinglist.flex {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .rankinglist.flex li {
        width: 100%;
    }
    .rkl-text {
        outline: 0;
        margin-left: 0;
        line-height: 20px;
        font-size: 14px;
        width: auto;
    }
    .rbox {
        border-radius: 10px;
    }
    .lbox {
        padding: 20px 20px 20px 20px;
        margin-bottom: 0;
    }
    .ard-source, .ard-time {
        margin-right: 20px;
    }
    .tab-swiper li span {
        font-size: 16px;
        line-height: 54px;
    }
    .rbox.m60.zs-pc.b1{
      display: none !important;
    }
  .tab-swiper.bksubnav #tab-swiper {
      top: 10px;
      padding: 0 20px;
      width: 100%;
      margin: 0 0;
  }
.det-tag {
    display: flex;
    justify-content: space-between;
}
.det-tag a {
    width: 46%;
    text-align: center
}

}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){

}