﻿body {
    background-color: #f5f5f5;
}

.index {
    padding-bottom: 40px;
}

/* 当前页导航样式 */
.bg-nav .nav_ul .nav_li:nth-of-type(1) a {
    font-weight: bold;
}
.cont {
    background: #ffffff;
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cont_t {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 20px;
}

.content-two {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.content-two h2 {
    padding-top: 10px;
    margin-bottom: 15px;
}

.content-two h2 a {
    font-weight: bold;
    font-size: 30px;
    color: #404040;
}

.content-two h2 a:hover{
    color: #115db2;
}
.content-two .content-two_ul {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
}

.content-two .content-two_ul li {
    height: 30px;
    line-height: 30px;
    width: 33%;
    text-align: center;
    border-right: 1px solid black;
}

.content-two .content-two_ul li:last-of-type {
    border: 0;
}

.content-two .content-two_ul li a {
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    color: #404040;
}

.content-two .content-two_ul li:hover a {
    color: #115db2;
}

.content-three {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.top_content {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}

.top_content:nth-of-type(2n) {
    margin-right: 0;
    width: 46.6%;
}

.top_content .blue_title {
    height: 40px;
    line-height: 40px;
    margin: 30px auto 20px;
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
}

.gk_l .top_content .blue_title,
.fw_con .top_content .blue_title {
    border-bottom: 0;
}

.fw_con .top_content .active,
.gk_l .top_content .active {
    border: 0;
}

.top_content .tab {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 29px;
}

.top_content .tab:last-child{
    margin-right: 0;
}

.top_content .tab span {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 4px;
    height: 20px;
    background-color: #115db2;
}

.top_content .active {
    color: #115db2;
    border-bottom: 3px solid #115db2;
}

.top_content .all_more .more {
    font-size: 16px;
    color: #999;
    display: none;
    float: right;
}

.top_content .all_more .cur {
    display: inline-block;
}

.all_ul .content_ul {
    display: none;
}

.all_ul .cur {
    display: block;
}

.content_ul li {
    position: relative;
    margin-bottom: 28px;
}

.content_ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content_ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    left: -2px;
    top: 10px;
}

.content_ul li:last-of-type {
    margin-bottom: 0;
}

.content_ul li .title {
    font-size: 16px;
    color: #333333;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 13px;
    padding-left: 13px;
}

.content_ul li:hover .title {
    color: #115db2;
}

.content_ul li .time {
    color: #999999;
    font-size: 16px;
}

.content_ul li:hover .time {
    color: #115db2;
}

/* 轮播图 */
.swiper-container-one {
    width: 100%;
    float: left;
}

.swiper-container-one a{
    width: 100%;
}

.swiper-container-one img {
    width: 100%;
    object-fit: cover;
}

.swiper-container-one .title {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    z-index: 20;
    background: rgb(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    width: 100%;
}

.swiper-container-one .swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-container-one .swiper-pagination-bullet:last-of-type {
    margin-right: 17px;
}

.swiper-container-one .swiper-pagination {
    bottom: 10px;
    text-align: right;
}

/* 公开 */
.gk_l {
    width: 68.3%;
    margin-right: 20px;
    padding: 0 20px 10px;
    background: #ffffff;
}

.gk_l_title {
    width: 100%;
    height: 45px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}

.gk_l_title span {
    display: block;
    width: 100px;
    height: 45px;
    border-bottom: 5px solid #115db2;
}

.gk_l_title span img {
    margin-right: 15px;
    vertical-align: middle;
}

.gk_l_title span p {
    vertical-align: middle;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}

.gk_c {
    width: 100%;
}

.gk_con {
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
}

.gk_b {
    margin-top: 20px;
}

.gk_b ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.gk_b ul li {
    width: 31%;
    height: 60px;
    background-color: #daecfb;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    margin: 0 1% 15px;
}

.gk_b ul li:nth-child(3) {
    margin-right: 0px;
}

.gk_b ul li a {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.gk_b ul li a:hover span{
    font-weight: 600;
    color: #115db2;
}

.gk_b ul li a .gk_b_line {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 15px;
}

.gk_b ul li a span,
.gk_b ul li a img {
    vertical-align: middle;

}

.gk_line {
    margin-top: 25px;
    width: 100%;
    border: dashed 1px #dddddd;
}

.gk_b_line {
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #115db2;
}

.gk_r {
    width: 30%;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.gk_r_con {
    margin-top: 13px;
}

.gk_r_con a {
    width: 100%;
    height: 55px;
    line-height: 56px;
    padding-left: 15%;
    text-align: center;
    margin-top: 12px;
    background: url(./zcgl.png) no-repeat;
    background-size: 100% 100%;
}

.gk_r_con a:hover{
    font-weight: 600;
    color: #115db2;
}

.gk_r_con a:nth-child(2) {
    background: url(./jjgl.png) no-repeat;
    background-size: 100% 100%;
}

.gk_r_con a:nth-child(3) {
    background: url(./fcgl.png) no-repeat;
    background-size: 100% 100%;
}

.gk_r_con a:nth-child(4) {
    background: url(./jngz.png) no-repeat;
    background-size: 100% 100%;
}

.gk_r_con a:nth-child(5) {
    background: url(./gcgl.png) no-repeat;
    background-size: 100% 100%;
}

.gk_r_con a:nth-child(6) {
    background: url(./fwbz.png) no-repeat;
    background-size: 100% 100%;
}

.gk_r_con a:nth-child(7) {
    background: url(./zfcg.png) no-repeat;
    background-size: 100% 100%;
}

.fw_con {
    width: 68.3%;
    background: #fff;
    padding: 0 20px 20px;
}

.fw_con .fw_l{
    display: flex;
    justify-content: space-between;
}

.fw_con .top_content {
    width: 75%;
}

.fw_con .fw_l .right{
    margin-top: 30px;
}

.fw_con .fw_l .right a{
    display: block;
    width: 150px;
	height: 95px;
    text-align: center;
    margin-top: 15px;
	background-color: #f5f5f5;
}

.fw_con .fw_l .right a img{
    margin-top: 15px;
    margin-bottom: 10px
}

.fw_con .fw_l .right a:hover p{
    font-weight: 600;
    color: #115db2;
}

.hd_con {
    width: 30%;
    padding: 0 20px 20px;
    background: #fff;
}

.hd_con .gk_l_title span{
    width: 150px;
}

.hd_con .right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.hd_con .right a{
    width: 48%;
	height: 105px;
    text-align: center;
    margin-top: 15px;
	background-color: #f5f5f5;
}

.hd_con .right a:hover{
    color: #fff;
    background: #115db2;
}

.hd_con .right a:hover .two{
    display: inline-block;
}

.hd_con .right a:hover .one{
    display: none;
}

.hd_con .right a img{
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .cont,
    .cont_t{
        width: 98%;
    }
    .top_content .tab{
        font-size: 18px;
    }
}

@media screen and (max-width: 768px){
    .content-two .content-two_ul,
    .content-three,
    .cont_t,
    .fw_con .fw_l{
        flex-wrap: wrap;
    }

    .content-two .content-two_ul li,
    .top_content,
    .top_content:nth-of-type(2n),
    .gk_l,
    .gk_r,
    .fw_con,
    .hd_con{
        width: 100%;
        margin: 8px 0;
    }

    .content-two .content-two_ul li{
        border-right: 0;
    }

    .content_ul li .title{
        width: 70%;
    }

    .top_content .tab{
        font-size: 16px;
        margin-right: 8px;
    }

    .gk_b ul li,
    .fw_con .top_content,
    .fw_con .fw_l .right{
        width: 100%;
    }

    .fw_con .fw_l .right{
        display: flex;
        justify-content: space-around;
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px){
    .top_content .blue_title{
        height: auto;
    }

    .top_content .all_more{
        display: none;
    }
}
@media screen and (max-width: 350px){
    .content_ul li .title{
        width: 65%;
    }
}