* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    min-width: 1400px;
}

#document {
    min-width: 1400px;
}

.header_swiper {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.reslide .s_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.reslide .s_wrap i {
    list-style: none;
    font-style: normal;
}

.reslide .s_wrap .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    display: none;
}

.reslide .s_wrap .box.active {
    display: block;
    font-size: 0;
}

.reslide .s_wrap .box .s-img0 {
    width: 100%;
    height: 100%;
    background: url(../images/slide1.png) top center no-repeat;
    position: absolute;
    z-index: 0;
}

.reslide .s_wrap .box .s-img1 {
    width: 100%;
    height: 100%;
    background: url(../images/slide2.png) top center no-repeat;
    position: absolute;
    z-index: 0;
}

.reslide .s_wrap .box .s-img2 {
    width: 100%;
    height: 100%;
    background: url(../images/slide3.png) top center no-repeat;
    position: absolute;
    z-index: 0;
}

.reslide .s_wrap .box .s-font0,
.reslide .s_wrap .box .s-font1,
.reslide .s_wrap .box .s-font2,
.reslide .s_wrap .box .s-font3 {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    font-size: 58px;
    color: #fff;
    font-weight: bold;
    margin-top: 332px;
    letter-spacing: 2px;
}

.reslide .s-pagination {
    width: 100%;
    height: 22px;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    text-align: right;
    display: none;
}

