@charset "utf-8";

/**************************** 整体风格，根据需要增删改模块 ****************************/


/* 头部开始 */

.ht {
    height: 35px;
    line-height: 35px;
    /* overflow: hidden; */
    background: #efeeee;
}

.ht a {
    margin: 0 10px;
    color: #666;
    font-size: 12px;
    position: relative;
}

.ht .fr a.a1 {
    background: url('../images/weibo.png')5px 2px no-repeat;
}

.ht .fr a.a2 {
    background: url(../images/weixin.png) 5px 2px no-repeat;
    position: relative;
}

.ewm {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    left: -18px;
    top: 18px;
    z-index: 99;
}

.ht .fr a.a2:hover .ewm {
    display: block;
}

.ht .fr a {
    padding-left: 10px;
}

.ht a+a:before {
    content: "";
    width: 1.5px;
    height: 10px;
    left: -4px;
    background: #666;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}

.nav>ul>li {
    float: left;
    /* position: relative; */
    width: 20%;
}

.nav>ul>li>a {
    display: block;
    height: 80px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.header {
    background: #ffff url(../images/nav.png) 50% 35px no-repeat;
}

.header h1 {
    width: 551px;
    height: 135px;
    float: left;
    line-height: 135px;
    font-size: 43px;
    color: #c50001;
    font-weight: bold;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0;
}

.header .nav {
    width: 100%;
    background: #075d99;
    margin: 0 auto;
}

.header .nav>ul {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header .nav>ul>li {
    width: 8.3%;
    /* position: relative; */
    transition: all .2s;
}

ul:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.header .nav>ul>li.current,
.header .nav>ul>li:hover {
    background: #2782be;
}

.header .nav li:first-child b {
    /* letter-spacing: 14px; */
    /* margin-left: 12px */
}

.header .nav>ul>li>a {
    font-size: 16px;
    line-height: 59px;
    height: 59px;
    color: #fff;
    text-align: center;
}

.header .nav>ul>li>a b {
    font-weight: 400;
    color: #fff;
}

.header .nav li.current a,
.header .nav li:hover a {
    /* color: #fff; */
}

.header .nav>ul>li>a b i {
    vertical-align: sub;
    margin-right: 12px;
    display: inline-block;
    width: 30px;
    height: 26px;
}

.header .nav li.na1 a b i {
    background: url(../images/n1.png) 0px 0px no-repeat;
}

.header .nav li.na1:hover a b i {
    background: url(../images/n11.png) 0px 0px no-repeat;
}

.header .nav li.na1.current a b i {
    background: url(../images/n11.png) 0px 0px no-repeat;
}

.header .nav li.na2 a b i {
    background: url(../images/n2.png) 0px 0px no-repeat;
}

.header .nav li.na2:hover a b i {
    background: url(../images/n22.png) 0px 0px no-repeat;
}

.header .nav li.na2.current a b i {
    background: url(../images/n22.png) 0px 0px no-repeat;
}

.header .nav li.na3 a b i {
    background: url(../images/n3.png) 0px 3px no-repeat;
}

.header .nav li.na3:hover a b i {
    background: url(../images/n33.png) 0px 3px no-repeat;
}

.header .nav li.na3.current a b i {
    background: url(../images/n33.png) 0px 3px no-repeat;
}

.header .nav li.na4 a b i {
    background: url(../images/n4.png) 0px 1px no-repeat;
}

.header .nav li.na4:hover a b i {
    background: url(../images/n44.png) 0px 1px no-repeat;
}

.header .nav li.na4.current a b i {
    background: url(../images/n44.png) 0px 1px no-repeat;
}

.header .nav li.na5 a b i {
    background: url(../images/n5.png) 0px 2px no-repeat;
}

.header .nav li.na5:hover a b i {
    background: url(../images/n55.png) 0px 2px no-repeat;
}

.header .nav li.na5.current a b i {
    background: url(../images/n55.png) 0px 2px no-repeat;
}

.header .nav li.na6 a b i {
    background: url(../images/n6.png) 0px 3px no-repeat;
}

.header .nav li.na6:hover a b i {
    background: url(../images/n66.png) 0px 3px no-repeat;
}

.header .nav li.na6.current a b i {
    background: url(../images/n66.png) 0px 3px no-repeat;
}

.header .nav li.na7 a b i {
    background: url(../images/n7.png) 0 0 no-repeat;
}

.header .nav li.na7:hover a b i {
    background: url(../images/n77.png) 0 0 no-repeat;
}

.header .nav li.na7.current a b i {
    background: url(../images/n77.png) 0 0 no-repeat;
}

.header .nav>ul>li.current a b,
.header .nav>ul>li:hover a b {
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
}

.header .search {
    float: right;
    position: relative;
    width: 270px;
    margin-top: 45px;
}

.search input {
    width: 465px;
    height: 52px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 50px 0 20px;
    border: 4px solid rgba(255, 255, 255, .8);
    background: #fff;
    border-radius: 8px;
}

.search input {
    width: 100%;
    height: 42px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 50px 0 20px;
    border: 4px solid rgba(151, 194, 220, .8);
    background: aliceblue;
    border-radius: 5px;
    /* font-weight: bold; */
    color: #666666;
    /* box-shadow: 0 0 3px #44444470; */
    background: rgba(255, 255, 255, 1);
}

.search button {
    height: 100%;
    border: 0;
    position: absolute;
    background: #0054a4;
    right: 3px;
    top: 2px;
    width: 38px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: url(../images/q.png) 4px 8px no-repeat;
}

.tsj {
    position: absolute;
    right: 0;
    top: 10px;
    color: #666666;
    font-size: 14px;
}


/* 头部结束 */

.inner,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding: 20px 0;
    background-color: #085d9a;
}

.links>ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 14px;
}

.links>ul li a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    /* color: #fff; */
    background: url(../images/footer_3.png) right 13px center no-repeat;
    text-align: center;
    border: 1px solid #ffffff85;
}

.links>ul li li a {
    /* background: #fff; */
    color: #333;
    margin: 0;
    padding: 0;
}

.links>ul li li {
    margin-bottom: 0;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p {
    color: #fff;
    /* text-align: left; */
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 48%;
    right: 123px;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}


/* 公用 */

.main,
.side {
    /* padding: 20px; */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.grid {
    width: 1200px;
    margin: 0 auto;
}


/* .content .row {
        margin-right: -24px;
        margin-left: -24px;
    }
    
    .content .row>.col,
    .content .row>[class*="col-"] {
        padding-right: 24px;
        padding-left: 24px;
    } */

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 8px;
    margin-top: 18px;
}

.tab a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #fff0;
    position: relative;
    margin-right: 8px;
    padding: 8px 5px;
}

.tab.dtab a {
    padding: 9px;
    margin-bottom: -3px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 15px;
}

.tab a+a {
    margin-left: 5px;
}


/* .tab a+a:before {
    content: "";
    width: 1px;
    height: 18px;
    left: -10px;
    top: 4px;
    position: absolute;
    background: #dcdcdc;
} */

.tab a.current {
    border-bottom: 3px solid;
    color: #0370e8;
    /* font-weight: bold; */
}

.tab.dtab a.current {
    border-bottom: 3px solid;
    color: #fff;
    /* font-weight: bold; */
    background: #0d80c0;
    position: relative;
}

.tab.dtab a.current::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid #0d80c0;
    top: 41px;
    left: 50%;
    margin-left: -9px;
}

.list-t li a {
    width: 87%;
}

.list-t li {
    line-height: 42px;
}

.list-t li i {
    font-style: normal;
    font-size: 16px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
}

.list-t li.cut {
    padding-left: 0;
    margin-bottom: 4px;
}

.list-t li.cut i {
    display: none;
}

.list-t li.cut a {
    width: 100%;
    font-weight: 700;
}

.list-t li.cut:before {
    display: none;
}

.ftxjb {
    display: none;
}

.ftxjb div.fl {
    width: 156px;
    margin-left: 10px;
}

.ftxjb div.fl b {
    display: inline-block;
    width: 4px;
    height: 14px;
    border-radius: 10px;
    background: #c3d6f0;
}

.ftxjb div.fl span,
.ftxjb div.fl p {
    font-size: 14px;
    color: #333;
}

.ftxjb div.fl div {
    line-height: 10px;
}

