@charset "utf-8";
/*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: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1280px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #C9151E;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    transition: .3s;
    max-width: 100%;
}

/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#9D9D9D;
}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#9D9D9D;
}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#9D9D9D;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header{
    height: 140px;
    background: #C9151E url(../images/header-bg.jpg) no-repeat center center;
}
.header .logo{
    float: left;
    line-height: 140px;
    animation: zoomIn 1s;
}
.search{
    float: right;
}
.search .top{
    float: right;
    font-size: 16px;
    margin: 25px 0 10px;
}
.search .top span{
    color: #fff;
    margin: 0 15px;
}
.search .top a{
    color: #fff;
}
.search form{
    position: relative;
    margin-top: 60px;
}
.search input[type='text']{
    width: 260px;
    height: 42px;
    line-height: 42px;
    padding: 0 55px 0 10px;
    border: none;
    font-size: 16px;
}
.search input[type='submit']{
    position: absolute;
    top: 8px;
    right: 0;
    width: 50px;
    height: 26px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #E6E6E6;
    background: url(../images/search.png) no-repeat center center;
}
.toggle{
    display: none;
}
/*导航栏*/
.nav{
    background: #fff;
}
.menu{
    /*overflow: hidden;*/
}
.menu>li{
    float: left;
    width: 128px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.menu>li>a{
    display: block;
    font-size: 18px;
}
.menu>li:hover{
    border-bottom: 3px solid #C9151E;
}
.menu>li>a:hover{
    font-weight: bold;
}
.menu>li>span{
    display: none;
}
.second-menu{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
}
.second-menu a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
}
.second-menu a:hover{
    color: #C9151E;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff url(../images/home-bg.jpg) no-repeat center top;
}

.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0;
}
.title h3{
    position: relative;
    padding-left: 50px;
    font-size: 28px;
}
.title h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 39px;
    background: url(../images/icon-list.png) no-repeat 0 0;
}
.title h3 span{
    color: #666;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Georgia';
    text-transform: uppercase;
    padding-left: 10px;
}

/*学院新闻*/
.news{
    width: 100%;
}
.albumBox{
    float: left;
    width: 615px;
    position: relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 15px;
    width: 150px;
    z-index:1;
}
.albumBox .hd ul{
    text-align: right;
}
.albumBox .hd ul li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-left: 1px;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #C9151E;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 323px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
    overflow: hidden;
}
.albumBox .bd img:hover{
    transform: scale(1.05);
}
.albumBox .bd .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd .info p{
    padding: 0 150px 0 15px;
}
.albumBox .bd .info a{
    color: #fff;
    font-size: 16px;
}
/*.albumBox .bd .info span{*/
    /*display: block;*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    /*color: #666;*/
/*}*/

.news-info{
    float: right;
    width: 615px;
    min-height: 323px;
}
.news-info li{
    margin-bottom: 21px;
}
.unit-list li:last-child,
.news-info li:last-child{
    margin: 0;
}
.unit-list li span,
.news-info li span{
    float: right;
    color: #666;
}
.unit-list li p,
.news-info li p{
    margin-right: 100px;
}
.unit-list li a,
.news-info li a{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}
.unit-list li a:before,
.news-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #666;
}
.unit-list li a:hover:before,
.news-info li a:hover:before{
    border-left-color: #C9151E;
}

/*通知公告*/
.notice .title h3:before{
    width: 43px;
    height: 40px;
    background-position-x: -40px;
}

/*专题专栏*/
.special{
    overflow: hidden;
}
.special .title h3:before{
    width: 30px;
    height: 30px;
    background-position-x: -221px;
}
.special ul li{
    float: left;
    width: 292px;
    height: 95px;
    margin-right: 37px;
    overflow: hidden;
}
.special ul li a{
    position: relative;
    display: block;
    height: 100%;
}
.special ul li a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ccc;
    z-index: 9;
}
.special ul li img{
    display: inline-block;
    width: 292px;
    height: 95px;
}
.special ul li a:hover img{
    transform: scale(1.1);
}

