﻿
/*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: 1200px;}
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;}

/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#fff;}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#fff;}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#fff;}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#fff;}

/*通用样式*/
.lf{
    float: left;}
.rt{
    float: right;
    clolar:#c9151e
;}
.container{
    width: 1200px;
    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: 132px;
    line-height: 132px;
    background: #C9151E;}
.header .logo{
    float: left;
    animation: zoomIn 1s;}
.search{
    float: right;}
form{
    height: 35px;
    line-height: 33px;
    display: inline-block;
    position: relative;}
input[type='text']{
    width: 180px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    padding: 0 45px 0 10px;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    background: none;}
input[type='submit']{
    position: absolute;
    top: 8px;
    right: 0;
    width: 40px;
    height: 19px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #E6E6E6;
    background: url(../image/search.jpg) no-repeat center center;}
/*导航栏*/
.nav{
    background: #fff;}
.menu{}
.menu>li{
    float: left;
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;}
.menu>li>a{
    display: block;
    font-size: 20px;}
.menu>li:hover{
    border-bottom: 3px solid #C9151E;}
.menu>li>a:hover{
    font-weight: bold;}
.second-menu{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    line-height: 35px;
    padding: 10px 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;}
.second-menu a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;}
.second-menu a:hover{
    color: #C9151E;}


.section{
    position: relative;
    min-height: 1000px;
    background: #fff;}

.title{
    height: 30px;
    line-height: 30px;
    padding: 30px 0;}
.title h3{
    font-size: 24px;}
.title h3 span{
    color: #999;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;}
.title .rt{}

/*学院新闻*/
.news{
    float: left;
    width: 810px;}
.albumBox{
    float: left;
    width: 360px;
    position: relative;}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
    z-index:1;}
.albumBox .hd ul{
    text-align: center;}
.albumBox .hd ul li{
    margin:0 4px;
    width:12px;
    height:12px;
    background:#666;
    cursor:pointer;
    display: inline-block;
    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: 360px;
    height: 242px;}
.albumBox .bd li>a{
    display: block;
    position: relative;}
.albumBox .bd .info{
    height: 68px;
    margin-bottom: 15px;}
.albumBox .bd .date{
    float: left;
    width: 70px;
    height: 68px;
    color: #fff;
    text-align: center;
    background: #C9151E;}
.albumBox .bd .date h3{
    padding-top: 3px;
    font-size: 26px;}
.albumBox .bd .info p{
    margin-left: 85px;
    padding-top: 4px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;}
.news-info{
    float: right;
    width: 430px;
    margin-top: 5px;}
.news-info li{
    margin-bottom: 20px;}
.news-info li:last-child{
    margin: 0;}
.news-info li span{
    float: right;
    color: #666;}
.news-info li p{
    margin-right: 100px;}
.news-info li a{
    position: relative;
    padding-left: 15px;
    font-size: 16px;}
.news-info li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #BDBCBE;}
.news-info li a:hover:before{
    border-left-color: #C9151E;}


/*通知公告*/
.notice{
    float: right;
    width: 345px;}
.notice ul li{
    height: 62px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: content-box;}
.notice ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;}
.notice ul li .date{
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #C1C1C1;}
.notice ul li .date p{
    color: #999;
    font-size: 24px;
    height: 40px;
    line-height: 40px;}
.notice ul li .date span{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #C9151E;}
.notice ul li>p{
    height: 50px;
    line-height: 25px;
    margin-left: 77px;
    position: relative;
    top: 5px;
    font-size: 16px;
    overflow:hidden;}

/*党建专题*/
.special{
    margin: 20px 0 30px;
    overflow: hidden;}
.special ul li{
    float: left;
    width: 380px;
/*     height: 122px; */
height: 204px;
    margin-right: 30px;
    overflow: hidden;}
.special ul li img{
    display: inline-block;
    width: 380px;
/*    height: 122px;*/}
.special ul li img:hover{
    transform: scale(1.1);}

.unit{
    padding: 10px 0 20px;
    background: #F6F6F6;}
/*研究成果*/
.research{
    float: left;
    width: 580px;}
/*学术交流*/
.exchange{
    float: right;
    width: 580px;}
.unit-list{
    height: 210px;
    overflow: hidden;}
.unit-list li{
    margin-bottom: 20px;}
.unit-list li span{
    float: right;
    color: #666;}
.unit-list li p{
    font-size: 16px;
    margin-right: 100px;}

/*国家级平台*/
.platform{
    float: left;
    width: 335px;}
.platform ul{
    /*height: 242px;*/
    overflow: hidden;}
.platform ul li{
    width: 335px;
    height:68px;
    margin-bottom: 19px;
    overflow: hidden;}
.platform ul li:last-child{
    margin-bottom: 0;}
.platform ul li img:hover{
    opacity: .8;}

/*在线课程*/
.course{
    float: left;
    margin-left: 45px;
    width: 415px;}
.course ul{
    height: 242px;
    overflow: hidden;}
.course ul li{
    height: 111px;
    padding-bottom: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;}
.course ul li:last-child{
    margin-bottom: 0;}
.course ul li>a{
    float: left;
    width: 162px;
    height: 92px;
    overflow: hidden;}
.course ul li img{
    display: inline-block;
    width: 162px;
    height: 92px;}
.course ul li img:hover{
    transform: scale(1.05);}
.course .info{
    margin-left: 180px;}
.course .info h3{
    padding-top: 5px;
    font-size: 16px;}
.course .info span{
    display: inline-block;
    color: #999;
    margin: 10px 0;}
.course .info p{
    color: #666;}

/*学术期刊*/
.journals{
    float: right;
    width: 360px;}
.journals ul{
    height: 242px;
    margin: 0 -10px;}
.journals ul li{
    float: left;
    width: 170px;
    height: 242px;
    margin: 0 10px;}
.journals ul li img{
    display: inline-block;
    width: 170px;
    height: 242px;}
.journals ul li img:hover{
    transform: scale(1.1);
    outline: 3px solid #DEDEDE;}

/*友情链接*/
.link{
    margin-top: 50px;
   /*  height: 70px; */
    line-height: 70px;
    background: #F6F6F6;}
.link h2{
    font-size: 24px;
    position: relative;
    padding:  0 10px 0 35px;}
.link h2:before{
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../image/link.jpg) no-repeat;}
.link li{
    float: left;
    font-size: 16px;}
.link li span{
    padding: 0 10px;}
.link li:last-child span{
    display: none;}

/*尾部*/
.footer{
    color: #fff;
    background: #BB0A12;}
.footer p{
    height: 60px;
    line-height: 30px;
    margin: 50px 0;
    text-align: center;}

/*幻灯片*/
.slideBox{
    overflow:hidden;
    position:relative;
    text-align: center;}
.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;
    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%;}

/*左侧导航*/
.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;}

/*师资队伍*/
.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: 25px 30px;}
.leader li .info h2{
    font-size: 18px;
    font-weight: normal;}
.leader li .info h2 span{
    font-size: 18px;
    padding-left: 5px;}
.leader li .info p{
    color: #666;
    height: 125px;
    line-height: 25px;
    margin-top: 15px;
    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;}

/*院史沿革*/
.history{
    padding: 30px 0;}
.toggle{
    text-align: center;}
.toggle a{
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 6px 60px 22px;
    color: #666;
    font-size: 24px;
    background: #F2F2F2;
    border: 1px solid #E5E5E5;
    border-radius: 50px;
    transition: 0s;}
.toggle span{
    color: #999;
    font-size: 13px;
    position: relative;
    top: -12px;}
.toggle a:first-child{
    right: -25px;}
.toggle a:last-child{
    left: -25px;}
.toggle a.on{
    color: #fff;
    background: #C9151E;
    z-index: 9;}
.toggle a.on span{
    color: #fff;}
.toggle a.on:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: #C9151E;}
.progress ul{
    position: relative;}
.progress ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: 44px;
    bottom: 50px;
    width: 2px;
    background: #C9151E;
    z-index: 0;}
.progress ul li{
    position: relative;
    margin-top: 30px;}
.progress ul li .date{
    position: relative;
    float: left;
    width: 86px;
    height: 86px;
    color: #666;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border: 2px solid #C9151E;
    border-radius: 50%;}
.progress ul li .date h2{
    padding-top: 20px;
    font-size: 24px;}
.progress ul li .date:before{
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #C9151E;}
.progress ul li .info{
    position: relative;
    margin-left: 120px;
    font-size: 18px;
    padding: 15px 30px 15px 20px;
    background: #F2F2F2;
    border: 1px solid #E5E5E5;}
.progress ul li .info:before{
    content: '';
    position: absolute;
    top: 40px;
    left: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #F2F2F2;}
.progress ul li .info h2{
    font-size: 24px;}
.progress ul li .info p{
    margin-top: 10px;
    line-height: 1.5em;
    text-align: justify;}
.progress ul li.on .date{
    color: #fff;
    background: #C9151E;}
.progress ul li.on .date:before{
    display: none;}
.progress ul:last-child{
    display: none;}

/*学院风景*/
.list-img{
    margin: 0 -10px;
    padding: 15px 0;
    overflow: hidden;}
.list-img li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 10px;
    margin: 15px 0;
    text-align: center;}
.list-img li>a{
    display: block;
    height: 180px;
    overflow: hidden;}
.list-img li img{
    display: inline-block;
    width: 100%;}
.list-img li:hover img{
    transform: scale(1.1);}
.list-img li p{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: rgba(0,0,0,.6);}
.list-img li p a{
    color: #fff;}
.list-img li p a:hover{
    color: #C9151E;}