.m_lr_auto {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

header .welcome {
    height: 36px;
    line-height: 36px;
    background-color: #f1f1f1;
    color: #999;
    font-size: 12px;
}

header .logo {
    padding: 25px 0 20px;
    width: 193px;
}

header .logo img {
    width: 100%;
}

.top_s_right {
    float: right;
    margin-top: 25px;
    display: none;
    z-index: 7;
}

.top_s_left {
    top: 0;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 27;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}

.phone_nav {
    display: none;
}

header .right .hotline {
    color: #666;
    font-size: 14px;
}

header .right .phone_box {
    font-size: 24px;
    color: #1e3585;
    font-weight: bold;
    font-style: italic;
    width: 350px;
}

header .right .phone_box .p_left {
    float: left;
    background: url(../images/phone.png) 0 50% no-repeat;
    text-indent: 35px;
}

header .right .phone_box .p_rihgt {
    float: right;
}

header nav {
    width: 770px;
    float: right;
}

header nav>ul>li {
    font-size: 14px;
    float: left;
    width: 11.11%;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

/*header nav>ul>li.this_nav>a,*/
header nav>ul>li:hover>a {
    color: #1e3585;
}

header nav>ul>li:hover .nav_L2 {
    display: block;
}

header nav ul li .nav_L2 {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    font-size: 12px;
    z-index: 5;
    background-color: #fff;
}

header nav ul li .nav_L2 p {
    padding: 7px 0;
    border-bottom: 1px solid #016fc4;
    background-color: #e0e0e0;
}

/*header nav ul li .nav_L2 p.this_nav,*/
header nav ul li .nav_L2 p:hover {
    background-color: #1e3585;
    color: #fff;
}

.index_wrap .banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.index_wrap .banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    text-align: center;
}

.index_wrap .banner .hd ul {
    display: inline-block;
    padding: 0 5px;
    font-size: 0;
    vertical-align: top;
}

.index_wrap .banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.index_wrap .banner .hd ul .on {
    background: #016fc4;
}

.index_wrap .banner .bd {
    position: relative;
    z-index: 0;
}

.index_wrap .banner .bd li img {
    width: 100%;
}

.H2_tit {
    text-align: center;
    margin-top: 20px;
}

/*h2标题公共块*/
.H2_tit h2 {
    color: #1e3585;
    font-size: 24px;
    margin-bottom: 5px;
}

.H2_tit h4 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #333;
}

.H2_tit h4 span {
    display: inline-block;
    background-color: #333;
    padding: 0 20px;
}

.index_wrap .insolution_box ul li {
    float: left;
    width: 12.5%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.index_wrap .insolution_box ul li img {
    width: 80%;
    margin: 0 10% 5px;
}

.index_wrap .in_img img {
    width: 100%;
}

.index_wrap .inClass_box {
    margin-top: 30px;
}

.index_wrap .inClass_box .inClass_L1 {
    width: 25%;
    float: left;
}

.index_wrap .inClass_box .inClass_L1_tit {
    background-color: #1e3585;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.index_wrap .inClass_box .inClass_L1_tit h2 {
    font-size: 18px;
    font-weight: normal;
}

.index_wrap .inClass_box .inClass_L1_tit p {
    font-size: 12px;
}

.index_wrap .inClass_box .inClass_L1 ul {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #1e3585;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #fff;
}

.index_wrap .inClass_box .inClass_L1 ul li {
    background-position: 100% 50%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 15px;
}

.index_wrap .inClass_box .inClass_L1 ul li.this_inClass,
.index_wrap .inClass_box .inClass_L1 ul li:hover {
    color: #1e3585;
    background: url(../images/classification_left_ico.png) 90% 50% no-repeat;
}

.index_wrap .inClass_box .inClass_L1 ul .inClass_L1Bo {
    background-color: #0c4f82;
    height: 40px;
    width: 70%;
    border-radius: 10px;
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: -1;
}

.index_wrap .inClass_box .inClass_L2_box {
    float: right;
    width: 70%;
    overflow: hidden;
    position: relative;
}

.index_wrap .inClass_box .inClass_L2 {
    float: right;
    width: 100%;
    position: absolute;
    left: 100%;
}

#inClass_L2_1 {
    left: 0;
}

.index_wrap .inClass_box .inClass_L2 .inC_more {
    float: right;
    font-size: 14px;
}