.reslide .s-pagination span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 8px;
    cursor: pointer;
    line-height: 6px;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.reslide .s_wrap .box .fadeInUp i {
    opacity: 0;
    display: inline-block;
    vertical-align: text-bottom;
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.reslide .s_wrap .box .fadeInUp.act i {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.reslide .s-pagination-bullet-active {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
    background: transparent;
}

.reslide .s-pagination-bullet-active:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    margin-top: 3px;
}

.reslide .s_wrap .box .slideInLeft {
    position: relative;
    z-index: 1;
}

.reslide .s_wrap .box .slideInLeft i {
    display: inline-block;
    text-align: right;
}

.reslide .s_wrap .box .slideInLeft i b {
    opacity: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    width: 10%;
}

.reslide .s_wrap .box .slideInLeft.act i b {
    width: 100%;
    opacity: 1;
}

@keyframes s-img_an {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.header_index {
    width: 100%;
    height: 100vh;
    margin-bottom: 38px;
    position: relative;
}

@media screen and (max-width: 980px) {
    .header_index {
        height: 1080px;
    }
}

.header_nav {
    width: 100%;
    padding-top: 20px;
    position: fixed;
    z-index: 5;
    transition: all 0.5s;
}

.header_nav_main {
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}

.header_nav_main .logo {
    display: block;
    width: 395px;
    height: 55px;
    background: url(../images/logo_index.png) no-repeat center;
}

.header_nav_main .nav {
    width: 660px;
    height: 100%;
    margin-left: 70px;
}

.header_nav_main .nav ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header_nav_main .nav ul li {
    line-height: 55px;
}

.header_nav_main .nav ul li .nav_c {
    display: block;
    height: 100%;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.header_nav_main .nav ul li .nav_item {
    display: none;
    width: 100%;
    text-align: center;
    line-height: 70px;
    background: #eaeef7;
    position: absolute;
    left: 0;
    top: 90px;
    transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item {
    display: block;
    transition: all .5s;
}

.header_nav_main .nav ul li .nav_item a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin: 0 18px;
    position: relative;
    opacity: 0;
    transition: all .5s;
}

.header_nav_main .nav ul li:hover .nav_item a {
    opacity: 1;
    transition: all .5s;
}

.header_active .header_nav_main .nav ul li .nav_c::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 3px;
    background: #0954a4;
    transition: width .3s;
}

.header_active .header_nav_main .nav ul li:hover .nav_c::after {
    width: 100%;
}

.header_active .header_nav_main .nav ul li .nav_item a:hover {
    font-weight: bold;
    color: #195da8;
}

.header_active .header_nav_main .nav ul li .nav_item a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 5px;
    border-radius: 3px;
    background: #0954a4;
    transition: width .3s;
}

.header_active .header_nav_main .nav ul li .nav_item a:hover::after {
    width: 100%;
}

.header_nav_main .search {
    width: 211px;
    height: 28px;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    margin-top: 15px;
    position: relative;
}

.header_nav_main .search input {
    width: 100%;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 35px;
    margin-top: 0;
    border: none;
    outline: none;
    background: none;
}

.header_nav_main .search input::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.header_nav_main .search .button {
    width: 14px;
    height: 14px;
    background: url(../images/sousuo.png) no-repeat center;
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    border: 0;
}

.header_active {
    height: 70px;
    background: #fff;
    box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.header_active .header_nav_main .logo {
    background: url(../images/logo_index_hover.png) no-repeat center;
}

.header_active .header_nav_main .nav ul li a {
    color: #333;
}

.header_active .header_nav_main .nav ul li:hover .nav_c {
    height: 70px;
    color: #0954a4;
    font-weight: bold;
}



.header_active .header_nav_main .search input::-webkit-input-placeholder {
    color: #adabad;
}

.header_active .header_nav_main .search .button {
    background: url(../images/sousuo_hover.png) no-repeat center;
}

.main {
    width: 100%;
}

.floor1 {
    width: 1400px;
    text-align: center;
    margin: 0 auto 37px;
    overflow: hidden;
}

.floor1 .hotnews {
    margin-top: 22px;
}

.floor1 .hotnews .hotnews_title {
    font-size: 36px;
    font-weight: bold;
    color: #535353;
}

.floor1 .hotnews .hotnews_title:hover {
    color: #0954a4;
}

.floor1 .hotnews p {
    font-size: 16px;
    color: #535353;
    margin-top: 9px;
}

.floor1 .hotnews p a {
    color: #0954a4;
}

.floor2 {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.floor2 .floor2_left {
    width: 687px;
    height: 405px;
    overflow: hidden;
}

.xwzx_swiper {
    height: 405px;
    position: relative;
}

.xwzx_swiper a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.xwzx_swiper a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.xwzx_swiper a:hover img {
    transform: scale(1.1);
}

.xwzx_swiper a p {
    width: 100%;
    height: 71px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 71px;
    box-sizing: border-box;
    padding: 0 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
}

.xwzx_swiper .swiper-pagination-custom {
    width: 91px;
    height: 12px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 571px;
    bottom: 29px;
    cursor: pointer;
}

.xwzx_swiper .swiper-pagination-customs {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 6px;
}

.xwzx_swiper .swiper-pagination-customs-active {
    width: 41px;
    background: #0954a4;
}

.xwzx_swiper .swiper-button-next {
    display: none;
    width: 36px;
    height: 55px;
    background: url(../images/jt_r.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
}

.xwzx_swiper .swiper-button-prev {
    display: none;
    width: 36px;
    height: 55px;
    background: url(../images/jt_l.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
}

.xwzx_swiper:hover .swiper-button-next {
    display: block;
}

.xwzx_swiper:hover .swiper-button-prev {
    display: block;
}

.floor2 .floor2_right {
    width: 682px;
}

.msg_tab_more {
    height: 49px;
    border-bottom: 1px solid #d7dded;
}

.msg_tab_more .msg_more {
    float: right;
    margin-top: 15px;
}

.msg_tab_more .msg_more a {
    font-size: 14px;
    color: #a4a4a4;
}

.msg_tab_more .msg_tab {
    height: 100%;
    overflow: hidden;
}

.msg_tab_more .msg_tab li {
    height: 100%;
    float: left;
    margin-right: 40px;
}

.msg_tab_more .msg_tab li a {
    display: block;
    height: 100%;
    line-height: 49px;
    font-size: 20px;
    color: #222;
}

.msg_tab_more .msg_tab .on a {
    color: #0954a4;
    font-weight: bold;
    background: url(../images/title_on_line.png) no-repeat center bottom;
}

.floor2_right .msg_list {
    min-height: 355px;
    overflow: hidden;
}

.msg_list ul {
    margin-top: 12px;
}

.msg_list li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.msg_list li a {
    font-size: 18px;
    color: #333;
}

.redius {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/list_point.png) no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
}

.news-time {
    float: right;
    font-size: 18px;
    color: #999;
}

.msg_list li:hover a {
    color: #0954a4;
}

.msg_list li:hover .redius {
    background: url(../images/list_point_hover.png) no-repeat center;
    margin-right: 30px;
    transition: all 0.3s;
}

.msg_list li:hover .news-time {
    color: #0954a4;
}

.floor3_wrap {
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 27px;
    margin-bottom: 33px;
    padding-top: 31px;
    padding-bottom: 27px;
}

.floor3 {
    width: 1400px;
    margin: 0 auto;
}

.floor3 .column_name {
    height: 28px;
    background: url(../images/gywm_line.png) no-repeat 106px 12px;
    overflow: hidden;
}

.column_name .column_title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.column_name .more {
    font-size: 14px;
    color: #a4a4a4;
    margin-top: 5px
}

.floor3_news {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.floor3_one {
    width: 370px;
}

.floor3_news .msg_list {
    height: 266px;
    overflow: hidden;
}

.floor3_two {
    width: 293px;
    margin-left: 22px;
    margin-right: 32px;
}

.floor3_three {
    width: 682px;
}

.jtgk ul {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.jtgk ul li {
    width: 154px;
    height: 244px;
    line-height: normal;
    border-radius: 6px;
    text-align: center;
    margin-top: 23px;
    transition: all 0.3s;
}

.jtgk ul li:hover {
    margin-top: 12px;
}

.jtgk ul li:nth-child(1) {
    background-color: #eef7e3;
}

.jtgk ul li:nth-child(2) {
    background-color: #f7efe8;
}

.jtgk ul li:nth-child(3) {
    background-color: #fff3e1;
}

.jtgk ul li:nth-child(4) {
    background-color: #e6efff;
}

.jtgk ul li .jtgk_icon {
    display: block;
    width: 67px;
    height: 85px;
    margin: 46px auto 29px;
}

.jtgk ul li:nth-child(1) .jtgk_icon {
    background: url(../images/jtgk_icon1.png) no-repeat center;
}

.jtgk ul li:nth-child(2) .jtgk_icon {
    background: url(../images/jtgk_icon3.png) no-repeat center;
}

.jtgk ul li:nth-child(3) .jtgk_icon {
    background: url(../images/jtgk_icon4.png) no-repeat center;
}

.jtgk ul li:nth-child(4) .jtgk_icon {
    background: url(../images/jtgk_icon2.png) no-repeat center;
}

.jtgk ul li p {
    font-size: 18px;
    margin-bottom: 6px;
}

.jtgk ul li:nth-child(1) p {
    color: #85b654;
}

.jtgk ul li:nth-child(2) p {
    color: #f77b3f;
}

.jtgk ul li:nth-child(3) p {
    color: #fcad1f;
}

.jtgk ul li:nth-child(4) p {
    color: #206c9b;
}

.jtgk ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.jtgk ul li:nth-child(1) a {
    color: #85b654;
}

.jtgk ul li:nth-child(2) a {
    color: #f77b3f;
}

.jtgk ul li:nth-child(3) a {
    color: #fcad1f;
}

.jtgk ul li:nth-child(4) a {
    color: #206c9b;
}

.floor4 {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto 35px;
}

.floor4_item {
    width: 685px;
}

.floor4_item .column_name {
    height: 28px;
    background: url(../images/ddjs_line.png) no-repeat 106px 12px;
    overflow: hidden;
}

.floor4_item .column_name .more {
    margin-top: 9px;
}

.floor4_item .floor4_list {
    margin-top: 20px;
}

/*.footer {
  width: 100%;
  height: 241px;
  background: #0954a4;
  box-sizing: border-box;
  padding-top: 30px;
}

.footer ul {
  width: 1400px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 34px;
}

.footer ul li {
  width: 300px;
  height: 100%;
  background: #2265ad;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  text-align: center;
  line-height: 48px;
}

.footer ul li:nth-child(2) {
  width: 600px;
}

.footer ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.footer p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 14px;
}

.footer p a {
  color: #fff;
}

.footer p a img {
  vertical-align: middle;
  margin-right: 8px;
}*/
.footer {
    width: 100%;
    height: 225px;
    background: #005faf;
}

.footer .footer_top {
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #2f6cad;
}

.footer .footer_top .footer_top_main {
    width: 1400px;
    height: 100%;
    line-height: 80px;
    margin: 0 auto;
}

.footer_top_left {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.footer_top_right {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.footer .footer_top .footer_top_main p {
    font-size: 16px;
    color: #d6d6d6;
}

.footer .footer_top .footer_top_main p a {
    color: #d6d6d6;
}

.footer .footer_top .footer_top_main p a img {
    vertical-align: sub;
    margin-right: 10px;
}

.footer .footer_top .footer_top_main p span {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    background: #06589e;
    border-radius: 10px;
    color: #d6d6d6;
}

.footer .footer_bottom {
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.footer_bottom .red_line {
    width: 178px;
    height: 3px;
    background: #e22d1c;
    position: absolute;
    top: -2px;
    left: 0;
}

.footer_bottom_left {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.footer .footer_bottom .footer_bottom_left .weixin_img {
    position: relative;
    cursor: pointer;
    width: 165px;
}

.footer .footer_bottom .footer_bottom_left .weixin_img img {
    vertical-align: middle;
    margin-right: 21px;
}

.footer .footer_bottom .footer_bottom_left .weixin_img span {
    font-size: 16px;
    color: #d6d6d6;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code {
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 180px;
    top: -39px;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    opacity: 0;
    z-index: 99;
    transition: all 0.2s ease-out 0s;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code img {
    margin-right: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.footer .footer_bottom .footer_bottom_left .weixin_img .weixin_code::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
}

.footer .footer_bottom .footer_bottom_left .weixin_img:hover .weixin_code {
    visibility: visible;
    opacity: 1;
}

.footer .footer_bottom .footer_bottom_left p {
    font-size: 16px;
    color: #d6d6d6;
    margin-top: 21px;
}

.footer_bottom_right {
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.footer .footer_bottom .footer_bottom_right .zfwz {
    display: inline-block;
    width: 165px;
    height: 41px;
    line-height: 41px;
    background-image: linear-gradient(0deg, #c5c5c5 0%, #ececec 100%), linear-gradient(#2265ad, #2265ad);
    box-sizing: border-box;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    position: relative;
    cursor: pointer;
}

.footer .footer_bottom .footer_bottom_right .zfwz img {
    vertical-align: sub;
    margin-left: 33px;
    margin-right: 7px;
}

.footer .footer_bottom .footer_bottom_right .zfwz .down {
    display: inline-block;
    width: 7px;
    height: 3px;
    background: url(../images/down_icon.png) no-repeat center;
    float: right;
    margin-top: 19px;
    margin-right: 10px;
    transition: all .3s;
}

.footer .footer_bottom .footer_bottom_right .zfwz:hover .down {
    transform: rotate(-180deg);
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list {
    width: 165px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -1px;
    bottom: 38px;
    display: none;
}

.footer .footer_bottom .footer_bottom_right .zfwz:hover .link_list {
    display: block;
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #666;
}

.footer .footer_bottom .footer_bottom_right .zfwz .link_list a:hover {
    color: #005faf;
}

.footer .footer_bottom .footer_bottom_right .jtwq {
    display: inline-block;
    width: 165px;
    height: 41px;
    line-height: 41px;
    background-image: linear-gradient(0deg, #c5c5c5 0%, #ececec 100%), linear-gradient(#2265ad, #2265ad);
    box-sizing: border-box;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    margin-left: 20px;
}

.footer .footer_bottom .footer_bottom_right .jtwq img {
    vertical-align: sub;
    margin-left: 33px;
    margin-right: 7px;
}

.footerFadeIn {
    transform: translateX(0);
    opacity: 1;
}



/* 党的建设 */
.ddjs_bg {
    display: block;
    width: 100%;
    height: 640px;
    object-fit: cover;
}

.main_news_wrap {
    width: 100%;
    padding-bottom: 50px;
    background: url(../images/other_bg.png) no-repeat center bottom;
}

.main_news {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 50px 30px;
    overflow: hidden;
    min-height: 300px;
}

.column_list_wrap {
    width: 100%;
    height: 90px;
    background-color: #f4f4f4;
}

.column_list {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.column_list .column_p {
    width: 260px;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 24px;
    font-weight: bold;
    background: url(../images/cybk_title_bg.png) no-repeat center;
    color: #0954a4;
}

.ddjs_page .column_p {
    background: url(../images/ddjs_title_bg.png) no-repeat center;
    color: #cd0000;
}

.column_list ul {
    overflow: hidden;
    margin-left: 16px;
}

.column_list ul li {
    height: 100%;
    line-height: 90px;
    padding: 0 16px;
    float: left;
}

.column_list ul li a {
    display: block;
    height: 90px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.column_list ul li .current {
    color: #0954a4;
    border-bottom: 5px solid #0954a4;
}

.column_list ul li a:hover {
    color: #0954a4;
    border-bottom: 5px solid #0954a4;
}

.ddjs_page .column_list ul li .current {
    color: #cd0000;
    border-bottom: 5px solid #cd0000;
}

.ddjs_page .column_list ul li a:hover {
    color: #cd0000;
    border-bottom: 5px solid #cd0000;
}

.wz {
    width: 100%;
    height: 26px;
    padding-top: 32px;
    margin-bottom: 32px;
    font-size: 18px;
}

.wz img {
    margin-right: 12px;
    vertical-align: middle;
}

.wz a {
    color: #333;
}

.wz span:last-child a {
    color: #0954a4;
}

.ddjs .wz span:last-child a {
    color: #cd0000;
}

.ddjs .column_c {
    width: 100%;
    height: 40px;
    background: url(../images/ddjs_title_c_bg.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 33px;
    font-size: 22px;
    font-weight: bold;
    color: #cd0000;
}

.ddjs .msg_list li:nth-child(5n) {
    margin-bottom: 27px;
}

.ddjs .msg_list li:nth-child(15) {
    margin-bottom: 0;
}

.ddjs .msg_list li:hover a {
    color: #cd0000;
}

.ddjs .msg_list li:hover .redius {
    background: url(../images/list_point_hover_ddjs.png) no-repeat center;
    transition: all 0.3s;
}

.ddjs .msg_list li:hover .news-time {
    color: #cd0000;
}

.ddjs_page .footer {
    background: #cd0000;
}

.ddjs_page .footer ul li {
    background: #d21a1a;
}





/* 产业板块 */
.cybk_bg {
    display: block;
    width: 100%;
    height: 640px;
    object-fit: cover;
}

.news_list {
    margin-bottom: 50px;
}

.news_list ul li {
    width: 100%;
    height: 90px;
    margin-top: 36px;
}

.news_list ul li:first-child {
    margin-top: 0;
}

.news_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 90px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 0 16px;
    font-size: 20px;
    color: #333;
}

.news_list ul li:nth-child(2n+1) a {
    background: #f3f3f3;
}

.news_list ul li a:hover {
    background: #0954a4;
    color: #fff;
    padding-left: 35px;
    transition: all 0.3s;
}

.news_list ul li a span {
    font-size: 18px;
    color: #666;
    float: right;
}

.news_list ul li a:hover span {
    color: #fff;
    transition: all 0.3s;
}





/* 新闻中心 */


.news_img_list {
  width: 100%;
  margin-bottom: 33px;
}

.news_img_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news_img_list ul li {
 width: 300px;
    margin-bottom: 33px;
    margin-left: 33px;

}

.news_img_list ul li:nth-child(4n+1) {
    margin-left:0;
}
.news_img_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  padding: 15px;
  position: relative;
 transition: all 0.5s;
    overflow: hidden;
	text-align:center;
}



.news_img_list ul li a .img_box {
  width: 100%;
  overflow: hidden;
}

.news_img_list ul li a .img_box img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.news_img_list ul li a p {
  width: 100%;
  font-size: 18px;
  color: #333;
  margin-top: 22px;
}

.news_img_list ul li a span {
  position: absolute;
  left: 37px;
  bottom: 37px;
  font-size: 18px;
  color: #666;
}

.news_img_list ul li a:hover .img_box img {
  transform: scale(1.1);
}

.news_img_list ul li a:hover p {
  color: #333;
}

.news_img_list ul li a:hover span {
  color: #333;
}

.news_img_list2 {
    width: 100%;
    margin-bottom: 33px;
}

.news_img_list2 ul {
	 column-count: 4; /* 根据需要调整列数 */
    column-gap: 10px; /* 列间距 */
}

.news_img_list2 ul li {
    /*float: left;
    width: 300px;*/
    margin-bottom: 33px;
    margin-left: 33px;
	 break-inside: avoid; /* 防止图片拆分到不同列 */

}

/*.news_img_list2 ul li:nth-child(4n+1) {
    margin-left:0;
}*/

.news_img_list2 ul li a {
    display: block;
    border: 1px solid #e4e4e4;
    padding: 15px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

/*.news_img_list2 ul li a:hover {
  background: #0954a4;
}*/

.news_img_list2 ul li a .img_box {
    width: 100%;
	height:100%;
    overflow: hidden;
}

.news_img_list2 ul li a .img_box img {
    display: block;
 width: 100%;
    height: auto;
    transition: all 0.5s;
}

.news_img_list2 ul li a p {
    width: 100%;
    font-size: 18px;
    margin-top: 8px;
    color: #333;
    text-align: center;
}

.news_img_list2 ul li a span {
    line-height: 30px;
    font-size: 18px;
    color: #666;
}

.news_img_list2 ul li a:hover .img_box img {
    transform: scale(1.1);
}

.news_img_list2 ul li a:hover p {
    color: #333;
}

.news_img_list2 ul li a:hover span {
    color: #333;
}



/* 集团简介 */
.msg {
    line-height: 36px;
    font-size: 18px;
    color: #333;
}

.msg img {
    max-width: 100%;
}





/* 集团领导 */
.leader_list {
    width: 100%;
}

.leader_list ul {
    overflow: hidden;
}

.leader_list ul li {
    width: 323px;
    height: 127px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-top: 10px solid #0954a4;
    float: left;
    margin-right: 36px;
    margin-bottom: 35px;
    text-align: center;
}

.leader_list ul li:nth-child(4n) {
    margin-right: 0;
}

.leader_list ul li a {
    color: #0954a4;
}

.leader_list ul li a .ldname {
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    height: 69px;
    line-height: 69px;
}

.leader_list ul li a .ldzhiwei {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}





/* 详情页 */
.collist {
    overflow: hidden;
}

.info #title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.info #otherinfo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0 24px;
    margin-top: 36px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.detailr1 span {
    margin-right: 20px;
}

.detailr1 #readcount {
    margin-right: 0;
}

#otherinfo .setSize a {
    color: #666;
    margin: 0 5px;
}

#otherinfo .setSize .on {
    color: #1a74d3;
}

.fontSize18 * {
    font-size: 20px !important;
}

.fontSize16 * {
    font-size: 18px !important;
}

.fontSize14 * {
    font-size: 16px !important;
}

.info #content {
    line-height: 36px;
    font-size: 18px;
}

.info .guanbi {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

/* 动态类  */
.next-share-main {
    margin-top: 28px;
    overflow: hidden;
}

.next-share-main .next-pre-page {
    width: 832px;
    overflow: hidden;
}

.next-pre-page li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    list-style: none;
    overflow: hidden;
}

.next-pre-page li a {
    font-size: 18px;
    color: #333;
}

.next-pre-page li span {
    color: #0954a4;
}

.next-share-main .close-share-main {
    width: 360px;
    height: 115px;
    border-left: 1px solid #ddd;
    padding-left: 40px;
    overflow: hidden;
}

.next-share-main .close-share-main .phoEwm-box {
    width: 82px;
    text-align: center;
    float: left;
    position: relative;
}

.detailcode {
    height: 30px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
    color: #333;
}

.next-share-main .close-share-main .right {
    width: 202px;
    margin-top: 10px;
    float: right;
}

.share-main span {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    float: left;
}

.social-share {
    height: 50px;
    line-height: 50px;
    float: left;
}

.social-share a {
    width: 30px;
    padding-left: 10px;
    float: left;
}

.social-share .icon-wechat {
    height: 50px;
    background: url(../images/weixin.png) no-repeat left center;
    position: relative;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 30px;
    top: -5px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 0.2s;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    display: none !important;
}

.social-share .icon-wechat .wechat-qrcode .help {
    display: none;
}

.social-share .icon-weibo {
    height: 50px;
    background: url(../images/weibo.png) no-repeat left center;
}

.social-share .icon-qzone {
    height: 50px;
    background: url(../images/qqkongjian.png) no-repeat left center;
}

.next-share-main .close-share-main .right .close {
    margin-top: 15px;
}

.next-share-main .close-share-main .right .close a {
    font-size: 18px;
    color: #333;
}

.next-share-main .close-share-main .right .close img {
    vertical-align: middle;
    margin-right: 4px;
}

.next-share-main .close-share-main .right .close .loadBtn2 {
    font-size: 18px;
    color: #333;
    background: url(../images/xy_tyxl_icon3.png) no-repeat left center;
    margin-left: 11px;
    padding-left: 23px;
    cursor: pointer;
    float: left;
}

.qrcode table {
    display: none;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.qrcode table tr {
    height: 3px !important;
}

/* 文件类 表格 */
.table-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.table-box table {
    border-bottom: 1px solid #d3dce5;
    border-right: 1px solid #d3dce5;
}

.info table td {
    text-align: center;
    border-top: 1px solid #d3dce5;
    border-left: 1px solid #d3dce5;
}

.table-box .title {
    width: 150px;
    background-color: #f0f7fd;
    height: 50px;
    color: #388dd0;
}

.table-box .info {
    width: 460px;
    height: 50px;
    text-align: left;
    padding-left: 20px;
    color: #232323;
}

.table-box .info span {
    color: #067dd9;
}

.table-box .other {
    padding: 10px 20px;
    text-align: left;
    text-indent: 2em;
}

.info #secondtitle {
    text-align: center;
    margin: auto 20px;
    font-size: 22px;
    line-height: 35px;
    color: #222;
    padding-bottom: 20px;
}

.info table td {
    border: 1px solid #d3dce5;
    text-align: center;
}

.info .nextprevious {
    border-top: 1px dotted #cccccc;
    margin-top: 6px;
    color: #000;
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    font-family: "microsoft yahei";
    display: none;
}

.info .nextprevious span {
    line-height: 30px;
}

.info .nextprevious A {
    color: #000;
    text-decoration: none
}

/*专题专栏*/
.dk-list {

    overflow: hidden;
}

.dk-list li {
    float: left;
    width: 420px;
    height: 240px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 40px;
}

.li-a {
    color: #000;
    font-size: 18px;
}

.li-a:hover {
    color: #007ad8;
}

.li-a:hover .ztimgbox img {
    transform: scale(1.1);
    transition: all .3s;
}

.ztimgbox {
    width: 420px;
    height: 176px;
    overflow: hidden;
}

.li-a img {
    display: block;
    width: 100%;
    height: 176px;
    border: 0;
    object-fit: cover;
}

.li-a span {
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(229, 229, 229, 1);
}
