@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

body {
    line-height: 1;

}
@media (max-width: 980px) {
.mod-h1-l {
    width: 96%!important;
    height: 385px;
    float: left;
    margin-left: 2%;
 margin-right: 2%;
}
    .mod-h1-r {
    width: 32%;
    height: auto!important;
    float: right;
    margin-left: 2%;
    min-width: 880px;
float: left !important;
}
.news_title a {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 400px!important;
}
 .mod-h2-m {
    width: 30%;
    float: left;
    margin-left: 2%;
    min-width: 880px;
}
  .mod-h2-l {
    width: 30%;
    float: left;
    margin-left: 2%;
    min-width:880px;
}
}
@media (max-width: 780px) {
.mod-h1-l {
    width: 96%!important;
    height: 385px;
    float: left;
    margin-left: 2%;
 margin-right: 2%;
}
    .mod-h1-r {
    width: 32%;
    height: auto!important;
    float: right;
    margin-left: 2%;
    min-width: 680px;
float: left !important;
}
.news_title a {
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 400px!important;
}
 .mod-h2-m {
    width: 30%;
    float: left;
    margin-left: 2%;
    min-width: 680px;
}
  .mod-h2-l {
    width: 30%;
    float: left;
    margin-left: 2%;
    min-width:680px;
}
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *
    zoom: 1;
    font-size: 16px;
}

/**布局开始**/
body {
    background: #fdfdfd;
}

body, p {
    font: 13px/1 "微软雅黑";
    color: #313131;
}

a {
    color: #313131;
    text-decoration: none;
}

    a:hover {
        color: #820b0b;
        text-decoration: underline;
    }

.wrapper {
    width: 100%;
    margin: 0 auto;
}

    .wrapper .inner {
        width: 100%;
        margin: 0 auto;
        /* display: flex; */
    }
/**页面全局宽度**/

/**标题栏新闻窗口**/
.post {
}

    .post .tt {
        height: 40px;
        border-bottom: 2px solid #efe9da;
    }
        /**标题栏**/
        .post .tt .tit {
            display: inline-block;
            float: left;
            font-size: 18px;
            font-weight: bold;
            color: #820b0b;
        }
            /**标题字体**/
            .post .tt .tit .title {
                display: inline-block;
                height: 38px;
                line-height: 38px;
                padding-left: 0px;
                border-bottom: 6px solid #820b0b;
            }
        /**标题图标**/
        .post .tt .more_btn {
            display: inline-block;
            height: 38px;
            line-height: 38px;
            float: right;
            padding-left: 10px;
            background: url(images/delimiter.gif) left center no-repeat;
        }
            /**更多按钮**/
            .post .tt .more_btn a span {
                color: #7c888c;
            }

    .post .con {
        padding: 5px 0;
        margin: 0 auto;
    }

        .post .con .wp_article_list .list_item {
            border-bottom: 1px dashed #ccc;
        }
            /**新闻列表**/
            .post .con .wp_article_list .list_item .Article_Index {
                background: url(images/li.gif) no-repeat center;
            }
/**新闻列表图标**/

/**自定义新闻列表**/
.news_list {
}

    .news_list li.news {
        line-height: 40px;
        height: 40px;
        padding-left: 15px;
        background: url(../img/circle.png) no-repeat 0 50%;
    }
            /**标题图标**/
            .news_list li.news span.news_title {
            float: left;
        }

        .news_list li.news span.news_meta {
            float: right;
            font-size: 14px;
        }

        .news_list li.news span.news_meta1 {
            float: left;
            font-size: 14px;
            margin: 0px 6px;
            font-size: 12px;
            line-height: 27px;
            color: #8e8c8c;
        }

        .news_list li.news p {
            clear: both;
            line-height: 30px;
            color: #313131;
        }

            .news_list li.news p a {
                color: #313131;
            }

                .news_list li.news p a:hover {
                    color: #444;
                    text-decoration: underline;
                }


/**页头开始**/
#header {
}

    #header .inner {
        height: 123px;
        /*background: url(../img/head-bg.png) right top no-repeat;*/
    }

