/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
  	color: #be1e1e;
    /*color: #016349;*/
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 205px;
    /* background: #016349 url(../images/top_bg.jpg) no-repeat; */
    background-color: #be1e1e;
}
.header-bg{
    height: 145px;
    line-height: 145px;
    position: relative;
}
.header-bg .logo{
    margin-right: 100px;
}
.top{
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    line-height: 36px;
}
.top a{
    color: #fff;
}
.top span{
    color: #fff;
    padding: 0 10px;
}
.top p{
    padding: 0 20px;
    margin-right: 45px;
    /* background: #0B9673; */
    background: #950808;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.top .rt{
    width: 42px;
    height: 36px;
    background: url(/r/cms/www/default/images/search1.png) no-repeat;
}

/*导航栏*/
.nav{
    height: 60px;
    line-height: 55px;
    position: relative;
    z-index: 9;
    /* border-bottom: 5px solid #17AB86; */
    border-bottom: 5px solid #950808;
}
.menu{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.menu>li{
    float: left;
    width: 120px;
    height: 60px;
}
.menu>li>a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.menu>li:hover>a{
    /* background: #17AB86; */
    background: #950808;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sub-menu{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.65);
    /* border-top: 5px solid #17AB86; */
    border-top: 5px solid #950808;
    z-index: 99;
    display: none;
}
.sub-menu li{
    display: inline-block;
    height: 65px;
    line-height: 65px;
    margin: 0 20px;
}
.sub-menu li a{
    font-size: 16px;
    padding-left: 12px;
    background: url(/r/cms/www/default/images/nav_xl.png) no-repeat left center;
}
.sub-menu li a:hover{
    color: #be1e1e;
    font-weight: bold;
}

.section{
    min-height: 500px;
}

/*幻灯片*/
.slider{
    margin-bottom: 10px;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 0;
    z-index:1;
}
.slideBox .hd ul{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.slideBox .hd ul li{
    margin: 0 5px;
    width: 50px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    background: #DB7437;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox .bd a{
    display: block;
    height: 100%;
}
.slideBox .arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-50px;
    display:block;
    width:60px;
    height:100px;
    background: rgba(0,0,0,.6) url(../images/arrow_left.png) no-repeat center center;
    border-radius: 5px;
    filter:alpha(opacity=50);
    opacity:0.6;
}
.slideBox .next{
    left:auto;
    right:2%;
    background-image: url(/r/cms/www/default/images/arrow_right.png);
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.title{
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
    position: relative;
}
.title h1{
    font-size: 24px;
    position: relative;
}
.title a{
	color: #be1e1e;
}
.title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 120px;
    right: 80px;
    border-bottom: 1px solid #D2D2D2;
}


/*图片新闻*/
.picNews{
    float: left;
    width: 780px;
}
.albumBox{
    float: left;
    width: 420px;
    height: 325px;
    overflow:hidden;
    position:relative;
    padding: 6px;
    /* border: 1px solid #AEC2BD; */
    border: 1px solid #be1e1e;
    border-radius: 3px;
    box-sizing: border-box;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 50px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 10px;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #666;
    cursor:pointer;
    display: inline-block;
}
.albumBox .hd ul li.on{
    /* background:#DB7437; */
    background: #be1e1e;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd li>a{
    display: block;
    height: 268px;
    overflow: hidden;
}
.albumBox .bd img{
    display:inline-block;
    width: 408px;
    height: 268px;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd li p{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
}

/*中央一台在线直播观看新闻*/
.picNews .title a:hover{
    color: #be1e1e;
}
.news-list{
    float: right;
    width: 340px;
}
.news-list .date{
    float: left;
    width: 60px;
    text-align: center;
}
.news-list .date p{
    /* color: #009D8E; */
    color: #be1e1e;
    font-size: 22px;
}
.news-list .date span{
    color: #7D7D7D;
    font-size: 13px;
}
.news-list li{
    height: 65px;
    padding-top: 7px;
    border-bottom: 1px dotted #D4E2DC;
}
.news-list li>p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 70px;
    font-size: 15px;
}
.news-list li>p>a:hover{
    color: #be1e1e;
}

/*通知公告*/
.notice{
    float: right;
    width: 380px;
}
.notice .title a:hover{
    color: #be1e1e;
}
.notice-list li{
    margin-bottom: 20px;
    overflow: hidden;
}
.notice-list li:last-child{
    margin-bottom: 0;
}
.notice-list .lf{
    width: 70px;
    height: 64px;
    text-align: center;
    border: 1px solid #D4E2DC;
}
.notice-list .lf h1{
    /* color: #016349; */
    color: #be1e1e;
    font-size: 22px;
    padding-top: 5px;

}
.notice-list .lf span{
    color: #7D7D7D;
    font-size: 12px;
}
.notice-list li:hover .lf{
    /* background: #F17C37; */
    background: #be1e1e;
}
.notice-list li:hover .lf h1{
    color: #fff;
}
.notice-list li:hover .lf span{
    color: #fff;
}
.notice-list li p{
    height: 50px;
    line-height: 25px;
    margin-left: 90px;
    font-size: 16px;
    overflow: hidden;
}
.notice-list li:hover a{
    color: #be1e1e;
    font-weight: bold;
}

/*媒体长师*/
.media{
    width: 100%;
    height: 430px;
    padding-top: 20px;
    margin-top: 50px;
    /* background: url(/r/cms/www/default/images/mtcs_bg1.gif) no-repeat center; */
}
.media .title a{
    /* color: #fff; */
    /* color: #333; */
    color: #be1e1e
}
.media .title a:hover{
    /* color: #F17C37; */
    color: #be1e1e;
}
.media ul{
    margin: 0 -20px;
}
.media ul li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 10px 0;
}
.media ul li p{
    margin-right: 100px;
  	/* color: #fff; */
      color: #333;
}
.media ul li a{
    /* color: #fff; */
    color: #333;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.media ul li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 2px;
    /* background: #fff; */
    background: #d5302b;
    transition: .3s;
}
.media ul li a:hover{
    /* color: #F17C37; */
    color: #be1e1e;
}
.media ul li a:hover:before{
    padding-left: 5px;
    /* background: #F17C37; */
    background: #be1e1e;
}
.media ul li span{
    /* color: #CBE3DD; */
    color: #333;
}