.ftxjb div.fl div b {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.ftxjb div.fl span {
    font-weight: 700;
}

.ftxjb div.fl p {
    line-height: 20px;
    padding-left: 8px;
    margin: 8px 0 3px;
}

.list-t li.cut .ftxjb {
    display: block;
}

.spdb {
    padding-top: 12px;
    position: relative;
    text-align: center;
}

.spdb i {
    font-style: normal;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -10px;
}

.spdb i img {
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px;
    transition: all .3s;
}

.spdb:hover i img {
    transform: rotateY(360deg);
}

.lis-q {
    background: #ddecf8;
    padding: 0 20px;
    height: 105px;
    line-height: 105px;
}

.lis-q ul li {
    float: left;
    text-align: center;
    width: 20%;
    line-height: 100px;
}

.lis-q ul li i {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #bad2e8;
    position: relative;
    top: 25px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 58px 58px;
    transition: all .4s;
}

.lis-q ul li a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -4px;
}

.lis-q ul li a:hover i {
    transform: rotateY(360deg);
}

.lis-q ul li i.q1 {
    background-image: url(../images/q1.png);
}

.lis-q ul li i.q2 {
    background-image: url(../images/q2.png);
}

.lis-q ul li i.q3 {
    background-image: url(../images/q3.png);
}

.lis-q ul li i.q4 {
    background-image: url(../images/q4.png);
}

.lis-q ul li i.q5 {
    background-image: url(../images/q5.png);
}

.sxrts {
    width: 54px;
    height: 151px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    position: absolute;
    background: url(../images/sxrt.png) no-repeat;
    left: 8px;
    padding: 25px 17px;
}


/* topic开始 */

.focus,
.focus .pic {
    position: relative;
    width: 100%;
    height: 584px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 21px 30px 21px 20px;
    text-align: left;
    line-height: 26px;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background-color: #333; */
    /* background-color: rgba(0, 0, 0, .5); */
    color: #fff;
    font-weight: 700;
}

.focus .focus-prev,
.focus .focus-next {
    top: 50.6%;
    width: 30px;
    height: 55px;
    margin-top: -30px;
    cursor: pointer;
    opacity: 1;
}

.focus .focus-prev,
.swiper-notification {
    left: 0;
    background-image: url(../images/sylef.png);
}

.focus .focus-next {
    transform: translate(0px, 0);
    right: 0;
    background-image: url(../images/syrig.png);
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    padding: 0 10px;
    margin-bottom: 4px\9;
    text-align: left;
    left: 0px;
    color: #fff;
    font-size: 18px;
    text-align: right;
}

.focus .navi .swiper-pagination-current {
    font-size: 30px;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.focus .swiper-pagination-bullet {
    border: 2px solid #fff;
    /* background: #a5a1a1; */
    background-color: rgba(255, 255, 255, .0);
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 0px;
}

.focus .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    /* border: 1px solid #c50001; */
    /* width: 18px; */
    border-radius: 0px;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

.news .list-t li a {
    width: 90%;
}

.topic {
    position: relative;
    margin: 0 -8px;
    margin-bottom: 30px;
}

.topic h2 {
    width: 60px;
    height: 130px;
    background: url(../images/topic.jpg) 0 0 no-repeat;
}

.topic .scroll {
    position: relative;
    margin: 0px;
    /* margin-left: 65px; */
}

.topic li {
    width: 320px\9;
}

.topic li a {
    display: block;
    width: 222px\9;
    margin: 0 8px;
    position: relative;
}

.topic li img {
    width: 100%;
    height: 120px;
}

.topic li span {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    background-color: #72707036;
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, .7));
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    opacity: 1;
    z-index: 100;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .5);
}

.topic-prev:hover,
.topic-next:hover {
    background-color: rgba(46, 97, 131, .7);
}

.topic-prev {
    left: 11px;
    background-image: url(../images/l1.png);
    background-position: 30% 50%;
    background-color: rgba(0, 0, 0, .5);
    /* border-radius: 0 30px 30px 0; */
}

.topic-next {
    transform: translate(0px, 0);
    right: 10px;
    background-image: url(../images/r1.png);
    background-position: 70% 50%;
    /* border-radius: 30px 0px 0px 30px; */
}


/* topic结束 */


/* 侧边开始 */

.side .list-p li+li {
    margin-top: 20px;
}

.side .list-p li a {
    margin: 0;
}

.side .list-p li img {
    width: 100%;
}


/* 侧边结束 */


/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu.on p {
    height: auto;
    line-height: 30px;
    font-size: 16px;
    margin-top: 40px;
    color: #0054a4;
    padding: 0 37px;
    font-weight: bold;
    text-shadow: 1px 3px 0px #fff, -1px 0px 0px #fff;
}

.menu img {
    display: block;
    width: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #0054a4;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 2px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #0054a4;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}


/* 移动端菜单结束 */


/* 首页开始 */

.index.content {
    width: 100%;
    margin: 0 auto;
}

.index .p1 {
    padding-top: 28px
}

.index .p1 .tab {
    margin-bottom: 16px;
    margin-top: 7px;
    border-bottom: 0;
}

.index .p1 .tab a {
    position: relative;
    font-size: 20px;
    width: 50%;
    padding: 0;
    margin: 0;
    border: 0;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #f3f2f2;
    float: left;
}

.index .p1 .tab a.current {
    color: #0054a4;
    border-bottom: none;
    font-weight: bold;
    background: #e0edf9;
}

.index .p1 .tab a.current:after {
    position: absolute;
    content: '';
    border-style: solid;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-color: #e0edf9 transparent transparent transparent;
}

.index .p1 .tab a+a:before {
    display: none;
}

.index .p1 .col-md-6:first-child {
    width: 50.5%;
    padding-right: 13px;
}

.index .p1 .col-md-6:last-child {
    width: 49.5%;
    padding-left: 13px;
}

.index .p1 .col-md-6:last-child ul li {
    line-height: 40px;
}

.index .p2 {
    margin: 20px 0 25px;
}

.index .p2 ul li {
    float: left;
    width: 134px;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    padding: 4px 0 10px;
}

.index .p2 ul li i {
    width: 60px;
    height: 60px;
    margin: 0px auto 18px;
    vertical-align: middle;
    transition: all .3s;
    border-radius: 100%;
    display: block;
}

.index .p2 ul li i.s1 {
    background: #ec6941 url(../images/icons_1.png) center center no-repeat;
}

.index .p2 ul li i.s2 {
    background: #3485e7 url(../images/icons_2.png) center center no-repeat;
}

.index .p2 ul li i.s3 {
    background: #2dbf7c url(../images/icons_3.png) center center no-repeat;
}

.index .p2 ul li i.s4 {
    background: #ec6941 url(../images/icons_4.png) center center no-repeat;
}

.index .p2 ul li i.s5 {
    background: #ff7c7c url(../images/icons_5.png) center center no-repeat;
}

.index .p2 ul li i.s6 {
    background: #9c84eb url(../images/icons_6.png) center center no-repeat;
}

.index .p2 ul li i.s7 {
    background: #ffa200 url(../images/icons_7.png) center center no-repeat;
}

.index .p2 ul li i.s8 {
    background: #ffa200 url(../images/icons_8.png) center center no-repeat;
}

.index .p2 ul li+li {
    margin-left: 18px;
}

.index .tab-box .pane li a {}

.index .topic {
    position: relative;
    margin: 23px -10px 0;
}

.pink {
    /* background: #fbf4f4; */
    margin-top: 30px;
    padding-bottom: 4px;
}

.index .tab-box {
    padding: 0 20px;
    background: url(../images/tab.png) no-repeat;
}

.index .jgxx {
    padding-left: 0;
    padding-right: 0;
}

.index .jgxx ul {
    margin-left: -30px;
}

.index .jgxx li {
    float: left;
    width: 290px;
    height: 110px;
    line-height: 110px;
    padding-left: 53px;
    text-align: center;
    font-size: 20px;
    margin: 19px 0px 0px 13px;
    font-weight: bold;
}

.index .jgxx li a {
    color: #fff;
}

.index .jgxx li.s1 {
    background: url(../images/icons_9.png) center center no-repeat;
    background-size: 100% 100%
}

.index .jgxx li.s2 {
    background: url(../images/icons_10.png) center center no-repeat;
    background-size: 100% 100%
}

.index .jgxx li.s3 {
    background: url(../images/icons_11.png) center center no-repeat;
    background-size: 100% 100%
}

.index .jgxx li.s4 {
    background: url(../images/icons_12.png) center center no-repeat;
    background-size: 100% 100%
}


/* 首页结束 */

.fck {
    position: fixed;
    top: 260px;
    right: 50px;
}

.fdlis>li>a {
    display: block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 13%);
    background: #ffffff url(../images/a1.png) 50% 50% no-repeat;
}

