header {
    position: relative;
    display: block;
    width: 100%;
    min-width: 1240px;
    height: 50rem;
    overflow: hidden;
}
header .content {
    display: block;
    width: 100%;
    min-width: 1240px;
    height: 50rem;
}
header .banner {
    position: relative;
    width: 100%;
    height: 100%;
}
header .banner-image {
    position: absolute;
    z-index: 11;
    display: block;
    width: 100%;
    height: 100%;
}
header .banner-information {
    position: absolute;
    z-index: 13;
    top: 21.4rem;
    left: 22.8rem;
}
header .banner-information .title {
    height: 8.5rem;
    line-height: 8.5rem;
    font-size: 6rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header .banner-information .sub-title {
    margin-top: 3.6rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section {
    display: block;
    width: 100%;
    min-width: 1240px;
}
section .content {
    width: 100%;
    min-width: 1240px;
    background-color: #fff;
}
section .wrap {
    margin: 7.7rem auto 0;
    display: block;
    width: 147rem;
}
section .wrap .item {
    margin-bottom: 4.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20rem;
}
section .wrap .item .photo-wrap {
    display: block;
    width: 37rem;
    min-width: 37rem;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow 1s ease;
    transition: -webkit-box-shadow 1s ease;
    -o-transition: box-shadow 1s ease;
    -moz-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
    transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
}
section .wrap .item .photo-wrap:hover {
    -webkit-box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.5);
}
section .wrap .item .photo-wrap .news-photo {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    -moz-transition: transform 1s ease, -moz-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
section .wrap .item .photo-wrap:hover .news-photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
section .wrap .item .news-wrap {
    margin: 3.4rem 5rem 0 8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
section .wrap .item .news-wrap .news-title {
    display: block;
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 3rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .wrap .item .news-wrap .button-wrap {
    margin-top: 5.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.6rem;
}
section .wrap .item .news-wrap .button-wrap.hidden {
    visibility: hidden;
}
section .wrap .item.reverse .news-wrap .button-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
section .wrap .item .news-wrap .button-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14.2rem;
    height: 4.6rem;
    line-height: 3.4rem;
    background-color: #2168c9;
    font-size: 1.8rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #fff;
}
section .wrap .item .news-wrap .button-detail .detail-icon {
    margin-left: 0.9rem;
    display: block;
    width: 2rem;
    height: 2rem;
}
section .wrap .item .date-wrap {
    margin-top: 3.4rem;
    width: 15rem;
    height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    color: #999;
    line-height: 3.4rem;
    text-align: right;
}
section .wrap .split-line {
    margin-bottom: 4.7rem;
    display: block;
    width: 100%;
    height: 0;
    border: 0.1rem dashed #d8d8d8;
}
section .wrap .pagination {
    margin-bottom: 9.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section .wrap .pagination > a {
    margin-left: 2rem;
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    background-color: #f2f3f5;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section .wrap .pagination > a:hover {
    background-color: #2168c9;
    color: #fff;
}
section .wrap .pagination > a.active {
    background-color: #2168c9;
    color: #fff;
}
section .wrap .pagination > a.prev::before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url('../image/news/pagination_prev.png');
    background-position: center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section .wrap .pagination > a.prev:hover:before {
    background-image: url('../image/news/pagination_prev_active.png');
}
section .wrap .pagination > a.prev-more::before {
    content: '···';
}
section .wrap .pagination > a.prev-more:hover::before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url('../image/news/pagination_prev_more.png');
    background-position: center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section .wrap .pagination > a.next::before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url('../image/news/pagination_next.png');
    background-position: center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section .wrap .pagination > a.next:hover:before {
    background-image: url('../image/news/pagination_next_active.png');
}
section .wrap .pagination > a.next-more::before {
    content: '···';
}
section .wrap .pagination > a.next-more:hover::before {
    content: '';
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url('../image/news/pagination_next_more.png');
    background-position: center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
