.zs-news-list{
    display: block;
    padding: 0 0 20px;
}
.zs-news-list ul {
    margin: 0 -17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-news-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 17px 17px;
}
.zs-news-list li a{
    display: block;
    height: auto;
    aspect-ratio: 1/1.23;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.zs-news-list li a:hover{
    background: #030DAD;
}
.zs-news-list li .pic{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
    overflow: hidden;
}
.zs-news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.zs-news-list li:hover .pic img{
    transform: scale(1.05);
}
.zs-news-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 50px 40px;
}
.zs-news-list li .title{
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zs-news-list li a:hover .title{
    color: #FFF;
}
.zs-news-list li .date{
    font-size: 14px;
    color: #808080;
    padding-bottom: 20px;
}
.zs-news-list li a:hover .date{
    color: #EAEAEA;
}

.newsbanner{
    display: block;
    width: 100%;
    height: 650px;
    color: #FFF;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.newsbanner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.newsbanner .wrapper{
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 10;
}
.newsbanner .date{
    display: flex;
    align-items: center;
}
.newsbanner .date a{
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-right: 20px;
    background-color: #FFF;
    border-radius: 18px;
}
.newsbanner .date a:hover{
    transform: scale(1.05);
}
.newsbanner .title{
    font-size: 64px;
    line-height: 1.25;
    font-family: 'Times New Roman';
    padding-top: 20px;
    padding-bottom: 30px;
}
.newsbanner .path{
    color: rgba(255, 255, 255, 0.5);
}
.newsbanner .path a{
    color: rgba(255, 255, 255, 0.5);
}
.newsbanner .path a:hover{
    color: #FFF;
    text-decoration: underline !important;
}
.news-body{
    display: block;
    width: 1200px;
    padding: 0 0 80px;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
}
.news-body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 48px 0;
}
.news-body h2{
    font-weight: bold;
    padding-left: 22px;
    margin: 15px 0;
    line-height: 1.2;
    border-left: 3px solid #0252bb;
}
.news-body h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin: 15px 0;
    border-left: 3px solid #0252bb;
}
.share-wrap{
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 50px;
}
.share-list{
    padding-left: 20px;
}
.share-wrap .share-list li{
    filter: invert(100%);
}
.share-list{
	display: flex;
	padding-top: 0;
	justify-content: flex-start;
}
.share-list li{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 24px 0 0;
	padding-top: 0;
	transition: all .3s;
}
.share-list li:hover{
	transform: scale(1.2);
}
.share-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: auto;
    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: #666;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #f6f6f6;
}
.det-tag a:hover{
    color: #FFF;
    background-color: #030DAD;
}
.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;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ard-next .col:last-child{
    text-align: right;
}
.view-title{
    text-align: center;
    font-size: 64px;
    color: #000;
    font-family: 'Times New Roman';
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-news-list ul {
    margin: 0 -8px;
}
.zs-news-list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 8px 8px;
}
.zs-news-list li a {
    aspect-ratio: auto;
    border-radius: 10px;
}
.zs-news-list li .pic {
    position: relative;
}
.zs-news-list li .text {
    padding: 15px 15px;
    height: 125px;
    overflow: hidden;
}
.zs-news-list li .date {
    font-size: 12px;
    padding-bottom: 10px;
}
.zs-news-list li .title {
    font-size: 15px;
}
.newsbanner {
    height: 380px;
}
.newsbanner .wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 4%;
    transform: unset;
    bottom: 15px;
    z-index: 10;
}
.newsbanner .title {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.newsbanner .path a {
    color: rgba(255, 255, 255, 0.6);
}
.news-body {
    width: 100%;
    padding: 0 0 20px;
    font-size: 15px;
}
.news-body img {
    max-width: 100%;
    height: auto;
    margin: 28px 0;
}
.news-body h2 {
    padding-left: 15px;
}
.news-body h3 {
    padding-left: 15px;
}
.share-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
    flex-direction: column;
}
.det-tagbox .tag-title {
    margin-right: 0;
    margin-bottom: 15px;
}
.ard-next {
    padding-top: 20px;
    height: auto;
    line-height: 1.65;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.ard-next .col{
    margin-bottom: 10px;
    width: 100%;
}
.ard-next .col:last-child {
    text-align: left;
}
.det-tag a {
    font-size: 13px;
}
.share-list li {
    margin: 0 15px 0 0;
}
}