﻿body {
    background: #F3F3F3;
    min-width: 1200px;
}

.content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;

}

/* 第一部分 */
.part_one {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.part_one_l {
    width: 589px;
    height: 395px;
    overflow: hidden;
    position: relative;
    float: left;
}
.part_one_l img{
    width: 100%;
    height: 100%;
}

.part_one_l .swiper-container {
    width: 100%;
    height: 100%;
}

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

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

.part_one_l .swiper-pagination-bullet-active {
    padding: 0 10px;
    background: #0f7bd2 !important;
    border-radius: 5px !important;
}

.part_one_l .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.part_one_l .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 21px;
    overflow: hidden;
    font-size: 14px;
}

.part_one_r {
    width: 600px;
    height: 395px;
    background: #FFFFFF;
    overflow: hidden;
    float: right;
    padding: 10px;

}

.part_one_r .hd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E6E6E6;
    height: 45px;
    line-height: 56px;
}

.part_one_r .hd li {
    height: 64px;
}

.part_one_r .hd .on {
    background: url(icon_focus.png) bottom no-repeat;
}

.part_one_r .hd li a {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.part_one_r .hd .on a {
    color: #006CBA;
}

.part_one_r .bd ul {
    width: 580px !important;
    margin-top: 5px;
}

.part_one_r .bd li {
    text-align: left;
    line-height: 41px;
}

.part_one_r .bd li .date {
    float: right;
    color: #666666;
    font-size: 16px;
}

.part_one_r .bd li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}




/* 第二部分 */
.part_two {
    width: 100%;
    height: 120px;
    position: relative;
}


/* 第三部分 */
.part_three {
    width: 100%;
    height: 440px;
    background: #FFFFFF;
    overflow: hidden;
}

.part_three_l {
    width: 580px;
    height: 440px;
    float: left;
    background: #fff;
}

.part_three_r {
    width: 600px;
    height: 440px;
    background: #FFFFFF;
    overflow: hidden;
    float: right;
    padding: 0 10px;
}

.container_title {
    width: 95%;
    height: 40px;
    border-bottom: 2px solid #E6E6E6;
}

.container_title span:nth-child(1) {
    display: block;
    width: 150px;
    height: 40px;
    padding-right: 4px;
    text-align: center;
    background: #0F7BD2;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    float: left;
}

.container_title span:nth-child(2) {
    display: block;
    width: 4px;
    height: 40px;
    background: #FF0000;
    margin-left: 5px;
    float: left;
}

.container_title span:nth-child(3) {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    float: right;
}

.part_three_l .container_content{
   margin-top: 15px;
}

.part_three_l .container_content li {
    width: 250px;
    height: 80px;
    background: #F1F6FF;
    border: 1px solid #0F7BD2;
    border-radius: 2px;
    margin: 22px 15px;
    line-height: 80px;
    text-align: left;
    padding: 0 20px;
}

.part_three_l .container_content li span {
    width: 18px;
    height: 20px;
    margin-right: 10px;
    padding-top: 5px;
    margin-left: 10px;

}

