@import "product.css";
.zs-news {
    display: block;
    padding: 80px 0 60px 0;
    background-color: #FFFFFF;
}
.zs-news .zs-wp{
    display: flex;
    justify-content: space-between;
}
.con-left{
    flex: 0 0 74%;
    width: 74%;
    padding-bottom: 50px;
}
.con-right{
    flex: 0 0 23%;
    width: 23%;
}
.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 {
    width: 21.2%;
    height: 160px;
    overflow: hidden;
}
.article-list .alt-pic img {
    width: 100%;
    height: 160px;
    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%;
    width: 76.8%;
}
.article-list .alt-title {
    display: block;
    padding-top: 3px;
    font-size: 22px;
    color: #323232;
}
.article-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 55px;
    line-height: 27px;
    margin-top: 10px;
    font-size: 15px;
    color: #656565;
}
.article-list .alt-con {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 28px;
}
.article-list .alt-tag{
    display: flex;
    width: 560px;
    overflow: hidden;
}
.article-list .alt-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.article-list .alt-tag a:hover{
    background-color: #dc0a00;
    color: #FFFFFF;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: 75px;
    line-height: 28px;
    margin-right: 10px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.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;
}
.rbox{
    display: block;
    padding: 4px 15px 28px 15px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.rbox.m60{
    margin-top: 56px;
}
.rbox .rb-title{
    border-bottom: solid 1px #e6e6e6;
    padding: 17px 0;
    font-size: 20px;
    font-weight: 600;
}
.rbox .rbt-text {
    line-height: 18px;
    height: 20px;
    padding-left: 13px;
    border-left: solid 4px #de373e;
}
.rankinglist{
    display: block;
}
.rankinglist.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.rankinglist.flex li{
    width: 48%;
}
.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: 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: #FFFFFF !important;
    float: left;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 12px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #333
}
.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: 28px;
    color: #333;
}
.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: 35px;
    padding-bottom: 50px;
}
.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: 45%;
    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;
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.ard-next .col {
  width: 100%;
}
.zs-news {
    padding: 30px 0 30px 0;
}
.zs-news .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.con-left {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
}
.article-list {
    padding-bottom: 0;
}
.article-list li {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
}
.article-list .alt-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.article-list .alt-pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.6s;
}
.article-list .alt-text {
    margin-left: 0;
    width: 100%;
}
.article-list .alt-title {
    display: block;
    padding-top: 12px;
    font-size: 16px;
    color: #323232;
    line-height: 1.3;
}
.article-list .alt-desc {
    display: none;
}
.article-list .alt-con {
    margin-top: 10px;
    line-height: 1.2
}
.article-list .alt-tag {
    display: none;
}
.article-list .alt-time {
    font-size: 13px;
}
.con-right {
    flex: 0 0 100%;
    width: 100%;
}
.rbox{
    display: block;
    padding: 4px 15px 20px 15px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.rbox .rb-title {
    padding: 12px 0;
    font-size: 18px;
}
.rbox .rbt-text {
    line-height: 16px;
    height: 16px;
    padding-left: 12px;
}
.rankinglist li {
    margin-top: 12px;
    display: flex;
}
.rkl-number {
    font-size: 16px;
    line-height: 20px;
}
.rkl-text {
    margin-left: 12px;
    line-height: 20px;
    font-size: 13px;
}
.zs-news .rbox .tag span a {
    font-size: 13px;
}
.ard-top {
    padding: 10px 0 15px 0;
}
.ard-title {
    font-size: 20px;
    line-height: 1.45;
}
.ard-source, .ard-time {
    font-size: 12px;
}
.ard-time {
    margin-right: 0;
}
.ard-desc {
    margin: 25px 0 0 0;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.8;
}
.ard-body {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 25px;
    padding-bottom: 30px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
}
.det-tagbox .tag-title {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    margin-right: 0;
    padding-bottom: 10px;
}
.det-tag a {
    line-height: 26px;
    border-radius: 28px;
    padding: 0 13px;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 12px;
}
.ard-next {
    padding-top: 12px;
    height: auto;
    line-height: 30px;
    font-size: 13px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-news {
    padding:3.444444444444445vw 0 3.3333333333333335vw 0;
}
.con-left {
    padding-bottom:2.7777777777777777vw;
}
.article-list {
    padding-bottom:1.1111111111111112vw;
}
.article-list li {
    padding:1.9444444444444444vw 0;
}
.article-list .alt-pic {
    height:8.88888888888889vw;
}
.article-list .alt-pic img {
    height:8.88888888888889vw;
}
.article-list .alt-title {
    padding-top:0.16666666666666666vw;
    font-size:1.2222222222222223vw;
}
.article-list .alt-desc {
    height:3.0555555555555554vw;
    line-height:1.5vw;
    margin-top:0.5555555555555556vw;
    font-size:0.8333333333333334vw;
}
.article-list .alt-con {
    margin-top:1.6666666666666667vw;
    font-size:0.8888888888888888vw;
    line-height:1.5555555555555556vw;
}
.article-list .alt-tag {
    width:31.11111111111111vw;
}
.article-list .alt-tag a {
    line-height:1.5555555555555556vw;
    border-radius:1.5555555555555556vw;
    padding:0 0.7222222222222222vw;
    height:1.5555555555555556vw;
    margin-right:0.5555555555555556vw;
    font-size:0.7777777777777778vw;
}
.det-tagbox {
    padding-top:0.5555555555555556vw;
    padding-bottom:1.6666666666666667vw;
}
.det-tagbox .tag-title {
    width:4.166666666666667vw;
    line-height:1.5555555555555556vw;
    margin-right:0.5555555555555556vw;
}
.det-tag a {
    line-height:1.5555555555555556vw;
    border-radius:1.5555555555555556vw;
    padding:0 0.7222222222222222vw;
    height:1.5555555555555556vw;
    margin-right:0.5555555555555556vw;
    margin-bottom:0.4444444444444444vw;
    font-size:0.7777777777777778vw;
}
.article-list .alt-time {
    font-size:0.8333333333333334vw;
}
.rbox {
    padding:0.2222222222222222vw 0.8333333333333334vw 1.5555555555555556vw 0.8333333333333334vw;
    margin-bottom:1.1111111111111112vw;
}
.rbox .rb-title {
    padding:0.9444444444444444vw 0;
    font-size:1.1111111111111112vw;
}
.rbox .rbt-text {
    line-height:1vw;
    height:1.1111111111111112vw;
    padding-left:0.7222222222222222vw;
    border-left:solid 0.2222222222222222vw #de373e;
}
.rankinglist li {
    margin-top:0.8888888888888888vw;
}
.rkl-number {
    font-size:1vw;
    line-height:1.2777777777777777vw;
}
.rkl-text {
    margin-left:0.6666666666666666vw;
    line-height:1.3333333333333333vw;
    font-size:0.7777777777777778vw;
}
.zs-news .rbox .tag {
    margin-top:0.2777777777777778vw;
}
.zs-news .rbox .tag span a {
    font-size:0.8333333333333334vw;
    padding:0.2222222222222222vw 0.6666666666666666vw;
    margin:0.2777777777777778vw;
    border-radius:0.6666666666666666vw;
}
.ard-top {
    padding:1.6111111111111112vw 0 0.8333333333333334vw 0;
}
.ard-title {
    font-size:1.5555555555555556vw;
}
.ard-span {
    margin-top:1.2222222222222223vw;
}
.ard-source,.ard-time {
    margin-right:2.111111111111111vw;
}
.ard-source span,.ard-time span {
    margin-left:0.2777777777777778vw;
}
.ard-source,.ard-time {
    font-size:0.7777777777777778vw;
}
.ard-desc {
    margin:1.3888888888888888vw 0 1.9444444444444444vw 0;
    padding:1.3888888888888888vw 1.7777777777777777vw;
    font-size:0.8888888888888888vw;
    line-height:1.6666666666666667vw;
}
.ard-body {
    font-size:0.8888888888888888vw;
    padding-top:1.9444444444444444vw;
    padding-bottom:3.444444444444445vw;
}
.ard-body img {
    margin:0.8333333333333334vw 0;
}
.ard-next {
    height:2.388888888888889vw;
    line-height:3.3333333333333335vw;
    font-size:0.8333333333333334vw;
}
.ard-copyright {
    font-size:0.7777777777777778vw;
    padding:1vw 0;
    line-height:1.5vw;
}

}