body {
    width: 100%;
    height: auto;
    background-color: #f2f5f7;
}

.w .nav.mgl0 {
    margin-left: 0;
}
/*头部*/
.main_top {
    width: 100%;
    background: ;
    background-size: 100% 100%;
    /*height: 157px;*/
}

.fx_searchmod {
    width: 920px;
    margin: 16px auto 0;
}

.fxlogo {
    float: left;
    margin-left: 56px;
}

.searchm {
    float: left;
    padding-left: 20px;
    margin-top: 10px;
}

.s-input {
    width: 478px;
    height: 36px;
    border: 1px #96c3d8 solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right-color: #579dcd;
    background-color: #fff;
    float: left;
}

    .s-input input {
        border: 0;
        outline: 0;
        width: 445px;
        padding: 10px 10px 9px;
        font-size: 14px;
        color: #8e8e8e;
        border-radius: 5px;
    }

.s-inputbtn {
    width: 127px;
    height: 36px;
    border: 1px #96c3d8 solid;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    border-left: 0;
    float: left;
    cursor: pointer;
}

    .s-inputbtn span {
        background:  no-repeat 0 0;
        padding-left: 22px;
        height: 18px;
        display: block;
        color: #0164ab;
        margin: 12px 0 0 30px;
    }

    .s-inputbtn:hover {
        background-color: #39a0d1;
    }

    .s-inputbtn:active, .s-inputbtn.on {
        background-color: #1075b7;
    }

    .s-inputbtn:hover span {
        background:  no-repeat 0 -23px;
        color: #fff;
    }

