body {
    font-size: 14px;
    color: #666666;
    background: #FFFFFF;
}

.d-flex {
    display: flex;
}

.d-full-width {
    width: 100%;
} 

ol,
ul {
    padding-left: 0px;
    list-style-type: none;
}

a {
    color: #666666;
}

    a:hover {
        color: #3070cf;
        text-decoration: none;
    }

/*最小高度*/
.min-height-700 {
    min-height: 700px;
}


/*内间距*/

.pad-tb-15 {
    padding: 15px 0 !important;
}

.pad-l-0 {
    padding-left: 0 !important;
}

.pad-t-0 {
    padding-top: 0 !important;
}

.pad-t-20 {
    padding-top: 20 !important;
}

.pad-0 {
    padding: 0 !important;
}


/*外间距*/

.mar-l-10 {
    margin-left: 10px !important;
}

.mar-l-15 {
    margin-left: 15px !important;
}

.mar-l-20 {
    margin-left: 20px !important;
}

.mar-l-30 {
    margin-left: 30px !important;
}

.mar-r-5 {
    margin-right: 5px;
}

.mar-r-10 {
    margin-right: 10px !important;
}

.mar-r-20 {
    margin-right: 20px !important;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-0 {
    margin-top: 0px !important;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-20 {
    margin-top: 20px !important;
}

.mar-t-30 {
    margin-top: 30px !important;
}

.mar-b-0 {
    margin-bottom: 0px !important;
}

.mar-b-10 {
    margin-bottom: 10px !important;
}

.mar-b-20 {
    margin-bottom: 20px !important;
}


/*字颜色*/

.color-gray {
    color: #999999;
}

.color-bule {
    color: #4184e7 !important;
}

.color-oranger {
    color: #fb6041 !important;
}


/*字大小*/

.font-size-6 {
    font-size: 6px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}


/*表格内间距*/

.table td,
table th {
    padding: 12px 8px;
}

/*边框*/

/*底色*/

.back-wife {
    background: #FFFFFF;
}

.back-gray {
    background: #F1F1F1;
}

/*线*/

.bor-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/*竖线*/

.shu-line {
    font-weight: normal;
    color: #CCCCCC;
    font-size: 15px;
    margin-right: 3px;
}

/*-----------导航条-------------------*/

/*底色*/

.navbar-inverse {
    background: transparent;
    border-color: transparent;
}


/*高度*/

.navbar {
    position: relative;
    height: 60px;
    padding-bottom: 10px;
    border: 0;
    border-radius: 0;
}


/*logo*/

.navbar-brand {
    float: left;
    height: 60px;
    padding: 10px 45px 10px 0;
    font-size: 0px;
    line-height: 0px;
}


/* Search ---------------------------------------------------------------------------------------------------*/

.search-area-wrapper {
    position: relative;
    min-width: 1300px;
    min-height: 242px;
    height: auto !important;
    /*height: 280px;*/
    background: url("../images/cx-main-bg.jpg?rnd=1212") center center no-repeat;
    background-size: 100% 242px;
}

    .search-area-wrapper .search-area {
        /*padding: 40px 0 50px 0;*/
        /*margin-bottom: 20px;*/
        /*padding: 120px 0 0 0;*/
        position:absolute;
        top: 220px;
    }

.index-menu {
    height: 70px;
    width: 100%;
    /*padding-top: 10px;*/
    line-height: 90px;
}

h3.search-header {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-align: center;
}

p.search-tag-line {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

form.search-form {
    margin: 0 0 0 0;
    text-align: center;
}

    form.search-form .input-common,
    form.search-form input.search-term,
    form.search-form input.search-btn {
        display: inline-block;
        vertical-align: bottom;
        box-shadow: none;
        border-radius: 0;
        border: none;
    }

    form.search-form input.search-term {
        width: calc(100% - 140px);
        padding: 8px;
        margin-right: 10px;
        margin-bottom: 0;
        color: #858c91;
        font-size: 14px;
        line-height: 24px;
        border-bottom: 1px solid #849AC0;
        border-radius: 8px;
    } 

    form.search-form input.search-term.loading {
        background-image: url("../images/search-loader.gif");
        background-repeat: no-repeat;
        background-position: 98% 50%;
    }

    form.search-form input.search-btn {
        padding: 11px 30px 12px;
        font-size: 15px;
        line-height: 19px;
        font-weight: 600;
        color: #fff;
        background: #e4502a;
        border-radius: 6px;
    }

        form.search-form input.search-btn:hover {
            background: #f26945;
        }

    #search-error-container label {
        padding: 5px;
        color: #fff;
        font-size: 14px;
    }

    .lt-ie8 form.search-form input.search-btn {
        padding: 12px 0 13px 0;
    }


    /*--------------最新高度----------------*/

    .min-600 {
        min-height: 550px;
        height: auto !important;
        height: 550px;
    }


    /*--------------中间内容----------------*/

    .main-left {
        float: left;
        overflow: hidden;
        /*width: 870px;*/
        width: 1090px;
        height: auto;
        margin: 20px 20px 20px 20px;
        z-index: 999
    }


        /*.main-left img{
	display:block;
	width: 420px;
	padding: 2px;
	margin:10px;
	border: 1px solid #F1F1F1;
}*/

        .main-left h4 {
            padding-bottom: 10px;
            margin-bottom: 20px;
            font-size: 16px;
            border-bottom: 1px solid #F1F1F1;
        }

    .main-right {
        float: right;
        width: 220px;
        height: auto;
        padding: 0 15px 15px;
        /*	background: #f6f9fa;*/
        border: 1px solid #d7d9dc;
    }

        .main-right h4 {
            padding: 10px 0;
            margin-bottom: 15px !important;
            font-size: 16px;
            border-bottom: 1px solid #CCCCCC;
        }

        /*.main-right a {
	margin: 3px;
	font-size: 12px;
	color: #888888;
	background: #FFFFFF;
}*/
        .main-right a {
            display: inline-block;
            padding: 0 8px;
            margin: 0 10px 10px 0;
            white-space: nowrap;
            line-height: 28px;
            color: #265899;
            background: #cbdbfb;
            border: none;
            border-radius: 0;
        }

            .main-right a:hover {
                color: #5e5e5e;
                background: #e8e8e8;
            }


    /*-----------------列表----------------*/

    .problem li {
        padding: 15px 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        border-bottom: 1px solid #eee;
    }

    .problem .media-x {
        width: 80px;
        /*height: 80px;*/
        float: left;
        margin: 0 14px 0 8px;
        border: 1px solid #c4c4c4;
        color: #989898;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

        .problem .media-x .time-day {
            font: 22px/1.4 Arial, Helvetica, sans-serif;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .problem .media-x .time-year {
            font: 14px/2.0 Arial, Helvetica, sans-serif;
            margin: 0;
            padding: 0;
            text-align: center;
            text-transform: uppercase
        }

    .problem .media-body {
        overflow: hidden;
        margin: 0;
    }

        .problem .media-body h3 {
            margin: 5px 0 12px 6px;
            font-size: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .problem .media-body h3 a {
                color: #666;
                font-size: 16px;
                line-height: 100%;
            }


        /*.problem .media-body h3 a:hover{ color:#d80808;}*/

        .problem .media-body p {
            color: #999999;
            line-height: 22px;
            font-size: 14px;
        }

    .problem li:hover {
        background: #f0f0f0;
        border-color: #3378e4;
    }

        .problem li:hover .media-x {
            color: #fff;
            background: #3378e4;
            border-color: #3378e4;
        }

    /*.problem .media-body h3 a {
    color: #666666 !important;
}*/
    /*.problem li:hover .media-body */
    /*h3 a:link {
    color: #666666  ;
}*/
    /*.problem .media-body */
    /*h3 a:visited {
    color: #551A8B ;
}*/
    /*.problem li:hover .media-body*/
    /*h3 a:hover {
    color: #3378e4 ;
}*/

    首页列表
    .problem .media-body_index h3 a {
        color: #666666 !important;
    }

    .problem .media-body_index h3 a:link {
        color: #666666 !important;
    }
    /*.problem li:hover*/
    .problem .media-body_index h3 a:visited {
        color: #666666 !important;
    }
    /*.problem li:hover*/
    .problem .media-body_index h3 a:hover {
        color: #3378e4 !important;
    }

    .problem .ccxssl {
        height: 44px;
        padding: 0 6px;
        overflow: hidden;
        text-indent: 3px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    /*---------------------- 底部 -------------------------*/

    .footer {
        padding: 50px 0;
        color: #FFFFFF;
        letter-spacing: 1px;
        background: #3176e2;
        min-width: 1200px;
    }


    /*top*/

    .cd-top {
        overflow: hidden;
        display: inline-block;
        position: fixed;
        bottom: 40px;
        right: 10px;
        height: 40px;
        width: 40px;
        /* image replacement properties */
        text-indent: 100%;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(0, 0, 0, 0.4) url(../images/cd-top-arrow.svg) no-repeat center 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

        .cd-top:hover {
            background: rgba(0, 0, 0, 0.6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
        }

        .cd-top.cd-is-visible {
            /* the button becomes visible */
            visibility: visible;
            opacity: 1;
        }

        .cd-top.cd-fade-out {
            /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
            opacity: .5;
        }

    .no-touch .cd-top:hover {
        opacity: 1;
        background: #e86256;
    }

    @media only screen and (min-width: 768px) {
        .cd-top {
            right: 20px;
            bottom: 20px;
        }
    }

    @media only screen and (min-width: 1024px) {
        .cd-top {
            height: 40px;
            width: 40px;
            right: 30px;
            bottom: 30px;
        }
    }

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }

        .pagination > li {
            display: inline;
        }

            .pagination > li > a,
            .pagination > li > span {
                position: relative;
                float: left;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.42857143;
                color: #465ab3;
                text-decoration: none;
                background-color: #fff;
                border: 1px solid #ddd;
            }

            .pagination > li:first-child > a,
            .pagination > li:first-child > span {
                margin-left: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }

            .pagination > li:last-child > a,
            .pagination > li:last-child > span {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                z-index: 3;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd;
            }

        .pagination > .active > a,
        .pagination > .active > span,
        .pagination > .active > a:hover,
        .pagination > .active > span:hover,
        .pagination > .active > a:focus,
        .pagination > .active > span:focus {
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #465ab3;
            border-color: #465ab3;
        }

        .pagination > .disabled > span,
        .pagination > .disabled > span:hover,
        .pagination > .disabled > span:focus,
        .pagination > .disabled > a,
        .pagination > .disabled > a:hover,
        .pagination > .disabled > a:focus {
            color: #777;
            cursor: not-allowed;
            background-color: #fff;
            border-color: #ddd;
        }

    .pagination-lg > li > a,
    .pagination-lg > li > span {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    /*首页右上角类别*/
.cxwd-main-menu{
    width: 1260px;
    margin: 0 auto;
}

.top-menu-container {
    justify-content: space-around;
}
.top-menu-logo{
    width: 150px; 
    line-height: 90px;
}
.top-menu-com {
    width: 260px;
    font-size: 18px;
    font-family: 微软雅黑
}
.top-menu-com ul{}
.top-menu-com ul li {
    padding: 0px 5px;
    float: left;
}
.top-menu-list{
    width: 620px;
}
.right_top {
    width: 100%;
    /*position: absolute;*/
    /*top: 168px;*/
    left: 0px;
    height: 32px;
    /*line-height: 32px;*/
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: "思源黑体","Microsoft YaHei";
    font-weight: normal;
    /*min-width: 1200px;*/
}

    .right_top a {
        color: #000 !important;
        z-index: 99;
        text-decoration: none !important;
    }

        .right_top span {
            position: relative;
            height: 32px;
            line-height: 32px;
            margin-left: 19px;
            text-decoration: none;
            outline: none;
            display: inline-block;
            text-shadow: none;
            cursor: pointer;
        }

        .right_top ul {
            position: relative;
            height: 32px;
            line-height: 32px;
            text-decoration: none;
            outline: none;
            display: inline-block;
            margin-left: 19px;
            text-align: left;
            padding: 0px 15px;
        }

            .right_top ul li ul {
                margin-top: 6px;
                text-align: center;
                position: absolute;
                top: 28px;
                left: 6px;
                display: none;
            }

                .right_top ul li ul li {
                    float: none;
                }

                    .right_top ul li ul li a {
                        border-right: none;
                        background: #f5f5f5;
                        cursor: pointer;
                        text-decoration: none
                    }

            .right_top ul li:hover ul {
                display: block;
            }

        .right_top .a_selected {
            color: red
        }

        .right_top .mores {
            display: block;
            *display: inline;
            zoom: 1;
            vertical-align: top;
            height: 32px;
            line-height: 32px
        }

        .right_top .mores {
            width: 86px;
            height: 32px;
            line-height: 32px;
            color: white;
            background: #38f;
            background: #398bfb;
            font-size: 13px;
            text-align: center;
            overflow: hidden;
            border-bottom: 1px solid #398bfb;
            text-decoration: none
        }

    .bdpfmenu {
        top: 6px !important;
        font-size: 13px;
        font-family: "思源黑体","Microsoft YaHei";
        font-weight: 400;
        color: #42484E;
        background-color: #fff;
        left: -60px;
        min-width: 126px;
    }

    .bdpfmenu, .usermenu {
        /*border: 1px solid #d1d1d1;*/
        position: absolute;
        top: 0px;
        /*z-index: 302;*/
        box-shadow: 1px 1px 5px #d1d1d1;
        -webkit-box-shadow: 1px 1px 5px #d1d1d1;
        -moz-box-shadow: 1px 1px 5px #d1d1d1;
        -o-box-shadow: 1px 1px 5px #d1d1d1
    }

        .bdpfmenu a, .usermenu a, .bdpfmenu span {
            margin: 0px 10px;
            display: block;
            text-align: left;
            padding: 0 2px;
            line-height: 32px;
            text-decoration: none;
            border-bottom: 1px solid #D9D9D9;
            white-space: nowrap;
        }


            .bdpfmenu a:link, .bdpfmenu a:visited, #u .usermenu a:link, #u .usermenu a:visited {
                background: #fff;
                /*color: #333*/
            }

            .bdpfmenu a:hover, .bdpfmenu a:active, #u .usermenu a:hover, #u .usermenu a:active {
                background: none;
                text-decoration: none;
                color: red;
            }

    .bdnuarrow {
        width: 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        display: block;
        position: absolute;
        top: -10px;
        left: 60%;
        margin-left: 0px
    }

        .bdnuarrow em, .bdnuarrow i {
            width: 0;
            height: 0;
            font-size: 0;
            line-height: 0;
            display: block;
            position: absolute;
            border: 5px solid transparent;
            border-style: dashed dashed solid
        }

        .bdnuarrow em {
            border-bottom-color: #d8d8d8;
            top: -1px
        }

        .bdnuarrow i {
            border-bottom-color: #fff;
            top: 0
        }


    /**************QQ联系框**************/
    .contact_QQ {
        position: fixed;
        top: 290px;
        right: 10px;
        background-color: #fff;
        width: 184px;
        box-shadow: 1px 1px 10px 0px #E1E7F1;
        border-radius: 10px;
        font-family: '微软雅黑';
        z-index:99; 
    }
        .contact_QQ .qq-top-title img {
            width: 18px;
            height: 20px;
            padding-bottom:2px;
            margin:0 6px;
        }
.qq-slide-button {
    width: 12px !important;
    height: 18px !important;
    margin-left: 12px !important;
}
.contact_QQ .btn-qq-tips {
    background-color: #E4502A;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 4px;
}

        .contact_QQ .hs_4 {
            font-size: 15px;
            color: #fff;
            height: 26px;
            line-height: 26px;
            padding: 0px;
            /*padding-left: 10px;*/
            background-color: #E4502A;
            font-weight: 600;
            border-radius:6px;
        }

        .contact_QQ div {
            /*padding: 2px 10px;*/
            margin: 0px;
        }

            .contact_QQ div span {
                color: #000;
                padding-left: 6px;
            }

                .contact_QQ div span a {
                    color: #3378E4;
                    text-decoration: none
                }

                    .contact_QQ div span a:hover {
                        color: red;
                    }
.contact_QQ_fold {
    position: fixed;
    top: 290px;
    right: 2px;
    background-color: #E4502A;
    width: 36px;
    box-shadow: 1px 1px 10px 0px #E1E7F1;
    border-radius: 10px;
    font-family: '微软雅黑';
    z-index: 99;
    color: #fff;
    font-weight:800;

}
    .contact_QQ_fold img {
        width: 26px;
        height: 28px;
        margin-top: -26px;
        margin-left: 5px;
    }
    .contact_QQ_fold span {
        word-wrap: break-word;
        text-align: center;
        display: flex;
        -webkit-display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2px 10px;
        flex-direction: column;
        margin-top: -8px
    }