.fdlis li a.a1 {
    background: #ffc96e url(../images/a1.png) 50% 50% no-repeat;
    margin-bottom: 40px;
    position: relative;
}

.fdlis li a.a1 span {
    position: absolute;
    bottom: -28px;
    left: -9px;
    font-size: 14px;
    color: #524b46;
    border: 1px solid #f5d5b3;
    border-radius: 7px;
    padding: 1px 7px;
    width: 72px;
    text-align: center;
    line-height: 15px;
    background-color: rgba(255, 255, 255, .5);
}

.fxbo {
    display: none;
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    height: 46px;
    background: url(../images/fxb.png) no-repeat;
    line-height: 46px;
    padding: 7px 10px;
}

.fxbo i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/fxt.png);
    z-index: 99;
}

.fxbo i+i {
    margin-left: 5px;
}

.fxbo i.wx {
    background-position: -13px -7px;
}

.fxbo i.wb {
    background-position: -51px -7px;
}

.fxbo i.qq {
    background-position: -89px -7px;
}

.fdlis li a.a3:hover .fxbo {
    display: block;
}


/* 政务群导航 开始 */

.zwq {
    width: 1200px;
    margin: 20px auto;
    padding-top: 10px;
}

.zwq h2 {
    position: absolute;
    top: 17px;
    font-size: 18px;
    color: #c50001;
    left: 20px;
    font-weight: bold;
}

.zwq .tab {
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
}

.zwq .tab a {
    margin-left: 30px;
    margin-right: 0;
    font-size: 18px;
}

.zwq .tab a+a:before {
    display: none;
}

.zwq ul {
    padding: 10px 20px 0px;
}

.zwq ul li {
    float: left;
    width: 20%;
    line-height: 42px;
    font-size: 16px;
}


/* 政务群导航 结束 */


/* 列表通用 */

.list_content {
    /* min-height: 1060px; */
    padding: 0;
    margin-bottom: 20px;
}

.list_content .row .col-md-3 {
    width: 25%;
    height: 100%;
    padding-right: 15px;
}

.list_content .row .col-md-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 35px;
}

.list_content .side-menu {}

.list_content .list-t li:before {
    left: 5px;
}

.list_content .side-menu h2 a {
    color: #ffffff;
}

.list_content .main {
    padding: 0;
    box-shadow: none
}

.list_content .pages a.current {
    background-color: #00a0e9;
}

.list_content .lsj-listphoto li {
    margin-bottom: 15px;
}

.list_content .side {
    /* padding: 0 19px 19px; */
    margin-bottom: 0;
    box-shadow: none;
    background-size: 100% auto;
    /* border: 1px solid #e5e5e5; */
    /* background-color: #eef4f9; */
    /* height: 1080px; */
}

.side-menu li.current>a,
.side-menu li:hover>a {
    color: #075d99;
    background: #d4e7f4;
}


/* 细览 */

.content.details {
    margin-bottom: 20px;
}


/* 细览分享 开始 */

.bdshare_dialog_top,
.bdshare_popup_top,
.bdshare_popup_bottom {
    display: none;
}

.bdshare_popup_box {
    width: 170px!important;
    height: 100px!important;
    margin-left: -73px;
    background-color: #f7f7f7!important;
    border: solid 1px #eeeeee!important;
    top: 482px!important;
}

.bdshare_popup_box:before {
    position: absolute;
    content: "";
    border: 8px solid #f7f7f7;
    top: -16px;
    border-color: transparent transparent #f7f7f7 transparent;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.bdshare_popup_box .bdshare_popup_list {
    background-color: #f7f7f7;
    padding: 9px 0 0;
}

.bdshare_popup_box .bdshare_popup_list a {
    font-size: 0;
    background-image: url(../images/share_icons.png);
    border-width: 0px;
}

.bdshare_popup_box .popup_weixin {
    background-position: 2px 5px;
}

.bdshare_popup_box .popup_tsina {
    background-position: -50px 5px;
}

.bdshare_popup_box .popup_sqq {
    background-position: -102px 5px;
}

.bdshare_popup_box .popup_qzone {
    background-position: 0px -35px;
}

.bdshare_popup_box .popup_tqq {
    background-position: -53px -33px;
}

.bdshare_popup_box .popup_renren {
    background-position: -105px -33px;
}

.bdshare_popup_box .bdshare_popup_list li {
    width: 30px;
    height: 30px;
    margin: 5px 13px;
}

.bdshare_dialog_list a:hover,
.bdshare_popup_list a:hover {
    border-width: 0px!important;
    filter: contrast(0.8);
}


/* 细览分享 结束 */

.grid {
    overflow: hidden;
}

.zwq ul li a {
    font-size: 14px;
}

.lsj-listphoto img {
    width: 100%;
}

.article .info>span {
    font-size: 14px;
}

.xl-nr img {
    max-width: 100%;
    display: block;
    margin: 0px auto 15px;
}

table {
    margin: 0 auto 15px;
}

table td,
table th {
    /* border: 1px solid #000; */
    /* padding: 0 5px; */
}

.xl-nr video {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
}

.pc-slide {
    width: 100%;
    margin: 0 auto 20px;
}

.view .swiper-container {
    width: 675px;
    height: 450px;
}

