body {
    font-family: Microsoft Yahei, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: rgb(51, 51, 51);
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow-x:hidden;
    min-width:1300px;
    /* overflow-x: auto; */
    background:#F5F5F5;
    padding-top: 110px;
}
ul li {
    list-style: none;

}
ul,ol{
    padding-left:0;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

ul li dl dt dd p{
    padding:0;
    margin:0;
}

::selection {
    background: #0aa284;
    color: white;
}

::-moz-selection {
    background: #0aa284;
    color: white;
}
.mainContainer{
    display:none;
}
.browserTip{
    display:none;
    text-align: center;
    font-size: 2rem;
    margin-top: 20%;
}
.browserTip>p{
    font-size: 16px;
}

.browserTip>p:first-child{
    font-size: 30px;
}


/**头部样式**/
.tab_head_content{
    background: #F7FAFF;
    border-bottom: 2px solid #E3E3E3;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
}
.navbar_tab_list{
    padding-left: 10%;
    /* min-width:1350px; */
    width:100%;
    display: flex;
    padding-top: 25px;
    padding-bottom:20px;
}
.navbar_logo_left{
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}
.navbar_logo_left img{
    height:65px;
}
.nav_tab_right{
    display:inline-block;
    float: right;
}
.nav_tab_right>div{
}
.navbar_contact_us{
    margin-bottom: 5px;
    text-align:right;
}
.navbar_contact_us>ul>li{
    display:inline-block;
    margin-left:5px;
    font-size:14px;
}
.navbar_contact_us>ul>li>i{
    width:20px;
    height:20px;
    display:inline-block;
    margin-right:3px;
    vertical-align: top;
    margin-top:2px;
}
.contact_phone{
  background:url('../img/system/icon_list.png') no-repeat 0 0;
}
.contact_mail{
    background:url('../img/system/icon_list.png') no-repeat -20px 0;
}
.contact_wechat{
    background:url('../img/system/icon_list.png') no-repeat -60px 0;
}
.navbar_contact_us>ul>li:hover{

}
.navbar_contact_us>ul>li:hover>a{
    color:#fdb04f;
}
.navbar_contact_us>ul>li>a{
    color:#8C8E8E;
    font-size:12px;
}
.tab_list>ul{
    display:inline-block;
    margin-right:50px;
}
.tab_list>ul>li{
    display:inline-block;
    margin-left:25px;
    font-size: 15px;
    position: relative;
}
.tab_list>ul>li:hover{
    cursor:pointer;
}
.tab_list>ul>li>i{
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: 0;
    top: 33px;
}
.tab_list>ul>li>a{
    color:#666;
}
.tab_list>ul>li.active>a,.tab_list>ul>li:hover>a,.tab_list>ul>li:focus>a{
    color: #fdb04f;
}
.tab_list>ul>li.active>i{
    border-color: #fdb04f;
}
.college_search{
    display:inline-block;
}
.college_search input{
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 10px;
    width: 180px;
    border-radius: 3px;
    opacity: 0.8;
    position: relative;
    top: -3px;
}
.college_search input:focus{
    outline: none;
}
.college_search i{
    position: absolute;
    top: 4px;
    right: 8px;
    color: #666;
    opacity: 0.9;
}
.college_search i:hover{
    cursor:pointer;
}
.college_search>div>div{
    position:relative;
}
.header_container{
    max-width: 80%;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 1200px;
}
.header_logo{
    width: 70px;
    position: relative;
    top: -25px;
    z-index: 9999;
    background: #f8f8f8;
}
.home_logo{

}
.home_logo:hover{
    cursor:pointer;
}
#mynavbar{
    height:55px !important;
}
.dropdown_head_div{
    border: none;
    background: transparent;
    box-shadow: none;
}
.navbar_header_default{
    min-width:1200px;
    height: 55px;
}
.navbar_header_default .navbar-nav > li > a{
    color: #333;
    font-size: 16px;
}

.navbar_header_default .navbar-nav > .active > a,.navbar_header_default .navbar-nav > li > a:hover, .navbar_header_default .navbar-nav > li > a:focus {
    color: #003B71;
    background-color: transparent;
}

