/*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: #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;
}
/*头部*/
.header{
    position: relative;
	background:#125EAB;
}
.header .top {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-bottom: 1px solid #D6E5DA;
}
.header .top span{
    margin-right: 15px;
}
.header .top .rt a{
    text-decoration: none;
}
.header .top i{
    color: #A2A2A2;
    font-size: 12px;
    font-style: normal;
    margin: 0 8px;
}
.header .logo{
    float: left;
    height: 152px;
    line-height: 152px;
}
.header .logo img{
    animation: zoomIn 1s;
}
.search{
    float: right;
    position: relative;
    margin-top: 35px;
}
.search .lf{
  float: right;
  padding-bottom: 5px;
}
.search .lf a{
  color: white;
}
input[type='text']{
    height: 40px;
    line-height: 40px;
    width: 240px;
    padding: 0 50px 0 10px;
    border: none;
    background: #fff;
    border: 1px solid #125EAB;
    border-radius: 3px;
}
input[type='submit']{
    position: absolute;
    top: 25px;
    right: 0;
    width: 45px;
    height: 42px;
    line-height: 42px;
    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{
    width: 100%;
    height: 52px;
    background: #085099;
}
.nav .menu{display:flex;}
.menu>li{
    float: left;
    width: 133px;
flex:1;
    position: relative;
}
.menu>li>a{
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li>a:after{
    content: '';
    position: absolute;
    top: 20px;
    right: -1px;
    width: 0;
    height: 15px;
    border-left: 1px solid #92CABC;
}
.menu>li:last-child>a:after{
    display: none;
}
.menu>li:hover>a{
    text-decoration: none;
    background: #125EAB;
}
.menu>li:hover>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 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:#085099;
    text-decoration: none;
}

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

.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: 0;
    width: 22px;
    height: 22px;
    background: url(../images/spirit.png) no-repeat;
}
.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;

}

.box{
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
}
.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: 370px;
  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{
  width: 22px;
  height: 22px;
  background-position-x: -22px;
}
/*党群工作*/
.party{
    float: left;
    width: 366px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.party .title h2:before{
    top: 3px;
    width: 22px;
    height: 22px;
    background-position-x: -44px;
}
.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: 368px;
    margin: 0 20px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.edu .title h2:before{
    width: 22px;
    height: 22px;
    background-position-x: -65px;
}
/*特色建设*/
.research{
    float: right;
    width: 366px;
    background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
    padding: 10px;
}
.research .title h2:before{
    width: 22px;
    height: 22px;
    background-position-x: -88px;
}
.researchbox{
	margin-top: 20px;
}
.research ul{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.research li{
    margin-bottom: 18px;
    float: left;
}
.research li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.research li img{
    display: inline-block;
    width: 366px;
    height: 109px;
}
/*. research li a:hover img{
  transform: scale(1.1);
}
.research li a:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #d5302b;
  z-index: 9;
  transform: scale(0);
  transition: .5s;
}
.research li a:hover:before{
  transform: scale(1);
} */
/*友情链接*/
.links{
  float: left;
  width: calc(100% - 20px);
  background-image: linear-gradient(#e6edf7 10%,#ffffff 40%);
  padding: 10px;
}
.links .title h2:before{
  width: 26px;
  height: 24px;
  background-position-x: -110px;
}
.links ul{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.links ul li{
  margin-right: 15px;
  margin-top: 18px;
}
/*快捷入口*/
.quick .title h2:before{
    width: 22px;
    height: 22px;
    background-position-x:-88px;
}
.quick ul{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.quick .mquick{
	display: none;
}
.quick li{
	flex: 1;
	margin: 32px 18px 15px;
}
.quick li a{
	display: flex;
	align-items: center;
	background-color: #659ED8;
	border-radius: 8px;
	color: #fff;
	line-height: 1.4;
	height: 100px;
}
.quick li i{
	width: 82px;
	height: 100%;
	border-radius: 8px 0 0 8px;
	background-color: #125EAB;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.quick li:nth-child(2) i{
	background-image: url(../images/icon2.png);
}
.quick li:nth-child(3) i{
	background-image: url(../images/icon3.png);
}
.quick li:nth-child(4) i{
	background-image: url(../images/icon4.png);
}
.quick li:nth-child(5) i{
	background-image: url(../images/icon5.png);
}
.quick li span{
	padding: 15px;
	font-size: 18px;
}
.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;
    background: #d7dde5;
}
.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: #5a6c84;
  font-size: 13px;
}
.footerTxt a{ color: #5a6c84;}
/*左侧导航*/
.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%;
}
