@import "index.css";
.zs-news {
    display: block;
    padding: 50px 0 80px 0;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-news.png) no-repeat center top;
    background-size: 100% auto;
}
.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%;
}
.news-banner{
    display: block;
    width: 100%;
    height: 26.04166vw;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 15px rgba(228, 54, 45, 0.10);
    margin-bottom: 50px;
}
.news-banner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.news-banner .text{
    position: absolute;
    display: block;
    width: 88%;
    margin: 0 auto;
    left: 5%;
    right: 5%;
    top: 30%;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.6;
    z-index: 60;
}
.news-banner .text .title{
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 30px;
}
.news-banner .text .desc{
    font-size: 18px;
}
.news-banner .text .btn{
    padding-top: 35px;
}
.news-banner .text .btn a {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #FFFFFF;
    border:1px solid #FFFFFF;
    font-size: 15px;
    border-radius: 21px;
    background-color: transparent;
    text-align: center;
}
.news-banner .text .btn a:hover{
    border:1px solid #FFFFFF;
    background-color: transparent;
}
.news-banner .item{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.news-banner .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-banner .swiper-container{
    width: 100%;
    height: 26.04166vw;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: relative;
    bottom: 0;
}
.news-banner .swiper-button-prev{
    left: 30px;
}
.news-banner .swiper-button-next{
    right: 30px;
}
.news-banner .swiper-button-prev,.news-banner .swiper-button-next{
    display: none;
    width: 46px;
    height: 46px;
    margin-top: -23px !important;
    border-radius: 50%;
    border: 1px solid #e4362d;
    background-color: #e4362d;
    opacity: 0.6;
}
.news-banner .swiper-button-disabled{
    opacity: 0.2;
}
.news-banner .swiper-button-prev:hover,.news-banner .swiper-button-next:hover{
    opacity: 1;
}
.news-banner .swiper-button-next:after,.news-banner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.news-banner .swiper-pagination{
    bottom: 20px;
}
.news-banner .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 1.5px;
    background: #FFFFFF;
    opacity: .3;
}
.news-banner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.article-list{
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
.article-list li{
    padding: 35px 0;
    border-bottom: solid 1px #e6e6e6;
    display: flex;
}
.article-list li:first-child{
    padding-top: 0;
}
.article-list .alt-pic {
    flex: 0 0 292px;
    width: 292px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    border:1px solid #EAEAEA;
}
.article-list .alt-pic img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all 0.6s;
}
.article-list .alt-pic img:hover {
    transform: scale(1.2);
}
.article-list li a {
    display: -webkit-flex;
    display: flex;
}
.article-list .alt-text {
    margin-left: 2.0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.article-list .alt-title {
    display: block;
    padding-top: 3px;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
}
.article-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: 60px;
}
.article-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 55px;
    line-height: 27px;
    margin-top: 8px;
    font-size: 14px;
    color: #656565;
}
.article-list .alt-con {
    margin-top: 8px;
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.article-list .alt-tag{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.article-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;
}
.article-list .alt-tag a:hover{
    background-color: #e4362d;
    color: #FFFFFF;
}
.right-banner{
    display: block;
    width: 100%;
    height: 15.5vw;
    position: relative;
}
.right-banner .text{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.right-banner img{
  position: relative;
  z-index: 0;
    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;
}
.article-list .alt-time {
    color: #9a9a9a;
    font-size: 15px;
    margin-top: 15px;
}
.rbox{
    display: block;
    padding: 4px 15px 28px 15px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.rbox.b1{
    box-shadow: 0px 3px 15px rgba(228, 54, 45, 0.1);
}
.rbox.b1p0{
    padding: 0;
    box-shadow: 0px 3px 15px rgba(228, 54, 45, 0.1);
}
.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;
}
.rbox .rbt-text {
    line-height: 18px;
    height: 20px;
}
.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: 18px;
    line-height: 23px;
}
.rkl-number i{
    font-style: italic;
}
.rkl-text {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap ;
    outline: 0;
    margin-left: 12px;
    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: left;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.ard-span {
    margin-top: 22px;
    display: flex;
    justify-content: left;
}
.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 .on a{
    color: #FFFFFF;
    background-color: #e4362d;
    border: 1px solid #e4362d;
}
.btn-two li a:hover{
    color: #FFFFFF;
    background-color: #e4362d;
    border: 1px solid #e4362d;
}
/*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%;
    }
    .news-banner {
        height: 300px;
        margin-bottom: 30px;
    }
    .news-banner .swiper-container {
        height: 300px;
    }
    .news-banner .swiper-pagination {
        bottom: 10px;
    }
    .news-banner .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        margin: 0 8px;
    }
    .news-banner .text {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 260px;
        height: 100%;
        left: 5%;
        right: 5%;
        top: 0;
        line-height: 1;
        z-index: 60;
        flex-direction: column;
    }
    .news-banner .text .btn a {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 30px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-size: 14px;
        border-radius: 21px;
        background-color: transparent;
        text-align: center;
    }
    .news-banner .text .title {
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 1.35;
    }
    .news-banner .text .desc {
        font-size: 13px;
        line-height: 1.6;
    }
    .news-banner .text .btn {
        padding-top: 15px;
    }
    .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;
    }
    .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;
        padding: 3px 5px;
        vertical-align: 2px;
    }
    .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;
        display: block;
    }
    .article-list .alt-tag {
        display: none;
        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-next .col:last-child {
    text-align: left;
}
.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: 10px;
        line-height: 20px;
        font-size: 14px;
        width: auto;
    }
    .rbox.m60.zs-pc.b1{
      display: none !important;
    }
.det-tag {
    display: flex;
    justify-content: space-between;
}
.det-tag a {
    width: 46%;
    text-align: center;
}
.menubox.tag{
  padding-top: 15px;
}
.rkl-time{
  display: none;
}
.rankinglist.flex .rkl-text{
  margin-left: 0;
}
}

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

}