* {
    margin: 0;
    padding: 0;
}

.news-center {
    display: flex;
    background: #fff;
    /*min-height: 900px;*/
    padding-bottom: 30px;
}

.swiper_img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper_box {
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.swiper-container {
    width: 1920px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -960px !important;
}

.news-center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.news-left {
    /*height: auto;*/
    /*height: 288px;*/
    width: 160px;
    border-radius: 5px;
    box-shadow: 0px 3px 8px 0px rgba(41, 43, 41, 0.11);
}

.news-left-item:hover {
    background: #F6F7FE;
}

.news-left-item:first-child {
    background: #F6F7FE;
    color: #327AFE;
}

.news-left-item {
    transition: all .3s;
    cursor: pointer;
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
}

.news-left-item > img {
    width: 15px;
    height: 8px;
    display: block;
    margin-left: 20px;
}

.news-right {
    width: 980px;
    margin-left: auto;

}

.news-right-item {
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    background: #F6F7FE;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.news-right-item > img {
    border-radius: 6px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 256px;
    height: 160px;
    display: block;
}

.news-right-text {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 649px;
    margin-left: auto;
}

.news-right-text-title {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news-right-text-detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.news-right-text-caozuo {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}