.head {
    width: 100%;
    height: 123px;
    background: url(images/logo1.png) left center no-repeat;
}
    /**页头部分**/
    .head .ss {
        position: relative;
        margin-right: 5%;
        width: 3%;
        height: 27px;
        float: right;
        margin-top: 60px;
    }

        .head .ss .keyword {
            position: absolute;
            width: 172px !important;
            height: 25px;
            padding: 0;
            border: 1px solid #820b0b;
            color: #4e4e4e;
            font-size: 12px;
            line-height: 25px;
            text-indent: 5px;
            border-right: none;
            background: none;
display:none;
        }

        .head .ss .search {
      position: absolute;
    background: url(../img/search.png);
    width: 34px;
    height: 30px;
    border: 0px;
    cursor: pointer;
    left: 22px;
    background-size: cover;
        }

.navbar {
   width: 42%;
   height: 45px;
   background: transparent;
   float: left;
   margin-top: 70px;
   margin-left:10%;
}
    /**导航区域背景**/
    .navbar .navbox {
        width: 100%;
        height: 45px;
        margin: 0 auto;
    }
        /**导航窗口大小及位置**/

        /**导航样式：后台绑定时也可以定义配置**/
        .navbar .navbox .wp_nav, .navbar .navbox .nav {
            height: 45px;
display:flex;
        }
            /**导航高度**/
            .navbar .navbox .wp_nav .nav-item {
             flex:1;
            }

            .navbar .navbox .wp_nav li.nav-item a {
                font-size: 18px;
                font-weight: normal;
                color: black;
            }
                /**导航字体样式 **/
                .navbar .navbox .wp_nav li.nav-item a span.item-name {
                    padding: 0;
                    height: 45px;
                    line-height: 45px;
                    font-weight: bold;
                    letter-spacing: 2px;
                }
            /**鼠标经过或当前选中时样式**/

            .navbar .navbox .wp_nav .nav-item:hover {
                background: #D70B3B;
                /*box-shadow: 0px 0px 3px 3px #eee;*/
            }

                .navbar .navbox .wp_nav .nav-item:hover a {
                    color: #fff;
                }

                .navbar .navbox .wp_nav .nav-item:hover .sub-nav a {
                    color: #fff;
                }

            .navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
            }
            /**导航栏目高度与边距**/
            .navbar .navbox .wp_nav .nav-item:hover .sub-nav {
                visibility: visible;
            }

            .navbar .navbox .wp_nav .sub-nav {
            }

                .navbar .navbox .wp_nav .sub-nav li {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                }

                    .navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
                        background: rgba(0,0,0,.5);
                        background: #444444;
                    }
                    /**子菜单背景**/
                    .navbar .navbox .wp_nav .sub-nav li.nav-item a {
                        font-size: 16px;
                        font-weight: normal;
                        text-align: center;
                        box-shadow: none;
                        border:none;
                        border-bottom: 1px solid #9a8d8d;
                    }
                        /**子菜单字体样式**/
                        .navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
                            background: #820b0b;
                            color: #fff;
                        }

                        .navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
                            padding: 0;
                            height: 40px;
                            line-height: 40px;
                        }
.downlink {
    opacity: 0
}

.nav-menu ul li:hover .downlink {
    color: #fff;
    opacity: 1
}
/**子菜单栏目高度与边距**/
#banner {
    position: relative;
}

.arrow-left {
    background: url(../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -36px;
    width: 17px;
    height: 30px;
}

.arrow-right {
    background: url(../img/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -36px;
    width: 17px;
    height: 30px;
}

/*.swiper-wrapper {
    height: auto !important
}
.swiper-slide{
    height: auto !important;
}*/

#banner .swiper-slide {
    position: relative
}

#banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 60px;
    left: 50%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: none;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: none;
}

.swiper-active-switch {
    background: #fff;
}
#banner .swiper-slide .content .txt p a {
    color: #000;
    font-size: 1.2em
}

#banner .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

