/* .nav{background: #43A591;}
.banner{background: url(../images/news.png) center top no-repeat; } */
.banner .title h1{color: #fff;}
.newChange{height: 80px; line-height: 80px; text-align: center;}
.newChange a{font-weight: 500;font-size: 20px;color: #2A3341;position: relative;}
.newChange a:last-child{margin-left: 100px;}
.newChange a.active:before{content: "";width: 40px;height: 2px;background: #43A591; position: absolute; top: 32px; left: 19px;}

.item .box1 h3{font-weight: 500;font-size: 16px;color: #2A3341;line-height: 22px;}
.item p{font-weight: 400;font-size: 14px;color: #7A7A7A;line-height: 28px; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;}
.item .box1{width: 585px;background: #FAFAFA; margin-top: 40px;}
.item .box1:hover .imgShow img{transform: scale(1.2);}
.item .box1 .tips{position: absolute; z-index: 100;}
.item .box1 .imgShow{width: 585px; height: 195px; overflow: hidden;}
.item .box1 .imgShow img{width: 585px; height: 195px;}
.newList li{margin-bottom: 20px;background: #FAFAFA;}
.newList li img{width: 175px; height: 175px; margin-right: 30px;}
.newList li h2{font-weight: 500;font-size: 18px;color: #2A3341;line-height: 22px; margin-bottom: 10px; margin-top: 32px;}
.newList li article{font-weight: 400;font-size: 14px;color: #7A7A7A;line-height: 28px; margin-bottom: 8px;-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;}
.newList li .time{width: 148px;min-width: 148px; height: 175px;line-height: 46px;text-align: center; box-sizing: border-box; padding-top: 50px; margin-left: 63px;}
.newList li .time h1{font-weight: 800;font-size: 60px;color: #43A591;}
.newList li span{margin-right: 21px;font-weight: 400;font-size: 12px;color: #43A591;line-height: 16px;}
.newList li:hover{box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); background-color: #fff;}
.newList li:hover .time{background: #43A591; color: #fff;}
.newList li:hover .time h1{ color: #fff ;}

.items{margin-bottom: 100px;}


/* newsDetail */
.newsDetail{display: flex; justify-content: space-between; margin-top: 60px; margin-bottom: 120px;}
.newsDetail .content{width: 788px;min-width: 788px; background: #FAFAFA; box-sizing: border-box; padding: 35px;}
.newsDetail .content .tit p{font-weight: 500;font-size: 24px;color: #2A3341;line-height: 34px;}
.newsDetail .content .tit div{margin: 20px 0;}
.newsDetail .content .tit span{font-weight: 500;font-size: 12px;color: #43A591;line-height: 20px;}
.newsDetail .content img{max-width: 100%;}
.newsDetail .content article{font-family: PingFang SC, PingFang SC;font-weight: 400;font-size: 16px;color: #7A7A7A;line-height: 46px;}
.newsDetail .list{width: 380px;background: #FAFAFA;border-radius: 0px 0px 0px 0px;}

.list{position: relative; max-height: 660px;}
.list .tj{position: absolute; top: 0; left: 0;}
.list ul{padding: 65px 20px 0;}
.list ul li{margin-bottom: 30px;}
.list ul li img{min-width: 62px; height: 62px; margin-right: 10px;}
.list ul li h2{font-weight: 400;font-size: 16px;color: #2A3341;line-height: 22px;margin-bottom: 2px;}
.list ul li p{font-weight: 400;font-size: 14px;color: #7A7A7A;line-height: 22px; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;}