body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #000;
}

a:hover {
    color: #810000;
}



@font-face {
    font-family: "SourceHanSerifSC-B";
    src: url("../fonts/SourceHanSerifCN-Bold.otf");
}




body {
    font-family: "Microsoft YaHei";
    color: #000;
}

.pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imgtp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}

.imgtp a {
    display: block;
    height: 100%;
}


.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.ctbx {
    width: 1300px;
    margin: 0 auto;
}

/* 轮播图 */
.slider {position: relative;overflow: hidden;width: 100%;}
.slideBox .hd {height: 10px;z-index:1; overflow: hidden;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);z-index: 1;}
.slideBox .hd ul{ text-align:center;  padding-top:5px;  }
.slideBox .hd ul li {cursor:pointer;float: left;margin-right: 10px;width: 10px;height: 10px;line-height: 14px;text-align: center;background: #fff;}
.slideBox .hd ul .on {background: #00a2ff;color: #fff;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li img{width:100%; vertical-align:top;  } 

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}



@media (min-width: 1200px) {
    .ctbx {
        width: 1100px;
    }
}


@media (min-width: 1400px) {
    .ctbx {
        width: 1300px;
    }


}




.topbg {
    background: url(../images/zz1a.png) no-repeat bottom #fff;
    border-top: #b5100e 1px solid;
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.08);
    background-size: cover;
}

.topbg::after {
    content: "";
    position: absolute;
    top: 184px;
 width: 100%;
 height: 8px;
    background: url(../images/footer3.jpg) repeat-x bottom;
}

.topbg1 {
 
}

.topbg2 {
    background: url(../images/nain_bg.jpg) repeat-x bottom;
}

.top_box {
    position: relative;
}

.toprg {
    width: 100%;
    float: right;
}

.toprg_nr {
    position: absolute;
    top: -1px;
    right: 0px;
}

.toprg_wz {
    position: relative;
}

.toprg_wz::before,
.toprg_wz::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 39px;
    top: 0px;
}

.toprg_wz::before {
    left: -33px;
    background: url(../images/top_ljzuo.png) no-repeat;
}

.toprg_wz::after {
    right: -33px;
    background: url(../images/top_ljyou.png) no-repeat;
}

.toprg_wznr {
    height: 38px;
    background: #b5100e;
}

.toprg_wznr a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    padding: 0px 20px;
    position: relative;
}

.toprg_wznr a::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0px;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
}

.toprg_wznr a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.toprg_wznr a:nth-last-of-type(1):after {
    display: none;
}



.logo {
    width: 515px;
    float: left;
    margin-top: 18px;
    height: 90px;
    position: relative;
}

.logo img {
    position: absolute;
    max-height: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.navbar {
    float: right;
    width: 100%;
    margin-top: 26px;
    
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
    margin: 0px 0px;
    width: 10%;
    background: url(../images/di.png) bottom no-repeat;
    background-size: ;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;

    line-height: 49px;
    color: #000;
    padding: 0px 4px 0px;
    display: block;
}

.navbar .navbar-nav>li>a>em {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 12px;
    height: 100%;

}

.navbar .navbar-nav>li:hover>a {
    color: #b5100e;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .navbar-nav>li.nav-active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background: #b5100e;
}

.navbar .navbar-nav>li.nav-active>a {
    font-weight: bold;
    color: #b5100e;
}


.navbar .hasChild:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    transform: scaleX(0);
    transition: all 0.2s ease-out 0s;
    background: #b5100e;
}

.navbar .hasChild:hover:before {
    transform: scaleX(1);
}

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -81px;
    padding: 10px 0;
    background-color: #fff;
    width: 162px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}

/*.navbar .nav-child li {
    padding: 12px;
  }*/

.navbar .nav-child li a {
    font-size: 15px;
    line-height: 24px;
    padding: 12px 5px;
    display: block;
}

.navbar .nav-child li:hover a {
    color: #b5100e;
}






@-webkit-keyframes opacity {

    0%,
    100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {

    0%,
    100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.02);
    }
}



.sydh {
    background: url(../images/dhbg.png) no-repeat left bottom;
    overflow: hidden;
}

.sydh h1 {
    float: left;
    font-size: 28px;
    color: #333;
    margin-left: 20px;
    margin-bottom: 7px;
    padding-left: 30px;
}

.sydh h3 {
    float: right;
    width: 84px;
    height: 28px;
    line-height: 28px;
    border: #bdbdbd 1px solid;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    position: relative;
    margin-top: 12px;
}

.sydh h3 a {
    color: #666;
}

.sydh h3:hover {
    background: #a10204;
}

.sydh h3:hover a {
    color: #fff;
}


