.choose .tits{font-family: PingFang SC, PingFang SC;font-weight: 400;font-size: 12px;color: #2A3341;line-height: 20px; margin-right: 20px;}
.choose .items{gap: 15px; display: inline-flex; flex-wrap: wrap;}
.choose .items a{ padding:0 4px;height: 18px;border-radius: 4px 4px 4px 4px;font-weight: 400;font-size: 12px;}
.choose .items a.active,.choose .items a:hover{background: #43A591;color: #FFFFFF;}

/* 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: 22px;}
.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;}

.news{display: flex;}
.news .list{flex: 1;}
.news .list.article a{}
.news .list.article h2{width: 600px;}