.view .swiper-container .swiper-slide img {
    width: 675px;
    height: 450px;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.preview .swiper-container {
    width: 1070px;
    height: 82px;
    margin-left: 35px;
}

.preview .swiper-slide {
    width: 87px;
    height: 82px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

.picture-description {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    opacity: 0.8;
    margin-top: 25px;
    overflow: hidden;
}

.picture-description .picture-pageNum {
    color: #333333;
    font-size: 20px;
    width: 90px;
    text-align: center;
    line-height: 45px;
    float: left;
    font-family: Georgia, tahoma;
}

.picture-description .picture-pageNum>span:first-child {
    font-size: 28px;
    color: #379EF1;
    margin-right: 4px;
}

.picture-description .picture-description-info {
    width: 780px;
    margin-top: 9px;
    float: left;
    background-color: #fff;
    color: #000000;
    line-height: 20px;
}

@media(max-width:1200px) {
    .preview {
        display: none;
    }
    .view .swiper-container {
        width: 100%;
        height: auto;
    }
    .view .swiper-container .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .fck {
        display: none;
    }
    .grid {
        width: 100%;
        padding: 0 20px;
    }
    .lis-q {
        height: auto;
        line-height: 105px;
    }
    .lis-q ul li {
        text-align: left;
        width: 50%;
    }
    .sxrts {
        display: none;
    }
    .tsj {
        display: none;
    }
    .tab a+a:before {
        display: none;
    }
    .ftxjb div.fl {
        width: 40%;
    }
}

@media(max-width:440px) {
    .lis-q ul li {
        width: 100%;
        /* text-align: center; */
        padding-left: 50px;
    }
}

.list-t li.gdjl {
    display: none;
}

.list-t li.gdjl a {
    color: #999;
}

@media (max-width: 480px) {
    .list-t li.gdjl {
        display: block;
        text-align: center;
        margin: 5px 0;
        border: .5px solid #e9e9e9;
    }
    .list-t li.gdjl:before {
        content: none;
    }
    .list-t li.gdjl a::before,
    .list-t li.gdjl a::after {
        position: absolute;
        top: 0;
        content: '\2022';
        font-weight: normal;
        font-size: 12px;
        color: #ddd;
        text-shadow: 8px 0 #ddd, -8px 0 #ddd;
        pointer-events: none;
    }
    .list-t li.gdjl a::before {
        left: 30%;
    }
    .list-t li.gdjl a::after {
        right: 30%;
    }
}

.nav-x {
    box-sizing: border-box;
    height: 310px;
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -600px;
    background-color: #f2f9ff;
    padding: 15px 20px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.nav-x>div+div::after {
    position: absolute;
    content: '';
    width: .5px;
    height: 260px;
    top: 36%;
    margin-top: -130px;
    left: 36%;
    box-shadow: 32px 40px 10px rgb(0 0 0 / 50%);
}

.w460 {
    width: 405px;
    margin-right: 80px;
}

.nav-x .tab a+a:before {
    left: -17px;
}

.nav-x .tab a {
    margin-right: 28px;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.list-z li a span {
    display: inline-block;
    width: 150px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    margin-right: 5px;
}

.list-z li {
    margin-bottom: 5px;
}

.list-z li a b {
    font-weight: 700;
    font-size: 16px;
    color: #0054a4;
}

.w700 {
    width: 675px;
}

.jgdw {
    padding-top: 20px;
}

.jgdw p.fl {
    width: 90px;
    height: 110px;
    text-align: right;
    font-size: 18px;
    color: #0054a4;
}

.jgdw ul {
    width: 585px;
}

.jgdw ul li {
    float: left;
    width: 146px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.jgdw ul li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 7px;
    top: 29%;
    margin-top: 3px;
    left: 10px;
    background: url(../images/dwjtt.png) 0 0 no-repeat;
}

.jgdw.j2 {
    padding-top: 0;
}

.jgdw.j2 ul li:nth-child(1),
.jgdw.j2 ul li:nth-child(4) {
    width: 146px;
}

.jgdw.j2 ul li:nth-child(2) {
    width: 115px;
}

.jgdw.j2 ul li:nth-child(3) {
    width: 130px;
}

.jgdw.j2 ul li {
    width: 195px;
}

.ggl-lis {
    margin-top: 20px;
}

.ggl-lis li {
    width: 190px;
    height: 50px;
    float: left;
    border-radius: 5px;
    border: 1px solid #98c9f7;
    padding-left: 45px;
    line-height: 50px;
    margin-bottom: 15px;
}

.ggl-lis li:nth-child(odd) {
    margin-right: 15px;
}

.ggl-lis li:nth-child(1) {
    background: #Fff url(../images/gg1.png) 14px 14px no-repeat
}

.ggl-lis li:nth-child(2) {
    background: #Fff url(../images/gg2.png) 14px 14px no-repeat
}

.ggl-lis li:nth-child(3) {
    background: #Fff url(../images/gg3.png) 14px 14px no-repeat
}

.ggl-lis li:nth-child(4) {
    background: #Fff url(../images/gg4.png) 14px 14px no-repeat
}

.ggl-lis li:nth-child(5) {
    background: #Fff url(../images/gg5.png) 14px 14px no-repeat
}

.ggl-lis li:hover {
    border: 1px solid #fff;
    background: #98c9f7;
}

.ggl-lis li:hover a {
    color: #fff !important;
}

.ggl-lis li:hover:nth-child(1) {
    background: #98c9f7 url(../images/gg11.png) 14px 14px no-repeat
}

.ggl-lis li:hover:nth-child(2) {
    background: #98c9f7 url(../images/gg22.png) 14px 14px no-repeat
}

.ggl-lis li:hover:nth-child(3) {
    background: #98c9f7 url(../images/gg33.png) 14px 14px no-repeat
}

.ggl-lis li:hover:nth-child(4) {
    background: #98c9f7 url(../images/gg44.png) 14px 14px no-repeat
}

.ggl-lis li:hover:nth-child(5) {
    background: #98c9f7 url(../images/gg55.png) 14px 14px no-repeat
}

.w560 {
    margin-right: 76px;
    width: 542px;
}

.w600 {
    width: 542px;
}

.nav-x>div+div.w600::after {
    top: 37%;
    left: 48%;
}

.fl-lis li {
    float: left;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #98c9f7;
    width: 265px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
}

.fl-lis li:nth-child(odd) {
    margin-right: 12px;
}

.fl-lis li:hover a {
    color: #fff !important;
}

.fl-lis li:hover {
    border: 1px solid #fff;
    background: #98c9f7;
}

.bs-lis li {
    float: left;
    border-radius: 5px;
    background: #edf6ff;
    border: 1px solid #98c9f7;
    width: 265px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
}

.bs-lis li:nth-child(odd) {
    margin-right: 12px;
}

.bs-lis li:hover a {
    color: #fff !important;
}

.bs-lis li:hover {
    border: 1px solid #fff;
    background: #98c9f7;
}

.hd-lis li {
    float: left;
    border-radius: 5px;
    width: 196px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 18px;
}

.hd-lis li:nth-child(odd) {
    margin-right: 13px;
}

.hd-lis li a {
    color: #Fff;
    font-weight: 700;
}

.hd-lis li:nth-child(1) {
    background: url(../images/hd1.png);
}

.hd-lis li:nth-child(2) {
    background: url(../images/hd2.png);
}

.hd-lis li:nth-child(3) {
    background: url(../images/hd3.png);
}

.hd-lis li:nth-child(4) {
    background: url(../images/hd4.png);
}

.hd-lis li:nth-child(5) {
    width: 100%;
    margin-right: 0;
    background: url(../images/hd5.png);
}

.hd-lis li:hover a {
    color: #fff !important;
}

.ztt-lis li {
    float: left;
}

.ztt-lis li a {
    display: inline-block;
    width: 276px;
    height: 165px;
    text-align: center;
    line-height: 165px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 7px;
}

.ztt-lis li+li a {
    margin-left: 15px;
}

.ztt-lis li:nth-child(1) a {
    background: url(../images/zts1.png);
}

.ztt-lis li:nth-child(2) a {
    background: url(../images/zts2.png);
}

.ztt-lis li:nth-child(3) a {
    background: url(../images/zts3.png);
}

.ztt-lis li:nth-child(4) a {
    background: url(../images/zts4.png);
}

.ztt-lis {
    padding-left: 7px;
    padding-top: 45px;
}

.ztt-lis li:hover a {
    color: #fff !important;
}

.fw-tie {
    font-size: 20px;
    color: #0054a4;
    font-weight: 700;
    margin-bottom: 15px;
}

.fw-lis {
    margin-left: 25px;
}

.fw-lis ul li {
    float: left;
}

.fw-lis ul li a {
    display: inline-block;
    width: 165px;
    height: 168px;
    text-align: center;
    line-height: 110px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.fw-lis ul li+li a {
    margin-left: 9px;
}

.fw-lis ul li a span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.fw-lis ul li a img {
    transition: all .3s;
}

.fw-lis ul li:hover a img {
    transform: rotateY(360deg);
}

.w550 {
    width: 540px;
    float: left;
    position: relative;
}

.fw-bo2 .pane {
    position: relative;
}

.fw-bo2 .pane::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 140px;
    left: 50.5%;
    top: 15px;
    border-left: 1px solid #dedede;
}

.fw-bo2 .list-t li {
    float: left;
    width: 46%;
}

.fw-bo2 .list-t li:nth-child(odd) {
    margin-right: 92px;
}

@media(max-width:1200px) {
    .fw-lis {
        margin-left: 0px;
        margin-top: 20px;
    }
    .fw-lis ul li {
        float: left;
        width: 48%;
        margin-bottom: 10px;
    }
    .fw-lis ul li:nth-child(odd) {
        margin-right: 10px;
    }
    .fw-lis ul li+li a {
        margin-left: 0px;
    }
    .fw-lis ul li a {
        width: 100%;
    }
    .fw-bo2 .list-t li:nth-child(odd) {
        margin-right: 0px;
    }
    .fw-bo2 .list-t li {
        width: 100%;
    }
    .fw-bo2 .pane::after {
        display: none;
    }
}

.list_content {
    /* padding: 0 20px 20px; */
    /* border: 1px solid #f5f5f5; */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 5%); */
    margin-top: 20px;
}

.twtp {
    height: 8px;
    background: url(../images/gltwt.png);
    margin-bottom: 15px;
    margin-top: -10px;
}

.side-menu h2 {
    /* background: #0054a4 url(../images/gltw2.png); */
}

.side-menu li a {
    background: #f4f4f4;
}

.side-menu li a:before {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #0054a4;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu li.current a:before {
    transform: scale(1, 1);
}

.side-menu li a:hover:before {
    transform: scale(1, 1);
}

.list-t.border6 li {
    border: 0;
}

.list-t.border6 li:nth-child(6n) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
    height: auto;
}

.pages a,
.pages span {
    /* background-color: #f5f5f5; */
    /* border: 1px solid #f5f5f5; */
    border: 0;
}

.pages a:hover,
.pages span:hover,
.pages a.current,
.pages span.current {
    background-color: #0d80c0;
    /* border: 1px solid #0d80c0; */
    border: 0;
}

.pages .st {
    color: #555;
}

.col7 {
    width: 646px;
    height: 363px;
    position: relative;
    float: left;
}

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

.col7 .zxftk {
    width: 110px;
    height: 38px;
    position: absolute;
    top: 9px;
    left: 0px;
    background: #E9A170 url(../images/zxftk.png) 4px 11px no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 30px;
    border-radius: 0 5px 5px 0;
}

.col7>span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.col7>i {
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-style: normal;
}

.col5 {
    width: 554px;
    height: 363px;
    position: relative;
    float: left;
    padding: 15px 20px 0;
    box-sizing: border-box;
    background: #f2f9ff;
}

.col5>a {
    line-height: 30px;
    display: block;
    padding-left: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #0054a4;
    background: url(../images/wqftt.png) 0px 5px no-repeat;
    margin-bottom: 8px;
}

.col5 .list-t li {
    line-height: 43px;
}

.p1 .hd-lis li {
    width: 287px;
    height: 74px;
    line-height: 74px;
    margin-top: 30px;
}

.p1 .hd-lis li:nth-child(1) {
    background: url(../images/hdd1.png);
}

.p1 .hd-lis li:nth-child(2) {
    background: url(../images/hdd2.png);
}

.p1 .hd-lis li:nth-child(3) {
    background: url(../images/hdd3.png);
}

.p1 .hd-lis li:nth-child(4) {
    background: url(../images/hdd4.png);
}

.p1 .hd-lis li:nth-child(odd) {
    margin-right: 0px;
}

.p1 .hd-lis li+li {
    margin-left: 17px;
}

.p1 .hd-lis li a {
    font-size: 18px;
}

@media(max-width:1200px) {
    .col7 {
        width: 100%;
        height: auto;
    }
    .sp20 {
        padding: 0 20px;
    }
    .col5 {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }
    .list-t li i {
        display: none;
    }
    .list-t li a {
        width: 98%;
    }
    .p1 .hd-lis li+li {
        margin-left: 0px;
    }
    .p1 .hd-lis {
        padding: 0 20px;
    }
    .p1 .hd-lis li {
        width: 100%;
    }
    .p1 .hd-lis li:nth-child(1) {
        background: #5691c8;
    }
    .p1 .hd-lis li:nth-child(2) {
        background: #9bcb83;
    }
    .p1 .hd-lis li:nth-child(3) {
        background: #b499c2;
    }
    .p1 .hd-lis li:nth-child(4) {
        background: #e09f6c;
    }
}

.jgbox {
    border: 1px solid #e3e4e5;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
    margin: 1px;
}

.jg-tab {
    line-height: 58px;
}

.jg-tab a {
    display: inline-block;
    float: left;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    width: 33.333333%;
    background: #f3f2f2;
    text-align: center;
}

.jg-tab a.cut {
    font-weight: 700;
    color: #0054a4;
    background: #e0edf9;
}

.jg-pad {
    padding: 55px 40px;
    height: 247px;
    overflow-y: auto;
}

.jg-pad p {
    text-indent: 2em;
    line-height: 35px;
}

.jg-ld {
    padding: 30px 0;
    background: #f3f7fa;
}

.jgsz-s li {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}

.ld-tie {
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    background: url(../images/ldbjt.png) 50% 50% no-repeat;
    margin-bottom: 15px;
}

.ld-tie img {
    vertical-align: sub;
    margin-right: 8px;
}

.ldlb-s li {
    float: left;
    width: 16.666666%;
    margin-bottom: 20px;
}

.ldlb-s li a {
    color: #0054a4;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.ldtwt {
    height: 3px;
    background: url(../images/ldtw.png);
    margin-bottom: 23px;
}

@media(max-width:1200px) {
    .jgbox {
        margin: 0 10px;
        box-shadow: none;
    }
    .jg-ld {
        padding: 30px 10px;
    }
    .ldlb-s li {
        float: left;
        width: 50%;
    }
    .jgsz-s li {
        width: 50%;
    }
}

.zt-s {
    margin-bottom: 70px;
}

.zt-s li {
    float: left;
}

.zt-s li a {
    display: inline-block;
    width: 585px;
    height: 165px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    line-height: 165px;
}

.zt-s li:nth-child(odd) a {
    margin-right: 30px;
}

.zt-s li:nth-child(1) a {
    background-image: url(../images/ztg1.png);
    background-repeat: no-repeat;
}

.zt-s li:nth-child(2) a {
    background-image: url(../images/ztg2.png);
    background-repeat: no-repeat;
}

.zt-s li:nth-child(3) a {
    background-image: url(../images/ztg3.png);
    background-repeat: no-repeat;
}

.zt-s li:nth-child(4) a {
    background-image: url(../images/ztg4.png);
    background-repeat: no-repeat;
}

@media(max-width:1200px) {
    .zt-s {
        padding: 0 10px;
    }
    .zt-s li {
        width: 100%;
    }
    .zt-s li a {
        width: 100%;
        background-size: 100% 100%;
    }
    .zt-s li:nth-child(odd) a {
        margin-right: 0px;
    }
}

.article {
    padding: 0px 20px;
    margin: 20px 1px 40px;
    border: 1px solid #e3e4e5;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

.xltwt {
    height: 28px;
    background: url(../images/xltwt.png) -10px 0;
    margin-top: -25px;
    margin-bottom: 40px;
}

.article h2 {
    font-weight: 400;
    padding-bottom: 5px;
}

.article .option {
    border-top: 0;
    padding-bottom: 30px;
}

.article .info>span {
    font-size: 16px;
}

.bdshare-button-style1-32 .bds_more {
    background: url(../images/icons_1_32.png) no-repeat center;
}

.article .article-code {
    text-align: center;
    margin-top: 37px;
}

.no-print .btn-default {
    padding: 11px 12px;
}

.article-box {
    border-bottom: 0;
}

.article .p15 {
    padding-top: 37px;
    padding-bottom: 40px;
}

.article .p15 span {
    height: 40px;
    line-height: 40px;
    width: 90px;
    font-size: 16px;
    padding: 0;
    padding-left: 0px;
    border: 0;
    margin: 0 2px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
}

.article .p15 span:hover {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}

.article .p15 span:nth-child(1) i {
    background: url(../images/xl-sc.png) 7px 2px no-repeat;
}

.article .p15 span:nth-child(2) i {
    background: url(../images/xl-dy.png) 7px 4px no-repeat;
    margin-right: 0px;
}

.article .p15 span:nth-child(3) i {
    background: url(../images/xl-gb.png) 7px 3px no-repeat;
    margin-right: 0px;
}

.article-box {
    padding: 0 20px;
}

.zwblock img {
    margin: 0 auto;
    display: block;
}

@media (max-width: 480px) {
    .article {
        padding: 30px 10px !important;
    }
    .spq20 {
        padding: 0;
    }
}

.lkyw .p1 .focus .fl,
.lkyw .p1 .focus .fl img {
    width: 656px;
    height: 363px;
}

.lkyw .swiper-container {
    max-height: 370px\9;
    overflow: hidden\9;
}

.lkyw .p1 .focus .fr {
    width: 542px;
    background: #fff;
    height: 355px;
    padding: 24px 20px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 15%);
    margin: 1px;
}

.lkyw .p1 .focus .fr h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    position: relative;
}

.lkyw .p1 .focus .fr h3::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    left: 0;
    top: 9.5px;
    background: #0054a4;
}

