

.zs-news {
    padding: 5% 0 3% 0;
    overflow: hidden;
}

.zs-news-list .pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.zs-news-list {
    position: relative;
    overflow: hidden;
}

.zs-news-list li {
    width: 32.44%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.3%;
    float: left;
    margin-right: 1.3%;
}

.zs-news-list li.nod {
    margin-right: 0;
}

.zs-news-list li .img {
    overflow: hidden;
}

.zs-news-list li .text {
    margin-top: 3%;
}

.zs-news-list li .date {
    font-family: 'Barlow-Bold';
    color: #fdd000;
    font-size: 16px;
}

.zs-news-list li .title {
    font-family: 'Barlow-Regular';
    margin-top: 1%;
    min-height: 90px;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zs-news-list li .desc {
    margin-top: 3%;
    min-height: 120px;
}

.zs-news-list li .arrow {
    margin: 5% 0;
    width: 26px;
    height: 14px;
    background: url('../img/icon-go.png') center no-repeat;
    filter: grayscale(100%);
}

.zs-news-list li a:hover .title,
.zs-news-list li a:hover .desc {
    color: #1f1c5e;
}

.zs-news-list li a:hover .arrow {
    filter: grayscale(0);
}

.zs-news-list li a:hover .pic {
    transform: scale(1.05);
}

.zs-news-list li.headlines {
    width: 100%;
    margin-right: 0;
}

.zs-news-list li.headlines .img {
    float: left;
    width: 50%;
}

.zs-news-list li.headlines .text {
    float: right;
    width: 45%;
}

.zs-news-list li.headlines .date {
    font-size: 20px;
}

.zs-news-list li.headlines .title {
    min-height: auto;
    font-size: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zs-news-list li.headlines .desc {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.zs-news-det {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

.zs-news-det .zs-path {
    position: relative;
    margin-left: 3%;
}

.zs-news-det .det-content {
    padding: 3.8% 0;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.zs-news-det .det-left {
    float: left;
    width: 18%;
    overflow: hidden;
}

.zs-news-det .det-date {
    overflow: hidden;
    margin-top: 5%;
    border-top: 4px solid #fdd000;
}

.zs-news-det .det-date li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 9% 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.zs-news-det .det-date li .title {
    color: #999999;
    font-size: 16px;
}

.zs-news-det .det-date li .text {
    margin-top: 2%;
    color: #1a1a1a;
    font-size: 16px;
}

.zs-news-det .det-date li .share-1 {
    padding: 3% 0;
}

.zs-news-det .det-right {
    float: right;
    width: 75%;
    overflow: hidden;
}

.zs-news-det .det-right-top {
    overflow: hidden;
    padding-bottom: 0%;
}

.zs-news-det .det-right-top .title {
    font-family: 'Barlow-BlackItalic';
    color: #404040;
    font-size: 30px;
    text-align: center;
}
.zs-news-det .det-right-top .topinfo{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #1a1a1a;
    margin-top: 20px;
}
.zs-news-det .det-right-top .topinfo div{
    margin: 0 15px;
}
.zs-news-det .det-right-top .topinfo span{
    color: #999999;
    margin-right: 5px;
}
.zs-news-det .det-body {
    padding: 3% 0;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 26px;
}

.zs-news-det .det-body * {
    font-size: 16px;
    line-height: 26px;
}

.zs-news-det .det-body a {
    color: #fdd000;
}

.zs-news-det .det-body a * {
    color: #fdd000;
}
.zs-news-det .det-body a:hover{
    text-decoration: underline !important;
}
.zs-news-det .det-body .det-tagbox{
    padding: 10px 0 0;
}
.zs-news-det .det-body .det-tagbox a{
    text-decoration: none !important;
}

.det-page {
    margin-top: 3%;
    padding: 3% 0 0 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.det-page a {
    display: block;
    float: left;
    width: 50%;
}

.det-page a:last-child {
    float: right;
    text-align: right;
}

.det-page a i {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 55px;
    position: relative;
    margin: 0 10px;
}

.det-page a i::before {
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 45%;
    z-index: 11;
    position: absolute;
}

.det-page a i::after {
    content: '';
    width: 60px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 0;
    transform: skewX(340deg);
    z-index: 1;
    background: #404040;
}

.det-page a span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    overflow: hidden;
}

.det-page a i::before {
    background: url('../img/icon-arrow-left.png') center no-repeat;
}

.det-page a:last-child i::before {
    background: url('../img/icon-arrow-right.png') center no-repeat;
    filter: invert(100%);
}

.det-page a:last-child i::after {
    background: #fdd000;
}

.det-page a:hover i::after {
    background: #1a1a1a;
}

.det-page a:last-child:hover i::after {
    background: #e6ac00;
}

.rbox{
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    border-top: 4px solid #fdd000;
  }
  .rbox h3{
    display: block;
    font-size: 22px;
    margin: 0;
  }
  .art-rlist{
    display: block;
    width: 100%;
    padding-top: 12px;
  }
  .art-rlist li{
    display: block;
  }
  .art-rlist li a{
    display: flex;
    height: 90px;
    padding: 10px 0;
    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{
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.art-rlist li:hover a{
    padding: 10px 0 10px 8px;
    background-color: #fdd000;
}
.btn-nav{
    display: flex;
    padding: 10px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}
.btn-nav li{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0;
}
.btn-nav li:nth-child(2n){
    margin-right: 0;
}
.btn-nav li a{
    line-height:36px;
    display: block;
    color: #666;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    width: 100%;
    font-size: 16px;
    height: 38px;
    text-align: center;
}
.btn-nav li a:hover,.btn-nav li.cur a{
    color: #333;
    background-color: #fdd000;
    border: 1px solid #fdd000;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-news {
    padding: 8% 0 3% 0;
}
.zs-news-list li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
}
.zs-news-list li .title {
    min-height: auto;
    font-size: 18px;
}
.zs-news-list li.headlines .img {
    width: 100%;
}
.zs-news-list li.headlines .text {
    float: none;
    width: 100%;
}
.zs-news-list li.headlines .title {
    min-height: auto;
    font-size: 18px;
}
.zs-news-list li.headlines .desc {
    font-size: 14px;
    line-height: 1.6;
    min-height: auto;
}
.zs-news-det .det-content {
    width: 92%;
}
.zs-news-det .det-left {
    width: 100%;
}
.rbox {
    padding: 20px 0;
    margin-bottom: 15px;
}
.art-rlist li .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.zs-news-det .det-right {
    display: block;
    float: none;
    width: 100%;
}
.zs-news-det .det-right-top .title {
    font-size: 22px;
}
.zs-news-det .det-right-top .topinfo {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    flex-direction: column;
}
.zs-news-det .det-body{
    font-size: 15px;
    line-height: 1.8;
}
.zs-news-det .det-body img{
    max-width: 100%;
    height: auto;
}
.det-tagbox {
    display: flex;
    flex-direction: column;
}
.det-tagbox .tag-title{
    margin-bottom: 15px;
    margin-right: 0;
}
.det-page a {
    width: 100%;
    font-size: 15px;
}

}