.index_wrap .inClass_box .tabBox .hd {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.index_wrap .inClass_box .tabBox .hd ul {
    background-color: #f7f7f7;
    float: left;
}

.index_wrap .inClass_box .tabBox .hd ul li {
    margin-right: 5px;
    float: left;
    padding: 0 30px;
    color: #fff;
    background-color: #cbcdd1;
    font-size: 14px;
}

.index_wrap .inClass_box .tabBox .hd ul li a {
    color: #fff;
}

.index_wrap .inClass_box .tabBox .hd ul .on {
    background-color: #1e3585;
}

.index_wrap .inClass_box .tabBox .hd ul .on a {
    display: block;
    /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.index_wrap .inClass_box .tabBox .hd .inC_more {
    float: right;
}

.index_wrap .inClass_box .tabBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.index_wrap .inClass_box .tabBox .bd li {
    padding-top: 15px;
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 2%;
}

.index_wrap .inClass_box .tabBox .bd li p {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.index_wrap .inClass_box .tabBox .bd li img {
    width: 100%;
    border: 1px solid #dedede;
    padding: 1%;
}

.index_wrap .inpartner_box {
    margin-top: 20px;
}

.index_wrap .inpartner .tempWrap {
    width: 100% !important;
}

.index_wrap .inpartner ul {
    overflow: hidden;
    zoom: 1;
}

.index_wrap .inpartner ul li {
    margin: 15px 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.index_wrap .inpartner ul li .pic {
    text-align: center;
}

.index_wrap .inpartner ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.index_wrap .inpartner ul li .pic a:hover img {
    border-color: #999;
}

.index_wrap .inpartner ul li .title {
    line-height: 24px;
}

.index_wrap .inCoo_process {
    margin-top: 15px;
}

.index_wrap .inCoo_process img {
    width: 100%;
}

.index_wrap .inAbout {
    margin-top: 20px;
    color: #fff;
}

.index_wrap .inAbout .left {
    background-color: #1e3585;
}

.index_wrap .inAbout .left,
.index_wrap .inAbout .right {
    width: 50%;
    position: relative;
}

.index_wrap .inAbout div img {
    width: 100%;
}

.index_wrap .inAbout .left .inAbout_ltext {
    padding: 5%;
    font-size: 12px;
    width: 100%;
    height: 95%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.index_wrap .inAbout .left .inAbout_ltext h3 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 20px;
}

.index_wrap .inAbout .left .inAbout_ltext p {
    line-height: 24px;
}

.index_wrap .inAbout .left .inAbout_ltext span {
    color: #1e3585;
    background-color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.index_wrap .inAbout .right .inAbout_rtext {
    height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.index_wrap .inAbout .right .inAbout_rtext:hover {
    height: 100%;
}

.index_wrap .inAbout .right .inAbout_rtext h3 {
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-indent: 2em;
    background: url(../images/jt.png) 150px 50% no-repeat;
}

.index_wrap .inNews_center_box {
    margin-top: 20px;
}

.index_wrap .inNews_centerZ {
    background: url(../images/news_bg.png) 100% 0 #efefef no-repeat;
    background-size: 1.2% 100%;
    margin-top: 20px;
    width: 34%;
    float: left;
    padding: 15px 20px;
}

.index_wrap .inNews_center_box .tit {
    margin-bottom: 5px;
    width: 100%;
}

.index_wrap .inNews_center_box .tit h3 {
    width: 45%;
    float: left;
    border-bottom: 1px #1e3585 solid;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

.index_wrap .inNews_center_box .tit span {
    float: right;
    width: 55%;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: right;
    font-size: 12px;
}

.index_wrap .inNews_center_box .tit span ins {
    margin-left: 3px;
    background-color: #1e3585;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

.index_wrap .inNews_centerZ>img {
    width: 100%;
}

.index_wrap .inNews_centerZ ul {
    margin-top: 5px;
}

.index_wrap .inNews_centerZ ul li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px dashed #3b3b3b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inNews_centerC {
    width: 32%;
    float: left;
    background-color: #efefef;
    margin-top: 20px;
    padding: 15px 20px;
}

.inNews_centerC span {
    float: left;
}

.inNews_centerC p {
    float: right;
}

.inNews_centerC ul li {
    border-bottom: 1px dashed #3b3b3b;
    padding-bottom: 10px;
}

.inNews_centerC ul li .top {
    margin-top: 10px;
}

.inNews_centerC ul li .top,
.inNews_centerC ul li .bom {
    padding: 5px 0;
}

.inNews_centerC ul li .bom span {
    background-color: #2b7947;
}

.inNews_centerC ul li span {
    font-size: 12px;
    color: #fff;
    background-color: #f59f1a;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
}

.inNews_centerC ul li p {
    float: right;
    width: 88%;
    font-size: 12px;
}

footer .Links_box {
    background-color: #3a3a3a;
    color: #fff;
    border-bottom: 2px solid #313131;
    margin-top: 20px;
}

footer .Links_box a {
    color: #fff;
}

footer .Links_box .left {
    padding: 20px 0;
}

footer .Links_box .left h3 {
    font-weight: normal;
    font-size: 12px;
}

footer .Links_box .left p {
    font-size: 18px;
    font-weight: bold;
}

footer .Links_box .Links {
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}

footer .Links_box .Links ul li {
    float: left;
    font-size: 12px;
    margin: 0 5px;
}

footer>p {
    text-align: center;
    font-size: 12px;
    background-color: #1d1d1d;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

footer .bom {
    background-color: #3a3a3a;
}

footer .bom .m_lr_auto {
    position: relative;
    padding-bottom: 10px;
}

footer .bom ul li {
    font-size: 12px;
    width: 100px;
    float: left;
    line-height: 26px;
    margin-top: 5px;
}

footer .bom ul li a {
    color: #fff;
}

footer .bom ul li.foo_about {
    width: 310px;
}

footer .bom .right {
    color: #fff;
    width: 100px;
    margin-top: 20px;
}

footer .bom .right>img {
    width: 100%;
}

footer .bom .right p {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

footer .bom .right .qq_box {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.go_top_box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    text-align: center;
}

.go_top_box .ff_phone,
.go_top_box .go_top {
    background-color: #3a3a3a;
    padding: 10px;
}

.go_top_box .go_top {
    display: none;
    margin-top: 2px;
}

.go_top_box .ff_phone img {
    width: 30px;
}

.go_top_box .go_top img {
    width: 20px;
}

.go_top_box .go_top p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: 3px;
}


@media (max-width: 1000px) {
    .m_lr_auto {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 1000px) {

    header nav,
    header .right {
        display: none;
    }

    .top_s_right {
        display: block;
    }

    .phone_nav {
        display: none;
        position: fixed;
        width: 150px;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 99;
        background-color: #fff;
    }

    .phone_nav ul li {
        width: 100%;
        padding-left: 10px;
    }

    .phone_nav ul li p {
        color: #999;
        font-size: 12px;
    }

    .phone_nav ul li:hover a,
    .phone_nav ul li.this_nav a {
        color: #1e3585;
    }

    .index_wrap .inNews_centerZ {
        width: 50%;
        background-image: none;
    }

    .index_wrap .inNews_centerC {
        width: 100%;
    }
}

@media (max-width: 950px) {
    footer .bom .left {
        width: 100%;
    }

    footer .bom ul li {
        width: 20%;
        text-align: center;
    }

    footer .bom ul li.foo_about {
        width: 100%;
        clear: both;
        text-align: center;
    }

    footer .bom .right {
        width: 100%;
        text-align: center;
    }

    footer .bom .right img {
        width: 100px;
    }

    footer .bom .right .qq_box {
        position: static;
        margin-top: 5px;
    }

    footer .bom .qq_box img {
        width: 30px;
    }
}


@media (max-width: 900px) {
    .index_wrap .inClass_box .inClass_L1_tit {
        padding: 5px 0;
    }

    .index_wrap .inClass_box .inClass_L1,
    .index_wrap .inClass_box .inClass_L2_box {
        width: 100%;
    }

    .index_wrap .inClass_box .inClass_L2 {
        margin-top: 20px;
    }

    .index_wrap .inClass_box .inClass_L1 ul li {
        height: 30px;
        line-height: 30px;
    }

    .index_wrap .inAbout .left,
    .index_wrap .inAbout .right {
        width: 100%;
    }

    .index_wrap .inAbout .left img {
        display: none;
    }

    .index_wrap .inAbout .left .inAbout_ltext {
        position: relative;
        height: auto;
    }

    .index_wrap .inAbout .left .inAbout_ltext span {
        position: static;
        float: right;
    }
}


@media (max-width: 700px) {
    .index_wrap .banner .hd {
        display: none;
    }

}

@media (max-width: 600px) {
    .index_wrap .insolution_box ul li {
        width: 25%;
    }

    .index_wrap .inClass_box .tabBox .hd {
        line-height: normal;
        height: auto;
    }

    .index_wrap .inClass_box .tabBox .hd ul {
        width: 100%;
    }

    .index_wrap .inClass_box .tabBox .hd ul li {
        width: 23%;
        padding: 5px 0;
        margin: 0 1%;
        text-align: center;
    }

    .index_wrap .inClass_box .tabBox .bd li {
        width: 48%;
        margin: 0 1%;
    }

    .inC_more {
        display: none;
    }

    .index_wrap .inNews_centerZ {
        width: 100%;
    }

    footer .Links_box .left {
        display: none;
    }

    footer .Links_box .Links {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .H2_tit h2,
    .index_wrap .inClass_box .inClass_L1_tit h2 {
        font-size: 16px;
    }
}


@media (max-width: 500px) {
    footer .bom ul li {
        width: 33.33%;
        text-align: left;
        margin-top: 20px;
    }
}


.fy_wrap .header {
    height: 30px;
    line-height: 30px;
    background-color: #1e3585;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.fy_wrap .header a {
    color: #fff !important;
}

.fy_wrap .header ins {
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
}

.fy_wrap section {
    margin-top: 20px;
    background: url(../images/fy/body_bg.png) 0 100% no-repeat;
    background-size: 100%;
}

.fy_wrap section .m_lr_auto {
    padding: 0 20px;
}

.fy_wrap section .fy_logo {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.fy_wrap section .fy_logo img {
    width: 100%;
    max-width: 400px !important;
}

/*.fy_wrap section .fy_logo .leftt { width: auto; display: inline-block; }
.fy_wrap section .fy_logo .rightt { display: inline-block; width: auto; position: relative; top: -5px; margin-left: 5px; }
.fy_wrap section .fy_logo h3 { font-size: 32px; font-weight: normal; }*/
.fy_wrap section .search_box {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

.fy_wrap section .search_box h3 {
    margin-bottom: 10px;
    background: url(../images/fy/left_ico.png) 0 50% no-repeat;
    font-size: 14px;
    font-weight: normal;
    text-indent: 20px;
}

.fy_wrap section .search_box .l_search {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    width: 490px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    font-size: 14px;
}

.fy_wrap section .search_box .r_search {
    padding: 3px 8px;
    float: right;
    background-color: #1e3585;
    border-radius: 5px;
    width: 50px;
    height: 36px;
    line-height: 36px;
}

.fy_wrap section .left {
    width: 50%;
}

.fy_wrap section .banner {
    width: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: right;
}

.fy_wrap section .banner .hd {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
    right: 10px;
}

.fy_wrap section .banner .hd ul {
    display: inline-block;
    padding: 0 5px;
    font-size: 0;
    vertical-align: top;
}

.fy_wrap section .banner .hd ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.fy_wrap section .banner .hd ul .on {
    background: #016fc4;
}

.fy_wrap section .banner .bd {
    position: relative;
    z-index: 0;
}

.fy_wrap section .banner .bd li img {
    width: 100%;
}

.fy_wrap .footer {
    background-color: #1e3585;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.fy_wrap .left {
    color: #666666;
}

.fy_wrap .left h2 {
    margin-bottom: 10px;
}

.fy_wrap .left>p {
    font-size: 14px;
}

.fy_wrap .left .bom h2 {
    margin-top: 10px;
}

.fy_wrap .left .bom .cxlc {
    padding-left: 30px;
    background: url(../images/fy/cxbz.png) 0 0 no-repeat;
    background-size: auto 100%;
}


.fy_wrap .left .bom .cxlc p {
    margin-bottom: 20px;
}

.fy_wrap .f_bom {
    text-align: center;
    margin-top: 20px;
}

.fy_wrap .f_bom h3 {
    font-size: 12px;
    color: #666666;
}

.fy_wrap .f_bom ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.fy_wrap .f_bom ul li {
    display: inline-block;
    width: 120px;
}

.fy_wrap .f_bom ul li img {
    width: 60%;
}

.fy_wrap .f_bom ul li p {
    font-size: 14px;
    margin-top: 10px;
}


@media (max-width: 750px) {

    .fy_wrap section .left,
    .fy_wrap section .banner {
        width: 100%;
    }

    header .logo {
        width: 170px;
    }

    .fy_wrap section .left {
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .fy_wrap section .search_box {
        width: 100%;
        padding: 0 10px;
    }

    .fy_wrap section .search_box .l_search {
        width: 80%;
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .fy_wrap section .search_box .r_search {
        width: 20%;
        padding: 1% 7%;
        float: left;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .fy_wrap section .fy_logo {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .fy_wrap section .fy_logo img {
        width: 100%;
    }

    /*	.fy_wrap section .fy_logo .leftt { width: 50px; display: inline-block; }
	.fy_wrap section .fy_logo .rightt { width: 205px;width: 205px;display: inline-block;position: relative;top: 3px;margin-left: 0px; }
	.fy_wrap section .fy_logo h3 { font-size: 20px; position: top:3px; }
	.fy_wrap section .fy_logo .rightt img { position: relative;top: -8px;}*/

    .fy_wrap .f_bom ul li {
        width: 60px;
    }

    .fy_wrap .f_bom ul li img {
        width: 90%;
    }

    .fy_wrap .f_bom ul li p {
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    .fy_wrap section .search_box .r_search {
        padding: 1% 6%;
    }
}

@media (max-width: 370px) {
    .fy_wrap section .search_box .r_search {
        padding: 1% 5%;
    }
}




.list_wrap .re_link h2 {
    text-indent: 20px;
    background: url(../images/ico1.jpg) 0 50% no-repeat;
    font-weight: normal;
    line-height: 50px;
}

.list_wrap .re_link h2 ins {
    margin-left: 5px;
    margin-right: 5px;
}

.list_wrap .list_body {
    border: 1px solid #cacaca;
}

.list_wrap .list_body .left {
    display: inline-block;
    width: 23%;
    border-right: 1px solid #cacaca;
}

.list_wrap .list_body .left .top {
    background-color: #f1f1f1;
    background-size: 100%;
}

.list_wrap .list_body .left .top ins {
    float: left;
    font-size: 56px;
    color: #004695;
    line-height: 90px;
    margin-left: 15px;
}

.list_wrap .list_body .left .top h3 {
    float: left;
    font-size: 18px;
    color: #004695;
    line-height: 18px;
    margin-top: 32px;
    margin-left: 5px;
}

.list_wrap .list_body .left .top h3 span {
    font-size: 12px;
    display: block;
    font-weight: normal;
}

.list_wrap .list_body .left .bom ul li {
    height: 40px;
    line-height: 40px;
    text-indent: 3em;
    border-bottom: #002247 1px solid;
    background: url(../images/ico5.jpg) 15px 50% no-repeat #f9f9f9;
}

.list_wrap .list_body .left .bom ul li.this_li,
.list_wrap .list_body .left .bom ul li:hover {
    color: #fff;
    background: url(../images/ico4.png) 15px 50% no-repeat #004695;
}

.list_wrap .list_body .right {
    float: left;
    border-left: 1px solid #cacaca;
    width: 77%;
    padding: 15px;
    box-sizing: border-box;
}

.list_wrap .list_body .right .list_p_box {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
}

.list_wrap .list_body .right .list_p_box span {
    word-break: break-all;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.list_wrap .list_body .right .list_p_box img {
    margin: 10px 0;
    border: 1px solid #ededec;
    width: 95%;
    padding: 2.5%;
}

.list_wrap .paging {
    padding-left: 50%;
    margin-top: 15px;
    height: 50px;
}

.list_wrap .paging em ins {
    color: red;
}

.list_wrap .paging p {
    display: inline-block;
    margin-left: 5px;
}

/*新闻列表*/
.newsLi ul li {
    color: #999;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    clear: both;
    line-height: 30px
}

.newsLi ul li img {
    float: left;
    width: 20%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    box-sizing: border-box;
}

.newsLi ul li p {
    float: left;
    text-indent: 1em;
    width: 80%;
    padding-top: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsLi ul li:hover {
    color: #000;
}

.newsLi ul li span {
    float: right;
}



@media (max-width: 1100px) {
    .list_wrap .list_body .left .top {
        background-size: auto;
    }

    .list_wrap .list_body .left .top ins {
        line-height: 88px;
        margin-left: 10px;
    }
}

@media (max-width: 760px) {
    .list_wrap .list_body .left {
        width: 100%;
    }

    .list_wrap .list_body .right {
        width: 100%;
    }

    .list_wrap .paging {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 580px) {
    .list_wrap .list_body .right .list_p_box {
        width: 33.33%;
    }
}


@media (max-width: 500px) {
    .list_wrap .list_body .right .list_p_box {
        width: 50%;
    }
}


@media (max-width: 480px) {
    .list_wrap .list_body .right {
        padding: 5px;
    }
}

@media (max-width: 399px) {
    .list_wrap .list_body .right .list_p_box {
        width: 100%;
    }
}



.faxq_h {
    font-size: 18px;
    color: #007bc2;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 5px;
    text-align: center;
    margin: 0 20px;
}

.faxq_date span {
    color: #a7a7a7;
    padding: 0 5px;
}

.faxq_date {
    text-align: center;
    margin-top: 10px;
}

.faxq_ha {
    font-size: 18px;
    color: #616161;
    margin: 15px 40px;
}

.faxq_p {
    color: #616161;
    line-height: 26px;
    margin: 20px 40px 0;
    min-height: 300px
}

.inNews_centerClist {
    width: 100%;
    float: none;
    background-color: none;
    margin-top: 0;
    padding: 0
}