.zs-article{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.con-left{
    flex: 0 0 1120px;
    width: 1120px;
}
.con-right{
    flex: 0 0 460px;
    width: 460px;
}
.article-box{
  padding-bottom: 30px;
    background-color: #FFFFFF;
}
.article-list{
    display: block;
    width: 1120px;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
}
.article-list li{
    display: block;
    width: 100%;
    line-height: 70px;
    height: 70px;
    border-bottom: 1px solid #EDEDF0;
}
.article-list li a{
    display: flex;
    justify-content: space-between;
}
.article-list li .title{
    display: block;
    font-size: 18px;
    width: calc(100% - 120px);
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.article-list li:hover .title{
    color: #FF6600;
}
.article-list li .time{
    display: block;
    width: 120px;
    font-size: 16px;
    color: #999;
    text-align: right;
}
.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-article .rbox .tag{
    display: table;
    margin-top: 5px;
}
.zs-article .rbox .tag span {
    margin: 0
}
.zs-article .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-article .rbox .tag span a:hover{
    background: #32BA81 !important;
    color: #FFFFFF;
}
/*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 {
    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;
}
.con-right .zs-pc{
    display: block !important;
}
.article-list {
    width: 100%;
    padding-bottom: 0;
}
.article-list li {
    line-height: 1.45;
    height: auto;
    padding: 12px 0;
}
.article-list li a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.article-list li .title {
    font-size: 15px;
    width: 100%;
    height: auto;
    overflow: unset;
    white-space: unset;
}
.article-list li .time {
    display: none;
}


.btn-two li a, .btn-three li a {
    font-size: 15px;
}
.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;
}
}