#banner .bulletActive1 {
    background: #ff6a00 !important;
    opacity: 1 !important;
}
.swiper1{
    width:100%;
}
.swiper1 .swiper-slide .title {
    font-size: 18px;
    text-align: left;
    padding-left: 5px;
    line-height: 45px;
    background: #fff;
margin-top:-45px;
}
.swiper1 .swiper-slide .title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:white;
    font-size: 1.5rem;
    letter-spacing: 5px;
    font-weight: 600;
}
.swiper1 .swiper-slide img {
    width: 100%;
    height:100%;
}

.swiper1 .swiper-button-prev {
    left: 10px;
    width: 45px;
    height: 45px;
    outline: 0;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.swiper1 .swiper-button-next {
    right: 10px;
    width: 45px;
    height: 45px;
    outline: 0;
    background: url(../img/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

.swiper1 .swiper-button-prev:hover {
    background-position: 0 -47px
}

.swiper1 .swiper-button-next:hover {
    background-position: 0 -140px
}

.swiper1 .swiper-button-next:after, .swiper1 .swiper-button-prev:after {
    content: none
}

#jumbotran {
}

    #jumbotran .inner {
        margin-top: 3px;
    }

.jumbotran {
    width: 100%;
    height: 173px;
    background: url(../img/jumbotran.jpg) center center no-repeat;
}



/**主体开始**/
#container {
}

    #container .inner {
    }
/**首页三列布局**/
.mod-h1 {
    margin-top: 22px;
}

.mod-h1-l {
    width: 62%;
    height: 385px;
    float: left;
    margin-left: 2%;
}

.mod-h1-r {
    width: 32%;
    height: 309px;
    float: right;
    margin-right: 2%;
}

.mod-h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.mod-h2-l {
    width: 30%;
    float: left;
    margin-left: 2%;
}

.mod-h2-m {
    width: 30%;
    float: left;
    margin-left: 2%;
}

.mod-h2-r {
    width: 380px;
    float: right;
}

.mod-h3 {
}

.mod-h3-l {
    float: left;
    width: 500px;
    height: 263px;
}

.mod-h3-r {
    float: right;
    width: 478px;
    height: 263px;
}

.mod-h1-r .news_list_intro {
    height: 80px;
}

    .mod-h1-r .news_list_intro .news_title {
        height: 30px;
        text-align: center;
    }

        .mod-h1-r .news_list_intro .news_title span a {
            color: #6e0f6d;
            font-size: 16px;
            font-weight: bold;
            line-height: 21px;
        }

    .mod-h1-r .news_list_intro .news_intro {
        height: 50px;
    }

        .mod-h1-r .news_list_intro .news_intro span a {
            line-height: 22px;
        }

.mod-h3-r .post-7 .con {
    padding: 17px 0 0 0;
}

    .mod-h3-r .post-7 .con .news_list {
    }

        .mod-h3-r .post-7 .con .news_list .news {
            width: 100px;
            float: left;
            margin-left: 20px;
        }

        .mod-h3-r .post-7 .con .news_list .i1 {
            margin-left: 5px;
        }

.mod-h1-l .focus_swiper {
    width: 40%;
    margin-left: 0 !important;
    float: left;
}

.mod-h1-l-box .news_list {
    padding-left: 44% !important;
}

.focus_swiper .swiper-wrapper {
    height: 340px !important;
}

.focus_swiper .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    text-align: center;
}

.focus_swiper .swiper-pagination-bullet-active {
    background: #ff6a00 !important;
}

.focus_swiper .swiper-slide img {
    width: 100%;
}

.focus_swiper .swiper-slide .title {
    font-size: 16px;
    text-align: left;
    padding-left: 5px;
    line-height: 35px;
    background: #fff;
}

    .focus_swiper .swiper-slide .title a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



.focus_swiper .swiper-pagination {
    /*bottom: 55px !important;*/
    text-align: right;
    right: 20px;
    left: auto;
}

.focus_swiper img {
    width: 380px;
    height: 340px;
}
/*.swiper-container .swiper-arrow {
    display: none;
}*/

