.news-box{position:relative;margin-top:20px;margin-bottom:30px;background:#fff;box-shadow:1px 1px 10px 0 rgba(153,153,153,0.5)}.news-box .news-type{position:relative;display:flex;justify-content:center;padding:24px 0;width:100%}.news-box .news-type .type-item{display:flex;justify-content:center;align-items:center;padding:0 15px;min-width:204px;height:52px;font-size:24px;font-weight:400;color:#2c2d32;background:#f3f4f9;transition:all .3s}.news-box .news-type .type-item:hover,.news-box .news-type .type-item.active{color:#fff;background:#0050d2}.news-box .news-item{display:flex;padding:72px 63px;box-sizing:border-box;transition:all .3s}.news-box .news-item:after{position:absolute;left:63px;top:0;content:'';width:calc(100% - 126px);height:1px;background-color:#dfe1e8}.news-box .news-item .left-img{margin-right:39px;width:410px;height:257px;background-repeat:no-repeat;background-size:cover;background-position:center center}.news-box .news-item .news-right{width:700px}.news-box .news-item .news-right .item-title{width:100%;font-size:24px;font-weight:bold;color:#2c2d32;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.news-box .news-item .news-right .item-date{display:flex;align-items:center;padding-top:15px;font-size:20px;font-weight:bold;color:#2c2d32;line-height:32px;transition:all .3s}.news-box .news-item .news-right .item-date .item-tip{display:flex;justify-content:center;align-items:center;margin-right:10px;padding:0 5px;min-width:38px;height:18px;font-size:16px;font-weight:400;color:#fff;line-height:32px;background:#0050d2;transition:all .3s}.news-box .news-item .news-right .item-content{padding-top:40px;font-size:16px;font-weight:400;color:#2c2d32;line-height:24px;max-height:112px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;transition:all .3s}.news-box .news-item .news-right .item-more{display:flex;margin-top:50px;font-size:14px;font-weight:bold;color:#666;text-transform:uppercase;transition:all .3s}.news-box .news-item .news-right .item-more .item-arrow{margin-left:5px;width:26px;height:9px;background-repeat:no-repeat;background-size:cover;background-image:url("/cn/images/news/arrow-right.png");transition:all .3s}.news-box .news-item:hover{background-color:#0050d2;box-shadow:0 8px 15px 0 rgba(0,80,210,0.4)}.news-box .news-item:hover .news-right .item-title{color:#fff}.news-box .news-item:hover .news-right .item-date{color:#fff}.news-box .news-item:hover .news-right .item-date .item-tip{color:#0050d2;background:#fff}.news-box .news-item:hover .news-right .item-content{color:rgba(255,255,255,0.8)}.news-box .news-item:hover .news-right .item-more{color:#fff}.news-box .news-item:hover .news-right .item-more .item-arrow{background-image:url("/cn/images/news/white.png?v=1.0")}