.banner {
    width: 100%;
    min-width: 1200px;
    height: 476px;
    background: url('../img/banner3.jpg') center center / cover no-repeat;;
    overflow: hidden;
    text-align: center;
}
.banner > .title,
.banner > .title-en {
    font-size: 36px;
    color: #FFFFFF;
    margin-top: 12px;
}
.banner > .title {
    margin-top: 220px;
}
.tab-wrap {
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.2);
    position: relative;
}
.tab {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}
.tab::after {
    content: '';
    clear: both;
}
.tab > .item {
    width: 160px;
    line-height: 70px;
    font-size: 16px;
    color: #212121;
    text-align: center;
    float: left;
    cursor: pointer;
    display: block;
}
.tab > .item.active {
    color: #FFFFFF;
    background: #E5191A;
}
.tab-content {
    width: 1200px;
    margin: 0 auto;
}
.tab-content > .item {
    width: 100%;
    display: none;
}
.tab-content > .item.active {
    display: block;
}
.tab-content > .item > .title {
    font-size: 24px;
    color: #212121;
    margin-top: 60px;
}
.news .list-wrap,
.operate .list-wrap {
    margin-bottom: 90px;
}
.news .list,
.operate .list {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 48px;
}
.news .list::after,
.operate .list::after {
    content: '';
    clear: both;
}
.news .list .item,
.operate .list .item {
    width: 382px;
    height: 410px;
    float: left;
    margin-right: 27px;
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(204, 204, 204, 0.4);
    display: block;
    cursor: pointer;
    transition: all .3s;
}
.news .list .item:hover,
.operate .list .item:hover {
    transform: translateY(-10px);
}
.news .list .item:nth-child(3n+3),
.operate .list .item:nth-child(3n+3) {
    margin-right: 0;
}
.news .list .item:nth-child(-n+3),
.operate .list .item:nth-child(-n+3) {
    margin-top: 0;
}
.news .list .item .top,
.operate .list .item .top {
    width: 100%;
    height: 231px;
    overflow: hidden;
}
.news .list .item .top img,
.operate .list .item .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.news .list .item .top img:hover,
.operate .list .item .top img:hover {
    transform: scale(1.1);
}
.news .list .item .bottom,
.operate .list .item .bottom {
    padding: 0 20px;
}
.news .list .item .bottom .title,
.operate .list .item .bottom .title {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 32px;
    height: 64px;
}
.news .list .item .bottom .time,
.operate .list .item .bottom .time {
    margin-top: 26px;
    font-size: 18px;
    color: #666666;
}
.notice .list-wrap {
    margin-top: 50px;
    margin-bottom: 90px;
}
.notice .list {
    border-top: 1px solid #EFEFEF;
    padding-bottom: 48px;
}
.notice .list .item {
    display: block;
    padding: 52px 0;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
}
.notice .list .item::after {
    content: '';
    clear: both;
}
.notice .list .item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.3);
}
.notice .list .item .left {
    float: left;
    width: 178px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.notice .list .item .right {
    float: right;
    width: 1022px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.notice .list .item .right::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #CCCCCC;
    content: '';
}
.notice .list .item:hover .right::after {
    background: #E5191A;
}
.notice .list .item .right .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .list .item .right .desc {
    font-size: 16px;
    color: #666666;
    margin-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .list .item:hover .left,
.notice .list .item:hover .right .title,
.notice .list .item:hover .right .desc {
    color: #E5191A;
}