/*公共样式--开始*/
html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, textarea, th, ul,table,tr {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
}

body, button, input, select, textarea {
    font-family: '微软雅黑';
    font-size: 12px;
}

button, input, select, textarea {
    font-size: 100%;
}

input {
    padding: 0 5px;
}

textarea {
    padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-height: 100%;
}

a {
     text-decoration: none;
     color: #333333;
 }

a:hover ,a:focus,a:active {
    color: #058cff;
    text-decoration: none;
    cursor: pointer;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea, button {
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix,.col-container{
    zoom: 1;
}

.clearfix:after,.col-container:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right!important;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.borderRadius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
video{
    width:100%;
}
/*公共样式--结束*/

/* index start */
.top{
    background: #000066;
    height: 36px;
    line-height: 36px;
    color: #FFF;
}
.top_link{
    position: relative;
    color: #FFF !important;
    cursor: pointer;
    margin-right: 20px;
}
.phone_link{
    color: #FFF !important;
    text-align: center;
    width: 180px;
    position: absolute;
    top: 36px;
    right: 0px;
    display: none;
    background: url(../images/a352.png);
    padding: 0 15px 10px 15px;
}
.top_link:hover .phone_link{display: block;z-index: 999;}
.phone_link img{
    max-width: 70px;
    height: auto;
    border: none;
}
.header{
    /*background: #0060c2;*/
    background: url(../images/top_bg.jpg) no-repeat right top;
    background-size: 100% 100%;
    height: 120px;
    max-height: 120px;
    margin: 0 auto;
}
.header1{
    background: #0060c2;
    height: 80px;
    margin: 0 auto;
}
.left_logo{
    margin: 20px 0;
}
.right_logo{
   margin: 35px 0;
}
.dropdown-menu{
    opacity: 0.9;
    background-image: url(../images/nav_bg.png);
    border-bottom: 20px solid transparent ;
}
.main_content .title {
    padding: 0px 15px 0px 15px;
    height: 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.main_content .title .glyphicon{
    font-size: 20px;
    color: #0060c2;
    margin: auto 5px;
    top: 3px
}
.main_content .title a {
    float: right;
    font-size: 14px;
    font-weight: normal;
}
.content_list h2{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content_list p{
    color: #888;
    text-indent:2em;
    max-height: 40px;
    overflow: hidden;
}
.content_list ul li{
    line-height: 40px;
    font-size: 15px;
    border-bottom: #333 dashed 1px;
}
.content_list ul li span{
    float: right;
}
.content_list ul{
    margin-top: 10px;
}
#inner img{
    max-height: 300px;
    width: 100%;
}
.set_range{
    margin-top: 10px;
}
.module{
    padding: 10px;
    /*text-align: center;*/
}
.module ul{
    padding: 0 10px;
}
.module ul li {
    text-align: left;
    line-height: 30px;
    border-bottom: #ccc dotted 1px;
}
.module ul li a{

}
.module ul li span{
    float: right;
    font-size: 12px;
}
.module_header{
    font-size: 16px;
    line-height: 30px;
    border-bottom: 2px solid #969696;
    margin-bottom: 10px;
}
.module_img{
    margin: 0 auto;
}
.module h3{
    margin: 0 0 -2px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus,  .navbar-nav>li>a:active {
    background: rgb(0,96,193) !important;
    color: rgb(232,232,232) !important;
}
.navbar-nav>li:hover>a{
    background: rgb(0,96,193) !important;
    color: rgb(232,232,232) !important;
}
.carousel-fade .carousel-inner .item{
    transition-property: opacity;
}
.carousel-fade .item,
.carousel-fade.active.left,
.carousel-fade.active.right {
    opacity: 0;
}
.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade.prev.right {
    opacity: 1;
}
.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
/*.content_bg{*/
    /*background: url(../images/main3_bg.jpg);*/
    /*box-shadow:0 0 30px 10px rgba(255,255,255,.7) inset;*/
/*}*/
.inform_module h3{
    color: #ff6699;
    border-bottom: #ff6699 solid 2px;
}
.inform_module a span {
    color: #ff6699;
    line-height: 30px;
}
.solicitude_module h3{
    color: #00b050;
    border-bottom: #00b050 solid 2px;
}
.solicitude_module a span{
    color: #00b050;
    line-height: 30px;
}
.solicitude_module ul li a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.construct_module h3{
    color: #00b0f0;
    border-bottom: #00b0f0 solid 2px;
}
.construct_module a span{
    color: #00b0f0;
    line-height: 30px;
}
.inform_module img ,.solicitude_module img ,.construct_module img ,.video_module img{
    margin: 0 auto;
}
/*.inform_module,.solicitude_module ,.construct_module,.video_module , .school_module{*/
    /*text-align: center;*/
/*}*/
.video_module h3{
    color: #ff6699;
    border-bottom: #ff6699 solid 2px;
}
.video{

}
.school_module h3{
    color: #00b050;
    border-bottom: #00b050 solid 2px;
}
.school_module .sucaihuo img{
    width: auto;
    max-height: 223px;
}
.school_module .sucaihuo img{
    width: auto;
    max-height: 220px;
}
.footer{
    padding: 20px 0 10px 0;
    background-color: #0060c2;
}
.weixin{
    /*border-right: 1px solid rgba(255, 255, 255, 0.5);*/
}
.friendLink{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/*.weixin span{*/
    /*padding: 10px;*/
/*}*/
.weixin .two-bar {
    margin: 10px;
    /* margin: 0 auto; */
    /*max-height: 120px;*/
    max-width: 103px;
    display: inline-block !important;
}
.list{
    padding-top: 5px;
    color: #FFF;
}
.list h3{
    font-size: 1.17em;
    font-weight: bold;
}
.weixin-title{
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 5px;
}
.line{
    background: url(../images/footer_line.png) no-repeat;
    width: 100%;
    height: 1px;
    margin: 10px 0 5px 0;
}
.list ul li{
    line-height: 24px;
}
.list ul li a{
    color: #fff;
}
.list2{
    font-size: 12px;
    padding: 10px 0 0 20px;
    color: #FFF;
}
.list2 h3{
    font-size: 1em;
    font-weight: bold;
}
.list2 ul li{
    margin-right: 20px;
    float: left;
    line-height: 20px;
}
.list2 ul li a{
    font-size: 12px;
    color: #fff;
}
.list2 .list_img{
    max-height: 20px;
}
.bottom_con{
    color: #FFF;
    background-color: #000;
    height: 40px;
}
.bottom_con p{
    line-height: 40px;
}
.bottom_con a{
    color: #FFF;
}
.row_bg1{
    background: #f1f1f1;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}
#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1a1a1a;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}
.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}
.sidebar-nav li:before {
    background-color: #1c1c1c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}
.sidebar-nav li:first-child a {
    background-color: #1a1a1a;
    color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #402d5c;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #4c366d;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #583e7e;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #64468f;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #704fa0;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #7c5aae;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #8a6cb6;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #987dbf;
}
.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
}
.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav .dropdown-menu {
    background-color: #222222;
    background-image: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 5px;
    position: fixed;
    top: 20px;
    width: 28px;
    z-index: 999;
}
.hamburger:hover {
    outline: none;
}
.hamburger:focus {
    outline: none;
}
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}
.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}
.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open .hamb-middle {
    background-color: #ffffff;
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background-color: inherit;
    border-color: inherit;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
/* index end */

/* 子页面 样式 */
.content_bar{
    background: url(../images/content_bg.png) no-repeat;
    width: 100%;
    height: auto;
    padding: 40px 0 20px 0 ;
}
.content_nav{
    max-width: 145px;
    background: #eff4fb url(../images/line_short.png) no-repeat;
}
.content_nav img{
    padding-top: 14px;
}
.content_nav ul li a{
    display: block;
    height: 40px;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: rgb(0, 95, 175);
}
.content_top{
    height: 10px;
    background: url(../images/line_long.png);
}
.content_news{
    background: url(../images/color.png);
    padding: 20px;
    border-bottom: #2a3b43 solid 3px;
}
.content_news .news_add{
    border-bottom: #999 solid 1px;
    margin: 0 auto;
    line-height: 30px;
}
.news_list li{
    line-height: 40px;
    border-bottom: #999 dashed 1px;
}
.news_list li span {
    float: right;
}
.news_pages{
    text-align: center;
}
.content_news h2{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    margin: 10px 0 10px 0;
}
.content_news .info {
    background: #d7e4ee;
    height: auto;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: #999 dashed 1px;
}
.content_news .text{
    margin-top: 10px;
    font-size: 14px;
}
.content_news .text .text-image{
    margin: 0 auto;
    min-width: 90%;
}
.content_news .text .text-p{
    text-indent:2em;
}
.content_news .text p{
    line-height: 1.5em;
}
.content_lists{
    padding-left: 0px;
}
.module_header_main{
    margin: 20px 0 15px 0;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 2px solid #969696;
}
.module_header_main h2{
    display: inline-block;
    width: 160px;
    margin: 0 0 -2px 0;
    padding: 0 5px 0 15px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 800;
    color: #000a1f;
    border-bottom: 2px solid #002a84;
}
.module_header_main h2 span{
    top: 3px;
}
.module_header_main a{
    font-size: 14px;
    color: #666;
    float: right !important;
}

/*专题网站*/
.module_special{
    padding-bottom: 5px;
}
.module_header_special{
    margin: 10px 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 2px solid #969696;
}
.module_header_special h2{
    display: inline-block;
    width: 150px;
    margin: 0 0 -2px 0;
    padding: 0 5px 0 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #000a1f;
    border-bottom: 2px solid #002a84;
}
.module_header_special h2 span{
    top: 3px;
}
.module_header_special a{
    font-size: 14px;
    color: #666;
    float: right !important;
}
.test-box{
    margin-bottom: 10px;
    text-align: center;
    /*border: 1px solid #00b050;*/
}
.test-box img{
    margin: 0 auto;
    opacity:1;
filter(alpha=100);
}
.test-box img:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
}

/* 子页面 样式 */
@media (max-width:767px){
    .top{
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #FFF;
        overflow:hidden
    }
    .content_bg{
        background: none;
    }
    .row_bg2{
        background: #f1f1f1;
    }
    /*.content_bg_2{*/
        /*margin-top: 10px;*/
        /*background: url(../images/main3_bg.jpg);*/
        /*box-shadow:0 0 30px 10px rgba(255,255,255,.7) inset;*/
    /*}*/
    .bottom_con{
        height: 36px;
        font-size: 12px;
    }
    .bottom_con p{
        line-height: 36px;
    }
    .content_bar{
        padding: 20px 0;
    }
    .content_nav ul li a {
        display: block;
        height: 30px;
        margin-bottom: 2px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 30px;
        background: rgb(0, 95, 175);
    }
    .news_list li{
        line-height: 30px;
        white-space:nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .news_list li span {
        display: none;
    }
    .content_lists{
        padding-left: 15px;
    }
    .header{
        height: auto;
    }
    .left_logo{
        margin: 10px 30px;
    }
}
@media (max-width: 1200px) {
    .content_news .text img{
         width: 95% !important;
         height: auto !important;
     }
    .content_news .text .uploadFileBlock img {
        width: auto !important;
    }
}
@media (min-width:500px){
    .main_content{
        padding: 0px 15px 0 15px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .content_list ul{
        margin-top: 0px;
    }
    .content_list ul li{
        line-height: 38px;
        font-size: 14px;
        border-bottom: #333 dashed 1px;
    }
    .content_list ul li span{
        float: right;
    }
    .module ul{
        padding: 0 0;
    }
    .module ul li a{
        font-size: 12px;
        line-height: 30px;
    }
}
@media (min-width:830px) and (max-width:991px){
    .main_content .title {
        padding: 0px 15px 0px 15px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
    }
    .content_list h2{
        font-size: 1.3em;
        line-height: 50px;
    }
    .content_list ul{
        margin-top: 0px;
    }
    .content_list ul li{
        line-height: 35px;
        font-size: 14px;
        border-bottom: #333 dashed 1px;
    }
    .content_list ul li span{
        font-size: 12px;
        float: right;
    }
    .weixin .two-bar{
        /*margin: 0 auto;*/
        /*max-height: 180px;*/
        max-width: 103px;
    }
    .module ul{
        padding: 0 0;
    }
    .module ul li a{
        font-size: 12px;
        line-height: 28px;
    }
    .content_nav ul li a {
        display: block;
        height: 36px;
        margin-bottom: 3px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: center;
        line-height: 36px;
        background: rgb(0, 95, 175);
    }
    .news_list li{
        line-height: 36px;
    }
    .news_list li span {
        display: none;
    }
}
@media (min-width:680px) and (max-width:1199px){
	
    .module ul li span{
        display: none;
    }
}
@media (min-width:680px) and (max-width:829px){
    .content_list h2{
        font-size: 1.3em;
        line-height: 45px;
    }
    .content_list ul{
        margin-top: 0px;
    }
    .main_content .title {
        padding: 0px 15px 0px 15px;
        height: 30px;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }
    .content_list ul li{
        line-height: 30px;
        font-size: 14px;
        border-bottom: #333 dashed 1px;
    }
    .content_list ul li a{
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .content_list ul li span,.hidden-b{
        display:none!important
    }
    .weixin .two-bar{
        margin: 10px 5px;
        /*max-height: 180px;*/
    }
    .footer{
        padding: 10px  0;
    }
    .module ul{
        padding: 0 0;
    }
    .module ul li a{
        font-size: 12px;
        line-height: 26px;
    }
    .module ul li a{
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .inform_module h3 ,.solicitude_module h3 ,.construct_module h3 ,.video_module h3 , .school_module h3{
        font-size: 14px;
    }
    .content_nav ul li a {
        display: block;
        height: 30px;
        margin-bottom: 2px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-align: center;
        line-height: 30px;
        background: rgb(0, 95, 175);
    }
    .news_list li{
        line-height: 30px;
        white-space:nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .news_list li span {
        display: none;
    }
}
@media (max-width:679px){
    .content_list{
        padding-left: 0px;
    }
    .main_content .title {
        padding: 0px 15px 0px 15px;
        height: 24px;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }
    .content_list h2{
        font-size: 1.2em;
        line-height: 35px;
    }
    .content_list p{
        font-size: 12px;
        max-height: 32px;
        overflow: hidden;
    }
    .content_list ul{
        margin-top: 0px;
    }
    .content_list ul li{
        line-height: 30px;
        font-size: 12px;
        border-bottom: #333 dashed 1px;
    }
    .content_list ul li a{
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .content_list ul li span, .hidden-b{
        display:none!important
    }
    .footer{
        padding: 5px  0 10px 0;
    }
    .module ul{
        padding: 0 0;
    }
    .module ul li a{
        font-size: 12px;
        line-height: 24px;
    }
    .module ul li span{
        display: none;
    }
    .module ul li a{
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .inform_module h3 ,.solicitude_module h3 ,.construct_module h3 ,.video_module h3 , .school_module h3{
        font-size: 14px;
     }
    #inner img {
        height: 200px;
        width: 100%;
    }
}
@media (max-width:600px){
    .hidden-a{
        display:none!important
    }
}
@media (max-width:460px){
    .row_bg1{
        background: none;
    }
    .row_bg3{
        background: #f1f1f1;
    }
    .content_list p{
        display:none!important
    }

    .col-xxs{
        width: 100%;
    }
    .carousel-caption{
        display: block !important;
    }
    .content_list ul li a {
        display: inline-block;
    }

    .content_list ul li span,.hidden-a, .hidden-b {
        display: block!important;
    }
    .content_list ul li span{
        font-size:12px;
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.90);
        font-size:10.8px;
    }
    .content_list p {
        display: block!important;
    }
    .content_list ul li {
        line-height: 25px;
        font-size: 12px;
        border-bottom: #333 dashed 1px;
    }
    .content_list ul {
        margin-top: 10px;
    }
    .content_list {
        padding-left: 15px;
    }
    .module ul li a {
        display: inline-block;
    }
    .module ul li span {
        display: block;
    }
    .module ul li {
        line-height: 24px;
    }
    .module ul{
        margin-top: 8px;
    }
    .carousel-caption{
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width:365px){
    .content_list ul li span, .hidden-b {
        display: none!important;
    }
    .content_list ul li {
        padding-left: 5px;
        line-height: 26px;
        font-size: 12px;
        border-bottom: #333 dashed 1px;
    }
    .content_list ul li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .inform_module ul li span,.construct_module ul li span{
        display: none !important;
    }
}

.listsem{
    width: 100%;
    overflow: hidden;
    height: 220px;
    position: relative;
}
.listsem ul{
    height: 220px;
    padding: 0 0;
    white-space: nowrap;
    float: left;
}
:focus, a {
    outline: 0;
    text-decoration: none;
    color: #000;
}
.elip {
    position: absolute;
    bottom: 4px;
    color: #fff;
    /*width: 100%;*/
    text-align: center;
    height: 25px;
    line-height: 25px;
    left: 5px;
    right: 5px;
    background-image: url(./images/gg.png)\9;
    background-color: rgba(0,0,0,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.listsem li:hover img{
    transform: scale(1.3,1.3);
}
.listsem li:hover .elip{
    left: 0;
    right: 0;
    bottom: 0;
}
.listsem li{
    width: auto;
    height: 220px;
    position: relative;
    display: inline-block;
    margin: 0 5px 5px 0;
    overflow: hidden;
    border-bottom: none !important;
}
.listsem li img{
    width: auto;
    height: 220px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #cccccc;
    transition: width 0.6s;
    -moz-transition: transform 0.6s; /* Firefox 4 */
    -webkit-transition: transform 0.6s; /* Safari å’Œ Chrome */
    -o-transition: transform 0.6s; /* Opera */
}
@media (min-width:1920px){
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 100% !important;
        /*height: 500px !important;*/
    }
}
.float_box{
    position:absolute;
    left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,0)||0)-(parseInt(this.currentStyle.marginRight,0)||0));
    top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)))ï¿½ï¿½
}

.float_box .box_con{
    position:relative;
}
.box_con .top_title{
    clear:both;
    color:#ffffff;
    width:100px;
    height:30px;
    line-height:30px;
    font-size:12px;
    font-weight:500;
    /*padding-left:2px;*/
    position:relative;
    margin-bottom:5px;
}
.box_con .top_title .close_bt{
    clear:both;
    width:14px;
    height:14px;
    overflow:hidden;
    position:absolute;
    top:7px;
    right:4px;
    cursor:pointer;
}
.box_con .top_title .close_bt img{
    vertical-align: top;
}
.box_con .weixin{
    color: #fff;
    font-size: 12px;
    clear:both;
    width:100px;
    /*height:100px;*/
    padding: 5px 0;
    /*margin-bottom:5px;*/
    overflow:hidden;
    border-top: 1px solid #fff;
}
.box_con .weixin img{
    border: none;
}
.float_box_big{
    clear:both;
    padding: 5px 10px;
    height:300px;
    background:rgba(0, 42, 123, 0.8)!important;
    filter:Alpha(opacity=80);
    background:#234670;
    position:fixed;
    right:0;
    top:30%;
    z-index:99999999;
}
.float_box_sm {
    position:relative;
    display:none;
    clear:both;
    width:42px;
    height:103px;
    position:fixed;
    right:0;
    top:30%;
    z-index:99999999;
}
.float_box_sm>div{
    width: 40px;
    background: #000;
    padding: 10px;
    padding-top: 25px;
    color: #fff;
}
.float_box_sm .smopen {
    position:absolute;
    width:22px;
    height:18px;
    cursor:pointer;
    top:2px;
    left:8px;
}
.fon_14{
    font-size:12px;
    color: white;
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.fon_14 span{
    font-size: 12px;
    font-weight: 500;
}