.sydh h1.dhksjj {
    background: url(../images/dhksjj.png) no-repeat left 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sydh h1.dhczxx {
    background: url(../images/dhczxx.png) no-repeat left 10px;
}

.sydh h1.dhzjjs {
    background: url(../images/dhzjjs.png) no-repeat left 10px;
}

.sydh h1.dhkssz {
    background: url(../images/dhkssz.png) no-repeat left 10px;
}

.sydh h1.dhksdt {
    background: url(../images/dhksdt.png) no-repeat left 10px;
}





.cont_box1 {
    margin-top: 15px;
    padding: 33px 0px 32px;
    overflow: hidden;
    background: #fff;
}


.ksjj_lf {
    width: calc(100% - 132px);
    float: left;
    background: url(../images/ksjj_bg.png) no-repeat right bottom #fff;
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
    background-size: auto 74%;
}



.ksjj_pic {
    width: 605px;
    float: left;
    height: 406px;
    position: relative;
    overflow: hidden;
}

.ksjj_pic img {
    width: 100%;
    /* height:100%; */
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.ksjj_js {
    width: calc(100% - 605px);
    float: right;
}

.ksjj_jsnr {
    padding: 35px 45px 0px;
    overflow: hidden;
}

.ksjj_text p {
    margin: 33px 0px 29px;
    font-size: 14px;
    color: #888;
    line-height: 32px;
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.ksjj_text span {
    display: block;
    width: 145px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-indent: 55px;
    background: url(../images/ic_more.png) no-repeat 24px center #a10204;
    background-size: auto 21px;
    transition: all 0.4s ease-out 0s;

}

.ksjj_text span a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.ksjj_text span:hover {
    background: url(../images/ic_more.png) no-repeat 24px center #c01d23;
    background-size: auto 21px;
}


.ksjj_rg {
    width: 132px;
    float: right;
}

.ksjj_rg ul {
    width: 100%;
    float: left;
}

.ksjj_rg li {
    width: 100%;
    float: left;
}

.ksjj_rg li:nth-of-type(1) {
    background: #c49843;
}

.ksjj_rg li:nth-of-type(2) {
    background: #8e6746;
}

.ksjj_rg li:nth-of-type(3) {
    background: #b53a01;
}


.jjyc {
    position: relative;
    padding-bottom: 103%;
    overflow: hidden;
}

.jjyc a {
    width: 100%;
    position: absolute;
    left: 0px;
    display: block;
    text-align: center;
}

.jjyc .pictp {
    height: 40px;
    margin-top: 18%;
    position: relative;
}

.jjyc .pictp span {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jjyc .pictp span img {
    max-height: 100%;
}

.jjyc:hover span img {
    transform: rotate(360deg);
}

.jjyc h2 {
    font-size: 18px;
    color: #fcfcfb;
    margin: 13px 0px 0px;
    line-height: 22px;
}

.jjyc h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}



.cont_box2 {
    padding-bottom: 66px;
    overflow: hidden;
    background: center bottom / 100% auto no-repeat url(../images/inner_bg_b.png);
}

.czxx_box {
    padding: 33px 40px 31px;
    margin-top: 38px;
    overflow: hidden;
    border-bottom: #b5100e 0px solid;
    background: url(../images/title_bgtu.jpg) repeat-x bottom #fff;
    
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
}

.czxx_tit {
    line-height: 24px;
    color: #444;
    overflow: hidden;
}

.czxx_tit h2 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    width: calc(100% - 280px);
}

.czxx_tit h3 {
    float: right;
    font-size: 15px;
}

.czxx_tit h3 i {
    color: #de212b;
    font-style: normal;
    float: left;
}

.czxx_tit h3 p {
    float: left;
}

.czxx_tit h3 p span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
}

.czxx_tit h3 p span.cz_blue {
    background: #0c70b7;
    margin-left: 5px;
}

.czxx_tit h3 p span.cz_yellow {
    background: #f18a18;
}

.czxx_tit h3 p span.cz_red {
    background: #de212b;
}

/* pc */
.czxxpb {
    margin: 19px 0px 0px;
}

.czxxpb_bg {
    /* border: #d8d8d8 1px solid; */
    border-top-style: none;
}

.czxxpb_one .czxxpb_bg:nth-of-type(1) {
    border-top: #d8d8d8 1px solid;
}

.czxxpb_bg td {
    background: #fff;
}

.czxxpb_bot {
    border-bottom: #d8d8d8 1px solid;
}

.czxxpb_bg th {
    width: 89px;
    background: #a10204;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-top: #d8d8d8 1px solid;
}

.czxxpb_bg td.czxxpb_bt {
    font-size: 16px;
    color: #b5100e;
    font-weight: bold;
    width: 60px;
    text-align: center;
    border-right: #d8d8d8 1px solid;
}

.czxxpb_bg td.czxxpb_zjwk {
    padding: 15px 0px 15px 20px;
    overflow: hidden;
    border-right: #d8d8d8 1px solid;
}

.czxxpb_bg td .czxxpb_zj li {
    float: left;
    width: 11.11%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 24px;
    margin: 3px 0px;
    overflow: hidden;
}

.czxxpb_bg td .czxxpb_zj li a {
    color: #333;
    width: 50px;
    text-align: justify;
    display: inline-table;
}

.czxxpb_bg td .czxxpb_zj li a:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.czxxpb_bg td .czxxpb_zj li span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-left: 0px;
}

.czxxpb_bg td .czxxpb_zj li span.cz_blue {
    background: #0c70b7;
    margin-left: 5px;
}

.czxxpb_bg td .czxxpb_zj li span.cz_yellow {
    background: #f18a18;
}

.czxxpb_bg td .czxxpb_zj li span.cz_red {
    background: #de212b;
}

.czxxpb_bg:hover td {
    /*background: #e4f1ff;*/
    cursor: pointer;
}

.czxxpb_bg td .czxxpb_zj li a:hover {
    font-weight: bold;
    color: #b5100e;
}


