.zs-news{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.con-left{
    flex: 0 0 1120px;
    width: 1120px;
}
.con-right{
    flex: 0 0 460px;
    width: 460px;
}
.news-box{
    background-color: #FFF;
    padding-bottom: 30px;
}
.news-list{
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: #FFF;
}
.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:1px solid #EAEAEA;
}
.news-list .alt-pic img {
    width: 100%;
    height: 100%;
    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: block;
    padding-top: 3px;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
}
.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: 55px;
    line-height: 27px;
    margin-top: 8px;
    font-size: 14px;
    color: #656565;
}
.news-list .alt-con {
    margin-top: 8px;
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.news-list .alt-tag{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.news-list .alt-tag a{
    color: #32BA81;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    font-size: 13px;
    background-color: #ecfdec;
}
.news-list .alt-tag a:hover{
    background-color: #32BA81;
    color: #ecfdec;
}
.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;
}
.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: #32BA81;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    background-color: #ecfdec;
}
.det-tag.solut a{
    background-color: #ecfdec;
}
.det-tag a:hover{
    background-color: #32BA81;
    color: #FFFFFF;
}
.news-list .alt-time {
    color: #9a9a9a;
    font-size: 15px;
    margin-top: 15px;
}


.lbox{
    padding: 20px 25px 38px 25px;
    background-color: #FFFFFF;
}
.ard-top {
    border-bottom: dashed 1px #e6e6e6;
    padding: 20px 0 15px 0;
}
.ard-title {
    text-align: left;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.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: 18px;
    line-height: 1.8;
}
.ard-body{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 30px;
}
.ard-body img{
    max-width: 100%;
    height: auto;
    margin:15px 0; 
}
.ard-next{
    height: 43px;
    line-height: 60px;
    font-size: 16px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: space-between;
}
.ard-next .col{
    color: #999;
}
.ard-copyright {
    color: #999;
    font-size: 14px;
    padding: 18px 0;
    line-height: 27px;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: 80px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #32BA81;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #ecfdec;
}
.det-tag.solut a{
    background-color: #ecfdec;
}
.det-tag a:hover{
    background-color: #32BA81;
    color: #FFFFFF;
}
.rbox{
    display: block;
    padding: 4px 15px 28px 15px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    overflow: hidden;
}
.rbox.m60{
    margin-top: 30px;
}
.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;
    margin-top: 5px;
    margin-bottom: -10px;
}
.rankinglist.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.rankinglist.flex li{
    width: 48%;
}
.rankinglist li{
    margin-bottom: 16px;
    display: flex;
}
.rkl-number {
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0;
}
.rkl-number i{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background: #bbb;
}
.rkl-number i.one{
    color: #FFF;
    background: #ff8800;
}
.rkl-number i.two{
    color: #FFF;
    background: #32ba81;
}
.rkl-number i.three{
    color: #FFF;
    background: #0188E1;
}
.rkl-text {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap ;
    outline: 0;
    margin-left: 12px;
    line-height: 24px;
    font-size: 16px;
}
.btn-two{
    display: flex;
    padding: 10px 10px 0 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.btn-two li{
    display: block;
    width: 48.5%;
    height: auto;
    margin-bottom: 15px;
    margin-right: 3%;
}
.btn-two li:nth-child(2n){
    margin-right: 0;
}
.btn-two li a,.btn-three li a{
    line-height:36px;
    display: block;
    color: #32BA81;
    background-color: #FFFFFF;
    border: 1px solid #32BA81;
    width: 100%;
    font-size: 16px;
    height: 38px;
    text-align: center;
}
.btn-two li a:hover,.btn-two li.cur a,.btn-three li.cur a{
    color: #FFFFFF;
    background-color: #32BA81;
    border: 1px solid #32BA81;
}
.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: #ecfdec !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: #32BA81
}
.zs-news .rbox .tag span a:hover{
    background: #32BA81 !important;
    color: #FFFFFF;
}
.art-rlist{
    display: block;
    width: 100%;
    padding-top: 6px;
  }
  .art-rlist li{
    padding: 10px 0;
  }
  .art-rlist li a{
    display: flex;
    height: 70px;
    justify-content: space-between;
  }
  .art-rlist li .pic{
    flex: 0 0 110px;
    width: 110px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
  }
  .art-rlist li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .art-rlist li:hover .pic img{
      transform: scale(1.1);
  }
  .art-rlist li .title{
    flex: auto;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-article {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-news {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.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: 0;
}
.con-right .zs-pc{
    display: block !important;
}
.news-list {
    padding: 20px 4% 20px 4%;
}
.news-list li {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.news-list .alt-pic {
    flex: 0 0 100%;
    width: 100%;
    height: 200px;
}
.news-list .alt-text {
    margin-left: 0;
}
.news-list .alt-title {
    padding-top: 10px;
    font-size: 18px;
}
.news-list .alt-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    line-height: 1.5;
    margin-top: 5px;
    font-size: 14px;
    color: #656565;
}
.news-list .alt-tag {
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.news-list .alt-tag a {
    margin: 5px 0;
    margin-right: 8px;
}
.news-list .alt-time {
    font-size: 15px;
    margin-top: 8px;
}

.lbox {
    padding: 20px 20px 25px 20px;
}
.ard-top {
    border-bottom: dashed 1px #e6e6e6;
    padding: 10px 0 15px 0;
}
.ard-title {
    font-size: 22px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px !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: center;
    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;
    margin-top: 10px;
}
.det-tag a {
    width: 46%;
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
}
.menubox.tag{
  padding-top: 15px;
}
.rkl-time{
  display: none;
}
.rankinglist.flex .rkl-text{
  margin-left: 0;
}
.rbox .rb-title{
    font-size: 18px;
}
.video video{
  display: block;
  height: auto !important;
}

}