.news-tabs{display:flex;justify-content:center;width:100%}.news-tabs .news-tabs-container{display:flex;justify-content:center;flex-wrap:wrap;width:1200px}.news-tabs .news-tabs-container .news-tabs-item{display:flex;justify-content:center;align-items:center;width:168px;height:45px;border:1px solid #e80122;font-size:18px;font-weight:400;color:#e80122;line-height:20px;margin-right:70px;cursor:pointer;transition:all .3s}.news-tabs .news-tabs-container .news-tabs-item.active{color:#fafcfb;background-color:#e80122}.news-tabs .news-tabs-container .news-tabs-item:hover{color:#fafcfb;background-color:#e80122}.news-detail{width:100%;margin-top:4px;padding-bottom:110px}.news-detail .news-item{display:flex;justify-content:center;width:100%;background-color:#fff;transition:all .3s}.news-detail .news-item .news-item-container{display:flex;align-items:center;width:1200px;padding:44px 0 42px}.news-detail .news-item .news-item-container .news-item-left{display:flex;align-items:center}.news-detail .news-item .news-item-container .news-item-left .news-left-time .news-left-day{font-size:36px;font-weight:400;color:#090635;line-height:38px}.news-detail .news-item .news-item-container .news-item-left .news-left-time .news-left-year{margin-top:6px;font-size:18px;font-weight:400;color:#333;line-height:20px}.news-detail .news-item .news-item-container .news-item-left .news-left-img{margin-left:52px;width:320px;height:180px}.news-detail .news-item .news-item-container .news-item-right{margin-left:62px}.news-detail .news-item .news-item-container .news-item-right .news-right-title{width:675px;font-size:24px;font-weight:bold;color:#090635;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-detail .news-item .news-item-container .news-item-right .news-right-text{width:675px;margin-top:14px;font-size:16px;font-weight:400;color:#333;line-height:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.news-detail .news-item .news-item-container .news-item-right .news-right-more{display:flex;justify-content:center;align-items:center;width:111px;height:38px;border:1px solid #e80122;margin-top:26px}.news-detail .news-item .news-item-container .news-item-right .news-right-more .news-more-text{font-size:14px;font-weight:bold;color:#e80122;line-height:16px}.news-detail .news-item .news-item-container .news-item-right .news-right-more .news-more-icon{margin-left:10px;width:15px;height:10px}.news-detail .news-item:hover{background-color:#f1f1f1}