.czxxpb .czxxpb_two {
    display: none;
    transition: all 0.4s ease-out 0s;
}

.czxxpb .czxxpb_btn {
    margin: 25px auto 0px;
    width: 210px;
    height: 34px;
    line-height: 34px;
    text-indent: 26px;
    font-size: 16px;
    color: #a10204;
    background: url(../images/czxx_sjx.png) no-repeat 170px center;
    border: #a10204 1px solid;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
}

.czxxpb .czxxpb_btn:hover {
    background: url(../images/czxx_sjx2.png) no-repeat 170px center #a10204;
    color: #fff;
}


.czxxpb_one .czxxpb_bg tr:nth-of-type(1) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(2) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(5) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(6) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(9) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(10) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(13) td,
.czxxpb_one .czxxpb_bg tr:nth-of-type(14) td {
    background: #fffbe4;
}

.czxxpb_one {
    height: 300px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.czxxpb_one .czxxpb_bg tr:nth-child(n+5) {
    opacity: 0;
    visibility: hidden;

}

.czxxpb_one.open {
    height: auto;
}

.czxxpb_one.open .czxxpb_bg tr {
    opacity: 1;
    visibility: visible;
}

.mbczxx {
    display: none;
}







.zjjs_box {
    padding: 0px;
}

.zjjs {
    margin: 0px -15px;
}

.zjjs_lbnr {
    margin: 39px 15px 32px;
    padding: 20px 20px 11px;
    border-bottom: #b36002 3px solid;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.zjjs_lbnr::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    height: 42px;
    width: 42px;
    background: #efe6d3;
}

.zjjs_lbnr .pic {
    padding-bottom: 138%;
    overflow: hidden;
    position: relative;
}

.zjjs_lbnr .pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #efe5d3;
}

.zjjs_lbnr .pic img:hover {
    transform: scale(1.05);
}

.zjjs_lbnr .text {
    text-align: center;
}

.zjjs_lbnr .text h2 {
    font-size: 20px;
    color: #262626;
    margin: 12px 0px 3px;
}

.zjjs_lbnr .text h4 {
    font-size: 14px;
    color: #888;
}