.swiper-container:hover .swiper-arrow {
    display: block;
}
#module .tit .iconfont, #bot .tit .iconfont, #container .iconfont {
    font-size: 18px;
    color:#820b0b;
    display: inherit !important;
    text-align: center;
}

#module .tit .title, #bot .tit .title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 0px;
}
/**列表页**/
.col_menu {
    width: 20%;
    float: left;
    /* flex: 1; */
}

    .col_menu .col_menu_head {
        height: 52px;
        border-bottom: 1px solid #ddc992;
    }
        /**位置栏目背景**/
        .col_menu .col_menu_head h3.col_name {
            font-size: 24px;
            font-weight: bold;
            color: black;
            text-align: center;
        }
            /**位置栏目字体**/
            .col_menu .col_menu_head h3.col_name .col_name_text {
                display: block;
                line-height: 52px;
                padding: 0;
            }
/**栏目名称图标**/
/**栏目列表*/
.col_list .wp_listcolumn {
    border: none;
    margin: 21px auto;
    width: 100%;
}

    .col_list .wp_listcolumn .wp_column a .column-name {
        padding: 0;
        line-height: 45px;
        font-weight: 400;
    }

    .col_list .wp_listcolumn .wp_column a {
        color: #000;
        border-bottom: 1px solid #d4d4d4;
        text-align: center;
        background: transparent;
        border-top: none;
        font-size: 18px;
    }
        /**一级子栏目**/
        .col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
            color: #fff;
            background: #D70B3B;
            border-bottom: 1px solid #D70B3B;
        }
            /**鼠标经过或选中一级子栏目**/
            .col_list .wp_listcolumn .wp_column a.selected span.column-name {
                color: #fff;
            }

    .col_list .wp_listcolumn .wp_subcolumn .wp_column a .column-name {
        padding-left: 20px;
    }

    .col_list .wp_listcolumn .wp_subcolumn .wp_column a {
        color: #5f5f5f;
        border-bottom: 1px solid #d4d4d4;
        font-weight: 300;
    }
        /**二级子栏目**/
        .col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
            color: #fff;
            background: #6e0f6d;
        }
            /**鼠标经过或选中二级子栏目**/
            .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
                color: #fff;
            }

    .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
        color: #5f5f5f;
        border-bottom: 1px solid #d4d4d4;
    }
        /**三级子栏目**/
        .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
            color: #fff;
            background: #6e0f6d;
        }
            /**鼠标经过或选中三级子栏目**/
            .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
                color: #fff;
            }

    .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
        background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
    }
        /**四级子栏目**/
        .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
            color: #000;
            background-image: url(images/icon_column_3_hover.gif);
        }
            /**鼠标经过或选中四级子栏目**/
            .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
                color: #fff;
            }

    .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
        background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #eee;
    }
        /**五级子栏目**/
        .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
            color: #000;
            background-image: url(images/icon_column_3_hover.gif);
        }
            /**鼠标经过或选中五级子栏目**/
            .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
                color: #fff;
            }

.col_news {
    width: 70%;
    margin-left: 5%;
    float: left;
    margin-bottom: 50px;
    min-height: 400px;
    /* flex: 3; */
}
/**栏目新闻**/
.col_news_head {
    height: 54px;
    border-bottom: 2px solid #efe9da;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 6px solid #820b0b;
}
    /**当前栏目**/
    .col_metas .col_title h2 {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        color: black;
        padding: 0;
        text-align: center;
    }
/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 54px;
    line-height: 54px;
}
/**当前位置**/

.col_news_con {
    margin-top: 17px;
}

.col_news_box {
    padding: 10px 0;
    margin: 0 7px;
}

.col_news_list {
}

    .col_news_list .wp_article_list .list_item {
        border: none;
        line-height: 30px;
        height: 30px;
        font-size: 16px;
    }
        /**栏目新闻列表**/
        .col_news_list .wp_article_list .list_item .Article_Index {
            background: url(images/0031.jpg) no-repeat;
        }
    /**栏目新闻图标序号**/
    .col_news_list .wp_entry, .col_news_list .wp_entry p {
        line-height: 1.6;
        font-size: 14px;
        color: #333;
    }

        .col_news_list .wp_entry p {
            margin-bottom: 6px;
        }

        .col_news_list .wp_entry img {
            max-width: 680px;
            _width: expression(this.width > 680 ? "680px" : this.width);
        }
