/*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;
	background-color: #D9E4F4;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #125EAB;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}

/*通用样式*/
.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;
}
.mheader{
  display: none;
}

.bodybox{
	width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	background: #fff;
	min-height: 100vh;
}
/*头部*/
.header{
    position: relative;
	height: 278px;
	background:url(../images/headbg.jpg) no-repeat center;
	background-size: 100% auto;
}
.header>.container{
	padding: 42px 0;
}

.header .logo{
    float: left;
    height: 141px;
    line-height: 141px;
	padding-left:50px
}
.header .logo img{
    animation: zoomIn 1s;
}
.header .home{
	color: #fff;
	position: absolute;
	right: 55px;
	top:20px;
}
.search{
    float: right;
    position: relative;
	margin-top: 7px;
	margin-right: 15px;
}

.search input[type='text']{
    height: 40px;
    line-height: 40px;
    width: 164px;
    padding: 0 50px 0 10px;
    border: none;
    background: #AABEDA;
	color: #fff;
}
.search input[type='submit']{
    position: absolute;
    top: 0px;
    right: 0;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*导航栏*/
.nav{
   display: inline-block;
    height: 54px;
    background: #D9E4F4;
	position: relative;
}
.nav::before{
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	display: block;
	width:0;
	height:0;
	border-left:30px solid #D9E4F4;
	border-top:54px solid transparent;
}
.nav .menu{
	display: inline-block;
	margin-right: 10px;
}
.nav .menu:before,
.nav .menu:after{
    content: '';
    display: table;
    clear: both;
}
.menu>li{
    float: left;
    width: 100px;
    position: relative;
}
.menu>li>a{
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.menu>li:hover>a{
    text-decoration: none;
    background: #125EAB;
	color: #fff;
}
.menu>li:hover>a:before{
    content: '';
    position: absolute;

    left: 0;
    right: 0;
	bottom: 0;
    height: 3px;
    background: #085099;
}
.menu>li:hover>a:after{
    display: none;
}
/*二级菜单*/
.sub-menu{
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    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:#245094;
    text-decoration: none;
}

.section{
    min-height: 300px;
    padding-top: 10px;
}

.title{
    padding-bottom: 3px;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    overflow: hidden;
}
.title h2{
    float: left;
    font-size: 19px;
    font-weight: normal;
    position: relative;
    padding-left: 35px;
	  line-height: 30px;
    color:#245094;
}
.title h2:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 28px;
    height: 25px;
    background: url(../images/icon1.png) no-repeat 0 center;
}
.title h2:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #125EAB;
}
.title .rt{
    font-size: 12px;
    margin:5px 0;
    width: 59px;
    height: 25px;
    color: #245094;
    border-radius: 12px;
    background-color: #ccd5e3;
    line-height: 25px;
    text-align: center;

}

.bodybox .box{
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
	min-height: 300px;
}
.side{
    float: left;
    width: 390px;
}

/*图片新闻*/
.news{
    width: 390px;
    height: 335px;
}
.albumBox{
    width:100%;
	padding-bottom: 40px;
	position:relative;
	border: 1px solid #E9E9E9;
}
.albumBox .hd{
    position:absolute;
    height: 40px;
    right: 0;
    bottom: 0px;
    z-index:1;
    
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 5px;
    margin-top: 10px;
}
.albumBox .hd ul li{
    margin:0 2px;
    width:10px;
    height:10px;
    cursor:pointer;
    display: inline-block;
    background: #BBBCB6;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#125EAB;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 390px;
    height: 290px;
}

.news-img>a{
    display: block;
    position: relative;
}
.news-img h3{
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 120px 0 10px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-img h3:hover{
    color: #125EAB;
}
/*系部概况*/
.intro{
    width: 100%;
    height: 112px;
    margin-top: 20px;
}
.intro .lf{
    width: 46px;
    height: 112px;
    line-height: 108%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    background: #125EAB;
    position: relative;
}
.intro .lf:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left-color: #125EAB;
}
.intro .info{
    position: relative;
    margin-left: 66px;
    height: 112px;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
    overflow: hidden;
}
.intro .info a{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}
/*新闻动态*/
.news-list{
  float: left;
  width: 374px;
  margin-left: 15px;
  background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
  padding: 10px;
}

/*通知公告*/
.notice{
    float: left;
    margin-left: 15px;
    width: 366px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.notice-info{
    margin: 20px 0 25px;
}
.notice-info h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
}
.notice-info span{
    color: #999;
    font-size: 12px;
}
.notice-info p{
    height: 60px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
}

