﻿.wrap {
    width: 1227px;
    margin: 0 auto;
}
.main_left {
    float: left;
    width: 290px;
    max-width: 28%;
}

.main_right {
    float: right;
    width: 930px;
    margin: 0 auto;
    max-width: 71%;
}

.menu {
    background: #f6f6f6;
    width: 290px;
    margin-top: -80px;
    position: relative;
}

    .menu h3 {
        background: #940a0a;
        height: 80px;
        font-size: 22px;
        line-height: 80px;
        color: #fff;
        text-align: center;
    }

.submenu {
    height: 58px;
    position: relative;
    line-height: 58px;
    font-size: 16px;
    cursor: pointer;
    background: #eee;
    border-bottom: #ddd 1px solid;
    text-align: center;
}
.submenu img{
    position: absolute;
    right: 20px;
    top: 21px;
}
.submenu a:hover{
    color: #940a0a;
}

.submenu_cur {
    color: #940a0a;
}
.submenu.submenu_cur::after {
    content: '';
    position: absolute;
    width: 4px;
    background: #940a0a;
    height: 50px;
    left: 0;
    top: 4px;
}

.navcon {
    overflow: hidden;
    display: none;
    padding: 10px 0;
}

    .navcon li {
        width: 120px;
        padding-left: 32px;
        line-height: 30px;
        background: url(../images/ico.png) no-repeat 20px center
    }

.cur {
    color: #38558f;
}



.current {
    border-bottom: #38558f 1px solid;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 20px;
}

    .current h3 {
        font-size: 24px;
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        border-bottom: #38558f 4px solid;
        color: #38558f;
    }

.content {
    padding-left: 20px;
    overflow: hidden;
    margin-top: 20px;
    min-height: 450px;
}

    .content dl {
        position: relative;
        padding: 20px 0 20px 186px;
        min-height: 100px;
        margin-top: -1px;
        border-top: #c9c9c9 1px solid
    }

        .content dl dt {
            position: absolute;
            left: 0;
            top: 20px;
            width: 166px;
            height: 100px;
        }

            .content dl dt img {
                width: 166px;
                height: 100px;
            }

        .content dl dd {
            position: relative;
            line-height: 24px;
        }

            .content dl dd h4 {
                font-weight: bold;
                padding-right: 50px;
                margin-bottom: 20px;
            }

            .content dl dd em {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 12px;
                color: #6a6a6a;
            }

            .content dl dd p {
                text-indent: 30px;
            }



/*////////////////////////////////////////zhouwei////////////////////////////////////////////////////////////*/
.article {
    width: 100%;
}

    .article h3 {
        height: 40px;
        line-height: 40px;
        font-weight: 800;
        text-align: center;
        font-size: 18px;
        color: #38558f;
        text-indent: 20px;
    }

    .article .art_con {
        width: 100%;
        padding: 30px 0;
        font-size: 14px;
        overflow: hidden;
        line-height: 24px;
        text-align: justify;
        text-justify: inter-ideograph
    }

        .article .art_con p {
            padding: 8px 0;
        }

    .article h1 {
        width: 100%;
        padding: 5px 0;
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #38558f;
        font-weight: 600;
    }

    .article .hr {
        width: 100%;
        padding: 5px 0;
        border-bottom: #38558f 1px solid;
        color: #666;
        text-align: center
    }

    .article .source {
        width: 100%;
        padding: 10px 0;
        border-bottom: #999 1px dashed;
        color: #666;
        text-align: center;
        font-size: 14px;
    }


    .article .imglist {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 10px;
    }

        .article .imglist li {
            margin: 12px;
            float: left;
            height: 150px;
        }

            .article .imglist li .discription {
                display: block;
                font-size: 12px;
                padding: 6px 0;
                text-align: center;
            }

.conlistComm {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    height: auto;
    min-height: 450px;
}

    .conlistComm dl {
        width: 100%;
        padding: 12px 0;
        border-bottom: #38558f 1px dotted;
    }

        .conlistComm dl dt {
            line-height: 22px;
        }

            .conlistComm dl dt span {
                display: inline-block; /*width:70px;*/
                height: 22px;
                margin-right: 10px;
                text-align: center;
                padding: 0 5px;
                background: #38558f; /*color:#A29797;*/
            }

                .conlistComm dl dt span a {
                    color: #fff;
                }

            .conlistComm dl dt a { /*color:#0e3692;*/
            }

                .conlistComm dl dt a:hover {
                    color: #8c1515;
                }

        .conlistComm dl dd { /* color:#A29797; */
            padding-top: 10px;
        }


/*路脰脪鲁麓煤脗毛*/
.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none;
        border: solid 1px #ffa501;
    }

    .paginator a:hover {
        color: #fff;
        background: #ffa501;
        border-color: #ffa501;
        text-decoration: none;
    }

.pages {
    color: #999;
    font-size: 14px;
}

    .pages a, .pages .cpb {
        text-decoration: none;
        padding: 2px 5px 2px 5px;
        border: 1px solid #ddd;
        background: #ffff;
        margin: 0 2px;
        font-size: 13px;
        color: #999;
    }

        .pages a:hover {
            background-color: #ccc;
            color: #fff;
            border: 1px solid #ccc;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #ccc;
        border: 1px solid #ccc;
    }

/*脪鲁脗毛脠脻脝梅*/
.page-box {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
/*css default style pagination*/
div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Verdana;
    font-size: 12px;
}

    div.default a, div.default span {
        display: block;
        float: left;
        margin: 2px 0 0 -1px;
        padding: 4px 12px;
        line-height: 20px;
        height: 20px;
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

        div.default span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        div.default a:hover {
            color: #666;
            background: #eee;
        }

        div.default span.current {
            color: #fff;
            background: #488FCD;
            border-color: #488FCD;
        }

        div.default span.disabled {
            color: #999;
            background: #fff;
        }

/*脛脷脠脻麓煤脗毛*/
.content14 {
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 400px;
}

    .content14 strong {
        font-weight: bold;
    }

    .content14 h4 {
        font-weight: bold;
        font-size: 16px;
    }

    .content14 p strong {
        font-weight: bold;
    }

    .content14 div strong {
        font-weight: bold;
    }

    .content14 p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000
    }

    .content14 table {
        min-width: 650px;
        max-width: 820px;
        margin: 0px auto;
        font: Georgia 11px;
        color: #333333;
        text-align: center;
        border-collapse: collapse;
    }

        .content14 table td {
            border: 1px solid #ccc;
        }

            .content14 table td p {
                text-indent: 0em;
            }

.content141 {
    padding: 6px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

    .content141 p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000
    }

    .content141 table1 {
        width: 600px;
        margin: 0px auto;
        font: Georgia 11px;
        color: #333333;
        text-align: center;
        border-collapse: collapse;
    }

        .content141 table1 td {
            border: 1px solid #ccc;
        }

.content142 {
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000
}

    .content142 p {
        text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000
    }

    .content142 table {
        margin: 0px auto;
        font: Georgia 11px;
        color: #333333;
        text-align: center;
        border-collapse: collapse;
    }

        .content142 table td {
            border: 1px solid #ccc;
        }

.clear10 {
    clear: both;
    height: 10px;
    overflow: hidden;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    clear: both;
    content: "";
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}