/*学术动态*/
.dynamic{
    float: left;
    width: 780px;
}
.dynamic .title a:hover{
    color: #be1e1e;
}
.dynamic li{
    margin-bottom: 20px;
}
.dynamic li p{
    margin-bottom: 15px;
  	margin-right: 120px;
    padding-left: 30px;
}
.dynamic li a{
    position: relative;
    font-size: 16px;
}
.dynamic li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: -30px;
    width: 10px;
    height: 2px;
    /* background: #009D8E; */
    background: #d5302b;
    transition: .3s;
}
.dynamic li a:hover{
    color: #d5302b;
}
.dynamic li a:hover:before{
    width: 15px;
}
.dynamic li span{
    padding-left: 25px;
    font-size: 12px;
    background: url(/r/cms/www/default/images/time.png) no-repeat left center;
}
.dynamic li i{
    font-style: normal;
    padding-left: 20px;
    font-size: 12px;
    background: url(/r/cms/www/default/images/position.png) no-repeat left center;
}


/*专题网*/
.special{
    float: right;
    width: 380px;
}
.special .title a:hover{
    color: #be1e1e;
}
.special li{
    margin-bottom: 15px;
}
.special li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.special li img{
    display: inline-block;
    width: 380px;
    height: 106px;
}
.special li a:hover img{
    transform: scale(1.1);
}
.special li a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* border: 3px solid #DB7437; */
    border: 3px solid #d5302b;
    z-index: 9;
    transform: scale(0);
    transition: .5s;
}
.special li a:hover:before{
    transform: scale(1);
}

.box{
    height: 350px;
    margin-top: 50px;
    padding-top: 75px;
    /* background: #0EAE76 url(../images/bottom_bg.jpg) no-repeat center center; */
    background: #9d180b url(../images/bottom_bg1.gif) no-repeat center center;
}
.fast-links{
    margin: 0 -5px;
    overflow: hidden;
}
.fast-links li{
    float: left;
    width: 232px;
    height: 150px;
    margin: 0 5px;
    text-align: center;
    background: #8AC244;
    overflow: hidden;
}
.fast-links li a{
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
}
.fast-links li a:before{
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 1px solid rgba(255,255,255,.3);
}
.fast-links li i{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/r/cms/www/default/images/4_tsg.png) no-repeat center center ;
}
.fast-links li p{
    margin-top: 10px;font-size:16px
}
.fast-links li:nth-child(2){
    background: #DFB707;
}
.fast-links li:nth-child(2) i{
    background-image: url(/r/cms/www/default/images/4_xtljlg.png);
}
.fast-links li:nth-child(3){
    background: #15C8A0;
}
.fast-links li:nth-child(3) i{
    background-image: url(/r/cms/www/default/images/4_htwxjyzx.png);
}
.fast-links li:nth-child(4){
    background: #2AB5DD;
}
.fast-links li:nth-child(4) i{
    background-image: url(/r/cms/www/default/images/4_jxzyzx.png);
}
.fast-links li:nth-child(5){
    background: #E95F3A;
}
.fast-links li:nth-child(5) i{
    background-image: url(/r/cms/www/default/images/4_cyzyzx.png);
}
.fast-links li:hover i{
    animation: slideInDown .5s;
}
.fast-links li:hover p{
    animation: slideInUp .5s;
}
.fast-links li a:hover:before{
    animation: zoomIn 1s;
}