.notice-list{
    position: relative;
}
.notice-list li{
    margin-top: 12px;
    font-size: 16px;
}
.notice-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.notice-list li a{
    position: relative;
    padding-left: 12px;
}
.notice-list li a:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #4c759a;
    border-radius: 50%;
}
.notice-list li a:hover:before{
    background: #125EAB;
}
.notice-list li span{
    float: right;
    color: #999;
}
.notice .title h2:before{
  background: url(../images/icon2.png) no-repeat 0 center;
}
/*党群工作*/
.party{
    float: left;
    width: 366px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.party .title h2:before{
    background: url(../images/icon3.png) no-repeat 0 center;
}
.thumb{
    height: 88px;
    margin: 20px 0;
}
.thumb>a{
    float: left;
    width: 125px;
    height: 88px;
    overflow: hidden;
}
.thumb img{
    display: inline-block;
    width: 125px;
    height: 88px;
    transition: .3s;
}
.thumb img:hover{
    transform: scale(1.1);
}
.thumb-info{
    height: 88px;
    margin-left: 140px;
}
.thumb-info p{
    height: 66px;
    line-height: 22px;
    margin-bottom: 3px;
}
.thumb-info span{
    color: #999;
}
.list li{
    margin-top: 15px;
}
.list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.list li span{
    float: right;
    color: #999;
}

/*教育教学*/
.edu{
    float: left;
    width: 374px;
    margin: 0 15px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.edu .title h2:before{
     background: url(../images/icon4.png) no-repeat 0 center;
}
/*特色建设*/
.research{
    float: right;
    width: 370px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.research .title h2:before{
    
    background: url(../images/icon5.png) no-repeat 0 center;
}
.researchbox{
	margin-top: 20px;
}
.introtxt{
	font-size: 16px;
	text-indent: 2em;
	padding: 15px 10px 6px;
	line-height: 1.8;
	text-align: justify;
}

.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;
    text-decoration: none;
}
.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{
    color: #eee;
	border-top: 4px solid #A5B7D3;
}
.footer p.lf{
    line-height: 30px;
    margin-right: 40px;
}
.footer .rt img{
    border: 5px solid #fff;
}
.footer .rt p{
    font-size: 12px;
    line-height: 25px;
}
.footer .link{
    line-height: 45px;
}
.footer .link span{
    font-size: 24px;
    position: relative;
    padding-left: 40px;
}
.footer .link span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(../images/spirit.png) no-repeat -150px 0;
	
}
.footer select{
    width: 294px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    margin-left: 18px;
    border: none;
	outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/xsj.png) no-repeat 95% center;

}
.footer select option{
    padding: 5px 0;
}
.footerTxt{
	text-align: center;
	padding: 30px 0;
	line-height: 1.8;
  color: #245094;
  font-size: 13px;
}
.footerTxt a{ color: #245094;}
/*左侧导航*/
.aside{
    float: left;
    width: 255px;
    background: #fff;
    position: relative;
    margin: 10px 0 30px;
}
.aside h2{
    position: relative;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #125EAB;
}
.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: #125EAB;
}
.aside>ul>li.on>a:after{
    content: '';
    position: absolute;
    top: 16px;
    right: -10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #125EAB;
}

/*右侧列表*/
.column{
    min-height: 300px;
    margin: 10px 0 30px 275px;
    padding: 20px 25px;
    background: #fff;
}
.wd{
    margin-left: 0;
}
.bread {
    height: 40px;
    line-height: 35px;
    border-bottom: 2px solid #C7C5C5;
    overflow: hidden;
}
.bread p{
    float: left;
    color: #125EAB;
    font-size: 22px;
    padding-left: 14px;
    position: relative;
}
.bread p:before{
    content: '';
    position: absolute;
    top: 8px;
    bottom: 4px;
    left: 0;
    width: 4px;
    background: #125EAB;
}
.bread .rt{
    color: #666;
}
.bread .rt a{
    color: #666;
}
.bread .rt a:hover{
    color: #259479;
}
.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: #125EAB;
    font-size: 20px;
}
.caption p{
    margin-top: 10px;
    color: #888;
    font-size: 12px;
    text-align: center;
}
.caption p span{
    margin-right: 10px;
}
.caption .share{
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.content{
    min-height: 300px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDCDCD;
}
.content table,.content img{
	max-width: 90%;
}
