.index {
    width: 100%;
    min-width: 1200px;
    background-color: #f6f8fc;
}

.banner {
    height: 86px;
    background: #fff;
}

.full-slider {
    width: 100%;
    padding: 24px 0;
    background: #fff;
}

.full-slider-wrapper {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: #000;
}

.swiper-container {
    position: relative;
    margin: 0 auto;
    width: 656px;
    height: 328px;
}

.swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
    left: -1312px;
    width: 100%;
    height: 100%;
    display: flex;
}

.swiper-container .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-img {
    opacity: .6;
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide-active .swiper-news-img {
    opacity: 1;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-img a {
    outline: none;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-img a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    border-radius: 0 0 2px 2px;
    width: 100%;
    height: 50%;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-img .image{
    box-sizing: border-box;
    height: 328px;
    width: 656px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-container .swiper-wrapper .swiper-slide-active .swiper-news-img .image{
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-position {
    display: none;
}

.swiper-container .swiper-wrapper .swiper-slide-active .swiper-news-position {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-position .swiper-news-header {
    padding: 0 45px 0 25px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 60px;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-position .swiper-news-header a {
    font-weight: 600;
    color: #fff;
    outline: none;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-position .swiper-news-footer {
    padding: 0 30px 14px 30px;
    margin-top: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, .65);
    line-height: 16px;
    font-size: 12px;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-position .swiper-news-footer .news-footer {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .65);
    line-height: 18px;
}

.swiper-container .swiper-wrapper .swiper-slide .swiper-news-position .swiper-news-footer .news-footer .news-footer__author {
    margin-right: 10px;
}

.swiper-container .swiper-button {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper-container .swiper-button-next {
    right: -45px;
    background: url(../images/news-arrow-right.png) no-repeat center;
}

.swiper-container .swiper-button-prev {
    left: -45px;
    background: url(../images/news-arrow-left.png) no-repeat center;
}

.news-nav {
    position: sticky;
    top: 66px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 2px 20px 0 rgba(0, 39, 123, .13);
    z-index: 100;
}

.news-nav-wrapper {
    padding-top: 18px;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.news-nav .nav-btn {
    position: relative;
    width: 144px;
    line-height: 52px;
    font-size: 16px;
    text-align: center;
}

.news-nav .nav-btn .name {
    display: block;
    color: #00041a;
    outline: none;
}

.news-nav .nav-btn .name:hover {
    color: #4373f9;
    cursor: pointer;
}

.news-nav .nav-btn .btn-underline {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.news-nav .nav-btn-s .name {
    color: #4373f9;
}

.news-nav .nav-btn-s .btn-underline {
    color: #4373f9;
    background-color: #4373f9;
}

.news-wrapper {
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}

.news-wrapper .news-item {
    box-sizing: border-box;
    width: 384px;
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fff;
}

.news-wrapper .news-item .image {
    display: inline-block;
    width: 100%;
    outline: none;
}

.news-wrapper .news-item img {
    width: 100%;
}

.news-wrapper .news-item:hover img {
    transition: 0.25s;
    animation: bounceIn 0.25s ease-in 2 alternate;
}

@keyframes bounceIn {
    100% {
        transform: scale(1.07);
    }
}

.news-wrapper .news-item .title {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
    line-height: 22px;
    font-size: 16px;
    color: rgb(0, 4, 26);
    font-weight: 600;
    outline: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-wrapper .news-item .desc {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 4, 26, .7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-wrapper .news-item .time {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    line-height: 14px;
    color: rgba(0, 4, 26, .7);
}

.news-wrapper .news-item .title:hover {
    color: #4373f9;
}

.news-wrapper .news-item .title:hover + .desc {
    color: #4373f9;
}

.news-wrapper-content {
    margin-bottom: 36px;
    padding: 0 30px;
    background-color: #fff;
}

.news-wrapper .news-column {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(166, 167, 175, .2);
}

.news-wrapper .news-column .column-image {
    flex-shrink: 0;
    display: inline-block;
    width: 260px;
    height: 190px;
    outline: none;
}

.news-wrapper .news-column .column-image img {
    width: 260px;
    height: 190px;
}

.news-wrapper .news-column .column-right {
    margin-left: 40px;
    width: 760px;
}

.news-wrapper .news-column .title {
    display: block;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
    color: rgb(0, 4, 26);
    font-weight: 600;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-wrapper .news-column .desc {
    margin-bottom: 16px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(0, 4, 26, .7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-wrapper .news-column .time {
    margin: 44px 0 14px;
    line-height: 14px;
    color: rgba(0, 4, 26, .7);
}

.news-wrapper .news-column .time .publish-time {
    position: relative;
    margin-left: 12px;
    padding-left: 14px;
}

.news-wrapper .news-column .time .publish-time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    margin: auto 0;
    background-color: rgba(0, 4, 26, .7);
    border-radius: 50%;
    opacity: .5;
}

.news-wrapper .news-column .title:hover {
    color: #4373f9;
}

.news-wrapper .news-column .title:hover + .desc {
    color: #4373f9;
}

.news-wrapper .more-bar {
    padding: 24px 0;
    line-height: 16px;
    font-size: 16px;
    color: rgba(0, 4, 26, .55);
    text-align: center;
}

.news-wrapper .more-bar:hover {
    color: #4373f9;
    cursor: pointer;
}