.part_three_l .container_content li:nth-child(1) span {
    background: url(xxgk_icon1_1.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:nth-child(2) span {
    background: url(xxgk_icon2_1.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:nth-child(3) span {
    background: url(xxgk_icon3_1.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:nth-child(4) span {
    background: url(xxgk_icon4_1.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:nth-child(5) span {
    background: url(xxgk_icon5_1.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:nth-child(6) span {
    background: url(xxgk_icon6_1.png) no-repeat;
    background-size: 100% 100%;

}

.part_three_l .container_content li a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.container_content li span,
.container_content li a {
    display: inline-block;
    vertical-align: middle;
}

.part_three_l .container_content li:hover .icon1 {
    background: url(xxgk_icon1_0.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:hover .icon2 {
    background: url(xxgk_icon2_0.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:hover .icon3 {
    background: url(xxgk_icon3_0.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:hover .icon4 {
    background: url(xxgk_icon4_0.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:hover .icon5 {
    background: url(xxgk_icon5_0.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:hover .icon6 {
    background: url(xxgk_icon6_0.png) no-repeat;
    background-size: 100% 100%;
}

.part_three_l .container_content li:hover .item {
    color: #0F7BD2;
}


.part_three_r .part_three_r_title {
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
    height: 40px;
}

.part_three_r .part_three_r_title .hd {
    width: 35%;
    height: 40px;
}

.part_three_r .hd li {
    height: 50px;
    line-height: 45px;
}

.part_three_r .hd .on {
    background: url(icon_focus.png) bottom no-repeat;
}

.part_three_r .hd li a {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.part_three_r .hd .on a {
    color: #006CBA;
}

.part_three_r .bd ul {
    width: 580px !important;
    margin-top: 5px;
}

.part_three_r .bd li {
    text-align: left;
    line-height: 48px;
    font-size: 16px;
}

.part_three_r .bd li .date {
    float: right;
    color: #666666;
    font-size: 16px;
}

.part_three_r .bd li a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}


/* 第四部分 */
.part_four {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    background: #fff;
}


.part_four_l {
    width: 750px;
    height: 240px;
    float: left;

}

.part_four_r {
    width: 420px;
    height: 240px;
    float: right;
}

.part_four_l .container_content {
    width: 100%;
    height: 130px;
    background: #E2EFFE;
    margin-top: 33px;
}

.part_four_l .container_content li {
    width: 140px;
    height: 130px;
    padding: 26px;
}

.part_four_l .container_content li:hover {
    background: #1253A9;
    border: 1px solid #1253A9;
}

.part_four_l .container_content li:hover .word {
    color: #FFFFFF;
}

.part_four_r .no-data {
    display: none;
    font-size: 22px;
    font-weight: 700;
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #fff;
}

.part_four_r .container_content ul li {
    height: 40px;
    line-height: 40px;
    background: #F1F1F1;
    margin: 20px 5px;
    padding: 0 15px;
}

.part_four_r .container_content ul li .date {
    float: right;
}

.part_four_r .container_content ul li:hover {
    background: linear-gradient(90deg, #88BAFA 0%, #EBF5FE 100%);
    border-radius: 8px 0px 0px 8px;
}

.part_four_r .container_content ul li:hover .dot {
    color: #fff;
}



/* 第五部分 */
.part_five {
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    height: 240px;
    background: #fff;
    position: relative;
}

.part_five .container_content {
    width: 98%;
    height: 160px;
    margin: auto;
    margin-top: 30px !important;
}

.part_five ul li {
    width: 224px;
    height: 150px;
    float: left;
    padding: 0 5px;
    margin-right: 10px;
}

.part_five ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.part_five .prew, .part_five .next {
    width: 36px;
    height: 36px;
    background: rgb(160 160 160 / 50%);
    border-radius: 18px;
    position: absolute;
    cursor: pointer;
    margin-top: 57px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;

}
.part_five .prew img, .part_five .next img{
    width: 15px;
    height: 15px;
}
.part_five .prew{
    left: 5px;
}
.part_five .next{
    right: 16px;
}

/* 第六部分 */
.part_six {
    width: 100%;
    overflow: hidden;

    background: #fff;
}

.part_six ul li {
    width: 373px;
    height: 130px;
    text-align: center;
    padding: 30px;
    background: #F1F6FF;
    border: 1px solid #0F7BD2;
    box-shadow: 1px 2px 5px 1px rgba(15, 123, 210, 0.1);
    border-radius: 6px;
}

.part_six ul li img,
.part_six ul li a {
    display: inline-block;
    vertical-align: middle;
}


.float_one {
    width: 300px;
    height: 262px;
    position: fixed;
    right: 1px;
    bottom: 255px;
    cursor: pointer;
    display: block;
}

.float_two {
    width: 300px;
    height: 250px;
    position: fixed;
    right: 1px;
    bottom: 0;
    cursor: pointer;
    display: block;
}

.float img {
    width: 100%;
    height: 100%;
}

.close_one {
    position: fixed;
    right: 0;
    bottom: 480px;
    height: 30px;
    width: 50px;
    display: block;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.close_two {
    position: fixed;
    right: 0;
    bottom: 220px;
    height: 30px;
    width: 50px;
    display: block;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}