.zs-project-list{
    display: block;
    padding: 0 0 20px;
}
.zs-project-list ul {
    margin: 0 -17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-project-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 17px 17px;
}
.zs-project-list li a{
    display: block;
    height: auto;
    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-project-list li a:hover{
    background: #0000FF;
}
.zs-project-list li .pic{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
    overflow: hidden;
}
.zs-project-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.zs-project-list li:hover .pic img{
    transform: scale(1.05);
}
.zs-project-list li .text {
    display: flex;
    min-height: 160px;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.zs-project-list li .title{
    font-size: 20px;
    min-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.zs-project-list li a:hover .title,.zs-project-list li:hover .country .model,.zs-project-list li:hover .country .iconfont{
    color: #FFF;
}
.zs-project-list li .country{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zs-project-list li .country .model{
    font-size: 16px;
    color: #0000FF;
}
.zs-project-list li .country .iconfont{
    font-size: 16px;
    color: #666;
}
.zs-project-list li .country .flag{
    display: block;
    width: 45px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
}
.zs-project-list li .country .flag img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsbanner{
    display: block;
    width: 100%;
    height: 400px;
    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: 48px;
    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; */
    margin-left: 5px;
}
.news-body h2{
    font-weight: bold;
    padding-left: 22px;
    margin: 15px 0;
    line-height: 1.2;
    border-left: 3px solid #0000FF;
}
.news-body h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin: 15px 0;
    border-left: 3px solid #0000FF;
}
.project-item{
    margin-bottom: 50px;
}
.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: #0000FF;
}
.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-project-list {
    display: block;
    padding: 0 0 10px;
}
.zs-project-list ul{
    margin: 0 0;
}
.zs-project-list li {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 8px 0;
}
.zs-project-list li .text {
    display: flex;
    min-height: auto;
    padding: 20px 20px;
}
.zs-project-list li .title {
    font-size: 16px;
    min-height: auto;
    -webkit-line-clamp: 3;
}
.zs-project-list li .country .model {
    font-size: 14px;
}
.zs-project-list li .country .iconfont {
    font-size: 14px;
}
.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{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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; */
    width: 100%;
}
.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;
}
}
.project-det{
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* padding: 20px 0 80px; */
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    justify-content: center;
}
.project-det .pd-photo{
    flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
    overflow: hidden;
}
.project-det .pd-photo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-det .project-container{
    display: block;
    width: 100%;
    height: auto;
    /*aspect-ratio: 1 / 0.7;*/
    position: relative;
}
.project-det .swiper-pagination{
    bottom: 15px;
}
.project-det .pd-text{
    flex: 0 0 50%;
    width: 50%;
    padding-left: 25px;
}
.project-det .pd-text img{
    display: block;
    max-width: 100%;
    height: auto;
}
.project-det h2{
    font-weight: bold;
    padding-left: 22px;
    margin: 15px 0;
    line-height: 1.2;
    border-left: 3px solid #0000FF;
}
.project-det h3{
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin: 15px 0;
    border-left: 3px solid #0000FF;
}
.project-det .pd-item{
    margin-bottom: 50px;
}
@media only screen and (max-width:767px){
.project-det {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 0 20px;
    font-size: 15px;
}
.project-det .pd-photo {
    flex: unset;
    width: 100%;
    overflow: hidden;
}
.project-det .swiper-button-prev, .project-det .swiper-button-next{
    display: none;
}
.project-det .pd-text {
    flex: unset;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
}

.project-det h2 {
    padding-left: 15px;
}
.project-det h3 {
    padding-left: 15px;
}
}