/*友情链接*/
.friend-link p{
    position: relative;
    margin: 50px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.friend-link p:before,
.friend-link p:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    /* background: #4EA991; */
    background: #eee;
}
.friend-link p:before{
    left: 0;
}
.friend-link p:after{
    right: 0;
}
.friend-link ul{
    text-align: center;
}
.friend-link li{
    display: inline-block;
}
.friend-link li a{
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
}
.friend-link li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    /* background: #9DC4BB; */
    background: #eee;
    border-radius: 50%;
}
.friend-link li a:hover{
    /* color: #F17C37; */
    color: #be1e1e;
}
.friend-link li a:hover:before{
    /* background: #F17C37; */
    background: #be1e1e;
}

/*尾部*/
.footer{
    padding: 40px 0;
    color: #fff;
  	font-size: 14px;
    /* background: #016349; */
    background: #272727;
}
.footer a.lf{
    margin-top: 15px;
}
.footer .contact{
    float: left;
    height: 90px;
    line-height: 30px;
    margin-left: 20px;

}
.footer ul{
    margin-top: 30px;
}
.footer li{
    float: left;
    margin-left: 30px;
}
.footer li a{
    position: relative;
    color: #fff;
    font-size: 16px;
}
.footer li .qrCode{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -43px;
    z-index: 9;
    display: none;
}
.footer li a:hover .qrCode{
    display: block;
}

/*右侧浮动*/
.float {
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -150px;
    z-index: 2000;
    width: 70px;
    height: 300px;
}

.float_show {
    background-color: #BABABA;
    width: 70px;
    height: 70px;
}

