/*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;
}
a:hover{
  	color: #be1e1e;
   /* color: #2D98FF;*/
    /*text-decoration:underline;*/
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
  	max-width: 100%;
}

/*通用样式*/
.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;
}

/*头部*/
.header{
    position: relative;
    margin-bottom: 30px;
}
.banner{
    width: 100%;
    height: 150px;
    line-height: 150px;
  	background: #be1e1e;
   /* background: url(../images/banner.jpg) no-repeat;*/
}
.banner img{
    animation: zoomIn 1s;
}
.homepage{
    position: absolute;
    top:5px;
    right: 0;
    color: #fff !important;
    line-height: normal;
  	padding-left: 18px;
}
.homepage:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../images/home.png) no-repeat;
}
.contact{
  	position: absolute;
  	top: 65px;
  	right: 0;
  	color: #fff;
  	line-height: 1.75em;
  	text-align: right;
}

/*导航栏*/
.nav{
    width: 100%;
    height: 50px;
  	background: #be1e1e;
   /* background: #2D98FF;*/
}
.menu>li{
    float: left;
  	width: 118.33px;
    /*width: 133.33px;*/
    height: 44px;
    margin-top: 6px;
    position: relative;
}
.menu>li>a{
    position: relative;
    display: block;
    height: 44px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}
.menu>li>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
  	background: #ea0909;
   /* background: #0F72D1;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    z-index: -1;
    transition: .3s;
}
.menu>li>a:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -2px;
    width: 0;
    height: 22px;
  	border-left: 1px solid #f00a19;
    border-right: 1px solid #c4050c;
   /* border-left: 1px solid #1F6AB2;
    border-right: 1px solid #81C1FF;*/
}
.menu>li:last-child>a:after{
    display: none;
}
.menu>li>a:hover:before{
    height: 100%;
}
.menu>li>a:hover:after{
    display: none;
}
/*二级菜单*/
.sub-menu{
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #A2A2A2;
}
.sub-menu li:first-child a{
    border-top: none;
}
.sub-menu li a:hover{
  	background: rgba(204,6,6,.8);
    /*background: rgba(15,114,209,.8);*/
    text-decoration: none;
}

.section{
    /*min-height: 500px;*/
}
.section .container{
    margin-bottom: 30px;
}
.section .container>div{
    padding: 0 20px;
    border: 1px solid #C5C5C5;
  	border-top: 5px solid #be1e1e;
    /*border-top: 5px solid #2D98FF;*/
    box-sizing: border-box;
}

.title{
    height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}
.title h2{
    float: left;
    font-size: 22px;
  	color: #be1e1e;
}
.title .more{
    float: right;
    font-size: 12px;
}

/*图片新闻*/
.section .container .news-pic{
    float: left;
    width: 530px;
    height: 385px;
    border: none;
    padding: 0;
}
.albumBox{
    width:100%;
    position:relative;
}
.albumBox .hd{
    position:absolute;
    height: 40px;
    right: 0;
    bottom: 0;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 5px;
    margin-top: 10px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    cursor:pointer;
    display: inline-block;
    background: #BBBCB6;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
  	background: #be1e1e;
    /*background:#2D98FF;*/
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 530px;
    height: 385px;
}

.news-img>a{
    display: block;
    position: relative;
}
.news-img h3{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 150px 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.6);
}
.news-img h3:hover{
  	color: #be1e1e;
   /* color: #2D98FF;*/
}

/*新闻动态*/
.news{
    float: left;
    width: 320px;
    height: 385px;
    margin: 0 30px 0 20px;
}
.news ul{
    margin-top: 5px;
}
.news li{
    padding: 5px 0;
    border-bottom: 1px dotted #B4B2B2;
}
.news li:last-child{
    border: none;
}
.news li p{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
span.date{
    color: #999;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}
span.date:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../images/date.png) no-repeat;
}
.news li a:hover{
    font-weight: bold;
}

/*通知公告*/
.notice{
    float: right;
    width: 300px;
    height: 385px;
}
.notice li{
    height: 70px;
    margin-top: 10px;
    border-bottom: 1px solid #DBDBDB;
}
.notice li:last-child{
    border: none;
}
.notice li .date{
    float: left;
    width: 58px;
    height: 55px;
  	color: #be1e1e;
    /*color: #2D98FF;*/
    text-align: center;
    border: 1px solid #DBDBDB;
}
.notice li p{
    margin-left: 75px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.notice li span{
    font-size: 12px;
}
.notice li:hover .date{
    color: #fff;
  	background: #be1e1e;
    border-color: #be1e1e;
    /*background: #2D98FF;
    border-color: #2D98FF;*/
}

/*党建工作*/
.party{
    float: left;
    width: 420px;
    height: 360px;
}
/*教学科研*/
.teach{
    float: left;
    width: 420px;
    height: 360px;
    margin: 0 30px;
}
.thumb{
    margin: 20px 0 15px;
}
.thumb>a{
    float: left;
    width: 150px;
    height: 90px;
    overflow: hidden;
}
.thumb img{
    display: inline-block;
    width: 150px;
    height: 90px;
    transition: .3s;
}
.thumb img:hover{
    transform: scale(1.1);
}
.thumb .info{
    height: 90px;
    margin-left: 165px;
}
.thumb h3{
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 8px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.info-list li{
    padding: 10px 0;
    border-bottom: 1px dotted #C9C9C9;
}
.info-list li:last-child{
    border: none;
}
.info-list span{
    float: right;
    color: #666;
    font-size: 12px;
}
.info-list p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
    position: relative;
    padding-left: 10px;
}
.info-list p:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 5px;
    background: url(../images/arrow.png) no-repeat;
}

