/* 
    Document   : simplenews
    Created on : 2013-9-18, 15:30:07
    Author     : cpzheng
    Description:
        Purpose of the stylesheet follows.
*/
.possplit {
    background-image: url(../img/posSplit.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}

/**更多：more**/
.more {
    text-align: right;
    margin-top: 3px;
}

    .more a.more-link {
        color: #525252;
    }

        .more a.more-link:hover {
            color: #000;
        }

.more-link .moretext {
    display: inline;
}

    .more-link .moretext img {
        vertical-align: bottom;
    }
/**文章列表:Table**/
.wp_article_list_table .list_item {
    line-height: 23px;
    color: #454545;
}

    .wp_article_list_table .list_item .count {
        width: 20px;
        overflow: hidden;
    }

        .wp_article_list_table .list_item .count .item_num {
            width: 15px;
            height: 23px;
            background: url(../img/wp_article_li_1.png) no-repeat 8px 10px;
            text-indent: -99em;
            overflow: hidden;
        }

    .wp_article_list_table .list_item .field {
        white-space: nowrap;
    }
/**文章列表:UL**/
.wp_article_list {
    display: block;
    width: 100%;
}

    .wp_article_list .list_item {
        width: 100%;
        height: 24px;
        line-height: 24px;
        border-bottom: 1px dashed #ccc;
        vertical-align: top;
    }

        .wp_article_list .list_item span {
            display: inline-block;
            vertical-align: top;
            float: left;
            margin-left: 5px;
        }

        .wp_article_list .list_item .pr_fields {
            display: inline;
            float: left;
        }

        .wp_article_list .list_item .Article_Index {
            display: inline-block;
            width: 10px;
            height: 16px;
            margin-top: 3px;
            color: #fff;
            font-size: 11px;
            float: left;
            margin-right: 5px;
            overflow: hidden;
            text-indent: -99em;
            background: url(../img/wp_article_li_1.png) no-repeat 50%;
        }

        .wp_article_list .list_item .Article_Title {
            float: left;
        }

        .wp_article_list .list_item .ex_fields {
            display: inline;
            float: right;
        }

        .wp_article_list .list_item .Article_PublishDate {
            color: #666;
        }

        .wp_article_list .list_item .Article_VisitCount {
            color: #999;
        }
/**子栏目文章列表**/
.wp_subcolumn_list {
    display: block;
    width: 100%;
}

    .wp_subcolumn_list .wp_sublist {
        margin-bottom: 20px;
    }

        .wp_subcolumn_list .wp_sublist .sublist_title {
            display: block;
            height: 32px;
            line-height: 32px;
            border-bottom: 2px solid #C00;
            margin-bottom: 10px;
        }

            .wp_subcolumn_list .wp_sublist .sublist_title a {
                display: inline-block;
                color: #393939;
                font-size: 14px;
                font-weight: bold;
            }

                .wp_subcolumn_list .wp_sublist .sublist_title a:hover {
                    color: #999;
                }

                .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {
                    cursor: pointer;
                }
                /**子栏目文章列表更多：more**/
                .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
                    color: #525252;
                    float: right;
                }

                    .wp_subcolumn_list .wp_sublist .sublist_title a.morelink:hover {
                        color: #000;
                    }

            .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {
                display: inline-block;
            }

                .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext img {
                    vertical-align: bottom;
                }

            .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
                margin-top: 11px;
            }


/***文章内容初始样式（包括之后文章页内容）***/
.wp_entry {
    width: 100%;
    line-height: 1.7em;
    font-size: 13px;
    color: #333;
    overflow: hidden;
}

    .wp_entry p {
        text-indent: 0em;
        margin-bottom: 5px;
    }

    .wp_entry a {
        color: #5A5A5A;
    }

        .wp_entry a:hover {
            text-decoration: underline;
            color: #E10000;
        }

    .wp_entry img {
        max-width: 640px;
        _width:: expression(this.width>640?"640px":this.width+"px");
    }

/***文章内容分页***/
.wp_single .single_paging {
    text-align: center;
}

    .wp_single .single_paging a.paging-nav {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        font-weight: bold;
        padding: 0 7px;
        font-size: 13px;
        cursor: pointer;
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 3px;
        overflow: hidden;
        vertical-align: bottom;
        margin: 0 2px;
        text-decoration: none;
    }

        .wp_single .single_paging a.paging-nav:hover {
            color: #fff;
            background: #999;
            border-color: #666;
        }

    .wp_single .single_paging a.current {
        background: #999;
        border-color: #666;
        color: #fff;
    }