.lkyw .p1 .focus .fr h4 {
    font-size: 16px;
    text-indent: 2em;
    line-height: 36px;
    margin: 10px 1px 10px;
}

.lkyw .p1 .focus .fr p {
    color: #cc0000;
    font-size: 15px;
}

.lkyw .p1 .focus .swiper-pagination-bullet-active {
    background-color: #ff9402;
}

.lkyw .p1 .swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: 684px;
    bottom: 15px;
}

.lkyw .p1 .swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: 684px;
    bottom: 15px;
}

.lkyw .p1 .focus .fr p {
    color: #999999;
    font-size: 16px;
    width: 90px;
    padding-bottom: 6px;
    border-bottom: 1px solid #999;
}

.zzr-lis li {
    float: left;
}

.zzr-lis li a {
    width: 231px;
    height: 84px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #98c9f7;
    padding-left: 65px;
    line-height: 84px;
    margin-bottom: 10px;
    background-image: #f2f9ff;
    font-size: 18px;
}

.zzr-lis li:nth-child(odd) a {
    margin-right: 10px;
}

.zzr-lis li:nth-child(1) a {
    background: #f2f9ff url(../images/zcr1.png) 20px 24px no-repeat
}

.zzr-lis li:nth-child(2) a {
    background: #f2f9ff url(../images/zcr2.png) 20px 24px no-repeat
}