.unit{
    margin: 20px 0;
}
.unit-list{
    min-height: 190px;
    margin-bottom: 20px;
}
.unit-list li{
    margin-bottom: 20px;
}
/*学术动态、人才培养*/
.academic, .training{
    float: right;
    width: 615px;
}
/*师生动态、通知公告*/
.dynamics, .notice{
    float: left;
    width: 615px;
}

.academic .title h3:before{
    width: 34px;
    height: 36px;
    background-position-x: -84px;
}

.dynamics .title h3:before{
    width: 33px;
    height: 33px;
    background-position-x: -119px;
}

.training .title h3:before{
    width: 36px;
    height: 35px;
    background-position-x: -152px;
}

.link .title h3:before{
    width: 31px;
    height: 31px;
    background-position-x: -252px;
}

.download .title h3:before{
    width: 31px;
    height: 31px;
    background-position-x: -189px;
}


/*快速链接*/
.link{
    margin: 20px 0;
}
.link ul{
    overflow: hidden;
}
.link li{
    float: left;
    font-size: 16px;
    margin-right: 80px;
}
.link li:last-child{
    margin-left: 0;
}
.link li a{
    position: relative;
    padding-left: 15px;
}
.link li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.link li a:hover:before{
    background: #C9151E;
}

/*尾部*/
.footer{
    color: #fff;
    background: #9F1B17 url(../images/footer-bg.jpg) no-repeat center top;
}
.footer .container>.rt{
    margin-top: 60px;
}
.footer .rt .rt{
    margin-left: 40px;
}
.footer .rt p{
    line-height: 30px;
    text-align: center;
}
.footer .rt a{
    position: relative;
    top: 15px;
}
.footer .container>p{
    width: 60%;
    line-height: 30px;
    margin: 70px 0 60px;
    font-size: 16px;
}

/*幻灯片*/
.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-bottom: 20px;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    background: #E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox>a{
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    z-index: 99;
}
.slideBox .next{
    margin-left: 60px;
    border-left-color: #fff;
    border-right-color: transparent;
}
.slideBox .prev:hover{
    border-right-color: #8F0100;
}
.slideBox .next:hover{
    border-left-color: #8F0100;
}

.banner img{
    width: 100%;
    /*animation: pulse 1s;*/
}

/*左侧导航*/
.side{
    float: left;
    width: 278px;
    margin: 20px 0 50px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #C9151E;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #C9151E;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #C9151E;
}

/*右侧主体*/
.column{
    margin: 20px 0 50px 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #C9151E;
}

/*通用：列表页*/
.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #C9151E;
}


/*详情页*/
.detail{
    margin: 20px 0;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 3px solid #F0F0F0;
    min-height: 300px;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #C9151E;
}
.content table{

    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}

/*简介页*/
.profile{
    padding: 30px 0;
    min-height: 300px;
    overflow-x: auto;
}

/*师资队伍*/
.teacher p{
    margin: 30px 0;
    color: #C9151E;
    font-size: 24px;
}
.teacher ul{
    margin-bottom: 20px;
    overflow: hidden;
}
.teacher li{
    float: left;
    width: 20%;
    padding-left: 25px;
    line-height: 40px;
    font-size: 18px;
}

/*师资队伍*/
.leader{
    margin: 50px 0;
}
.leader ul{
    margin: 0 -23px;
    overflow: hidden;
}
.leader li{
    float: left;
    width: 422px;
    height: 225px;
    margin: 0 23px 46px;
    background: #eee;
}
.leader li>a{
    float: left;
    width: 169px;
    height: 225px;
    overflow: hidden;
}
.leader li img{
    display: inline-block;
    width: 169px;
    height: 225px;
    transition: .3s;
}
.leader li img:hover{
    transform: scale(1.1);
}
.leader li .info{
    margin-left: 169px;
    padding: 30px;
}
.leader li .info h2{
    font-size: 24px;
    font-weight: normal;
}
.leader li .info h2 span{
    font-size: 18px;
    padding-left: 5px;
}
.leader li .info p{
    color: #666;
    height: 75px;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

/*搜索结果页*/
.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
    color: #666;
}
.search-list li span{
    color: #999;
}