/* 列表页－栏目列表 */
.wp_listcolumn {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

    .wp_listcolumn .wp_column {
        display: block;
        width: 100%;
        vertical-align: bottom;
    }

        .wp_listcolumn .wp_column a {
            display: block;
            width: 100%;
            color: #666;
            font-size: 15px;
            font-weight: bold;
            word-wrap: break-word;
            background: #f5f5f5 url(../img/wp_column_menu_li_1.gif) no-repeat 6px 12px;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #fff;
            text-align: left;
        }

            .wp_listcolumn .wp_column a:hover {
                color: #C00;
                background-color: #f9f9f9;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_column a.selected {
                color: #000;
                background-color: #e8e8e8;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_column a .column-name {
                display: inline-block;
                line-height: 22px;
                padding: 5px 10px 5px 20px;
                cursor: pointer;
            }
    /**二级栏目**/
    .wp_listcolumn .wp_subcolumn {
        border-top: 1px solid #fff;
    }

        .wp_listcolumn .wp_subcolumn .wp_column a {
            color: #555;
            font-size: 14px;
            border-bottom: 1px solid #aaa;
            border-top: none;
            background: #f1f1f1 url(../img/wp_column_menu_li_1.gif) no-repeat 16px 10px;
        }

            .wp_listcolumn .wp_subcolumn .wp_column a:hover {
                color: #C30;
                background-color: #f7f7f7;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_column a.selected {
                color: #000;
                background-color: #e8e8e8;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_column a .column-name {
                line-height: 20px;
                padding-left: 30px;
            }
        /**三级栏目**/
        .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
            color: #444;
            font-size: 13px;
            background: #e9e9e9 url(../img/wp_column_menu_li_1.gif) no-repeat 26px 9px;
            font-weight: normal;
        }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
                color: #C30;
                background-color: #f4f4f4;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
                color: #000;
                background-color: #e8e8e8;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
                line-height: 18px;
                padding-left: 40px;
            }
        /**四级栏目**/
        .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
            color: #333;
            font-size: 12px;
            background: #d9d9d9 url(../img/wp_column_menu_li_1.gif) no-repeat 36px 9px;
        }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
                color: #C30;
                background-color: #f4f4f4;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
                color: #000;
                background-color: #e8e8e8;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
                line-height: 16px;
                padding-left: 50px;
            }
        /**五级栏目及其子栏目**/
        .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
            color: #222;
            font-size: 12px;
            background: #c9c9c9 url(../img/wp_column_menu_li_1.gif) no-repeat 46px 8px;
        }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
                color: #C30;
                background-color: #f1f1f1;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
                color: #000;
                background-color: #e8e8e8;
                background-image: url(../img/wp_column_menu_li_2.gif);
            }

            .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
                line-height: 16px;
                padding-left: 60px;
            }

/**子栏目列表：横向**/
.wp_listcolumn_x {
    display: block;
    width: 100%;
}

    .wp_listcolumn_x:after {
        content: ".";
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .wp_listcolumn_x .wp_column {
        display: inline-block;
        float: left;
        vertical-align: bottom;
    }

        .wp_listcolumn_x .wp_column a {
            display: inline-block;
            color: #555;
            font-size: 15px;
            font-weight: bold;
            background: #ddd;
        }

            .wp_listcolumn_x .wp_column a:hover {
                color: #C00;
                background-color: #e8e8e8;
            }

            .wp_listcolumn_x .wp_column a.selected {
                color: #000;
                background-color: #f8f8f8;
            }

            .wp_listcolumn_x .wp_column a .column-name {
                display: inline-block;
                line-height: 30px;
                padding: 0 10px;
                cursor: pointer;
            }

/** 分页栏 **/
.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: right;
}

    .wp_paging input {
        font-size: 12px;
        *font-size: 100%;
    }

    .wp_paging li {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        float: left;
        margin-top: 5px;
    }

        .wp_paging li span, .wp_paging li a {
            display: inline-block;
            float: left;
            margin-left: 10px;
        }

        .wp_paging li em {
            font-style: normal;
        }

        .wp_paging li a {
            cursor: pointer;
            color: #666;
            line-height: 25px;
            height: 25px;
        }

            .wp_paging li a:hover {
                color: #000;
            }

            .wp_paging li a span {
                margin: 0;
            }

        .wp_paging li input {
            font-size: 12px;
            *font-size: 100%;
            width: 24px;
            height: 15px;
            line-height: 15px;
            border: 1px solid #d5d5d5;
            background: #fff;
            margin-top: 4px;
            text-align: center;
        }

            .wp_paging li input:focus {
                outline: none;
            }

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
}

    #wp_pager ul.pages li {
        float: left;
        margin: 0 3px 0 0;
        line-height: 32px;
        list-style: none;
        color: #333;
        border: 1px solid #dddddd;
        text-decoration: none;
        cursor: pointer;
    }

        #wp_pager ul.pages li:hover {
            background: #f2f8ff;
            border: 1px solid #999;
        }

        #wp_pager ul.pages li a {
            display: inline-block;
            line-height: 32px;
            padding: 0px 11px;
            color: #333;
        }

        #wp_pager ul.pages li.pgNext {
        }

        #wp_pager ul.pages li.pgEmpty {
            display: none;
        }

        #wp_pager ul.pages li a.pgCurrent {
            color: #222;
            font-weight: 700;
            border: none;
        }