.zzr-lis li:nth-child(3) a {
    background: #f2f9ff url(../images/zcr3.png) 20px 24px no-repeat
}

.zzr-lis li:nth-child(4) a {
    background: #f2f9ff url(../images/zcr4.png) 20px 24px no-repeat
}

.zzr-lis li a:hover {
    color: #fff;
}

.zzr-lis li:nth-child(1) a:hover {
    background: #98c9f7 url(../images/zcr11.png) 20px 24px no-repeat
}

.zzr-lis li:nth-child(2) a:hover {
    background: #98c9f7 url(../images/zcr22.png) 20px 24px no-repeat
}

.zzr-lis li:nth-child(3) a:hover {
    background: #98c9f7 url(../images/zcr33.png) 20px 24px no-repeat
}

.zzr-lis li:nth-child(4) a:hover {
    background: #98c9f7 url(../images/zcr44.png) 20px 24px no-repeat
}

.zzr-lis {
    margin-top: 20px;
}

.zzb-lis {
    border: 1px solid #f2f5f7;
    box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px 15px 0;
    margin: 1px;
}

.zzb-lis li {
    float: left;
    width: 146px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
}

.zzb-lis li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 7px;
    top: 29%;
    margin-top: 3px;
    left: 5px;
    background: url(../images/dwjtt.png) 0 0 no-repeat;
}

.zzb-lis li:last-child {
    width: 200px;
}

.zctab .tab a {
    margin-right: 28px;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.zctab .tab a+a:before {
    left: -20px;
}

@media(max-width:500px) {
    .zzr-lis li {
        width: 100%;
    }
    .zzr-lis li a {
        width: 100%;
    }
}

.cwzdt {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0px 20px 20px;
    margin: 20px 1px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
}

.t2 {
    color: #0054a4;
}

.t2:before {
    background-color: #048;
}

.lsj-list ul {
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 7px;
    border: none;
}

.lsj-list {
    overflow: hidden;
}

.lsj-list ul li {
    line-height: 40px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .lsj-list ul li span {
        width: 20%;
    }
}

.lsj-list ul li span {
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.lsj-list ul li span {
    color: #333;
    padding-left: 12px;
}

.lsj-list ul li span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}

.site-map {
    margin-top: 30px;
}

.lsj-list a {
    font-size: 17px;
}

@charset "UTF-8";
@media (max-width: 1200px) {
    .ht .fl,
    .nav,
    .header .search p strong,
    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }
    .ht .fr {
        text-align: center;
        font-size: 12px;
    }
    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }
    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
    .footer .jc {
        right: 0
    }
    .content .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .menu-btn {
        display: block;
    }
    .header {
        padding-bottom: 20px;
    }
    .header h1 {
        background-position: 16px 50%;
        background-size: auto 60%;
        float: none;
        font-size: 20px;
        padding-left: 20px;
        height: 60px;
        line-height: 60px;
    }
    .header .search {
        width: auto;
        margin: 20px;
        float: none;
    }
    .header .search {
        width: auto;
        margin: 20px;
    }
    .header .search input {
        width: 100%;
        height: 30px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }
    .header .search button {
        width: 60px;
        height: 35px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 14px;
        color: #Fff;
        right: 0px;
        top: 1px;
    }
    .header .search p {
        font-size: 12px;
    }
    .links {
        padding: 0 20px;
    }
    .copyright p span {
        display: block;
        margin-bottom: 5px;
    }
    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }
    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }
    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .topic .scroll {
        margin: 0 -10px;
    }
    .content .grid {
        padding: 10px;
        width: 100%;
    }
    /* 首页 */
    .index .wenzheng img {
        width: 100%
    }
    .index .topic li a {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }
    .index .news .list-t li a {
        width: 100%;
    }
    .index .p2 ul li {
        margin: 1%;
    }
    .index .p2 ul li+li {
        margin: 1%;
    }
    .zwq {
        width: 100%
    }
    .zwq h2 {
        position: relative;
        left: 10px;
    }
    .zwq .tab a {
        margin: 0;
        width: auto;
        font-size: 16px;
    }
    .zwq ul li {
        width: 50%;
    }
    .zwq .tab {
        text-align: center;
        margin-top: 35px;
        padding-right: 0;
    }
    .where {
        margin-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 8px
    }
    .side {
        padding-bottom: 0;
    }
    .list_content .side-menu,
    .zwgk_list.list_content .side-menu {
        height: auto;
        min-height: auto;
    }
    .list_content {
        box-shadow: none;
    }
    .side-menu li {
        width: 100%;
    }
    .ht .fr {
        font-size: 10px;
    }
    .list-b li h4,
    .list-b li p {
        width: 50%;
    }
    .side-menu li.current a {
        border-left: none;
    }
    .content.details {
        padding: 0 10px;
    }
    .article-box {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 992px) {
    .tab a {
        width: auto;
        margin: 0;
        font-size: 17px;
    }
    .tab {
        /* display: flex; */
        /* justify-content: left; */
    }
    .index .p1 .tab a {
        font-size: 14px;
    }
    .index .p1 .tab {
        margin-top: 20px;
    }
    .tab a+a {
        margin: 0;
    }
    .list_content .side-menu {
        height: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .side-menu h2 {
        display: block;
        /* line-height: 66px; */
    }
    .side-menu ul {
        display: none;
        padding-bottom: 20px;
    }
    .side-menu h2:after {
        content: '';
        position: absolute;
        top: 25px;
        right: 30px;
        height: 15px;
        width: 15px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotateZ(45deg);
        transition: transform .3s;
    }
    .side-menu h2.down:after {
        transform: rotateZ(-135deg);
        top: 30px;
    }
    .index .p2 .col-md-6,
    .index .p2 .col-md-4,
    .list_content .row .col-md-9,
    .list_content .row .col-md-3,
    .content .article .row>.col-md-9,
    .content .article .row>.col-md-3,
    .index .p1 .col-md-6:first-child,
    .index .p1 .col-md-6:last-child {
        width: 100%;
        padding: 0 10px;
    }
    .article .article-code,
    .article .col-md-9:before {
        display: none;
    }
    .article .info>span em {
        display: inline-block;
    }
    .index .jgxx li {
        padding-left: 18%;
        width: 48%;
        height: 133px;
        line-height: 133px;
        margin: 1%;
        font-size: 20px;
    }
    .index .jgxx ul {
        margin: 0;
    }
    .copyright p {
        text-align: center;
    }
    .content .row>.col,
    .content .row>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .article .option {
        margin: 0 0 20px 0;
    }
    .article .option.fixed {
        position: absolute;
    }
    .where a,
    .where span {
        margin: 0 4px;
        font-size: 14px;
        color: #666;
    }
    .pages span,
    .pages a {
        margin-bottom: 10px;
    }
    .index .p3 .row .bsfw ul li {
        width: 50%;
    }
    .index .p1 .yw li {
        margin-right: 2%;
    }
    .index h3.title a {
        font-size: 20px;
    }
    .index .p2-nav h3.title span {
        margin: 0;
    }
    .index .p2 .col-md-2 ul {
        padding-bottom: 20px;
    }
    .index .p4 .zt>ul li {
        width: 100%;
    }
    /* 细览 开始*/
    .jfontsize,
    .article .option .share {
        display: none;
    }
    .article {
        padding: 30px 0px;
    }
    .article .info {
        color: #ccc;
        font-size: 14px;
    }
    .article .info>span {
        color: #555555;
        margin-right: 0;
    }
    /* 细览 结束*/
    .index .jgxx li {
        padding-left: 18%;
        width: 48%;
        height: 56px;
        line-height: 56px;
        margin: 1%;
        font-size: 14px;
    }
    .index .p2 ul li {
        margin: 1%;
        width: 48%
    }
}

@media (max-width: 375px) {
    .header h1 {
        height: 50px;
        background-position: 16% 58%;
        background-size: auto 43%;
    }
}

@media (max-width: 350px) {
    .bdshare-button-style1-32 a {
        margin: 6px 3px 6px 0!important;
    }
    .jfontsize a {
        margin: 0 3px;
    }
    .article .jfontsize {
        padding: 0 0px;
    }
}

.touti {
    padding: 25px 0;
    background: #f5f5f5;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.touti h2 {
    font-size: 43px;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
}

.touti h2 a {
    color: #282828;
}

.touti .grid {
    text-align: center;
}

.touti .grid>a {
    color: #666666;
    font-size: 16px;
}

.touti .grid>a+a {
    margin-left: 15px;
}

.touti a:hover {
    color: #0370e8;
}

.livs li {
    line-height: 38px;
}

.livs li:nth-child(1),
.livs li:nth-child(7) {
    font-size: 20px;
    font-weight: 700;
    margin: 4px 0;
}

.zt-listt li {
    float: left;
    width: 247px;
    /* padding: 15px; */
    background: #f5f5f5;
    margin-right: 24px;
    /* margin-top: 30px; */
    margin-bottom: 23px;
    box-shadow: 0 0 10px rgb(68 68 68 / 14%);
    transition: all .3s;
}

.zt-listt li:nth-child(3),
.zt-listt li:nth-child(6) {
    margin-right: 0;
}

.zt-listt li a {
    display: inline-block;
    overflow: hidden;
}

.zt-listt li img {
    width: 100%;
    overflow: hidden;
}

.zt-listt li a p {
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 37px;
    margin-top: 17px;
    position: relative;
    font-weight: 400;
}

.zt-listt li a p span {
    position: absolute;
    font-size: 14px;
    color: #999999;
    bottom: -30px;
    left: 15px;
}

.zt-listt li:hover {
    transform: translateY(-10px);
    box-shadow: 4px 7px 14px rgb(68 68 68 / 50%);
}

.tab.dtab {
    margin-bottom: 17px;
    background: #daecfe;
    border: 0;
}

.list-f li {
    line-height: 34px;
}

.list-d li {
    line-height: 34px;
}

.list-f li:nth-child(1),
.list-f li:nth-child(2),
.list-f li:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
}