/*下载中心*/
.download{
    float: right;
    width: 300px;
    height: 360px;
}
.download .img{
    display: block;
    margin-top: 20px;
    transition: .3s;
}
.download .img:hover{
    opacity: .8;
    -ms-filter: Alpha(Opacity=80);
    filter: Alpha(Opacity=80);
}
.download li{
    height: 65px;
    margin-top: 8px;
    border-bottom: 1px solid #DBDBDB;
}
.download li:last-child{
    border: none;
}
.download li .date{
    float: left;
    width: 58px;
    height: 55px;
  	color: #be1e1e;
    /*color: #2D98FF;*/
    text-align: center;
    border: 1px solid #DBDBDB;
}
.download li p{
    margin-left: 75px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.download li span{
    font-size: 12px;
}
.download li:hover .date{
    color: #fff;
  	background: #be1e1e;
    border-color: #be1e1e;
    /*background: #2D98FF;
    border-color: #2D98FF;*/
}

/*友情链接*/
.blogroll{
  	float: right;
    width: 300px;
    height: 360px;
}
.link-list{
    margin-top: 20px;
}
.link-list li{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}
.link-list li:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 6px;
    height: 6px;
  	background: #be1e1e;
    /*background: #2D98FF;*/
    border-radius: 50%;
}
.link-list li:nth-child(2n-1){
    background: #E4EBF2;
}
.link-list li:hover{
    background: #ddd;
}

/*通用列表页*/
.common-list{
    margin: 15px 0 10px 0;
}
.common-list li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #9A9A9A;
    margin-bottom: 0;
}
.common-list li span{
    float: right;
    color: #999;
    font-size: 14px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li p{
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common-list li a:before{
    content: '>';
    position: absolute;
    top: 2px;
    left: 5px;
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    font-family: "宋体", sans-serif;
}

/*尾部*/
.footer{
    height: 80px;
    color: #eee;
  	background: #be1e1e;
   /* background: #2D98FF;*/
}
.footer .container>p{
    height: 40px;
    line-height: 30px;
    margin-top: 50px;
}
.footer .rt{
    margin-top: 30px;
}
.footer .rt p{
    color: #eee;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer p.rt{
    margin: 40px 0 0 20px;
}

/*左侧导航*/
.aside{
    float: left;
    width: 255px;
    background: #fff;
    position: relative;
}
.aside h2{
    position: relative;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    text-align: center;
  	background: #be1e1e;
    /*background: #2D98FF;*/
}
.aside ul{
    margin: 10px 0;
}
.aside ul li{
    position: relative;
}
.aside ul li a{
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 0 15px;
    padding-left: 55px;
    position: relative;
}
.aside ul li a:before{
    content: '>';
    position: absolute;
    line-height: normal;
    top: 13px;
    left: 30px;
    font-family: '宋体';
    font-size: 14px;
    font-weight: bold;
    transition: .3s;
}
.aside ul li a:hover:before{
    left: 35px;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside>ul>li.on>a{
    color: #fff;
  	background: #be1e1e;
    /*background: #0F72D1;*/
}
.aside>ul>li.on>a:after{
    content: '';
    position: absolute;
    top: 16px;
    right: -10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
  	border-left-color: #be1e1e;
    /*border-left-color: #0F72D1;*/
}

/*右侧列表*/
.column{
    min-height: 500px;
    margin-left: 275px;
    padding: 20px 25px;
    background: #fff;
}
.wd{
    margin-left: 0;
}
.bread {
    height: 45px;
    line-height: 40px;
    border-bottom: 2px solid #C7C5C5;
    overflow: hidden;
}
.bread p{
    float: left;
  	color: #be1e1e;
   /* color: #2D98FF;*/
    font-size: 22px;
    padding-left: 14px;
    position: relative;
}
.bread p:before{
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 4px;
  	background: #be1e1e;
    /*background: #2D98FF;*/
}
.bread .rt{
    color: #666;
}
.bread .rt a{
    color: #666;
}
.bread .rt a:hover{
  	color: #be1e1e;
    /*color: #2D98FF;*/
}
.bread .rt span{
    position: relative;
    padding-left: 20px;
}

/*详情页*/
.detail{
    margin: 30px 0 15px;
}
.caption{
    position: relative;
    margin: 30px 0;
    text-align: center;
}
.caption h1{
  	color: #be1e1e;
   /* color: #0F72D1;*/
    font-size: 22px;
}
.caption p{
    margin-top: 10px;
    color: #888;
    font-size: 12px;
    text-align: center;
}
.caption p span{
    margin-right: 10px;
}
.content{
    min-height: 300px;
    padding-bottom: 20px;
}

/*幻灯片*/
.slide{
    position: relative;
   margin: -30px 0 30px;
}
.slideBox{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 8px;
    width: 14px;
    height: 14px;
    background:#eee;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.slideBox .hd ul li.on{
  	background: #be1e1e;
    /*background: #186345;*/
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display: inline-block;
    width: 100%;
    height: 450px;
    object-fit: cover;

}
.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-37px;
    display:block;
    width:37px;
    height:74px;
    background: url(../images/arrow_left.png) no-repeat;
}
.slideBox .next{
    left:auto;
    right:2%;
    background: url(../images/arrow_right.png) no-repeat;
}