.float_show a {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.float_show a img {
    width: 32px;
    height: 32px;
}

.float_show.float_show0 {
    height: 70px;
    width: 70px;
  	display: none;
}

.float_show:hover a {
    /* background-color: #DB7437; */
    background-color: #d5302b;
    color: #FFF;
}

.float_show.float_show0:hover {
    /* background-color: #DB7437; */
    background-color: #d5302b;
}

.float_show.float_show0 img{
    margin: 10px 18px auto;
}
.float_show.float_show0 p{
    font-size: 12px;
    margin: 6px 10px auto;
}

.float_show.float_show1 img{
    margin: 20px auto 20px 20px;
}
.float_show.float_show1 a{
    width: 242px;
}
.float_show.float_show1 span{
    margin-left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.float_show.float_show1:hover {
    width: 248px;
    /* background-color: #DB7437; */
    background-color: #d5302b;
}

.float_show.float_show2 a img{
    margin: 20px 20px auto;
}
.float_show.float_show2:hover .float_wx {
    display: block;
}
.float_wx {
    position: absolute;
    top: -12px;
    left: -100px;
    width: 86px;
    height: 91px;
    transform: rotate(-90deg);
    display: none;
}
.float_wx img{
    width: 91px;
}

.float_show.float_show1 {
    position: absolute;
    top: 72px;
    right: 0;
    width: 70px;
    overflow: hidden;
    transition: width .5s;
}

.float_show.float_show2 {
    position: absolute;
    top: 144px;
    right: 0;
}

.float_show.float_show3 {
    position: absolute;
    top: 216px;
    right: 0;
    width: 70px;
}
.float_show.float_show3 img{
    margin: 15px 20px auto;
    width: 32px;
    height: 21px;
}
.float_show.float_show3 p{
    font-size: 14px;
    margin: 6px 20px auto 22px;
}

/*banner*/
.banner img{
    width: 100%;
}

/*左侧导航*/
.side{
    float: left;
    width: 266px;
    position: relative;
    min-height: 500px;
    margin: -85px 0 50px;
}
.side h1{
    height: 85px;
    line-height: 85px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  	background: #be1e1e;
  /*  background: #DB7437;*/
}
.side ul li{
    height: 60px;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    border-left: 5px solid #E0E0E0;
}
.side ul li a{
    display: block;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.side ul li.on{
  	border-left-color: #be1e1e;
   /* border-left-color: #DB7437;*/
}
.side ul li.on a,
.side ul li a:hover{
    font-weight: bold;
}


/*右侧列表*/
.column{
    float: right;
    width: 895px;
    min-height: 500px;
    margin: 15px 0 50px;
}
.position{
    height: 50px;
    line-height: 50px;
    color:#666;
    position: relative;
    padding-bottom: 20px;
}
.position:after{
    content: '';
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    height: 10px;
    background: url(/r/cms/www/default/images/title_bg.png) repeat;
}
.position h2{
    color: #333;
    font-size: 24px;
}
.position a{
    color:#666;
}
.position a:hover{
  	color: #be1e1e;
    /*color:#016349;*/
}

/*详情页*/
.detail{
    margin: 40px 0;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font: 24px normal;
}
.caption p{
    margin-top: 10px;
    color: #999;
}
.caption p span{
    margin: 0 10px;
}

/*简介*/
.profile{
    margin: 30px 0;
}
.profile .headline{
    font: 24px normal;
    text-align: center;
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  	color: #be1e1e;
}

/*新闻列表*/
.side-news{
    float: left;
    width: 815px;
}
.side-news h1{
    width: 266px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #DB7437;
    margin: -85px 0 30px;
}
.side-news ul{
    margin: 15px 0;
}
.side-news ul li{
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.side-news ul li p{
    margin-bottom: 10px;
    font-size: 16px;
}
.side-news ul li span,
.side-news ul li i{
    color: #999;
    margin-right: 30px;
    font-style: normal;
}

/*通用列表*/
.common-list{
    margin: 20px 0;
}
.common-list li{
    margin: 18px 0;
    font-size: 16px;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li span{
    color: #666;
}
.common-list li a{
    position: relative;
    padding-left: 18px;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ddd;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #009D8E;
}

/*现任领导*/
.leader-list li{
    height: 270px;
    padding: 25px 0;
    font-size: 16px;
    box-sizing: content-box;
}
.leader-list li a.lf{
    width: 212px;
    height: 270px;
    overflow: hidden;
}
.leader-list li img{
    display: inline-block;
    width: 212px;
    height: 270px;
}
.leader-list li img:hover{
    transform: scale(1.05);
}
.leader-list li .info{
    margin-left: 250px;
}
.leader-list li h2{
    font-size: 24px;
}
.leader-list li span{
    display: inline-block;
    margin: 15px 0;
    font-size: 18px;
}
.leader-list li p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.leader-list li .rt{
    color: #C30000;
}
.leader-list li .rt:hover{
    color: #016349;
}

/*校园生活*/
.img-list li{
    height: 150px;
    padding: 0;
    margin: 30px 0;
}
.img-list li a.lf{
    width: 210px;
    height: 150px;
}
.img-list li img{
    width: 100%;
    height: 100%;
}
.img-list li h3{
    font-size: 20px;
}
.img-list li .info{
    margin-left: 230px;
}
.img-list li p{
    margin: 15px 0 20px;
}

/*机构设置*/
.org-list{
    margin: 30px -15px;
    overflow: hidden;
}
.org-list li{
    float: left;
    width: 278px;
    height: 58px;
   
    margin: 0 15px;
    border-bottom: 1px solid #D9D9D9;
    display: inline-flex;
    align-items: center;
}
.org-list li a{
    position: relative;
    padding-left: 27px;
    font-size: 16px;
 line-height: 20px;
    background: url(/r/cms/www/default/images/org_before.png) no-repeat left center;
}

/*校园剪影*/
.gallery ul{
    margin: 14px 0;
    overflow: hidden;
}
.gallery ul li{
    float: left;
    width: 270px;
    margin: 14px;
    text-align: center;
}
.gallery ul li a{
    display: block;
    width: 270px;
    height: 165px;
    overflow: hidden;
}
.gallery ul li p{
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gallery ul li a:hover img{
    transform: scale(1.10);
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.65);
    display: none;
    z-index: 99999;
}
.modal-img{
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}
.modal-img img{
    max-width: 650px;
}
.modal ul{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.modal ul li{
    display: inline-block;
    width: 200px;
    color: #fff;
}
.modal .close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/r/cms/www/default/images/icons.png) no-repeat -108px -22px;
}
.modal .prev,
.modal .next{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 35px;
    height: 65px;
    transform: translateY(-50%);
    background: url(/r/cms/www/default/images/icons.png) no-repeat 0 0;
}
.modal .next{
    left: auto;
    right: 20px;
    background-position-x: -45px;
}