/**列表页文章图片大小限制**/
.possplit {
    background-image: url(../img/possplit.png);
    width: 20px;
}
/**文章页**/
.infobox {
    margin: 0 auto;
}

    .infobox .info-position .col_path {
        margin-top: 20px;
        line-height: 20px;
        height: 20px;
    }

        .infobox .info-position .col_path span {
            color: #7f7f7f;
        }

        .infobox .info-position .col_path a {
            color: #7f7f7f;
        }

.article {
    margin: 20px 70px;
}

    .article h1.arti_title {
        line-height: 30px;
        font-family: "Microsoft YaHei";
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
        color: black;
        font-weight: bold;
    }
    /**文章标题**/
    .article .arti_metas {
        padding: 10px;
        text-align: center;
    }

        .article .arti_metas span {
            margin: 0 5px;
            font-size: 12px;
            color: #999;
        }
    /**文章其他属性**/
    .article .entry {
        margin: 45px auto 0;
        overflow: hidden;
    }
        /**文章内容**/
        .article .entry .read, .article .entry .read p {
            line-height: 1.75 !important;
            font-size: 15px !important;
            text-align: justify;
            font-family: "Microsoft yahei","Simsun" !important;
        }
            /**阅读字体**/
            .article .entry .read p {
                margin-bottom: 6px;
            }

            .article .entry .read img {
                max-width: 940px;
                _width: expression(this.width > 940 ? "940px" : this.width);
            }
/**文章阅读部分图片大小限制**/
#module .anniu {
    width: 100%;
    height: 210px;
    /*background: url(../img/middle-bg.png) #fffafa;*/
}

    #module .anniu a {
        float: left;
        width: 80px;
        height: 80px;
        display: block;
        margin-left: 3px;
        margin-top: 18px;
        text-decoration: none;
        border-radius: 10px;
        /* box-shadow: 1px 3px 4px 3px #e0e0e0; */
        border: 1px solid #afafaf;
        padding: 5px;
    }

        #module .anniu a span {
            font-size: 18px;
            margin-top: 5px;
            display: block;
            width: 100%;
            text-align: center;
            color: #807363;
            font-weight: bold;
        }

.tit {
    /* background: url(../img/titlebg2.png) no-repeat center; */
    text-align: center;
}

.anniu .tit span {
    font-size: 18px;
    font-weight: bold;
    color: #820b0b;
    text-align: center;
}

#module .iconfont {
    font-size: 45px;
    color: #807363;
    display: block;
    text-align: center;
}

#module .anniu a:hover {
    box-shadow: -1px -1px 4px 3px #e0e0e0;
}

    #module .anniu a:hover .iconfont {
        color: #820b0b;
    }

    #module .anniu a:hover span {
        color: #820b0b;
    }

.anniu .icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
}
/*bot布局开始*/
#bot {
}

    #bot .inner {
        height: 100%;
        padding-bottom: 40px;
        margin-top: 30px;
    }
    #bot li {
        float: left;
    }
    #bot a {
        display: block;
        margin-left: 40px;
        margin-top: 20px;
    }
/**页脚开始**/
#footer {background: #DDDDDD;bottom: 0px;/* position: fixed; */}
#footer .inner {padding:12px 0px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;padding:12px 0px;margin-top:10px;}
#footer .inner .foot-right{float:right;margin-top: 12px;}
#footer .inner p{font-size: 12px;line-height: 21px;font-weight:normal;text-align:left;color: #313131;}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{margin:0 auto;text-align:center;height:30px;line-height:20px;padding:30px;vertical-align:middle;}
#footer .inner .copyright p{text-align: center;font-size: 16px;}
#footer .inner .copyright a{color:#eee;}

