.banner {
    width: 100%;
    min-width: 1200px;
    height: 476px;
    background: url('../img/banner6.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 {
    line-height: 70px;
    font-size: 16px;
    color: #212121;
    text-align: center;
    float: left;
    cursor: pointer;
    display: block;
    padding: 0 20px;
}
.tab > .item.active {
    color: #FFFFFF;
    background: #E5191A;
}
.tab-content-wrap {
    width: 100%;
    min-width: 1200px;
    background: url('../img/mountain-bg.png') center center / cover no-repeat;
}
.tab-content {
    width: 1200px;
    margin: 0 auto;
}
.tab-content > .item {
    width: 100%;
    display: none;
}
.tab-content > .item.active {
    display: block;
}
.tab-content > .item > .title {
    overflow: hidden;
    padding-top: 60px;
}
.tab-content > .item > .title::after {
    content: '';
    clear: both;
}
.tab-content > .item > .title .item {
    float: left;
    margin-right: 40px;
    font-size: 18px;
    color: #666666;
    display: block;
    cursor: pointer;
}
.tab-content > .item > .title .item:last-child {
    margin-right: 0;
}
.tab-content > .item > .title .item.active {
    color: #E5191A;
    font-weight: bold;
}
.list-wrap {
    padding-bottom: 80px;
}
.list {
    padding-top: 40px;
    padding-bottom: 60px;
}
.list .item {
    width: 100%;
    height: 320px;
    margin-bottom: 10px;
    padding: 15px 20px 15px 30px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}
.list .item:last-child {
    margin-bottom: 0;
}
.list .item::after {
    content: '';
    clear: both;
}
.list .item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.3);
}
.list .item .left {
    float: left;
    width: 764px;
    padding-right: 20px;
    box-sizing: border-box;
}
.list .item .left .title {
    font-size: 24px;
    color: #333333;
    margin-top: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list .item:hover .left .title {
    color: #E5191A;
}
.list .item .left .time {
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
}
.list .item .left .btn {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E5191A;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 146px;
}
.list .item .right {
    float: right;
    width: 386px;
    font-size: 0;
}
.list .item .right img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.list .item2 {
    width: 100%;
    overflow: hidden;
    padding: 38px 0;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #EFEFEF;
    display: block;
}
.list .item2:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.3);
}
.list .item2::after {
    content: '';
    clear: both;
}
.list .item2 .left {
    float: left;
    width: 180px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.list .item2:hover .left {
    color: #E5191A;
}
.list .item2 .right {
    float: right;
    width: 1020px;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding: 0 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.list .item2:hover .right {
    color: #E5191A;
}
.list .item2 .right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #CCCCCC;
}
.list .item2:hover .right::before {
    background: #E5191A;
}