.zjjs_lbnr .text h2,
.zjjs_lbnr .text h4 {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zjjs_lb:hover .text h2,
.zjjs_lb:hover .text h4 {
    color: #fff;
}

.zjjs_lb:hover .zjjs_lbnr {
    background: url(../images/zjbg.png) no-repeat right bottom #8b5f2d;
    border-bottom: #c71b21 3px solid;
}

.zjjs_lbnr:hover::before {
    background: rgba(255, 255, 255, 0.2)
}


.zjjs .slick-prev,
.zjjs .slick-next {
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    z-index: 5;
    background-repeat: no-repeat;
}

.zjjs .slick-prev {
    left: -50px;
    background: url(../images/zjjs_prev.png) no-repeat;
    background-size: 100% 100%;
}

.zjjs .slick-next {
    right: -50px;
    background: url(../images/zjjs_next.png) no-repeat;
    background-size: 100% 100%;
}

.zjjs .slick-prev:hover {
    background: url(../images/zjjs_prev2.png) no-repeat;
    background-size: 100% 100%;
}

.zjjs .slick-next:hover {
    background: url(../images/zjjs_next2.png) no-repeat;
    background-size: 100% 100%;
}

.zjjs .slick-prev,
.zjjs .slick-next {
    background-size: 100% 100%;
}



.kssz_box {
    padding: 20px 0px 12px;
    overflow: hidden;
    margin: 0px -22px;
}

.kssz_box li {
    width: 25%;
    float: left;
}

.kssz_box li .kssz_nr {
    margin: 18px 22px 18px;
    overflow: hidden;
    padding: 7px;
    transition: all 0.4s ease-out 0s;
}

.kssz_box li:hover .kssz_nr {
    transform: translateY(-10px);
}

.kssz_box li .kssz_nr .kssz_lb {
    overflow: hidden;
    background: url(../images/kssz_xian.png) no-repeat;
    background-size: 100% 100%;
    padding: 22px 20px 21px;
}

.kssz_box li .kssz_nr .kssz_lb a {
    display: block;
    max-height: 56px;
    overflow: hidden;
}

.kssz_box li .kssz_nr .kssz_lb .pictp {
    float: left;
    width: 60px;
    height: 56px;
    position: relative;
}

.kssz_box li .kssz_nr .kssz_lb .pictp img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.kssz_box li .kssz_nr .kssz_lb h2 {
    display: table;
    float: right;
    height: 56px;
    width: calc(100% - 75px);
}

.kssz_box li .kssz_nr .kssz_lb h2 p {
    color: #fff;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}


.kssz_box li:nth-of-type(1) .kssz_nr {
    background: url(../images/kssz_bg01.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(2) .kssz_nr {
    background: url(../images/kssz_bg02.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(3) .kssz_nr {
    background: url(../images/kssz_bg03.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(4) .kssz_nr {
    background: url(../images/kssz_bg04.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(5) .kssz_nr {
    background: url(../images/kssz_bg05.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(6) .kssz_nr {
    background: url(../images/kssz_bg06.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(7) .kssz_nr {
    background: url(../images/kssz_bg07.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(8) .kssz_nr {
    background: url(../images/kssz_bg08.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(9) .kssz_nr {
    background: url(../images/kssz_bg01.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(10) .kssz_nr {
    background: url(../images/kssz_bg02.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(11) .kssz_nr {
    background: url(../images/kssz_bg03.png) no-repeat;
    background-size: cover;
}

.kssz_box li:nth-of-type(12) .kssz_nr {
    background: url(../images/kssz_bg04.png) no-repeat;
    background-size: cover;
}


.cont5_box {
    margin: 0px -20px;
    overflow: hidden;
}

.cont5 {
    width: 50%;
    float: left;
    padding-bottom: 35px;
}

.cont5_mar {
    margin: 0px 20px;
}

.ksdt_box {
    background: #fff;
    padding: 30px 30px 12px;
    box-shadow: 0px 0px 19px 0px rgba(4, 0, 0, 0.1);
    border-bottom: #b5100e 0px solid;
    background: url(../images/title_bgtu.jpg) repeat-x bottom;
    overflow: hidden;
    margin: 39px 0px 0px;
    height: 390px;
}

.ksdt_one {
    margin: 0px -16px;
}

.ksdt_one li {
    width: 50%;
    float: left;
}

.ksdt_one li .dtone_nr {
    margin: 0px 16px;
}

.dtone_nr .dtone_tp {
    overflow: hidden;
    height: 149px;
    position: relative;
}

.dtone_nr .dtone_tp .imgtp:hover {
    transform: scale(1.05);
}

.dtone_nr h2 {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 18px 0px;
    transition: all 0.4s ease-out 0s;
}

.dtone_nr:hover h2 a {
    color: #b5100e;
}

.ksdt_two {
    border-top: #d8d8d8 1px solid;
    width: 100%;
    float: left;
    padding-top: 13px;
}

.ksdt_two li {
    width: 100%;
    float: left;
    position: relative;
}

.ksdt_two li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #b5100e;
    border-radius: 50px;
}

.ksdt_two li a {
    display: block;
    overflow: hidden;
    margin-left: 15px;
}

.ksdt_two li h2 {
    width: calc(100% - 100px);
    float: left;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksdt_two li span {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 48px;
}

.ksdt_two li:hover h2,
.ksdt_two li:hover span {
    color: #b5100e;
}


.tzgg_box {
    background: #fff;
    padding: 10px 30px 12px;
    box-shadow: 0px 0px 19px 0px rgba(4, 0, 0, 0.1);
    border-bottom: #27a5cf 0px solid;
    background: url(../images/title_bgtu.jpg) repeat-x bottom;
    overflow: hidden;
    margin: 39px 0px 0px;
    height: 410px;
}

.tzgg_box li {
    width: 100%;
    float: left;
    position: relative;
}

.tzgg_box li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #b5100e;
    border-radius: 50px;
}

.tzgg_box li a {
    display: block;
    overflow: hidden;
    margin-left: 15px;
}

.tzgg_box li h2 {
    width: calc(100% - 100px);
    float: left;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tzgg_box li span {
    float: right;
    font-size: 14px;
    color: #999;
    font-family: Arial;
    line-height: 48px;
}

.tzgg_box li:hover h2,
.tzgg_box li:hover span {
    color: #b5100e;
}



.cont_box6 {
    margin: 0px -17px;
    overflow: hidden;
}

.cont6 {
    width: 33.3%;
    float: left;
    padding-bottom: 36px;
}

.cont6_mar {
    margin: 0px 17px;
}


.jkkp_box {
    background: #fff;
    padding: 28px 25px 14px;
    box-shadow: 0px 0px 19px 0px rgba(4, 0, 0, 0.1);
    border-bottom: #b5100e 0px solid;
    background: url(../images/title_bgtu.jpg) repeat-x bottom;
    overflow: hidden;
    margin: 35px 0px 0px;
    height: 380px;
}

.jkkp_tj {
    position: relative;
}

.jkkp_tj .jkkp_tjtp {
    overflow: hidden;
    height: 201px;
    position: relative;
}

.jkkp_tj .jkkp_tjtp .imgtp:hover {
    transform: scale(1.05);
}

.jkkp_tj .text {
    position: absolute;
    height: 68px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: url(../images/jkkp_titbg.png) repeat-x;
}

.jkkp_tj .text h2 {
    padding: 0px 20px;
    margin-top: 25px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.jkkp_box ul {
    width: 100%;
    float: left;
    margin-top: 14px;
}

.jkkp_box ul li {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jkkp_box ul li a {
    color: #333;
}

.jkkp_box ul li:hover a {
    color: #b5100e;
}


.jxgz_box {
    background: #fff;
    padding: 8px 25px 10px;
    box-shadow: 0px 0px 19px 0px rgba(4, 0, 0, 0.1);
    border-bottom: #27a5cf 0px solid;
    background: url(../images/title_bgtu.jpg) repeat-x bottom;
    overflow: hidden;
    margin: 35px 0px 0px;
    height: 404px;
}

.jxgz_box li {
    border-bottom: #ededed 1px solid;
    padding: 15px 0px 14px;
}

.jxgz_box li:nth-last-of-type(1) {
    border-bottom-style: none;
}

.jxgz_box li a {
    display: block;
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jxgz_box li span {
    font-size: 14px;
    color: #888;
    font-family: Arial;
    line-height: 24px;
    padding-left: 22px;
    background: url(../images/ic_time.png) no-repeat left center;
}

.jxgz_box li:hover a,
.jxgz_box li:hover span {
    color: #b5100e;
}

.jxgz_box li:hover span {
    background: url(../images/ic_time2.png) no-repeat left center;
}


.kxyj_box {
    background: #fff;
    padding: 8px 25px 9px;
    box-shadow: 0px 0px 19px 0px rgba(4, 0, 0, 0.1);
    border-bottom: #00be8b 0px solid;
    background: url(../images/title_bgtu.jpg) repeat-x bottom;
    overflow: hidden;
    margin: 35px 0px 0px;
    height: 404px;
}

.kxyj_box li {
    width: 100%;
    float: left;
    padding: 22px 0px 21px;
    border-bottom: #cfcfcf 1px solid;
}

.kxyj_box li:nth-last-of-type(1) {
    border-bottom-style: none;
}

.kxyj_box li .kxyj_lf {
    width: 160px;
    float: left;
}

.kxyj_box li .kxyj_lf .kxyj_tp {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.kxyj_box li .kxyj_lf .kxyj_tp .imgtp:hover {
    transform: scale(1.05);
}

.kxyj_box li .kxyj_text {
    width: calc(100% - 175px);
    float: right;
}

.kxyj_box li .kxyj_text h2 {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s ease-out 0s;
}

.kxyj_box li .kxyj_text span {
    margin-top: 23px;
    display: inline-block;
    font-size: 14px;
    color: #262626;
    font-family: Arial;
}

.kxyj_box li:hover .kxyj_text h2,
.kxyj_box li:hover .kxyj_text span {
    color: #b5100e;
    transform: translateX(5px);
}


.dibu_bg {
    overflow: hidden;
    background: url(../images/g_31.jpg);
    background-size: cover;
}

.dibu {
    padding: 50px 0px 34px;
    overflow: hidden;
}

.dibu_logo {
    width: 360px;
    float: left;
}

.lxwm {
    width: 400px;
    float: left;
    margin-left: 75px;
}

.lxwm p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}


.bktop {
    float: right;
    margin-right: 10px;
    width: 53px;
    height: 53px;
    background: url(../images/back_top.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease-out 0s;
}

.bktop:hover {
    transform: translateY(5px);
}


.banq {
    padding: 13px 0px 12px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
    overflow: hidden;
}

.banq a {
    color: #fff;
}



.list_ban {
    margin-top: 8px;
    width: 100%;
    height: 375px;
    background: url(../images/list-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.list_ban2 {
    margin-top: 8px;
    width: 100%;
    height: 375px;
    background: url(../images/list-banner2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.list_ban .ltban_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -85%);
}

.list_ban .ltban_text h2 {
    position: relative;
    background: #b5100e;
    font-size: 28px;
    color: #fff;
    padding: 17px 50px;
    font-weight: bold;
}

.list_ban .ltban_text h2::before,
.list_ban .ltban_text h2::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: #b71219;
}

.list_ban .ltban_text h2::before {
    left: -6px;
}

.list_ban .ltban_text h2::after {
    right: -6px;
}


.dangqwz {
    position: relative;
    height: 42px;
    margin-top: 0px;
    background: #fff;
    padding: 35px 40px 0px;
}

.dangqwz::before,
.dangqwz::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 77px;
    top: 1px;
}

.dangqwz::before {
    left: -34px;
    background: url(../images/ltwz_bglf.png) no-repeat;
}

.dangqwz::after {
    right: -34px;
    background: url(../images/ltwz_bgrg.png) no-repeat;
}

.dangqwz_nr {
    line-height: 27px;
    border-bottom: #b5100e 1px solid;
    font-size: 14px;
    color: #b5100e;
    padding: 0px 0px 15px 24px;
    background: url(../images/ic_home.png) no-repeat left 5px;
}

.dangqwz_nr a {
    color: #b5100e;
}

.dangqwz_nr a:hover {
    color: #b5100e;
}



.list_bg {
    background: url(../images/top.jpg) no-repeat bottom;
    background-size: 100%;
    padding-bottom: 57px;
}

.list_box {
    padding: 0px 40px 60px;
    background: #fff;
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
    overflow: hidden;
}

.list_wz {
    min-height: 500px;
}

.list_wz ul {
    padding: 28px 0px 38px;
    overflow: hidden;
}

.list_wz li {
    width: 100%;
    float: left;
    border-bottom: #d8d8d8 1px solid;
    line-height: 64px;
    position: relative;
}

.list_wz li::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #b5100e;
    border-radius: 50px;
}

.list_wz li a {
    display: block;
    overflow: hidden;
    margin-left: 15px;
}

.list_wz li h2 {
    width: calc(100% - 100px);
    float: left;
    font-size: 16px;
    color: #333;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.list_wz li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.list_wz li:hover {
    border-bottom: #b5100e 1px solid
}

.list_wz li:hover h2,
.list_wz li:hover span {
    color: #b5100e;
}


.contt_box {
    padding-top: 55px;
    overflow: hidden;
}

.contt_lf {
    width: calc(100% - 410px);
    float: left;
    min-height: 450px;
    margin-bottom: 20px;
}

.contt_rg {
    width: 340px;
    float: right;
    background: url(../images/ctrg_bg.png) no-repeat bottom center;
}

.cttrg_tit {
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: #b5100e 1px solid;
    position: relative;
}

.cttrg_tit::before,
.cttrg_tit::after {
    content: "";
    position: absolute;
    left: 0px;
    background: #b5100e;
}

.cttrg_tit::before {
    width: 13px;
    height: 1px;
    bottom: 22px;
}

.cttrg_tit::after {
    width: 1px;
    height: 23px;
    bottom: 0px;
}


.cttrg_tit h1 {
    float: left;
    text-indent: 35px;
    margin-left: 20px;
    font-size: 28px;
    color: #b5100e;
    background: url(../images/lm_ico2.png) no-repeat left center;
}

.cttrg_wz {
    padding: 12px 0px 350px;
    overflow: hidden;
}

.cttrg_wz li {
    width: 100%;
    float: left;
    border-bottom: #ededed 1px solid
}

.cttrg_wz li a {
    display: block;
    overflow: hidden;
    padding: 15px 0px 14px;
}

.cttrg_wz li h2 {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cttrg_wz li span {
    font-size: 14px;
    color: #888;
    font-family: Arial;
    line-height: 24px;
    padding-left: 22px;
    background: url(../images/ic_time.png) no-repeat left center;
}

.cttrg_wz li:hover h2,
.cttrg_wz li:hover span {
    color: #b5100e;
}

.cttrg_wz li:hover span {
    background: url(../images/ic_time2.png) no-repeat left center;
}


.contt_tit {
    width: 100%;
    float: left;
    margin-bottom: 26px;
}

.contt_tit h1 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #b5100e;
    line-height: 32px;
    margin-bottom: 12px;
    font-weight: bold;
}

.contt_tit h3 {
    width: 100%;
    font-size: 16px;
    color: #989898;
    line-height: 30px;
}

.contt_zhwen {
    padding: 20px 0px 30px;
    border-top: #d8d8d8 1px solid;
    border-bottom: #d8d8d8 1px solid;
    float: left;
    width: 100%;
    position: relative;
}


.contt_zhwjs {
    width: 100%;
    float: left;
}







.contt_zhwjs table {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    overflow-x: auto;
    justify-content: center;
}

.contt_zhwjs table td {
    padding: 5px !important;
}



.contt_zhwjs p {
    text-indent: 2em;
    font-size: 16px;
    color: #444;
    line-height: 40px;
}

.contt_zhwjs p img {
    max-width: 90%;
    text-indent: 0em;
    height: auto !important;
    /* margin-left: -2em; */
    margin: 5px auto !important;
}

.contt_zhwjs .vsbcontent_img img {
    display: block;
}


.contt_zhwjs td p {
    text-indent: 0em;
}

.contt_zhwjs p iframe {
    max-width: 80%;
}



.contt_zhwfx {
    position: absolute;
    z-index: 10;
    right: 0px;
    bottom: -15px;
    width: 94px;
    background: #fff;
    height: 30px;
}

.contt_zhwfx h3 {
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
}

.contt_zhwfx .cczw_fxnr {
    display: none;
    position: absolute;
    right: -32px;
    top: 30px;
    z-index: 90;
}

.contt_zhwfx:hover .cczw_fxnr {
    display: block;
}

.item-share {
    width: 200px;
    height: 43px;
    float: right;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 31;
}

.item-share .bdsharebuttonbox {
    position: absolute;
    right: -20px;
    top: 0px;
    width: 200px;
    display: none;
}

.item-share .bdsharebuttonbox.show {
    display: block;
}

.item-share .bdsharebuttonbox.hide {
    display: none;
}

.item-share i.icon-31zhuanfa {
    font-size: 26px;
    color: #b4b4b4;
}

.item-share .bdsharebuttonbox a {
    width: 35px;
    height: 35px;
    margin: 0;
    text-indent: 0;
    background: none;
    line-height: 43px;
    text-align: center;
    float: left;
    margin: 0px 5px;
}

.item-share a.bds_weixin {
    background: url(../images/nr_wx.png) no-repeat;
    background-size: 100% 100%;
}

.item-share a.bds_tsina {
    background: url(../images/nr_wb.png) no-repeat;
    background-size: 100% 100%;
}

.item-share a.bds_sqq {
    background: url(../images/nr_qq.png) no-repeat;
    background-size: 100% 100%;
}

.item-share a.bds_qzone {
    background: url(../images/nr_kj.png) no-repeat;
    background-size: 100% 100%;
}

.item-share a.bds_more {
    background-color: #60aaea;
    font-size: 28px;
}

.item-share .bdshare-button-style0-32 a:hover {
    color: #fff;
    opacity: 0.85;
}

.article-share {
    border: none;
    width: 43px;
    height: auto;
}

.article-share .bdsharebuttonbox {
    display: block;
    margin-top: -1px;
}

.article-share .bdsharebuttonbox a {
    display: block;
    padding-left: 0
}

.article-share a:hover:before {
    color: #fafafa;
}

.article-share i.icon-31zhuanfa {
    color: #fff;
    width: 60px;
    height: 60px;
    display: block;
}

/* .article-share.position{ position: absolute; top:0px; left:0px;} */
.article-share .on {
    background-color: #92130c
}


.contt_sxp {
    padding-top: 40px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin: 5px 0px;
    line-height: 30px;
}

.contt_sxp li a {
    color: #444;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #b5100e;
}


.list_xw {
    min-height: 500px;
    overflow: hidden;
}

.list_xw ul {
    margin-top: 20px;
}

.list_xw li {
    width: 100%;
    float: left;
    border-bottom: #d1d1d1 1px solid;
    padding: 33px 0px;
}

.list_xw li:nth-last-of-type(1) {
    border-bottom-style: none;
}

.list_xw li .ltxw_sj {
    float: left;
    width: 90px;
    font-size: 26px;
    color: #b5100e;
    font-family: Arial;
    text-align: center;
    margin-top: 5px;
    position: relative;
    margin-right: 50px;
}

.list_xw li .ltxw_sj::before,
.list_xw li .ltxw_sj::after {
    content: "";
    position: absolute;
}

.list_xw li .ltxw_sj::before {
    width: 35px;
    height: 2px;
    background: #d1d1d1;
    top: 13px;
    right: -35px;
}

.list_xw li .ltxw_sj::after {
    top: 50px;
    left: 25px;
    width: 35px;
    height: 35px;
    background: url(../images/ltwz_yjt.png) no-repeat center;
    border: #fff 1px solid;
    border-radius: 50%;
}


.list_xw li .ltxw_tp {
    width: 183px;
    float: left;
    margin-right: 20px;
    border: #fff 1px solid;
}

.ltxw_tp .ltxw_tpnr {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.ltxw_tpnr .imgtp:hover {
    transform: scale(1.05);
}

.list_xw li .ltxw_nr {
    overflow: hidden;
}

.list_xw li .ltxw_nr h2 {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    font-size: 18px;
    color: #111;
    line-height: 40px;
    height: 40px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s ease-out 0s;
}

.list_xw li .ltxw_nr p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease-out 0s;
}


.list_xw li:hover {
    border-bottom: #b5100e 1px solid;
}

.list_xw li:nth-last-of-type(1):hover {
    border-bottom-style: none;
}

.list_xw li:hover .ltxw_sj::before {
    background: #b5100e;
}

.list_xw li:hover .ltxw_sj::after {
    border: #b5100e 1px solid;
}

.list_xw li:hover .ltxw_tp {
    border: #b5100e 1px solid;
}

.list_xw li:hover .ltxw_nr h2,
.list_xw li:hover .ltxw_nr p {
    color: #b5100e;
    transform: translateX(5px);
}

.list_xw li.no .ltxw_tp {
    display: none;
}





.ltzj_ser {
    margin: auto;
    width: 640px;
    padding: 50px 0px 40px;
    overflow: hidden;
}

.ltzj_inp {
    float: left;
    width: calc(100% - 100px);
    margin-right: 10px;
    padding: 0px 19px;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-style: none;
    font-size: 14px;
    color: #333;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border: #ddd 1px solid;
    border-radius: 5px;
}

.ltzj_btn {
    float: left;
    width: 80px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background: #245bb1;
    border-radius: 5px;
    text-align: center;
    border: none;
}

a.ltzj_btn img {
    margin-right: 3px;
}


.trss_nr::-ms-input-placeholder {
    color: #999;
}

.trss_nr::-moz-placeholder {
    color: #999;
}

.trss_nr::-webkit-input-placeholder {
    color: #999;
}


.list_zj {
    margin: 0px -30px;
    padding-top: 30px;
    min-height: 500px;
    overflow: hidden;
}

.list_zj li {
    width: 25%;
    float: left;
}

.list_zj li .ltzj_nr {
    margin: 15px 30px 40px;
    border-bottom: #b36002 3px solid;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.list_zj li .ltzj_nr::before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    height: 42px;
    width: 42px;
    background: #efe7d3;
}

.list_zj li .ltzj_nr .pic {
    padding-bottom: 138%;
    overflow: hidden;
    position: relative;
}

.list_zj li .ltzj_nr .pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #d3deef;
}

.list_zj li .ltzj_nr .pic img:hover {
    transform: scale(1.05);
}

.list_zj li .ltzj_nr .text {
    text-align: center;
}

.list_zj li .ltzj_nr .text h2 {
    font-size: 20px;
    color: #262626;
    margin: 12px 0px 0px;
}

.list_zj li .ltzj_nr .text h4 {
    font-size: 14px;
    color: #888;
    margin-bottom: 14px;
}

.list_zj li .ltzj_nr .text h2,
.list_zj li .ltzj_nr .text h4 {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_zj li:hover .ltzj_nr {
    background: #b36002;
}

.list_zj li:hover .ltzj_nr::before {
    background: #b36002;
}

.list_zj li:hover .text h2,
.list_zj li:hover .text h4 {
    color: #fff;
}


.ltzj_xm {
    position: relative;
    overflow: hidden;
    margin: 55px 0px 40px;
}

.ltzj_xm::before,
.ltzj_xm::after {
    content: "";
    position: absolute;
    width: calc(100% - 264px);
    height: calc(100% - 30px);
    right: 0px;
    bottom: 0px;
}

.ltzj_xm::before {
    background: url(../images/zjxq_bg.png) no-repeat;
    background-size: cover;
}

.ltzj_xm::after {
    background: url(../images/zjxq_logo.png) no-repeat right bottom;
}

.ltzj_xmlf {
    width: 284px;
    float: left;
    border: #f3dad0 1px solid;
    position: relative;
    z-index: 5;
}

.ltzj_xmlf .ltzj_xmlftp {
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.ltzj_xmlf .ltzj_xmlftp span {
    padding-bottom: 140%;
    overflow: hidden;
    position: relative;
    display: block;
}

.ltzj_xmlf .ltzj_xmlftp span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #d3deef;
}

.ltzj_xmrg {
    width: calc(100% - 286px);
    float: right;
    position: relative;
    z-index: 5;
}

.ltzj_xmrg .ltzj_xmtit {
    width: 100%;
    float: left;
    background: url(../images/zjxq_titbg.png) no-repeat;
}

.ltzj_xmrg .ltzj_xmtit h1 {
    margin: 68px 0px 0px 65px;
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
    color: #b5100e;
}

.ltzj_xmrg .ltzj_xmtit h1::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #b61c22;
    width: 31px;
    height: 4px;
}

.ltzj_xmrg .ltzj_xmjs {
    padding: 40px 42px 0px 65px;
    overflow: hidden;
    height: 215px;
}

.ltzj_xmrg .ltzj_xmjs li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin: 6px 0px;
    max-height: 120px;
    overflow-y: auto;
}


.zjdh {
    width: 100%;
    float: left;
}

.zjdh h1 {
    float: left;
    font-size: 22px;
    color: #b61c22;
    line-height: 28px;
    padding-left: 30px;
    background: url(../images/zjdh_ico.png) no-repeat left center;
}

.zjdh h3 {
    float: right;
    font-size: 15px;
}

.zjdh h3 i {
    color: #de212b;
    font-style: normal;
    float: left;
}

.zjdh h3 p {
    float: left;
}


.zjdh h3 p span,
.ltzj_cztext .cz_red {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}

.zjdh h3 p span.cz_red,
.ltzj_cztext .cz_red {
    background: #de212b;
}

.ltzj_js {
    overflow: hidden;
    padding: 20px 0px 38px;
    clear: both;
}

.ltzj_js p {
    font-size: 16px;
    color: #333;
    line-height: 38px;
    text-indent: 2em;
}

.ltzj_js table {

    display: flex;

    width: 100%;

    white-space: nowrap;

    overflow-x: auto;
}

.ltzj_js table p {
    text-indent: 0;
    line-height: 1;
}

.ltzj_js table td {
    padding: 5px;

}

.ltzj_czxx {
    margin-top: 25px;
    overflow: hidden;
    clear: both;
    border: #d8d8d8 1px solid;
}

.ltzj_czxx li {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    border-bottom: #d8d8d8 1px solid;
    display: flex;
    justify-content: space-around;
}

.ltzj_czxx li .ltzj_cztit {
    width: 260px;
    text-align: center;
    border-right: #d8d8d8 1px solid;
    float: left;
}

.ltzj_czxx li .ltzj_cztext {
    overflow: hidden;
    width: calc(100% - 520px);
}

.ltzj_czxx li .ltzj_cztit,
.ltzj_czxx li .ltzj_cztext {
    padding: 10px;
    box-sizing: border-box;
}

.ltzj_czxx li:nth-last-of-type(1) {
    border-bottom-style: none;
}





.ltzj_tis {
    padding: 10px;
    overflow: hidden;
    clear: both;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.ltzj_tis p {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    line-height: 28px;
    background: url(../images/ts_ico.png) no-repeat left 6px;
    padding-left: 28px;
}



.ltczxx {
    padding-top: 50px;
    clear: both;
    overflow: hidden;
}

.mbltczxx {
    display: none;
}

.ltczxx .czxxpb_bg:nth-of-type(1) {
    border-top: #d8d8d8 1px solid;
}

.ltczxx .czxxpb_bg:nth-of-type(1) td,
.ltczxx .czxxpb_bg:nth-of-type(3) td,
.ltczxx .czxxpb_bg:nth-of-type(5) td,
.ltczxx .czxxpb_bg:nth-of-type(7) td {
    background: #e4f1ff;
}

.ltczxx_tit {
    padding: 18px;
    background: #e4f1ff;
    overflow: hidden;
}


.ejdh {
    width: 100%;
    padding: 15px;
    /* overflow-x:auto; */
    box-sizing: border-box;
}

.ejdh ul {



    justify-content: center;

    width: 100%;

    box-sizing: border-box;

    overflow-x: auto;
}

.ejdh li {
    /* float:left; */
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.ejdh li:hover,
.ejdh li.curr {
    background: #b5100e;
    color: #fff;
}

.ejdh li:hover a,
.ejdh li.curr a {
    color: #fff;
}
.epages a {
    display: block;
    float: left;
    margin-left: 5px;
    position: relative;
    z-index: 0;
    width: auto;
    padding: 0 10px;
    height: 32px;
    border: 1px solid #ededed;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}
.epages b {
    display: block;
    float: left;
    margin-left: 5px;
    position: relative;
    z-index: 0;
    width: auto;
    padding: 0 10px;
    height: 32px;
    background-color: #bb1d2b;border-color: #bb1d2b;color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}
.epages a:hover{background-color: #bb1d2b;border-color: #bb1d2b;color: #fff;}
.epages a b {background-color: #fff;color: #666; padding: 0 0px;}
.epages a:hover b {background-color: #bb1d2b;border-color: #bb1d2b;color: #fff; padding: 0 0px;}
