.banner_box img {
    width: 100%;
}
.content_box {
    width: 1200px;
    margin: 0 auto;
}

/* 资讯 */
.content_box .section1 {
    margin-top: 108px;
}
.content_box .section1 .section1_title {
    margin-bottom: 50px;
}
.content_box .section1 .section1_title ul {
}

.content_box .section1 .section1_title ul li {
    color: #a9a9a9;
    font-size: 34px;
    cursor: pointer;
}
.content_box .section1 .section1_title ul li .line_box {
    background: transparent;
    width: 80px;
    height: 3px;
    margin: 20px auto 0 auto;
}
.content_box .section1 .section1_title ul li.active {
    color: #0d61a1;
}

.content_box .section1 .section1_title ul li.active .line_box {
    background: #0d61a1;
}
.content_box .section1 .section1_title ul li:nth-child(2) {
    margin: 0 90px;
}
.content_box .section1 .section1_content {
    flex-direction: row;
    flex-wrap: wrap;
}

.content_box .section1 .section1_content .news_content {
    width: 350px;
    height: 450px;
    background: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(35, 24, 21, 0.2);
    position: relative;
}

.temp {
    width: 350px;
    height: 0;
}

.content_box .section1 .section1_content li {
    margin-bottom: 25px;
}
.content_box .section1 ul li .news_content .news_text {
    padding: 20px 15px;
    height: 210px;
    box-sizing: border-box;
}
.content_box .section1 ul li .news_content .news_text .news_title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.content_box .section1 ul li .news_content .news_text .news_date {
    font-size: 14px;
    color: #adadad;
    margin: 8px 0 16px 0;
}

.content_box .section1 ul li .news_content .news_text .news_desc {
    font-size: 14px;
    color: #676767;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.content_box .section1 ul li .news_content .news_img {
    width: 350px;
    height: 240px;
    position: absolute;
    bottom: 0;
}
.content_box .section1 ul li .news_about {
    font-size: 14px;
    color: #adadad;
    line-height: 30px;
}
.content_box .section1 ul li .news_about img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


