.zs-case-list{
    padding-bottom: 20px;
}
.zs-case-list ul {
    margin: 0 -17.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-case-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 20px 17.5px;
}
.zs-case-list li .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.zs-case-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.zs-case-list li:hover .pic img{
    transform: scale(1.05);
}
.zs-case-list .text{
    display: block;
    text-align: center;
    padding-top: 15px;
}
.zs-case-list .text .title{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.newsbanner{
    display: block;
    width: 1200px;
    height: auto;
    padding: 20px 0 20px;
    margin: 0 auto -20px;
    position: relative;
    border-bottom: 1px solid #E2E2E2;
}
.newsbanner .zs-wp{
    position: relative;
    padding: 0 0;
    z-index: 10;
}
.newsbanner .title{
    font-size: 60px;
    line-height: 1.25;
    padding-top: 50px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
}
.newsbanner .desc{
    font-size: 18px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto 0;
    color: #4b4b4b;
    text-align: center;
}
.newsbanner .box{
    display: flex;
    font-size: 16px;
    align-items: center;
    padding-top: 70px;
    justify-content: space-between;
}
.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: 18px;
    margin: 15px 0;
    line-height: 1.2;
    border-left: 3px solid #19403f;
}
.news-body h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin: 15px 0;
    border-left: 3px solid #19403f;
}
.share-wrap{
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 50px;
}
.share-list{
    padding-left: 20px;
}

.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-case-list{
    padding-bottom: 0;
}
.zs-case-list ul {
    margin: 0 -8px;
}
.zs-case-list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 10px 8px;
}
.zs-case-list li a {
    height: auto;
}
.zs-case-list li .text {
    padding: 5px 0;
    min-height: auto;
}
.zs-case-list .text .title {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 5px;
    white-space: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbanner {
    width: 100%;
    padding: 20px 4% 20px;
    margin: 0 auto 0;
}
.newsbanner .title {
    font-size: 28px;
    line-height: 1.25;
    padding-top: 30px;
    padding-bottom: 10px;
}
.newsbanner .desc {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
}
.newsbanner .box {
    font-size: 12px;
    padding-top: 30px;
}
.news-body {
    width: 100%;
    padding: 0 0 30px;
    font-size: 14px;
}
.news-body img {
    margin: 28px 0;
}
.news-body h2 {
    padding-left: 12px;
    margin: 15px 0;
}
.news-body h3 {
    padding-left: 12px;
}
.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;
}


}