.retbtn {
    width: 126px;
    height: 36px;
    border: 1px #96c3d8 solid;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}

    .retbtn a {
        display: block;
        color: #0164ab;
    }

    .retbtn:hover {
        background-color: #39a0d1;
    }

        .retbtn:hover a {
            color: #fff;
        }

    .retbtn.on {
        background-color: #1076b7;
    }

        .retbtn.on a {
            color: #fff;
        }
/*内容*/
.content {
    width: 1200px;
    margin: 0px auto;
}
/*小标题连接*/
.contenttit {
    border-left: 3px #7d8592 solid;
    height: 19px;
    line-height: 19px;
    padding-left: 6px;
    margin-top: 14px;
    font-style: italic;
    *margin-bottom: 10px;
}

    .contenttit a {
        color: #a6000a;
    }

     .contenttit a:hover {
        color: #a6000a;
    }

        .contenttit a.link {
            color: #a6000a;
        }

            .contenttit a.link:hover {
            color:#a6000a;
            }
/*小标题连接end*/

.contentbg {
    width: 1200px;
    margin-top: 16px;
    background-color: #fff;
    padding:  0;
    /*box-shadow: 0 5px 5px #e3e5e7;*/
    box-shadow:none;
}

.content_box {
    padding-bottom: 0px;
    float: left;
}

.cas-tit {
    float: left;
}

.span-tit {
    background:  no-repeat;
    height: 29px;
    font-size: 18px;
    color: #3e4a61;
    display: inline-block;
    padding-left: 0px;
    line-height: 29px;
    cursor: default;
}

    .span-tit:hover {
        color: #0c71b4;
    }

.fw_cont {
    color: #b2221f;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 6px;
    border: 1px #b2221f solid;
    background-color: #f9f2f2;
    border-radius: 3px;
    margin-left: 9px;
    margin-top: 6px;
    display: inline-block;
}

.area {
    float: left;
    margin-left: 20px;
    /*width: 99px;*/
    height: 26px;
    border: 1px #e6f0fa solid;
    borer-right: none;
    border-radius: 3px;
    background-color: #fff;
    line-height: 25px;
}

.areavalue {
    color: #0c71b4;
    text-align: center;
    display: block;
    width: 90px;
    padding: 0 5px;
    color: #0c71b4;
    float: left;
}

.selecticon {
    float: left;
    background:  no-repeat 0 0;
    width: 30px;
    height: 27px;
    display: block;
    cursor: pointer;
    position: relative;
}

    .selecticon:active {
        background:  no-repeat 0 -30px;
    }

.sheng {
    display: none;
    position: fixed;
    left: 30%;
    top: 25%;
    border: 1px solid #9db5cd;
    border-top: 3px solid #0c71b4;
    border-bottom: 3px solid #bdccdc;
    border-radius: 5px;
    z-index: 98989;
    width: 750px;
    height: 430px;
    background: #fff;
}

    .sheng .closethisdiv {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 19px;
        height: 19px;
        border-radius: 3px;
        background:  no-repeat 0 0;
    }

        .sheng .closethisdiv:hover {
            background:  no-repeat 0 -24px;
        }

        .sheng .closethisdiv:hover {
            background:  no-repeat 0 -47px;
        }

    .sheng ul {
        margin-top: 30px;
    }

        .sheng ul li {
            color: #0c71b4;
            cursor: pointer;
            width: 25%;
            margin: 0 0 0 5%;
            float: left;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
        }

            .sheng ul li input {
                margin: 0 10px 0 36px;
                display: inline-block;
            }

            .sheng ul li span {
                display: inline-block;
                width: 60%;
            }

            .sheng ul li a {
                display: inline-block;
                border-radius: 5px;
                color: white;
                padding: 0 20px;
                margin-top: 30px;
            }

        .sheng ul .notsure {
            /*padding-left: 300px;*/
            padding-left: 420px;
        }

        .sheng ul .sure {
            /*margin-left: -44px;*/
            margin-left: -84px;
        }

            .sheng ul .sure a {
                background: #39a0d1;
                height: 30px;
            }

        .sheng ul .notsure a {
            background: #f5fbfd;
            border: 1px solid #9db5cd;
            height: 28px;
            color: #0164ab;
        }

.morea {
    float: right;
    margin-top: 14px;
    width: 55px;
    height: 30px;
    /*border: 1px solid #da2d29 ;*/
    display: block;
    border-bottom: 1px solid #fff;
    margin-right: 2px;
    margin-bottom: -7px;
    position: relative;
    padding-top: 6px;
    padding-left: 4px;
}

    .morea a {
        background:  no-repeat 0 0;
        width: 49px;
        height: 21px;
        display: block;
    }

        .morea a:hover {
            background:  no-repeat 0 -24px;
        }

        .morea a:active {
            background:  no-repeat 0 -48px;
        }

.borderbox {
    width: 1200px;
    /*border: 1px #bdd3e9 solid;*/
    border:0 !important;
    border-left: 0;
    margin-top: 0px;
    position: relative;
}


    .borderbox .daul li {
        float: left;
        width: 292px;
        background-color: #f2f2f2;
        border: 1px #e0e0e0 solid;
        border-radius: 3px;
        padding: 18px 9px 0;
        margin-left: 9px;
    }

.tre-til {
    font-size: 18px;
    color: #3e4a61;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 26px;
    text-align: center;
}

.rightbox {
    float: right;
}

.left-box {
    width: 893px;
    background-color: #fff;
    border: 1px #da2d29 solid;
    /*box-shadow: 5px 0 5px rgba(0,0,0,0.1);*/
    box-shadow:none;
}

.tre-list {
    padding: 15px 0 17px 0;
    border-top: 1px #dbddde dotted;
}

.fz-title2 a {
    color: #3e4a61;
    font-size: 16px;
    line-height: 22px;
}

    .fz-title2 a:active, .fz-title2 a:hover {
        color: #1076b7;
    }

.left-box ul {
    width: 833px;
    margin: 0px 0 0 30px;
    padding-bottom: 5px;
}

    .left-box ul li {
        padding: 18px 0;
        border-bottom: 1px #e3e3e3 solid;
        position: relative;
    }

        .left-box ul li.bor0 {
            border-bottom: 0;
        }

.fz-title1 {
    height: 22px;
    line-height: 22px;
    width: 800px;
}

    .fz-title1 a {
        color: #333333;
        vertical-align: bottom;
        font-size: 14px;
        height:44px;
        overflow:hidden;
        display:block;
    }

        .fz-title1 a:active, .fz-title1 a:hover {
            color: #bb1411;
        }

.lf-postab {
    position: absolute;
    left: 0px;
    top: 0px;
}

.lf-sjbtn {
    width: 304px;
    border: 1px #e0b2b3 solid;
    border-right: 1px #da2d29 solid;
    background-color: #eededf;
    margin-bottom: 18px;
    padding: 32px 0;
    cursor: pointer;
}

    .lf-sjbtn.mgnt1 {
        margin-top: 22px;
    }

    .lf-sjbtn.mgn-b1 {
        margin-bottom: 10px;
        padding: 18px 0px;
    }

    .lf-sjbtn.texp1 {
        margin-bottom: 14px;
        padding: 14px 0;
    }

    .lf-sjbtn.texp2 {
        margin-bottom: 14px;
        padding: 56px 0;
    }

    .lf-sjbtn.texp3 {
        margin-bottom: 14px;
        padding: 38px 0;
    }

    .lf-sjbtn span {
        color: #7c858e;
        text-align: center;
        font-size: 24px;
        /*border-left: 2px #f3f3f3 solid;*/
        line-height: 20px;
        display: block;
    }

    .lf-sjbtn.on {
        border: 1px #da2d29 solid;
        border-right: 1px #fff solid;
        background-color: #fff;
    }

        .lf-sjbtn.on span {
            color: #b01818;
            border-left: 2px #d01822 solid;
        }

.wz-info {
    padding-top: 6px;
    color: #8e8e8e;
    font-size: 12px;
    font-style: italic;
    height: 14px;
}

    .wz-info span {
        padding-right: 0px;
    }

.fz-title1 .new-icon {
    background:  no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
}

.wz-info .ln-icon {
    display: inline-block;
    background:  no-repeat 0 0;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.laudcon {
    background:  no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-bottom;
    cursor: pointer;
}

    .laudcon.on {
        background:  no-repeat 0 -18px;
    }




    /*分页样式*/

.borderbox .left-box .c-ul li .pager {
    text-align: center;
    color: #8d9197;
    /*padding: 45px 0;*/
}

    .borderbox .left-box .c-ul li .pager .in {
        display: inline-block;
        font-size: 14px;
    }

    .borderbox .left-box .c-ul li .pager .s1 {
        margin: 10px 15px 0 0;
    }

    .borderbox .left-box .c-ul li .pager .s2 a {
        float: left;
        min-width: 30px;
        height: 32px;
        border: 1px solid #ddd;
        margin-right: -1px;
        text-align: center;
        line-height: 32px;
        color: #000;
        margin: 0 5px 0 0;
    }

    .borderbox .left-box .c-ul li .pager .s2 .pre, .detail_main .pager .s2 .next {
        color: #858687;
    }

    .borderbox .left-box .c-ul li .pager .s3 {
        margin: 10px 15px 0 15px;
    }

    .borderbox .left-box .c-ul li .pager .s5 {
        margin: 10px 15px 0 5px;
    }

    .borderbox .left-box .c-ul li .pager .s4 {
        margin-top: 3px;
    }

        .borderbox .left-box .c-ul li .pager .s4 .text {
            width: 28px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border: 1px solid #ddd;
        }

    .borderbox .left-box .c-ul li .pager .s6 {
        width: 44px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background: #f5fbfd;
        border: 1px solid #bdcede;
        border-radius: 5px;
        color: #333;
        float: left;
        margin-top: 5px;
    }

    .borderbox .left-box .c-ul li .pager .first {
        background: url(/uploads/image/simg/i_3.png) no-repeat center center;
    }

    .borderbox .left-box .c-ul li .pager .last {
        background: url(/uploads/image/simg/i_4.png) no-repeat center center;
    }

    .borderbox .left-box .c-ul li .pager .pre {
        background: url(/uploads/image/simg/i_5.png) no-repeat center center;
    }

    .borderbox .left-box .c-ul li .pager .next {
        background: url(/uploads/image/simg/i_6.png) no-repeat center center;
    }

    .borderbox .left-box .c-ul li .pager .a:hover {
        background: #b01818;
        color: #fff;
    }

    .borderbox .left-box .c-ul li .pager .a_select {
        background: #b01818;
        color: #fff !important;
    }



/*尾部*/
.footer.bg1 {
    background-color: #cfd8dc;
    margin-top: 25px;
}


    .footer.bg1 .about a:hover {
        color: #468fbf;
    }

    .footer.bg1 .copr, .footer.bg1 .about a {
        color: #7a888f;
    }


.subjectcontent {
width:1200px;
}

.subjectcontentleft {
margin-left:0;
width:288px;
}

.navleft0 {
width:288px;
}