.ztie {
    width: 59%;
    margin-left: 11px;
}

.ztie h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.ztie p {
    color: #666;
    line-height: 25px;
    font-size: 14px;
    /*! text-indent: 2em; */
}

.ztie p a {
    color: #f23838;
}

.list-a>div {
    margin-bottom: 15px;
}

.list-a li {
    float: left;
    width: 50%;
    padding-left: 20px;
    background: url(../images/li.png) 0 50% no-repeat;
    line-height: 37px;
}

.list-a li a {
    width: 94%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.dzxb {
    height: 313px;
    box-sizing: border-box;
    padding: 15px 15px 60px;
    background: url(../images/dzb.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.dzxb a {
    float: left;
    position: relative;
}

.dzxb a img {
    width: 167px;
    height: 230px;
}

.dzxb a span {
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    bottom: -50px;
    left: 55px;
}

.dzxb a+a {
    margin-left: 15px;
}

.xwtl {
    font-size: 18px;
    color: #0370e8;
    line-height: 40px;
    margin-bottom: 15px;
}

.xwtl a {
    float: right;
    font-size: 15px;
    color: #666;
}

.xwtl img {
    margin-top: -4px;
    margin-right: 5px;
}

.lis-sp li {
    width: 382px;
    position: relative;
    float: left;
}

.lis-sp li span {
    position: absolute;
    width: 68px;
    height: 68px;
    top: 30%;
    left: 40%;
    background: url(../images/sps.png) 0 0 no-repeat;
}

.lis-sp li img {
    width: 100%;
    height: 213px;
}

.lis-sp li p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lis-sp li+li {
    margin-left: 27px;
}

.mtlg {
    box-sizing: border-box;
    height: 251px;
    background: url(../images/mtlgb.png) 0 0 no-repeat;
    padding: 30px 20px 25px;
}

.mtlg li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

.mtlg li img {
    margin-right: 5px;
    margin-top: -4px;
}

.mtlg li a {
    width: 73%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}

.lj {
    /* border-top: 1px solid #c0d5eb; */
    background: #cae2f0;
}

.xglj {
    display: inline-block;
    font-size: 15px;
    line-height: 100px;
    margin-right: 45px;
    position: relative;
    color: #0370e8;
}

.xglj::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 20px;
    width: .8px;
    height: 57px;
    background: #ccc;
}

.lj ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lj ul li {
    float: left;
}

.lj ul li+li {
    margin-left: 98px;
}

.lj ul li a p {
    color: #5c6272;
}

.lj ul li a img {
    transition: 0.3s;
}

.lj ul li:hover a img {
    transform: rotate( -15deg);
    -ms-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate( -15deg);
    -o-transform: rotate(-15deg);
}

.fck {
    position: fixed;
    top: 260px;
    right: 50px;
}

.fdlis>li>a {
    display: block;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 13%);
    background: #ffffff url(../images/a1.png) 50% 50% no-repeat;
}

.fdlis li a.a4 {
    background: #ffffff url(../images/a2.png) 50% 50% no-repeat;
}

.fdlis li a.a2:hover {
    background: #ffffff url(../images/a1.png) 50% 50% no-repeat;
}

.fdlis li a.a4:hover {
    background: #ffffff url(../images/a2.png) 50% 50% no-repeat;
}

.fdlis li a.a5 {
    background: #ffffff url(../images/a5.png) 50% 50% no-repeat;
}

.fdlis li a.a5:hover {
    background: #0370e8 url(../images/a55.png) 50% 50% no-repeat;
}

@media(max-width:1200px) {
    .lj {
        display: none;
    }
    .touti h2 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .touti .grid>a {
        display: block;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .touti .grid>a+a {
        margin-left: 0px;
    }
    .focus .navi {
        display: none;
    }
    .focus .focus-prev,
    .focus .focus-next {
        top: 50%;
    }
    .focus .pic span {
        padding: 21px 20px 21px 20px;
    }
    .livs li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .p2 img {
        width: 100%;
    }
    .zt-listt li {
        width: 100%;
        margin-right: 0;
    }
    .zt-listt li a {
        width: 100%;
    }
    .list-f li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .list-a>div img {
        width: 100%;
    }
    .ztie {
        width: 100%;
        margin-left: 0px;
    }
    .list-a li {
        width: 100%;
    }
    .dzxb a {
        width: 47%;
    }
    .dzxb a img {
        width: 100%;
    }
    .dzxb a span {
        left: 35%;
    }
    .lis-sp li {
        width: 100%;
    }
    .lis-sp li+li {
        margin-left: 0;
    }
    .mtlg {
        height: auto;
        background-size: 100% 100%;
    }
    .mtlg li {
        width: 100%;
    }
    .mtlg li img {
        width: 30%;
    }
    .mtlg li a {
        width: 68%;
    }
    .lis-sp li img {
        height: auto;
    }
}

.yw-list .slideBox2 .bd li a img {
    width: 783px;
}

.yw-list .slideBox2 .bd li a span {
    width: 417px;
}

.yw-list .slideBox2 .image {
    width: 785px;
    height: 440px;
    float: left;
    position: relative;
}

.yw-list .slideBox2 .right_text {
    padding: 0 40px;
    width: 415px;
    height: auto;
    float: right;
}

.yw-list .slideBox2 .right_text h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 13px;
    padding-top: 32px;
    display: block;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* text-overflow: ellipsis; */
    font-weight: 700;
    max-height: 112px;
}

.yw-list .slideBox2 {
    position: relative;
    background: #f0f7ff;
}

.yw-list .slideBox2 .right_text p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding-top: 13px;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 23px;
}

.yw-list .slideBox2 .bd li:hover img {
    transform: scale(1);
}

.yw-list .slideBox2 .hd {
    position: absolute;
    right: 188px;
    bottom: 22px;
    font-size: 18px;
    /* display: none; */
}

.yw-list .slideBox2 .hd .pageState {
    font-size: 18px;
    line-height: 50px;
    color: #444;
}

.yw-list .slideBox2 .hd .pageState span {
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
}

.yw-list .slideBox2 .prev,
.yw-list .slideBox2 .next {
    width: 13px;
    height: 21px;
    position: absolute;
    background-image: url(../images/mk_icon_XUQIU-18886.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0);
}

.yw-list .slideBox2 .prev {
    background-position: 0 0;
    right: 363px;
    bottom: 40px;
    top: inherit;
    left: inherit;
}

.yw-list .slideBox2 .next {
    top: inherit;
    background-position: -15px 0;
    right: 40px;
    bottom: 40px;
}

.yw-list .slideBox2 .right_text .share {
    width: 190px;
    height: 36px;
    padding-top: 13px;
    /* margin: 0px 40px 0px 38px; */
    position: relative;
    color: #999;
}

.yw-list {
    margin-top: 25px;
}

