﻿.contenter {
    width: 1200px;
    margin: 0 auto;
}

.contenter .headlines {
    height: 150px;
}

.contenter .headlines li:nth-child(1) {
    text-align: center;
    height: 90px;
    line-height: 100px;
}

.contenter .headlines li:nth-child(2) {
    text-indent: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.contenter .headlines li a:nth-child(1) {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

.contenter .headlines li:nth-child(2) a {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(48, 78, 174, 1);
}

.contenter .first_part {
    height: 420px;
    display: flex;
    justify-content: flex-start;
}

.contenter .first_part .first_part_news {
    padding: 10px;
    width: 50%;
}

/* è½®æ’­å›¾ */
.left {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.left .swiper-container .swiper-wrapper {
    width: 100%;
    height: 390px;
}

;

.left .swiper-slide {
    display: block;
    position: relative;
}

.left .swiper-slide img {
    width: 100%;
    height: 100%;
}

.left .swiper-slide p {
    position: absolute;
    width: 100%;
    padding: 8px;
    left: 0;
    bottom: 0;
    background-color: rgba(1, 82, 147, 0.7);
    color: #fff;
}

.left .swiper-pagination {
    text-align: right;
}

.left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.left .swiper-pagination-bullet-active {
    background-color: #225B9E;
}

.left .swiper-container img {
    height: 100%;
}

/* è½®æ’­å›¾ç»“æŸ */

.contenter .first_part .first_part_news .news_title {
    height: 50px;
    border-bottom: 2px solid #D9D9D9;
}

.contenter .first_part .first_part_news .news_title img {
    display: inline-block;
    vertical-align: middle;
}

.contenter .first_part .first_part_news .news_title span {
    line-height: 50px;
    padding: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

#more {
    height: 14px;
    float: right;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(35, 35, 35, 1);
    cursor: pointer;
}

#time {
    float: right;
}

.contenter .first_part .first_part_news .news_list {
    padding: 10px;
    height: 340px;
}

.contenter .first_part .first_part_news .news_list ul li {
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    line-height: 38px;
    height: 38px;
}

.contenter .first_part .first_part_news .title_list li {
    width: 22%;
    text-align: center;
    line-height: 40px;
    padding: 8px;
    float: left;
}

.contenter .first_part .first_part_news .title_list li a {
    font-size: 20px;
    font-family: Microsoft YaHei;
}

.contenter .second_part {
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.contenter .current a {
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

.contenter .second_part .second_part_news {
    width: 560px;
    margin: 26px 23px;
}

.contenter .second_part .second_part_news .news_title {
    height: 50px;
    border-bottom: 2px solid #D9D9D9;
}

.contenter .second_part .second_part_news .news_title img {
    display: inline-block;
    vertical-align: middle;
}

.contenter .second_part .second_part_news .news_title span {
    line-height: 50px;
    padding: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

.contenter .second_part .second_part_news .news_list {
    padding: 10px;
}

.contenter .second_part .second_part_news .news_list ul {
    margin-top: 35px;
}

.contenter .second_part .second_part_news .news_list ul li {
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    line-height: 38px;
    height: 38px;
}

.contenter .second_part .second_part_news .news_list .news_list_header {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

.contenter .second_part .second_part_news .news_list .news_list_header .news_list_content:nth-child(1) {
    margin: 10px;
    width: 180px;
    height: 100px;
}

.contenter .second_part .second_part_news .news_list .news_list_header .news_list_content:nth-child(2) {
    margin: 10px;
    width: 330px;
    height: 100px;
}

.contenter .second_part .second_part_news .news_list .news_list_header .news_list_content img {
    width: 180px;
    height: 120px;
}

.contenter .second_part .second_part_news .news_list .news_list_header .news_list_content span:nth-child(1) {
    display: block;
    width: 330px;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
    line-height: 40px;
}

.contenter .second_part .second_part_news .news_list .news_list_header .news_list_content .xq {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
    line-height: 40px;
}

.contenter .second_part .second_part_news .news_list .news_list_header .news_list_content p {
    text-indent: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(64, 64, 64, 1);
    line-height: 25px;
}

.contenter .third_part {
    height: auto;
    display: flex;
    justify-content: space-between;
}

.contenter .third_part .third_part_news {
    margin: 15px 5px;
    width: 48%;
}

.contenter .third_part .third_part_news .news_title {
    height: 50px;
    border-bottom: 2px solid #D9D9D9;
}

.contenter .third_part .third_part_news .news_title img {
    display: inline-block;
    vertical-align: middle;
}

.contenter .third_part .third_part_news .news_title span {
    line-height: 50px;
    padding: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

.contenter .third_part .third_part_news .news_list {
    height: 50px;
    padding: 10px;
    height: 340px;
}

#mechanism li {
    text-align: center;
    line-height: 170px;
    height: 170px;
    width: 45%;
    float: left;
}

#mechanism li img {
    display: inline-block;
    vertical-align: middle;
}

.contenter .third_part .third_part_news .news_list ul li {
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    line-height: 38px;
    height: 38px;
}

.zwgk li {
    width: 46%;
    float: left;
    border: 1px solid rgba(48, 78, 174, 1);
    margin: 25px 5px;
    text-align: center;
}

.contenter .banner {
    margin: 15px 0;
}

.swiper_container {
    position: relative;
}

.swiper_container .hd {
    width: 7%;
    height: 28px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
}

;

.swiper_container .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.swiper_container .hd ul li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.swiper_container .hd ul li.on {
    background: #005dad;
    color: #fff;
}

.swiper_container .bd li img {
    width: 100%;
    height: 100%;
}



.contenter .four_part {
    height: auto;
    display: flex;
    justify-content: flex-start;
    border-bottom: 7px solid #F0F0F0;
}

.contenter .four_part .four_part_news:nth-child(1) {
    margin: 15px 23px;
    width: 30%;
}

.contenter .four_part .four_part_news:nth-child(2) {
    margin: 15px 23px;
    width: 70%;
}

.contenter .four_part .four_part_news .news_title {
    height: 50px;
    border-bottom: 2px solid #D9D9D9;
}

.contenter .four_part .four_part_news .news_title img {
    display: inline-block;
    vertical-align: middle;
}

.contenter .four_part .four_part_news .news_title span {
    line-height: 50px;
    padding: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

.contenter .four_part .four_part_news .news_list {
    padding: 10px;
    /* height: 365px; */
    display: flex;
    justify-content: flex-start;
}

.contenter .four_part .four_part_news .news_list .news_list_con:nth-child(1) {
    border: 2px solid rgba(220, 220, 220, 1);
    margin: 10px 12px;
    width: 100%;
    padding-bottom: 10px
}

.contenter .four_part .four_part_news .news_list .news_list_con:nth-child(1) ul li {
    float: left;
    width: 28%;
    cursor: pointer;
    margin: 30px 16px;
    text-align: center;
}

.contenter .four_part .four_part_news .news_list .news_list_con:nth-child(1) ul li img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.contenter .four_part .four_part_news .news_list .news_list_con:nth-child(2) {
    margin: 15px 15px;
    width: 50%;
}

.contenter .four_part .four_part_news .news_list .news_list_con:nth-child(2) ul li {
    margin: 5px 0;
    cursor: pointer;

}

.contenter .yqlj {
    padding: 10px;
    height: 150px;

}



.sideMenu {
    border: 1px solid #ddd;
    width: 350px;
    margin-top: 20px !important;
}

.sideMenu .on {
    background-position: 16px -57px;
    font-weight: bold;
    color: rgba(8, 90, 189, 1);
    background: #FFFFFF;
}

.sideMenu h3 {
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
    background: rgba(242, 242, 242, 1);
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.sideMenu ul {
    color: #999;
    display: none;
}

.sideMenu ul li {
    height: 100px;
}

.contenter .yqlj span {
    display: block;
    width: 1200px;
    padding: 8px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(48, 78, 174, 1);
}

.contenter .yqlj .yqlj_content {
    width: 100%;
    height: 100px;
}

.contenter .yqlj .yqlj_content li {
    text-align: center;
    float: left;
    width: 16%;
    height: 50px;
    line-height: 50px;
    margin: 0 3px;
    cursor: pointer;
}