span.Article_MicroImage img {
    border: 1px solid #ccc;
    padding: 5px;
}


    .news_title a {
        font-size: 17px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        width: 500px;
    }

#beginw8 span {
    display: inline-block;
    width: 136px;
    text-align: center;
}

.focus-title {
    line-height: 100px !important;
}

.focus-title-bg {
    background-color: none !important;
    opacity: 0 !important;
}

#wp_news_w6 a {
    font-size: 14px;
}

.wp_article_list .list_item .Article_Index {
    margin-top: 13px;
}

div#wp_nav_w2 {
    position: relative;
    width: 100%;
    z-index: 99999;
}

.logo {
    float: left;
    width: 40%;
    height: 123px;
    background: url(../img/logo.png) no-repeat;
    z-index: 999;
background-size: 100% 100%;
    /* margin-top: 26px; */
}

.listxxzl .wp_listcolumn li.wp_column.column-5 a {
    font-size: 18px;
    color: #6e0f6d;
}

    .listxxzl .wp_listcolumn li.wp_column.column-5 a:hover {
        color: #fff;
    }

.bot-bot {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.bot-botl {
    float: left;
    width: 49.5%;
    border-right: 1px solid #6e0f6d;
}

.post-50 .news_list li.news {
    float: left;
    width: 30%;
    margin-left: -20px;
    text-align: center;
    height: 100%;
}

    .post-50 .news_list li.news:first-child {
        margin-left: 40px;
    }

.bot-botr {
    float: right;
    width: 49.5%;
}

.post-51 .news_list li.news {
    float: left;
    width: 30%;
    margin-left: -20px;
    text-align: center;
    height: 100%;
}

    .post-51 .news_list li.news:first-child {
        margin-left: 40px;
    }

.post-50 .news_list li.news span.news_title {
    background: none;
    padding-left: 0;
    width: 100%;
}

.post-51 .news_list li.news span.news_title {
    background: none;
    padding-left: 0;
    width: 100%;
}
/*#footer{*/
/*    height:225px;*/
/*    overflow:hidden;*/
/*}*/
/*.foot {*/
/*    padding: 30px;*/
/*    margin: auto;*/
/*}*/

/*.foot_l {*/
/*    float: left;*/
/*    width: 500px;*/
/*    border-right: 1px solid #677688;*/
/*    padding-left: 70px;*/
/*    padding-top: 20px;*/
/*}*/

/*.foot_r {*/
/*    width: 530px;*/
/*    float:right;*/
/*}*/
/*        .foot_r ul li {*/
/*            width: 33.3%;*/
/*            float: left;*/
/*            text-align: center;*/
/*        }*/
/*            .foot_r ul li img {*/
/*                width: 120px;*/
/*            }*/
/*            .foot_r ul li .news_title {*/
/*                float: left;*/
/*                color: #fff;*/
/*                width: 100%;*/
/*                margin-top: 10px;*/
/*                font-size: 14px;*/
/*            }*/


@font-face {
    font-family: 'iconfont'; /* project id 1903366 */
    src: url('//at.alicdn.com/t/font_1903366_7lmza1kbk5.eot');
    src: url('//at.alicdn.com/t/font_1903366_7lmza1kbk5.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1903366_7lmza1kbk5.woff2') format('woff2'), url('//at.alicdn.com/t/font_1903366_7lmza1kbk5.woff') format('woff'), url('//at.alicdn.com/t/font_1903366_7lmza1kbk5.ttf') format('truetype'), url('//at.alicdn.com/t/font_1903366_7lmza1kbk5.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.bj1{

background: url(../img/qft.png) no-repeat;

height: 300px;

width: 100%;

background-size: 100% 100%;
}
.title1{background: url(../img/title-news.png) no-repeat;height: 40px;width: 175px;background-size: contain;}
.title2{background: url(../img/title-notices.png) no-repeat;height: 40px;width: 175px;background-size: contain;}
.title3{background: url(../img/title-students.png) no-repeat;height: 40px;width: 175px;background-size: contain;}
.title4{background: url(../img/title-jobs.png) no-repeat;height: 40px;width: 175px;background-size: contain;}