@media (max-width: 1200px) {
    .yw-list .slideBox2 .hd {
        right: 46px;
        bottom: 5px;
    }
    .yw-list .slideBox2 .bd li a img,
    .yw-list .slideBox2 .image {
        width: 100%;
        height: auto;
    }
    .yw-list .slideBox2 .right_text {
        width: 100%;
        padding: 0 10px;
    }
    .yw-list .slideBox2 .right_text .share {
        margin-bottom: 30px;
    }
    .yw-list .slideBox2 .prev {
        left: inherit;
        right: 100px;
        bottom: 22px;
    }
    .yw-list .slideBox2 .next {
        left: inherit;
        right: 20px;
        bottom: 22px;
    }
}

.newslist {
    overflow: hidden;
}

.newslist li {
    height: auto;
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    /* display: list-item; */
    padding: 20px 0;
    position: relative;
    width: 100%;
    min-height: 194px;
    float: none;
    display: block;
    padding-bottom: 20px;
    height: auto;
}

.yw-list .newslist li.borderno {
    min-height: 115px;
}

.newslist li .image {
    /* width: 33%; */
    height: 154px;
    position: relative;
    float: left;
    overflow: hidden;
    /* margin-right: 20px; */
}

.newslist li .image img {
    width: 246px;
    height: 100%;
    margin-right: 20px;
}

.newslist li .text_con {
    float: left;
    width: auto;
    /* margin-left: 20px; */
}

.newslist li h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.yw-list .newslist li.borderno h3 {
    padding-left: 20px;
    background: url(../images/li.png) 0 50% no-repeat;
}

.yw-list .newslist li.borderno .bottom {
    padding-left: 20px;
}

.newslist li p {
    margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
}

.newslist li .bottom {
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
    height: 25px;
    width: 100%;
    color: #999999;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.newslist li .bottom .date {
    margin-right: 40px;
    float: left;
    font-family: "microsoft yahei";
}

.newslist li .bottom .keyword {
    margin-right: 10px;
}

.newslist li .bottom .keyword {
    margin-right: 10px;
}

.newslist li .share {
    height: 26px;
    float: right;
    position: absolute;
    bottom: 23px;
    right: -8px;
}

ul li .share a,
.article .share a {
    float: left;
    height: 26px;
    width: 26px;
    display: inline-block;
    background-image: url(../images/share_list_XUQIU-18886.png);
    background-repeat: no-repeat;
    margin-right: 8px;
}

ul li .share a.weixin,
.article .share a.weixin {
    background-position: 0 0;
}

ul li .share a.weibo,
.article .share a.weibo {
    background-position: -33px 0;
}

ul li .share a.qqzone,
.article .share a.qqzone {
    background-position: -68px 0;
}

.b-more {
    line-height: 45px;
    text-align: center;
    background: #f0f0f0;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media(max-width:1200px) {
    .newslist li .image {
        height: auto;
        float: none;
    }
    .newslist li .image img {
        width: 100%;
        margin-bottom: 20px;
    }
    .newslist li .text_con {
        margin-left: 0;
        float: none;
    }
    .newslist li .bottom {
        position: relative;
        margin-bottom: 20px;
    }
    .newslist li .share {
        right: 0;
    }
    .xs-hidden {
        display: none;
    }
}

.lieb .row {
    margin-right: -25px;
    margin-left: -25px;
}

.lieb .col-md-8,
.lieb .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.wherr {
    line-height: 56px;
    /* background: url(../images/border.png) 0 100% no-repeat; */
}

.lieb {
    margin-top: 10px;
}

.neir img {
    display: block;
    margin: 0 auto;
}

.xl-box {
    margin-top: 25px;
}

.xl-tie {
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-align: center;
    background-size: 100%;
    border-bottom: 1px solid #dedede;
}

.xl-tie h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.xl-tie p {
    font-size: 14px;
    color: #999;
}

.xl-tie p span+span {
    display: inline-block;
    margin-left: 40px;
}

.con-box {
    /* padding: 10px 0 20px 160px; */
    /* background: url(../images/border.png) 0 100% no-repeat; */
    background-size: 100%;
    margin-bottom: 40px;
    position: relative;
}

.fx {
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
    text-align: center;
}

.fx a:hover {
    opacity: .8;
}

.fx a.wx,
.fx a.wb,
.fx a.qq {
    display: inline-block;
    width: 120px;
    height: 45px;
    /* margin-top: -153px; */
    position: relative;
    top: -170px;
    margin-bottom: 10px;
}

.rm_type {
    height: 30px;
    line-height: 30px;
    background: #F5F5F7;
    border-radius: 20px;
    padding: 0 14px;
    display: inline-block;
    cursor: pointer;
}

.rm_type img {
    vertical-align: middle;
    margin-right: 5px;
}

.rm_type i {
    font-style: normal;
}

.neir p.jdzt {
    font-size: 20px !important;
}

@media (max-width: 1200px) {
    .lieb .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .xl-tie h2 {
        line-height: 40px;
    }
    .xl-tie p span+span {
        margin-left: 0;
    }
    .xl-tie p span {
        display: block;
    }
    .fx {
        display: none;
    }
    .con-box {
        padding: 20px;
    }
    .con-box img {
        max-width: 100%;
    }
    .pink {
        margin-top: 0;
    }
    .index .p2 {
        margin: 0;
    }
    .p2 img {
        /* width: 150%; */
        /* margin-left: -27%; */
    }
    .mwtxc {
        display: block;
        margin: 0 auto;
        float: none !important;
    }
}

.tabe {
    background: url(../images/tabe.png) 0 0 no-repeat;
}

.tabe a.current {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 6px 5px 5px 25px;
    border: 0;
}

.tabe span a.current,
.tabe span.fr a {
    color: #323333;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 6px 5px 5px 25px;
}

.list-q span.date {
    float: left;
    width: 14%;
}

.list-q span.date b {
    font-style: normal;
    display: block;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #0d80c0;
}

.list-q span.date i {
    font-style: normal;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #0d80c0;
    background: #e4edf7;
}

.list-q a {
    float: left;
    width: 86%;
    padding-left: 18px;
}

.list-q li {
    height: 52px;
    margin-top: 10px;
}

.list-q {
    padding-top: 5px;
}

.ling47 .list-t li {
    line-height: 47.5px;
    padding-left: 10px;
}

.qkima2 {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.qkima2 img {
    width: 100%;
}

.gwwxb {
    position: absolute;
    top: -3px;
    right: 150px;
}

.gwwxb p {
    text-align: center;
    font-size: 14px;
}

.gwwxb.gr2 {
    right: 30px;
}

.list-t.border6 li:before {
    background: url(../images/lisyjt.png) no-repeat;
    width: 9px;
    height: 9px;
    margin-top: -3px;
}

.list-t.border6 li:nth-child(6n):before {
    margin-top: -9px;
}

.pages b {
    font-style: normal;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #898989;
    vertical-align: middle;
    font-weight: 400;
}

.pages b input {
    width: 50px;
    height: 32px;
    border: 1px solid #dcdcdc;
    background: #fff;
    vertical-align: revert;
    text-align: center;
    font-size: 14px;
    text-align: center;
    margin: 0 5px;
}

.pages b button {
    width: 55px;
    height: 32px;
    border: none;
    background: #0d80c0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
}

.jjtie {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

.jjtie h3 {
    font-size: 30px;
    color: #444;
    font-weight: 700;
    margin-bottom: 22px;
}

.jjtie p {
    font-size: 14px;
    color: #999999;
}

.fjxzls {
    margin-top: 45px;
    padding: 5px 0 5px 15px;
    background: #f9f9f9;
    border: 1px solid #dedede;
}

.fjxzls a {
    color: #177dbe;
}

.xyjjb {
    margin-bottom: 20px;
}

.kzdhn {
    position: absolute;
    z-index: 999;
    min-height: 88px;
    left: 0;
    width: 100%;
    padding: 16px 20%;
    top: 59px;
    opacity: .96;
    background-color: #fff;
    display: none;
}

.kzdhn>a {
    font-weight: 700;
    margin: 3px 0px;
    font-size: 18px;
    color: #555;
    width: 20%;
    float: left;
}

.header .nav>ul>li:hover>.kzdhn {
    display: block;
}

.article-code {
    text-align: center;
    margin-top: 27px;
}

.article-code p {
    margin: 1em 0;
}

@media(max-width:1200px) {
    .gwwxb {
        position: revert;
        text-align: center;
    }
}