/** 栏目图片列表 **/
.wp_listalbumn {
    width: 100%;
}

    .wp_listalbumn .albumn_info {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .wp_listalbumn .albumn_info a {
            display: inline-block;
            position: relative;
            margin: 0 auto;
            color: #333;
            text-decoration: none;
            font-size: 13px;
            font-family: 'Microsoft YaHei', Tahoma, Geneva, sans-serif;
        }

            .wp_listalbumn .albumn_info a:hover {
                color: #C30;
            }

        .wp_listalbumn .albumn_info .Article_MicroImage {
            display: block;
        }

        .wp_listalbumn .albumn_info .Article_Title {
            display: block;
            padding: 5px 0;
            margin: 0 auto;
            text-align: center;
            line-height: 1.7em;
        }

        .wp_listalbumn .albumn_info .albumn_mark {
            display: block;
            width: 100%;
            height: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            filter: alpha(opacity=70);
            opacity: 0.7;
            background-color: #000000;
            z-index: 0;
            overflow: hidden;
        }

/** 内容折叠 **/
.wp_contentfold {
    width: 100%;
}

    .wp_contentfold .title {
        background-position: 0% 0%;
        CURSOR: pointer;
        HEIGHT: 53px;
        WIDTH: 754px;
        PADDING-LEFT: 0px;
        LINE-HEIGHT: 25px;
        background-image: url('../img/titlegb.jpg');
        padding-top: 18px;
        background-repeat: no-repeat
    }

        .wp_contentfold .title p {
            line-height: 100%;
            margin-left: 20px;
            margin-top: 0;
            margin-bottom: 0
        }

            .wp_contentfold .title p font {
                color: rgb(255, 255, 255);
            }

    .wp_contentfold .content {
        HEIGHT: 100%;
        WIDTH: 749px;
    }

        .wp_contentfold .content div {
            padding-bottom: 20px;
        }

            .wp_contentfold .content div table {
                background-color: #F7F7F7;
            }

/** 搜索 **/
.wp_search {
}

    .wp_search .search {
        background: url(../img/btn_search.gif);
        width: 58px;
        height: 22px;
        border: 0px;
        cursor: pointer;
    }

    .wp_search .search_en {
        background: url(../img/btn_search_en.gif);
        width: 72px;
        height: 22px;
        border: 0px;
        cursor: pointer;
    }

    .wp_search .advanceSearch {
        background: url(../img/btn_advanceSearch.gif);
        width: 80px;
        height: 22px;
        border: 0px;
        cursor: pointer;
    }

    .wp_search .advanceSearch_en {
        background: url(../img/btn_advanceSearch_en.gif);
        width: 127px;
        height: 22px;
        border: 0px;
        cursor: pointer;
    }

    .wp_search .datepicker {
        cursor: pointer;
        background: url(../img/cal.gif) no-repeat;
        width: 16px;
        height: 14px;
        display: inline-block;
        border: 0px;
        margin-left: 1px;
    }

/** 统计排行 **/
.wp_ranking_list {
    display: block;
    width: 100%;
}

    .wp_ranking_list .list_item {
        width: 100%;
        height: 24px;
        line-height: 24px;
        border-bottom: 1px dashed #ccc;
        vertical-align: top;
    }

        .wp_ranking_list .list_item .pr_fields {
            display: inline;
            float: left;
        }

        .wp_ranking_list .list_item .count {
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            margin-top: 3px;
            background: #ddd;
            border: 1px solid #bbb;
            border-radius: 4px;
            color: #fff;
            font-size: 11px;
            float: left;
            margin-right: 5px;
        }

    .wp_ranking_list .i1 .count, .wp_ranking_list .i2 .count, .wp_ranking_list .i3 .count {
        background: #9C3;
        border: 1px solid #060;
    }

    .wp_ranking_list .list_item .title {
        float: left;
    }

    .wp_ranking_list .list_item .ex_fields {
        display: inline;
        float: right;
    }

    .wp_ranking_list .list_item .date {
        color: #666;
    }

    .wp_ranking_list .list_item .views {
        color: #999;
    }

/** before_login: 横向登录前 **/
.wp_login_x {
    width: 100%;
}

    .wp_login_x .login_input {
        display: inline-block;
        float: left;
        margin-right: 4px;
        height: 26px;
        line-height: 26px;
    }

        .wp_login_x .login_input label {
            float: left;
            display: inline-block;
            height: 26px;
            line-height: 24px;
            cursor: pointer;
        }

        .wp_login_x .login_input .input {
            float: left;
            display: block;
            width: 90px;
            border: 1px solid #ccc;
            background-color: #fff;
        }

    .wp_login_x .login_code .input {
        width: 54px;
    }

    .wp_login_x .login_code .verifycodeImg {
        display: inline-block;
        width: 60px;
        height: 20px;
        margin-top: 3px;
        margin-left: 5px;
    }

    .wp_login_x .login_input .input input {
        display: block;
        width: 96%;
        height: 14px;
        line-height: 14px;
        padding: 5px 2%;
        border: 0;
    }

    .wp_login_x .login_btn .button {
        display: block;
        float: left;
        width: 54px;
        height: 24px;
        background-color: #eee;
        border: 1px solid #ccc;
    }

        .wp_login_x .login_btn .button input {
            display: inline-block;
            width: 54px;
            height: 24px;
            border: none;
            background: none;
            color: #444;
            text-align: center;
            cursor: pointer;
        }

            .wp_login_x .login_btn .button input:hover {
                background-color: #e8e8e8;
                border-color: #d5d5d5;
                color: #333;
            }
    /** after_login: 横向登录后 **/
    .wp_login_x .login_info {
        display: inline-block;
        float: left;
        line-height: 24px;
        margin-right: 4px;
    }

    .wp_login_x .login_tool a {
        display: inline-block;
        padding: 0 7px;
        height: 22px;
        line-height: 22px;
        background-color: #eee;
        border: 1px solid #ccc;
        text-align: center;
        margin-left: 5px;
    }

        .wp_login_x .login_tool a:hover {
            background-color: #e8e8e8;
            border-color: #d5d5d5;
            color: #333;
        }

/** before_login: 纵向登录前 **/
.wp_login {
    width: 100%;
}

    .wp_login .login_input {
        width: 100%;
        height: 26px;
        line-height: 26px;
        margin-bottom: 8px;
    }

        .wp_login .login_input label {
            float: left;
            display: block;
            width: 60px;
            height: 26px;
            line-height: 24px;
            text-align: right;
            cursor: pointer;
        }

        .wp_login .login_input .input {
            float: left;
            display: block;
            width: 120px;
            border: 1px solid #ccc;
            background-color: #fff;
        }

    .wp_login .login_code .input {
        width: 54px;
    }

    .wp_login .login_code .verifycodeImg {
        display: inline-block;
        width: 60px;
        height: 20px;
        float: left;
        margin-top: 3px;
        margin-left: 5px;
    }

    .wp_login .login_input .input input {
        display: block;
        width: 96%;
        height: 14px;
        line-height: 14px;
        padding: 5px 2%;
        border: 0;
    }

    .wp_login .login_btn {
        width: auto;
        padding-left: 60px;
    }

        .wp_login .login_btn .button {
            display: block;
            float: left;
            width: 54px;
            height: 24px;
            background-color: #eee;
            border: 1px solid #ccc;
        }

            .wp_login .login_btn .button input {
                display: inline;
                width: 100%;
                height: 24px;
                border: none;
                background: none;
                color: #444;
                text-align: center;
                cursor: pointer;
            }

                .wp_login .login_btn .button input:hover {
                    background-color: #e8e8e8;
                    border-color: #d5d5d5;
                    color: #333;
                }
    /** after_login: 纵向登录后 **/
    .wp_login .login_info {
        line-height: 24px;
    }

        .wp_login .login_info .info_item {
            display: inline-block;
            width: 60px;
            text-align: right;
        }

    .wp_login .login_tool a {
        display: inline-block;
        padding: 0 7px;
        height: 22px;
        line-height: 22px;
        background-color: #eee;
        border: 1px solid #ccc;
        text-align: center;
        margin-left: 5px;
    }

        .wp_login .login_tool a:hover {
            background-color: #e8e8e8;
            border-color: #d5d5d5;
            color: #333;
        }

/**投票扩展样式**/
/** 图文调查列表 **/
.wp_listmiltivote {
    width: 100%;
    text-align: center;
    padding-top: 5px
}

    .wp_listmiltivote .miltivote_info {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .wp_listmiltivote .miltivote_info a {
            display: inline-block;
            position: relative;
            margin: 0 auto;
            color: #333;
            text-decoration: none;
            font-size: 13px;
            font-family: 'Microsoft YaHei', Tahoma, Geneva, sans-serif;
        }

            .wp_listmiltivote .miltivote_info a:hover {
                color: #C30;
            }

        .wp_listmiltivote .miltivote_info .Article_MicroImage {
            display: block;
        }

        .wp_listmiltivote .miltivote_info .Article_Title {
            display: block;
            padding: 5px 0;
            margin: 0 auto;
            text-align: center;
            line-height: 1.7em;
        }

        .wp_listmiltivote .miltivote_info .albumn_mark {
            display: block;
            width: 100%;
            height: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            filter: alpha(opacity=70);
            opacity: 0.7;
            background-color: #000000;
            z-index: 0;
            overflow: hidden;
        }

    .wp_listmiltivote .miltivote_ctl .wp_miltivote {
        height: auto;
        _display: inline-block;
        text-align: left;
        line-height: 13px;
        vertical-align: central;
    }

        .wp_listmiltivote .miltivote_ctl .wp_miltivote span {
            line-height: 1
        }

        .wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_button {
            cursor: pointer;
        }

        .wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_button_disabled {
            cursor: auto;
            color: #ccc;
        }

        .wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_count {
            font-size: 12px;
            color: #999;
        }

        .wp_listmiltivote .miltivote_ctl .wp_miltivote .vote_rate {
            font-size: 12px;
            color: #999;
        }

.wp_miltivote_submit {
    text-align: center;
    padding: 5px;
}

    .wp_miltivote_submit .vote_submit {
        cursor: pointer;
    }

    .wp_miltivote_submit .vote_submit_disabled {
        cursor: auto;
        color: #ccc;
    }

/**阅读状态**/
.wp_artReadStatus_unread {
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -99em;
    background: url(../img/wp_article_li_1.png) no-repeat 50%;
}


.wp_listcolumn_searchbartree {
    padding: 2px 0px;
}

    .wp_listcolumn_searchbartree .wp_listcolumn_treeKeyword {
        width: 130px;
        height: 22px;
        line-height: 225px;
        vertical-align: middle;
        padding-left: 3px;
    }

.wp_listcolumn_searchbttree {
    line-height: 23px;
    display: inline-block;
    padding: 0px 9px;
    background-color: #ecefec;
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

.wp_nav {
    display: block;
    margin: 0;
    padding: 0;
    display: block;
    *zoom: 1;
}

    .wp_nav * {
        margin: 0;
        padding: 0
    }

    .wp_nav:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .wp_nav .nav-item {
        display: inline-block;
        float: left;
        position: relative;
        vertical-align: bottom;
    }

    .wp_nav .on {
        z-index: 10;
    }

    .wp_nav .nav-item .mark {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .wp_nav .nav-item a {
        font-family: "Microsoft Yahei";
        display: block;
        text-align: center;
        position: relative;
        z-index: 100;
    }

        .wp_nav .nav-item a.parent:hover {
        }

        .wp_nav .nav-item a.parent {
            color: #000;
        }

        .wp_nav .nav-item a span.item-name {
            display: inline-block;
            padding: 5px 10px;
            line-height: 22px;
            cursor: pointer;
        }

    .wp_nav .sub-nav {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 200;
        visibility: hidden;
        border: 1px solid #ccc;
        border-top: none;
    }

        .wp_nav .sub-nav .nav-item {
            white-space: nowrap;
            border-bottom: 1px solid #ebebeb;
        }

            .wp_nav .sub-nav .nav-item:last-child {
                border-bottom: 0px solid #ebebeb;
            }
            /* .wp_nav .sub-nav .nav-item .mark { background:#fff;} */
            .wp_nav .sub-nav .nav-item a {
                font-family: "Microsoft Yahei";
                font-size: 13px;
                font-weight: normal;
                color: #000;
                text-align: left;
                border-top: 1px solid #D8E1CC;
                min-width: 80px;
            }

                .wp_nav .sub-nav .nav-item a.parent:hover {
                    background: #eee;
                    color: #000;
                }

                .wp_nav .sub-nav .nav-item a.parent {
                    background: #eee;
                    color: #000;
                }

                .wp_nav .sub-nav .nav-item a span.item-name {
                    padding: 5px 10px;
                    line-height: 22px;
                }

    .wp_nav .nav-item a.parent:hover span.item-name {
    }

    .wp_nav .nav-item a.parent span.item-name {
    }

    .wp_nav .sub-nav .nav-item a.parent:hover span.item-name {
    }

    .wp_nav .sub-nav .nav-item a.parent span.item-name {
    }

.bbit-dp {
    position: absolute;
    width: 175px;
    border: #718bb7 1px solid;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    font-size: 11px;
    font-family: tahoma,verdana,sans-serif;
    visibility: hidden;
    background: #fff;
    left: 0px;
    top: 0px;
}

    .bbit-dp em {
        font-style: normal;
        font-weight: normal;
    }

    .bbit-dp table {
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }

    .bbit-dp td th {
        margin: 0px;
    }

.bbit-dp-top-center {
    font: normal 11px tahoma,verdana,helvetica;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}

    .bbit-dp-top-center button {
        font-size: 13px;
        border: 0 none;
        padding-right: 10px;
        background: transparent url(../img/btn-arrow-light.gif) no-repeat top right;
        font: normal 11px tahoma,verdana,helvetica;
        padding-left: 3px;
        color: #fff;
        cursor: pointer;
        margin: 0;
        overflow: visible;
        width: auto;
        -moz-outline: 0 none;
        outline: 0 none;
    }

.ie .bbit-dp-top-center button {
}

.bbit-dp-top-right {
    height: 21px;
}

.bbit-dp .bbit-dp-top {
    background: url("../img/hd-sprite.gif") repeat-x 0px -83px;
}

.bbit-dp-top-right, .bbit-dp-top-left {
    width: 18px;
}

.bbit-dp-top-right {
    text-align: right;
}

    .bbit-dp-top-right a, .bbit-dp-top-left a {
        display: block;
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        -moz-opacity: 0.6;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .bbit-dp-top-right a:hover, .bbit-dp-top-left a:hover {
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
        }

.bbit-dp-top-left a {
    background: url(../img/left-btn.gif);
    MARGIN-LEFT: 2px
}

.bbit-dp-top-right a {
    background: url(../img/right-btn.gif);
    MARGIN-LEFT: 2px
}

.bbit-dp-inner th, .bbit-dp-inner td {
    border-collapse: separate;
}

.bbit-dp-inner th {
    width: 25px;
    background: #dfecfb url(../img/glass-bg.gif) repeat-x left top;
    text-align: right !important;
    border-bottom: 1px solid #a3bad9;
    color: #233d6d;
    cursor: default;
    padding: 0;
    border-collapse: separate;
}

    .bbit-dp-inner th span {
        display: block;
        padding: 2px;
        padding-right: 7px;
        font: normal 10px arial,helvetica,tahoma,sans-serif;
    }

.bbit-dp-inner td {
    border: 1px solid #fff;
    text-align: right;
    padding: 0;
    border-collapse: separate;
    color: Black;
}

.bbit-dp a {
    text-decoration: none;
    color: black;
    zoom: 1;
}

.bbit-dp-inner td a {
    font: normal 11px arial,helvetica,tahoma,sans-serif;
    padding: 2px 5px;
    display: block;
    text-align: right;
}

.bbit-dp-inner .bbit-dp-active {
    cursor: pointer;
    color: black;
}

.bbit-dp-inner .bbit-dp-selected a {
    background: #dfecfb url(_js/_portletPlugs/datepicker/images/default/shared/glass-bg.gif) repeat-x left top;
    border: 1px solid #8db2e3;
    padding: 1px 4px;
}

.bbit-dp-inner .bbit-dp-today a {
    border: 1px solid darkred;
    padding: 1px 4px;
}

.bbit-dp-inner .bbit-dp-selected span {
    font-weight: bold;
}

.bbit-dp-inner .bbit-dp-prevday a, .bbit-dp-inner .bbit-dp-nextday a {
    color: #aaa;
    text-decoration: none !important;
}

.bbit-dp-inner a:hover, .bbit-dp-inner bbit-dp-disabled a:hover {
    text-decoration: none !important;
    color: black;
    background: #ddecfe;
}

.bbit-dp-inner .bbit-dp-disabled a {
    cursor: default;
    background: #eee;
    color: #bbb;
}

.bbit-dp-bottom {
    padding: 2px;
    border-top: 1px solid #a3bad9;
    background: #dfecfb url(../img/glass-bg.gif) repeat-x left top;
}
/*.bbit-dp-bottom button {text-decoration:none;text-align:center;text-decoration:none!important;background:#083772;color:white;border:1px solid;border-color:#36c #005 #005 #36c;padding:1px 3px 1px;font:normal 11px arial,helvetica,tahoma,sans-serif;cursor:pointer;}*/
.bbit-dp-mp {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    display: none;
}

    .bbit-dp-mp td {
        padding: 2px;
        font: normal 11px arial,helvetica,tahoma,sans-serif;
    }

td.bbit-dp-mp-month, td.bbit-dp-mp-year, td.bbit-dp-mp-ybtn {
    border: 0 none;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

.bbit-dp-mp-ok {
    margin-right: 3px;
}

.bbit-dp-mp-btns button {
    text-decoration: none;
    text-align: center;
    text-decoration: none !important;
    background: #083772;
    color: white;
    border: 1px solid;
    border-color: #36c #005 #005 #36c;
    padding: 1px 3px 1px;
    font: normal 11px arial,helvetica,tahoma,sans-serif;
    cursor: pointer;
}

.bbit-dp-mp-btns {
    background: #dfecfb url(../img/glass-bg.gif) repeat-x left top;
}

    .bbit-dp-mp-btns td {
        border-top: 1px solid #c5d2df;
        text-align: center;
    }

td.bbit-dp-mp-month a, td.bbit-dp-mp-year a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
    text-align: center;
    color: #15428b;
}

    td.bbit-dp-mp-month a:hover, td.bbit-dp-mp-year a:hover {
        color: #15428b;
        text-decoration: none;
        cursor: pointer;
        background: #ddecfe;
    }

td.bbit-dp-mp-sel a {
    padding: 1px 3px;
    background: #dfecfb url(../img/glass-bg.gif) repeat-x left top;
    border: 1px solid #8db2e3;
}

.bbit-dp-mp-ybtn a {
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../img/tool-sprites.gif) no-repeat;
    display: block;
    margin: 0 auto;
}

    .bbit-dp-mp-ybtn a.bbit-dp-mp-next {
        background-position: 0 -120px;
    }

        .bbit-dp-mp-ybtn a.bbit-dp-mp-next:hover {
            background-position: -15px -120px;
        }

    .bbit-dp-mp-ybtn a.bbit-dp-mp-prev {
        background-position: 0 -105px;
    }

        .bbit-dp-mp-ybtn a.bbit-dp-mp-prev:hover {
            background-position: -15px -105px;
        }

.bbit-dp-mp-ybtn {
    text-align: center;
}

td.bbit-dp-mp-sep {
    border-right: 1px solid #c5d2df;
}


.bbit-dp-input {
    width: 100px;
    height: 18px;
    padding-left: 4px;
}
/*宽高*/
/*背景*/
/*边框*/
/*居中, 距离上边距, div居中*/
/*内行转块级*/
/*特殊a元素*/
/*字体相关*/
body,
html {
    width: 100%;
    height: 100%;
    /*G*/
    color: #333333;
    /*G*/
    font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}

a {
    text-decoration: none;
    /*G*/
    color: #333333;
    /*G*/
    font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
/*G*/
input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
/*G*/
input::-moz-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}
/*G*/
input::-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

body,
html,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
    border: none;
}

li {
    list-style-type: none;
}

.li-inlineblock,
.div-inlineblock,
.select-input {
    letter-spacing: -10px;
}

    .li-inlineblock > li,
    .div-inlineblock > div,
    .select-input > input {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
    }

.lf {
    float: left;
}

.rig {
    float: right;
}

.none {
    display: none;
}

.main,
.header,
.banner,
.section,
.footer {
    width: 100%;
}
/*G*/
/*全局居中，默认大小*/
.h-inner1,
.h-in2,
.nav-inner,
.f-top {
    margin: 0 auto;
    width: 1200px;
}
/** 头 部 ***********************************************************************/
/* h - 第一块*/
/* h - 第二块*/
.header {
    height: 160px;
    width: 100%;
    /* background: transparent url("../img/h1bg.png") no-repeat center center; */
    background: #2a1774;
    background-size: cover;
}

    .header .h-in2 {
        height: 110px;
    }
/*logo和搜索框*/
.logo img {
    height: 73px;
    margin-top: 0px;
}

.select {
    margin-top: 37px;
}

.select-input input {
    display: inline-block;
    outline: none;
    border: none;
    height: 36px;
    vertical-align: top;
}

.select-input .sinput {
    width: 165px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.select-input .sinputClick {
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: #ffffff url("../img/select.png") no-repeat center center;
}
/** 轮 播 图 ***********************************************************************/
.banner {
    height: 400px;
    width: 100%;
}

.tabBox {
    height: 400px;
    width: 100%;
    position: relative;
}

    .tabBox .bd ul {
        height: 400px;
        width: 100%;
        overflow: hidden;
    }

    .tabBox .bd li {
        height: 400px;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

        .tabBox .bd li a {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            height: 100%;
            position: relative;
        }

    .tabBox .bd img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
    }

    .tabBox .hd ul {
        height: 12px;
        width: auto;
        position: absolute;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        bottom: 30px;
    }

        .tabBox .hd ul li {
            cursor: pointer;
            margin: 0 10px;
            width: 6px;
            height: 6px;
            background-color: #ffffff;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .tabBox .hd ul .on {
            background-color: #2a1774;
            -webkit-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
            position: relative;
        }

            .tabBox .hd ul .on:before {
                position: absolute;
                content: '';
                width: 12px;
                height: 12px;
                top: -3px;
                left: -3px;
                z-index: 0;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                background: rgba(159, 79, 41, 0.7);
            }


.xgjj {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 600px;
    background: rgba(159, 27, 41, 0.75);
    text-align: center;
    -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
    -ms-transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
    transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
    overflow: hidden;
}

    .xgjj a {
        display: inline-block;
        height: 60px;
        width: 100%;
        vertical-align: top;
        line-height: 60px;
        color: #ffffff;
        font-size: 26px;
        font-weight: bold;
    }

    .xgjj .xgjjCon a:hover {
        color: #eaaf26;
    }

    .xgjj i {
        padding: 0 22px;
        background: transparent url("../img/arrow2.png") no-repeat center center;
    }

.xgjjCon {
    text-align: left;
    line-height: 30px;
    color: #ffffff;
    padding: 20px 0 0 0;
}

    .xgjjCon a {
        color: #ffffff;
        height: 40px;
        line-height: 38px;
        font-weight: bold;
        font-size: 20px;
    }

.xgjjtime {
    padding: 12px 0px;
}

.xgjjCon p {
    font-size: 16px;
    color: #becdc7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
}

.xgjj:hover {
    height: 300px;
}

    .xgjj:hover > a {
        border-bottom: 1px solid #719f89;
    }

    .xgjj:hover i {
        background: transparent url("../img/arrow3.png") no-repeat center center;
    }
/*导航*/
.nav {
    background: #ebf6f9;
}

    .nav > div {
        width: 1250px;
    }

.wp_nav > li {
    text-align: center;
    position: relative;
    width: 16.11111111%;
    /*width: 8.33333333%;*/
    height: 50px;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

    .wp_nav > li > a {
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: top;
        line-height: 50px;
    }

    .wp_nav > li:hover {
        background-color: #2a1774;
    }

        .wp_nav > li:hover a {
            color: #FFFFFF !important;
        }

.wp_nav .nav-item a {
    font-weight: bold;
    font-size: 17px;
}
/*下拉菜单*/
.sub-nav {
    position: absolute;
    z-index: 3;
    width: 100% !important;
    border: none !important;
}

    .sub-nav li {
        overflow: hidden;
        word-wrap: nowrap;
    }

.wp_nav .sub-nav .nav-item a {
    text-align: center;
    border: none;
    background: rgba(159, 27, 41, 0.8);
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    -webkit-transition: background-color .4s linear;
    transition: background-color .4s linear;
    color: #FFFFFF;
}

    .wp_nav .sub-nav .nav-item a:hover {
        background-color: #ebebeb;
        color: #2a1774 !important;
    }
/** 尾 部 ***********************************************************************/
.footer {
    background-color: #2a1774;
}

.f-top {
    line-height: 30px;
    color: #FFFFFF;
}

    .f-top a {
        color: #FFFFFF;
    }

    .f-top .ft1 {
        height: 100%;
        width: 33.33333333%;
        padding: 25px 0;
        text-align: left;
    }

        .f-top .ft1 ul li {
            line-height: 34px;
        }

        .f-top .ft1 img {
            width: 50%;
            padding-top: 5px;
        }

    .f-top .ft2 {
        height: 100%;
        width: 66.66666667%;
        padding: 5px 0;
        line-height: 30px;
    }

        .f-top .ft2 h3 {
            font-size: 18px;
            line-height: 40px;
        }

        .f-top .ft2 .ft2con1 {
            /* margin-left: 130px; */
            height: 100%;
            /* width: 30%; */
            float: right;
        }

            .f-top .ft2 .ft2con1 li {
                height: 100%;
                /* width: 50%; */
                margin-top: 15px;
            }

        .f-top .ft2 a:hover {
            color: #b4b4b4;
        }

.f-bottom {
    background-color: #ffffff;
    color: #808080;
    text-align: center;
    line-height: 14px;
    padding: 10px 0;
}

    .f-bottom a:hover {
        color: #222222;
    }
/***********************    响应式   **********************/
/*G电脑屏幕*/
@media screen and (max-width: 1200px) {
    .main,
    .header,
    .banner,
    .section,
    .footer {
        width: 1200px;
        margin: 0 auto;
    }
}
/*G平板屏幕*/
/*G手机屏幕*/
/*宽高*/
/*背景*/
/*边框*/
/*居中, 距离上边距, div居中*/
/*内行转块级*/
/*特殊a元素*/
/*字体相关*/
/*主体部分*/
.item16Con p,
.item16Con h3,
.s3Ul li a {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.section a:hover {
    color: #2a1774;
}

.s-heading {
    width: 100%;
    height: 5em;
    color: #999999;
}

    .s-heading .sh-hl {
        font-weight: normal;
    }

.sh-cp > h2:not(:nth-child(2n)) {
    cursor: pointer;
}

.sh-sc,
.sh-sc a {
    color: #2a1774 !important;
}

.s-heading h2,
.s-heading h2 a {
    font-weight: bold;
    font-size: 21px;
    line-height: 3.1em;
}

.s-heading a {
    line-height: 74px;
    color: #808080;
}

    .s-heading a:hover {
        color: #2a1774;
    }

.i5sh {
    text-align: center;
}

.s-item12bg,
.sitem34In,
.s-item5 {
    width: 1200px;
    margin: 0 auto;
}
/*模块一*/
.s-item12bg,
.sitem34bg {
    padding: 20px 0 20px 0;
}

.s-item5 {
    padding-bottom: 0px;
}
/*模板16  w: 1200; n: 3; nw: 380; nh: 400px; r: 30; *************************************************/
/*G*/
/*G*/
/*G*/
/*G*/
/*MOVE*/
.item16 {
    width: 740px;
    margin: 0 auto;
    margin-right: 4.16666667%;
}

.item16Con > div {
    height: 380px;
    position: relative;
    width: 48.64864865%;
    background-color: #f5f5f5;
    padding-bottom: 0;
}

.item16Con > div,
.item16Con img {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .item16Con > div > div,
    .item16Con img {
        height: 204px;
        width: 100%;
        overflow: hidden;
    }

    .item16Con > div:first-child {
        margin-right: 1.66666667%;
    }

.item16Con img {
    height: 100%;
    width: 100%;
}

.item16Con h3 {
    padding: 33px 20px 12px 20px;
}

    .item16Con h3 a {
        font: normal 16px/25px "微软雅黑";
        color: #2a1774;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: top;
    }

.item16Con p {
    padding: 0 20px;
    line-height: 24px;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item16Con > div:hover a {
    color: #2a1774;
}

.item16Con > div:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.item16Con .item16Date {
    position: absolute;
    top: 186px;
    left: 20px;
    height: 36px;
    width: 120px;
    background-color: #2a1774;
    text-align: center;
    font-family: "Arial";
    color: #ffffff;
    line-height: 36px;
    z-index: 100;
}
/*模块二*/
.s-item1 {
    height: auto;
    width: 34.16666667%;
}

.sItem1Con > li:not(:last-child) {
    /* margin-bottom: 13.5px; */
    margin-bottom: 0px;
}


.sItem1Con .s1Time {
    text-align: center;
    height: 52px;
    width: 60px;
    /* border: 4px solid #abd5e1;*/
    position: relative;
    color: #2a1774;
    line-height: 26px;
}

.sItem1Con .s1Day {
    height: 50%;
    font-size: 16px;
    background: #2a1774;
    font-weight: normal;
    color: #ffffff;
    /*position: absolute;*/
    /*top: 9px;*/
    /*left: 9px;*/
}

.sItem1Con .s1Month {
    height: 50%;
    font-size: 13px;
    background: #fce6d5;
    font-weight: normal;
    color: #000000;
    /*position: absolute;*/
    /*top: 31px;*/
    /*left: 27px;*/
}

.sItem1Con .s1XLine {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 25px;*/
    /*height: 39.592px;
  width: 1px;
  background-color: #c6e2eb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);*/
}
.sItem1Con > li:first-child {
   display: flex;
   width: 104%;
}
.sItem1Con .s1Text {
    width: 80.146341%;
    /*width: 74.14634146%;*/
    padding: 7.5px 0;
    margin-left: 14px;
    border-bottom: 1px solid #ebebeb;
}

    .sItem1Con .s1Text a {
        height: 44px;
        line-height: 22px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 13px;
    }
/*模块三四*/
.sitem34bg {
    background-color: #f5f5f5;
}

.s-item3 {
    height: atuo;
    width: 61.66666667%;
    margin-right: 4.16666667%;
}

    .s-item3 .s3ConImg {
   /*     height: 270px;
        width: 48.64864865%;
        margin-right: 2.7027027%;*/
    }

    .s-item3 .s3UlOut {
        height: auto;
        width: 48.64864865%;
    }

    .s-item3 .s3Ul li {
        position: relative;
    }

        .s-item3 .s3Ul li a {
            display: inline-block;
            height: 100%;
            width: 100%;
            vertical-align: top;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-left: 14px;
            line-height: 17px;
            margin-bottom: 23px;
        }

        .s-item3 .s3Ul li:before {
          /*  position: absolute;
            content: '';
            height: 5px;
            width: 5px;
            background-color: #2a1774;
            top: 5px;*/
        }

        .s-item3 .s3Ul li:last-child {
           
/* text-align: right;*/
        }

        .s-item3 .s3Ul li:first-child a {
            /* color: #2a1774; */
        }

.s-item4 {
    height: atuo;
    width: 34.16666667%;
}

.s-itemI4Con {
    width: 100%;
    height: 260px;
    position: relative;
}

.s-itemI4Bd li,
.s-itemI4Bd li img {
    width: 100%;
    height: 260px;
}

.s-itemI4Text {
    position: absolute;
    top: 215px;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 100;
    text-align: left;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

    .s-itemI4Text a {
        line-height: 46px;
        font-size: 13px;
        color: #ffffff;
        /* font-weight: bold; */
        margin-left: 5px;
        overflow: hidden;
    }

        .s-itemI4Text a:hover {
            color: #2a1774;
        }

.s-itemI4Prev,
.s-itemI4Next {
    height: 50px;
    width: 28px;
    position: absolute;
    top: 110px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.s-itemI4Prev {
    left: 0;
    background: rgba(0, 0, 0, 0.4) url("../img/arrow.png") no-repeat 9px 21px;
}

.s-itemI4Next {
    right: 0;
    background: rgba(0, 0, 0, 0.4) url("../img/arrow.png") no-repeat -18px 21px;
}

    .s-itemI4Prev:hover,
    .s-itemI4Next:hover {
        background-color: #2a1774;
    }


/*模块五*/
 
/* 通知公告 */
.bjd{
    width: 1.6em;height: 1.6em;background: #2a1774;border-radius: 50%;margin-top: 0.8em;margin-right: 0.5em;text-align: center;
}
.tzd{
    margin-top: -1.7em;width: 1.3em; 
}
.xueyd{
    width: 0.95em; 
    margin-top: -1.7em;
}
.ssou{
    width: 1.5em;
}
.imgp1{
    width: 4em;
}
.imgh6{
    height: 4em;
}
.coloSec .s1Text a{
color: #7f7f7f;
}
.schoolXl{
    height: 3.4em !important;
    margin-left: 1em;
    margin-top: 0.95em !important;  
}
/*模块五*/
.s5Con li {
    height: 9.5em;
    width: 16.58333333%;
    border-bottom: 1px solid #e6e6e6;
}

    .s5Con li:not(:last-child) {
        border-right: 1px solid #e6e6e6;
    }

.s5Con p {
    text-align: center;
}

    .s5Con p a {
        line-height: 21px;
        font-size: 15px;
        display: inline-block;
        width: 60%;
    }

.s5Con .s5Icon {
    margin-top: 12px;
    height: 5em;
    width: 100%;
    /* background: url("../images/icon2.png") no-repeat center 5px; */
}

    .s5Con .s5Icon a {
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }

.s5Con li:nth-child(2) .s5Icon {
    background-position: center -73px;
}

.s5Con li:nth-child(3) .s5Icon {
    background-position: center -171px;
}

.s5Con li:nth-child(4) .s5Icon {
    background-position: center -269px;
}

.s5Con li:nth-child(5) .s5Icon {
    background-position: center -392px;
}

.s5Con li:nth-child(6) .s5Icon {
    background-position: center -519px;
}

.s5Con li:nth-child(1):hover .s5Icon {
    background-position: center -643px;
}

.s5Con li:nth-child(2):hover .s5Icon {
    background-position: center -761px;
}

.s5Con li:nth-child(3):hover .s5Icon {
    background-position: center -888px;
}

.s5Con li:nth-child(4):hover .s5Icon {
    background-position: center -1014px;
}

.s5Con li:nth-child(5):hover .s5Icon {
    background-position: center -1148px;
}

.s5Con li:nth-child(6):hover .s5Icon {
    background-position: center -1257px;
}



/* .ewm {
  width: 330px;
  float: right;
}
.ewm li {
  float: right;
  background: url(../img/ewmbg.png) left top no-repeat;
  width: 149px;
  margin-left: 15px;
  display: block;
  text-align: center;
  padding-top: 15px;
  overflow: hidden;
} */