.header_dropdown > li > a:hover, .header_dropdown > li > a:focus{
    background: #003B71;
    color: #fff;
}
.header_dropdown > li:first-child>a:hover:after,.header_dropdown > li:first-child>a:hover:after{
    border-bottom: 10px solid #003B71;
}
.navbar_header_default .navbar-nav > .open > a, .navbar_header_default .navbar-nav > .open > a:hover,
.navbar_header_default .navbar-nav > .open > a:focus {
    color: #003B71;
    background-color:transparent;
}

@media (min-width: 768px){
    .navbar-right .header_dropdown {
        left:0;
        min-width: 130px;
        top: 100%;
    }
}

/**鼠标悬停展示下拉框**/
#navbar_menu > li .dropdown-menu {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#navbar_menu > li:hover .dropdown-menu {
    display: block;
}

#navbar_menu{
    position: relative;
    top: -13px;
}
.searchFade{
    opacity:0;
    transition:opacity 0.5s;
}
.search_div{
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s;
    position: absolute;
    top: 45px;
    left: 0;
}
.search_all_content{
    max-width: 80%;
    min-width: 1200px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
}
.header_search{
    position: relative;
    display: inline-block;
    float: right;
    top: 20px;
}
.header_search>i{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #666;
    font-size: 14px;
}
.header_search>i:hover,.header_search>i:focus{
    color:#003B71;
    cursor: pointer;
}
.header_search>input{
    width: 180px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
}
.header_dropdown > li > a{
    font-size:16px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    text-align: center;
}
.navbar_bottom_default{
    /* background:#000;
    border-color:#000; */
    margin-bottom:0;
}
.bottom_content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.header_dropdown>li:first-child:before{
    position: absolute;
    top: -20px;
    left: 40%;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.header_dropdown>li:first-child>a:after{
    position: absolute;
    top: -19px;
    left: 40%;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.view_container{
    min-height:500px;
}
.bottom_left{
    float:left;
}
.bottom_right{
    float:right;
    padding-top:10px;
}
.bottom_left>ul{
    padding-left: 0;
    margin-bottom: 15px;
}
.bottom_left>ul>li{
    display:inline-block;
}
.bottom_left>ul>li>a{
    color:#9a9a9b;
    font-size: 14px;
}
.bottom_left>ul>li>a:hover,.bottom_left>ul>li>a:focus{
    color:#fff;
}
.bottom_left>p{
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
}
.bottom_left>h4{
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
}
.divider_line{
    display: inline-block;
    height: 15px;
    width: 1px;
    border-right: 1px solid #9a9a9b;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.bottom_right>ul>li{
    display: inline-block;
    text-align: center;
    position: relative;
}
.bottom_right>ul>li img{
    width:90px;
}
.bottom_right>ul>li span{
    font-size: 15px;
    font-weight: bold;
    color: #9a9a9b;
}

.bottom_right>ul>li:last-child{
    width: 120px;
}
/**关于我们**/
.my-content{
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    padding-top: 30px
}
.about_title{
    overflow:hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.about_title>span{
    color:#003B71;
    font-size:16px;
}
.about_title>ul{
    float: right;
    color: #666;
    font-size: 14px;
    position: relative;
    top: 5px;
}
.about_title>ul>li{
    display:inline-block;
    margin-right:5px;
}
.about_href{
    color: #333;
    cursor: pointer;
    text-decoration: underline;
    padding-left:3px;
    padding-right:3px;
}
.about_href:hover,.about_href:focus{
    color:#003B71;
    text-decoration:none;
}
.about_bottom{
    text-align: center;
    margin-bottom: 30px;
}
.about_bottom>img{
    width:740px;
}
.city_container{
    position:relative;
    padding-left:115px;
}

.city_container>span{
    display: inline-block;
    font-size: 16px;
    color: #003B71;
    position: absolute;
    left: 0;
    top: 4px;
    width: 100px;
}
.city_sort{
    padding-left:0;
}
/**社群组织不同tab，不同宽度**/
.city_branch{
    width: 100px;
}
.overseas_branch{
    width:125px;
}
.sociable_branch{
    width:195px;
}
.club_branch{
    width:180px;
}
.city_sort>li{
    display: inline-block;
    margin-right: 10px;
    background: #e9e9e9;
    color: #666;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 0;
    min-width: 100px;
    max-width: 195px;
}
.city_sort>li:hover,.city_sort>li:focus{
    cursor:pointer;
}
.city_sort>li.active{
    background:#fdb04f;
    color:#fff;
}
.red{
    color:#FF0000;
}
.search_result{
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}
.search_red{
    color:#FF0000;
}
.search_red:hover,.search_red:focus{
    text-decoration:underline;
    color:#FF0000;
}
.search_ul{
    padding: 10px;
    background: #F2F2F2;
    margin-bottom: 10px;
}
.search_ul>h4,.search_ul h4{
    font-weight: bold;
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_ul>h4:hover,.search_ul>h4:focus,.search_ul h4:hover,.search_ul h4:focus{
    text-decoration: underline;
    color: #003B71;
    cursor:pointer;
}
.search_desc{
    color: #827D7D;
    font-size: 14px;
}
.search_times{
    color: #bbbbbb;
    font-size: 14px;
    padding-top: 20px;
}
.search_times>span{
    font-size:12px;
    padding-left:10px;
}
.search_img>li{
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
.search_img>li>img{
    width:130px;
}
.search_img{
    padding-top:10px;
    margin-left: -5px;
    margin-right: -5px;
}
.search_content{
    margin-bottom:100px;
}
.page-tab>li{
    display:inline-block;
    margin-left:15px;
    font-size: 16px;
}
.page_div{
    overflow:hidden;
    padding-right: 30px;
}
.page-tab{
    float:right;
}
.page_previous,.page_next{

}
.page_previous>a,.page_next>a{
    background: #D9D9D9;
    color: #333;
    padding: 6px 15px;
}
.page_previous>a:hover,.page_previous>a:focus,.page_next>a:hover,.page_next>a:focus{
    background:#003B71;
    color:#fff;
}
.currentPage{
    border: 2px solid #ddd;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    margin-right: 3px;
}
.page-current>a{
   color:#333;
}
.searchUl{
    margin-bottom:30px;
}
.player_img{
    display: block;
    max-width: 100%;
    height: auto;
    width:100%;
}
.benefit_content{
    text-align:center;
    position:relative;
}
.img_cover{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    left: 0;
    top: 0;
    transition:1s;
}
.play_btn{
    position:absolute;
    width:100%;
    text-align:center;
    height:100%;
    z-index: 200;
    left:0;
    top:0;
}
.play_btn>span{
    background: rgba(0,0,0,0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    margin:0 auto;
    position: relative;
    top: 45%;
}
.play_btn>span>i{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 25px solid transparent;
    position: relative;
    top: 14px;
    left: 18px;
}
.benefit_video{
    position: relative;
    overflow: hidden;
}
.video_content{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    width: 80%;
    height: 100%;
    margin-left:10%;
}
.video_adverse{
    position:absolute;
    width:50%;
    height:50%;
    left:25%;
    top:25%;
    z-index:500;
    display:none;
}
.video_adverse>img{
    width:100%;
}
.video_close{
    position: absolute;
    right: 0;
    top: 0;
    z-index:9999;
}
.video_close .close{
    cursor: pointer;
    display: block;
    z-index: 9999;
    transition:opacity 1s;
    padding: 12px;
    opacity: 1;
}
.video_close .close svg{
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    transition: all .5s;
}
.video_close .close polyline{
    fill: none;
    stroke: #fff;
    stroke-width: 3px;
    stroke-linecap: square;
    stroke-dasharray: 30px;
    stroke-dashoffset: 60px;
    transition: all .5s linear;
}

.video_close .close:hover{
    opacity:1;
}
.video_close .close:hover polyline{
    stroke-dashoffset: 0px;
}
.adverse_close{
    position: absolute;
    right: -23px;
    top: -20px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
}
.adverse_close>i{
    color:#333;
    font-size:16px;
}
.adverse_close svg{
    width: 12px;
    height: 12px;
    vertical-align: bottom;
}
.adverse_close polyline{
    fill: none;
    stroke: #333;
    stroke-width: 2px;
    stroke-linecap: square;
}
.new_container {
    padding-top: 30px;
}
.news_carousel{
    width:100%;
}
.left_content .fa,.right_content .fa{
    font-size: 3rem;
    margin-top: 10px;
    position: absolute;
    top: 45%;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: transparent;
    opacity: 0;
}
.left_content .fa{
    left:20px;
}
.right_content .fa{
    right:20px;
}
.left_content.left,.right_content.right{
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
}
.left_content.left:hover,.right_content.right:hover{
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: 1;
}
.left_content:hover .fa,.right_content:hover .fa{
    background:transparent;
    opacity:1;
    transition:opacity 500ms;
}

.indicators_news li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999aa0;
    border: none;
    margin: 0;
}
.indicators_news .active{
    width: 8px;
    height: 8px;
    background: #fff;
}
@media screen and (min-width: 768px){
    .indicators_news{
        bottom: 5px;
        width: 100%;
        margin-left: 0;
        left: 0;
        text-align: right;
        padding-right: 20px;
    }
}
.caption_news{
    left: 0;
    text-align: left;
    bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (min-width: 768px){
    .caption_news {
        bottom: 10px;
        width: 100%;
        left: 0;
        margin-left: 0;
        text-align: right;
        padding-right: 20px;
    }
}
.part_carousel{
    margin-bottom:20px;
}
.news_ul{

}
.news_ul>li{
    margin-right: 12px;
    background: #b3b3b3;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    width: 80px;
    text-align: center;
    height: 34px;
    line-height: 34px;
}
.news_ul>li:hover,.news_ul>li:focus{
    cursor:pointer;
}
.news_ul>li.active{
    background:#003B71;
}
.newsUl>.search_ul{
    background:#fff;
    padding-left: 15px;
}
.newsUl .mySearchUl{
    background: #f2f2f2;
    padding-left: 10px;
    padding-right: 10px;
}
.mySearchImg li{
    width:138px;
    display: inline-block;
}
.mySearchUl h4{
    margin-top:0;
    margin-bottom: 5px;
}
.mySearchUl .search_times{
    padding-top: 10px;
    margin-bottom: 0;
}
.news_source{
    position:relative;
    overflow: hidden;
}

.img_lawn{
    width:100%;
}
.news_nowrap{
    min-width:1200px;
    margin:0 auto 30px;
    overflow:hidden;
}
@media screen and (min-width: 1200px){
    .news_nowrap{
        width:1200px;
    }
}
.news_left{
    padding-left: 0;
    padding-right: 15px;
    width: 900px;
    display: inline-block;
    float:left;
}
.news_right{
    padding-left:12px;
    display:inline-block;
    width:300px;
    float:left;
}
.news_notice{
    margin-bottom:20px;
    padding-left: 15px;
    padding-right: 0;
}
.notice_title{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: #e9e9e9;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.notice_more{
    color: #666;
    font-size: 12px;
    float: right;
    margin-right: 8px;
}
.newsPartNoPadding{
    padding-right:0;
    padding-left: 15px;
}
.notice_title>i{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/news/notice.png) no-repeat 0 0;
    margin-left: 5px;
    background-size: cover;
    vertical-align: middle;
}
.notice_more:hover,.notice_more:focus{
    text-decoration:underline;
    color:#666;
    cursor:pointer;
}
.news_forward{
    padding:10px 10px 0 5px;
    margin-bottom:50px;
}
.news_forward>li>p{
    font-size:13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_forward>li>p:hover,.news_forward>li>p:focus{
    text-decoration: underline;
    color: #003B71;
    cursor: pointer;
}
.news_forward>li>span{
    color:#bbbbbb;
    font-size: 12px;
}
.clock_times{
    font-size:14px;
    margin-right:10px;
}
.news_forward>li{
   margin-bottom:20px;
}
.newspaper_img{

}
.newspaper_img img{
    width:100%;
}
.notice_media{
    margin-bottom:20px;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        color: #ffffff;
        font-size: 12px;
        background: rgba(0,0,0,0.5);
        zoom: 1;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        text-align: left;
        left: 0;
        padding-left: 10px;
    }
}

.newspaper_ul{
    /*margin-bottom:50px;*/
}
.newspaper_ul>li{
    padding-left:160px;
    position:relative;
    margin-bottom:50px;
}
.newspaper_ul>li>img{
    position:absolute;
    left:0;
    top:0;
    width:130px;
}
.newspaper_ul>li>div{
    padding-top: 5px;
}
.newspaper_ul>li>div>a{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.newspaper_ul>li>div>a:hover,.newspaper_ul>li>div>a:focus{
    color:#003B71;
    text-decoration:underline;
    cursor:pointer;
}
.newspaper_times{
    padding-top: 15px;
    font-size: 13px;
}
.newspaper_desc{
    font-size: 14px;
    padding-top: 5px;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loaderMore{
    text-align: center;
    background: #f2f2f2;
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 50px;
}
.media_detail{
    margin-bottom:50px;
}
.media_detail>div:hover{
    cursor:pointer;
}
.media_detail>div>img{
    width:100%;
}
.media_detail>div>p{
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    min-height: 60px;
}
.media_detail>div>p>span{
    font-size:12px;
    float: right;
    color: #BFBFBF;
    padding-right: 10px;
}
#myModal{
    background:#000;
}
.blow_img img{
    /*min-width:500px;*/
    margin: 0 auto;
    background:#000;
}
.list_close{
    top:0;
    right: 8px;
    opacity:1;
}
.list_dialog{
    background:#000;
}
.list_content{
    background:#000;
}
.media_close{
    font-size:34px;
}
.media_close:hover,.media_close:focus{
    outline:none;
}
.college_cover{

}

.college_container {
    min-width: 1200px;
}
.college_title{
    font-size: 18px;
    background: #f2f2f2;
    color: #333;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px;
}
.college_title>span{
    display: inline-block;
    width: 120px;
    text-align: justify;
    text-align-last: justify;
}
.college_title>a{
    display: inline-block;
    width: 120px;
    text-align: justify;
    text-align-last: justify;
    color: #333;
}
.college_title>a:hover,.college_title>a:focus{
    cursor:pointer;
    text-decoration: underline;
}
.college_detail{
    width: 900px;
    margin: 0 auto;
}
.course_list{
    margin-bottom:50px;
}
.course_list>li{
    position: relative;
    min-height: 100px;
    padding: 10px 10px 15px 120px;
    background: #f2f2f2;
    margin-bottom: 20px;
    border-radius: 3px;
}
.course_list>li>img{
    position:absolute;
    top:0;
    left:0;
    width: 90px;
    margin: 10px;
}
.course_list>li>button{
    position: absolute;
    right: 50px;
    top: 38px;
    color: #C00000;
    border: 2px solid #C00000;
    background: transparent;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 5px;
}
.course_list>li>button:hover,.course_list>li>button:focus{
    cursor:pointer;
    outline:none;
}
.list_title{
    font-size: 17px;
    color: #C00000;
    padding-top: 8px;
}
.list_title:hover,.list_title:focus{
    cursor:pointer;
    text-decoration:underline;
}
.list_desc{
    font-size: 14px;
    color: #333;
    padding-top: 10px;
}
.list_desc>a{
    color:#333
}
.source_cover>img,.publish_cover>img,.media_cover>img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
}
/*---轮播图片样式--*/
.broadcast_container{
    padding-left: 0px;
    padding-right: 0px;
}
.broadcast_container>img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:0 auto;
}
#broadcast{
    width:100%;
    position: relative;
    overflow:hidden;
}
.slide_left{
    position:absolute;
    top:0;
    left:0;
    width:10%;
    height:100%;
    text-align:center;
    opacity:0;
    transition:opacity 0.5s;
    color:#fff;
}
.slide_left:hover,.slide_left:focus{
    opacity:1;
    transition:opacity 0.5s;
    color:#fff;
}
.slide_left>i{
    position:relative;
    top:50%;
    font-size:60px;
}
.slide_right{
    position:absolute;
    top:0;
    right:0;
    width:10%;
    height:100%;
    text-align:center;
    opacity:0;
    transition:opacity 0.5s;
    color:#fff;
}
.slide_right:hover,.slide_right:focus{
    opacity:1;
    transition:opacity 0.5s;
    color:#fff;
}
.slide_right>i{
    position:relative;
    top:50%;
    font-size:60px;
}
.big_img{
    height:100%;
    position: relative;
    left:0px;
}
.big_img>li{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.big_img>li:nth-child(n+2){
    opacity:0;
}
.img01{
    background-image:url('../img/home/big01.jpg');
}
.img02{
    background-image:url('../img/home/big02.jpg');
}
.img03{
    background-image:url('../img/home/big03.jpg');
}
.img04{
    background-image:url('../img/home/big04.jpg');
}

.img_tab{
    position: absolute;
    bottom:50px;
    left:50%;
}
.img_tab>li{
    display:inline-block;
    margin-right: 10px;
}
.img_tab>li:hover,.img_tab>li:focus{
    cursor:pointer;
}
.img_tab>li>i{
    display:inline-block;
    width: 8px;
    height: 8px;
    background:#fff;
    border-radius:50%;
}
.img_tab>li.active>i{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    position: relative;
    top: 2px;
}

.no-data{
    font-size: 16px;
    text-align: center;
    padding-top: 50px;
}
.chaper_content{
    min-height: 550px;
    width: 1200px;
    margin: 0 auto;
}
.chaper_city_content{
    width: 100%;
    margin: 0 auto;
    padding-left: 105px;
}
.chaper_city_content>div{
    width:740px;
    margin:0 auto;
}
.carousel_image >.item>img{
    width:100%;
    height:323px;

}
.home_container {
}
.media_title{
    white-space: normal;
    overflow: hidden;
}

/** 解决模态框点击抖动 **/
body.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll;
}
.news_content{
    border-radius: 3px;
}
.benefit_layout >img,.source_cover>img,.publish_cover>img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:0 auto;
}
.blow_img{
    position:relative;
    margin-bottom: 50px;
    text-align: center;
   /* overflow-y: scroll;*/
}
.switchImageSize{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    color: #fff;
    z-index:9999;
    background: #000;
    line-height: 50px;
}
.switchImageSize i{
    margin-right: 5px;
    font-size: 18px;
}
.switchImageSize span{
    opacity: 0.5;
    font-size:12px;
}
.switchImageSize span:first-child{
    margin-right: 15px;
}
.switchImageSize span:hover,.switchImageSize span:focus{
    cursor:pointer;
    opacity:0.9;
}
.navbar_media_bottom{
    z-index: 9999;
    background: #000;
    border: none;
}
.media_close {
    position: fixed;
    right: 40px;
}
.association_content{
   width:1200px;
    margin:0 auto;
    padding-top:30px;
}
.news_type_list>ul>li{
    display: inline-block;
    margin-right: 10px;
    padding: 9px 20px;
    position: relative;
    font-size: 13px;
}
.news_type_list>ul>li.active{
    background: #fdb04f;
    color:#fff;
    border-radius: 3px;
}

.news_type_list>ul>li.active:before{
    position: absolute;
    bottom: -16px;
    left: 40%;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #fdb04f;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.news_type_list{

}
.news_type_list>ul{
    background:#E9E9E9;
    width:100%;
    margin-bottom: 15px;
}
.dropdown_div{
    display:inline-block;
    position: relative;
}
.myDropdownMenu{
    min-width: 100px;
    border: none;
    margin-top: 0;
    padding-top: 10px;
    background: transparent;
    box-shadow: none;
}
.myDropdownMenu>li{
    background:#fff;
    box-shadow:0 6px 12px rgba(0, 0, 0, .175);
}
.myDropdownMenu>li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.myDropdownMenu>li:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.myDropdownMenu:hover{
    display:block;
}
.association:hover>.myDropdownMenu{
    display:block;
}
.myDropdownMenu > li > a{
    padding: 5px 20px;
}
.myDropdownMenu > .active > a, .myDropdownMenu > .active > a:hover, .myDropdownMenu > .active > a:focus{
    color:#fdb04f;
    background-color: #fff;
}
.myDropdownMenu > li > a:hover, .myDropdownMenu > li > a:focus{
    background:#fff;
    color: #fdb04f;
}
.open  .dropdown-menu {
    display: block;
}
.newsDetailContainer{
    width:1200px;
    margin:0 auto 30px;
    padding-top:30px;
    overflow: hidden;
}
.newsWellChosen{
    padding: 15px 25px 25px;
    width:335px;
    float:left;
    margin-right:30px;
    background: #fff;
    min-height: 300px;
}
.newsWellChosen>p{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}
.wellChosenUl>li{
    position: relative;
    padding-left: 90px;
    min-height: 63px;
    margin-bottom: 20px
}
.wellChosenUl>li>img{
    width: 82px;
    position: absolute;
    left: 0;
    top: 0;
}
.wellChosenUl>li>a{
    color: #222222;
    display: inline-block;
    width: 192px;
    font-weight: bold;
    font-size: 13px;
}
.wellChosenUl>li>a:hover,.wellChosenUl>li>a:focus{
    cursor:pointer;
    color:#fdb04f;
}
.newsDetailContent{
    float:left;
    width:835px;
    padding:30px 40px;
    background:#fff;
    min-height: 500px;
}
.newsDetailContent>p{
    color:#333;
    font-size:13px;
    padding-left:7px;
}
.newsDetailContent>p>a{
    color: #333;
    margin-right: 5px;
}
.newsDetailContent>p>span{
    margin-left:5px;
}
.newsDetailContent>p>a:hover,.newsDetailContent>p>a:focus{
    cursor:pointer;
    color:#fdb04f;
}
.iframeContent{
}
.collegeIntroduce{
    margin-bottom:50px;
    background: #fff;
    padding: 50px 0;
}
.collegeIntroduce>img{
    margin:0 auto;
}
.collegeBg{
    width: 100%;
    background: url(../img/college/collegeBgSmall.jpg) no-repeat top center;
    height: 320px;
    padding-top: 40px;
}
.collegeBg ul{
    width: 1200px;
    margin: 0px auto;
}
.collegeBg ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 5px;
    height: 152px;
    background: #fff;
}
.collegeBg ul li a:hover{
    cursor:default;
}
.collegeBg ul li a{
    border: 1px solid #c00000;
    display: block;
    padding: 30px 0;
    color: #333;
}

.collegeBg ul li a img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.collegeBg ul li a h3{
    width: 46%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}
.collegeBg ul li a:hover h3{
    border-top-color:#fff;
}
.collegeBg ul li a p{
    width: 50%;
    margin: 0 auto;
    height:40px;
    overflow:hidden;
}
.collegeBottom{
}
.newspaperContainer{
    width:1200px;
    margin:0 auto;
    padding-top:30px;
}
.loadMore{
    background: #e9e9e9;
    padding: 8px 0;
    text-align: center;
}
.loadMore:hover,.loadMore:focus{
    color:#fdb04f;
}
.myWechatDropdown{
    position:relative;
}
.myWechatDropdown>div{
    position:absolute;
    right:0;
    top:0;
    padding-top:25px;
    width:285px;
    height:165px;
    display:none;
    z-index:9999;
}
.myWechatDropdown>div>img{
    width:140px;
}

.myWechatDropdown:hover>div{
    display:block;
}
.myMediaContent{
    margin-bottom:30px;
}
.noMoreData{
    text-align:center;
}
.noMoreData>img{
width:120px;
}
.contactByQQ{
    position: fixed;
    top: 40%;
    height: 120px;
    width: 30px;
    right: 0;
    border-radius: 10px 0 0 10px;
    background-color: rgba(0,148,255,0.8);
    padding: 5px 0 5px 5px;
}
.contactByQQ img{
    width:20px;
}
.contactByQQ span{
    display: block;
    width: 20px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.loading{
    text-align:center;
}
.hideLoading{
    display:none;
}
.loading img{
    width:50px;
}
.loading  span{
    padding-left: 10px;
    color: #666;
}
.gatherImgContainer>img{
    max-width:100%;
    margin:0 auto;
}

img {
  image-rendering: pixelated;
  /* 或者尝试下面这个 */
  image-rendering: -webkit-optimize-contrast;
}