.banner{background-image: url('../imgs/ban-news.jpg');}
.banner .en{background-image: url('../imgs/ban-en-news.png');}
.news-list{margin: .7rem 0 0;}
.news-item{background: #fff; margin-bottom: .05rem; position: relative;}
.news-item::before{content: ''; position: absolute; right: .34rem; top: .4rem; border-radius: 50%; width: .34rem; height: .34rem; background:#ffd71f url('../imgs/arrow-right.png') no-repeat center / .1rem auto;}
.news-item .news-tit{font-size: .3rem; margin-bottom: .02rem; max-width: 5.5rem; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; word-wrap: break-word;}
.news-item .time{font-size: .2rem; color: #8c8c8c;}
.news-item a{display: block; padding: .3rem .35rem .2rem;}
.news-fist::before{display: none;}
.news-fist a{padding: 0;}
.news-fist .news-tit{height: .6rem; line-height: .6rem; margin: 0; text-align: center; max-width: 100%;}
/* .main-detail{background: #fff; min-height: 100vh;} */
.content .title{font-size: .4rem; font-weight: bold; line-height: 1.4;}
.detail{margin: .3rem 0; line-height: 2;}
.detail img{max-width: 100%;}