﻿html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    display: inline-block;
}

a {
    text-decoration: none;
    outline: none;
    color: #37393d;
}

    a:hover {
        outline: none;
        cursor: pointer;
    }


/*禁止改变大小*/
ul, li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.mt10 {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

i, em {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w815 {
    width: 840px;
}

.w745 {
    width: 745px;
}

/*header*/
.header {
    padding: 25px 0 15px 0;
}

    .header .logo {
        width: 143px;
        overflow: hidden;
        cursor: pointer;
    }

.logo-search .logos {
    width: 323px;
    height: 57px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 25px;
}

    .header .logo img, .logo-search .logos img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        vertical-align: middle;
    }

.logo-search .form-box {
    /*width: 362px;*/
    overflow: hidden;
    border: 1px solid #125da3;
    margin-top: 6px;
}

.form-box .input-text {
    border: 0px;
    outline: none;
    width: 290px;
    height: 32px;
    line-height: 32px;
    padding: 5px;
    background: none;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    color: #292828;
}

.form-box .submit {
    background: #125da3 url(../images/search.png) no-repeat center center;
    border: 0px;
    outline: none;
    padding: 13px 31px 14px 31px;
    cursor: pointer;
    text-indent: -999px;
	width: 62px;
}
/*navs*/
.navs {
    margin-top: 22px;
    position: relative;
    z-index: 1;
    height: 40px;
    line-height: 40px;
}

    .navs .m {
        float: left;
        box-sizing: border-box;
        position: relative;
    }

    .navs li.active a {
        color: #2891cf;
        font-size: 15px;
    }

    .navs li a:hover {
        color: #2891cf;
    }

    .navs li h3 {
        float: left;
        font-size: 100%;
        font-weight: normal;
        font-size: 16px;
        height: 40px;
        overflow: hidden;
		margin:0 10px;
    }

        .navs li h3 a {
            padding: 0 26px;
            vertical-align: top;
            display: block;
            font-size: 16x;
            color: #292828;
        }

    .navs li .on {
        border-color: #1F7CAF;
    }

        .navs li .on h3 a {
            background: #1f7caf;
            color: #ff0;
        }

    .navs .sub {
        display: none;
        width: 124px;
        padding: 5px 0;
        position: absolute;
        left: -1px;
        top: 40px;
        text-align: center;
        background: #fff;
    }

        .navs .sub li {
            vertical-align: middle;
        }

            .navs .sub li a {
                height: 26px;
                line-height: 26px;
                padding: 4px 0;
                display: block;
                color: #000;
                font-size: 14px;
            }


                .navs .sub li a:hover {
                    color: #2891cf;
                }
/*footer*/
.footer {
    background: #f0f1f2;
    padding: 30px 0;
    color: #3c3f43;
    font-size: 15px;
}

    .footer .copyright {
        text-align: center;
        font-size: 15px;
        margin-top: 8px;
    }

        .footer .copyright p {
            color: #3c3f43;
            margin: 4px 0;
        }

    .footer .ewm {
        border: 1px solid #46b2ce;
        padding: 12px;
        margin-left: 20px;
    }



/*分页*/
.pages {
    float: right;
    margin: 15px 20px 0px 0;
}

    .pages #Pagination {
        float: left;
        overflow: hidden;
    }

        .pages #Pagination .pagination {
            height: 25px;
            text-align: right;
            font-family: 'Microsoft YaHei';
        }

            .pages #Pagination .pagination a,
            .pages #Pagination .pagination span {
                float: left;
                display: inline;
                padding: 0px 9px;
                border: 1px solid #d3d2d2;
                background: #fff;
                color: #000;
                font-family: 'Microsoft YaHei';
                font-size: 14px;
                cursor: pointer;
                margin-left: 3px;
                text-decoration: none;
            }

            .pages #Pagination .pagination .current {
                background: #005bac;
                color: #fff;
            }

            .pages #Pagination .pagination .prev,
            .pages #Pagination .pagination .next {
                float: left;
                padding: 0px 9px;
                border: 1px solid #e6e6e6;
                background: #f6f6f6;
                color: #6c6c6c;
                cursor: pointer;
            }

            .pages #Pagination .pagination .pagination-break {
                padding: 1px 6px;
                border: none;
                background: none;
                cursor: default;
                color: #000;
            }

    .pages .searchPage {
        float: left;
    }

        .pages .searchPage .page-sum {
            padding: 4px 12px;
            color: #6c6c6c;
            font-family: 'Microsoft YaHei';
            font-size: 15px;
        }

            .pages .searchPage .page-sum strong {
                font-weight: normal;
            }

        .pages .searchPage .page-go {
            padding: 8px 0;
            color: #6c6c6c;
            font-family: 'Microsoft YaHei';
            font-size: 15px;
            padding: 10px 0\9;
            *padding: 6px 0;
        }

            .pages .searchPage .page-go input {
                width: 27px;
                height: 24px;
                margin: 0 5px;
                padding-left: 3px;
                border: 1px solid #e4e4e4;
            }

        .pages .searchPage .page-btn {
            margin: 9px 0 5px 5px;
            padding: 5px 12px;
            background: #fff;
            color: #6c6c6c;
            font-family: Arial, 'Microsoft YaHei';
            font-size: 15px;
            text-decoration: none;
            border: 1px solid #e6e6e6;
        }

/*上一篇/下一篇*/
.next-prev-single {
    padding: 10px 0;
    color: #444;
    font-size: 15px;
    overflow: hidden;
}

    .next-prev-single p {
        width: 49%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 15px;
		margin-top:8px;
    }

        .next-prev-single p a {
            color: #428bca;
            text-decoration: none;
            font-size: 15px;
        }

    .next-prev-single .prev {
        float: left;
    }

    .next-prev-single .next {
        float: right;
    }
