﻿@charset "UTF-8";
*{
	margin: 0px auto;
}
body{
	font-family: "微软雅黑","黑体",Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}
a,a:hover{
	text-decoration:none;
}
.clear{
	clear:both;
}
body{
	background:url("../images/bg.jpg") repeat;
	width:100%;
}
header{
	padding-top: 35px;
	padding-bottom: 35px;
	background: url("../images/top.jpg") repeat center;
}
.logo img{
	max-width:100%;
}
.header-right{
	text-align:right;
	padding-top:25px;
}
.search{
	padding-top:10px;
	font-size:14px;
}
.search input[type="text"]{
	width:180px;
	height:36px;
	background:#fff;
	border:0;
}
.search button{
	width:60px;
	height:36px;
	background:#1d529b;
	text-align:center;
	color:#fff;
	border:0px;
	margin-left:-5px;
	font-size:20px;
	float:right;
}
.menu{
	width: 100%;
	background:#4a7cab;
	height: 46px;
	line-height: 46px;
}
body,.menu,.main{
	width: 100%;
	
}
@media(min-width:1600px){
	.menu>.container,.logo>.container,.main>.container,.intro,.news-research,.sub-button>.container,.sub-button-menu>.container,.focus>.container,.friend-link>.container,.footer>.container,.banner>.container{
		width: 1400px;
		padding:0px;
	}
}
@media(max-width:1599px){
	.menu>.container,.logo>.container,.main>.container,.intro,.news-research,.sub-button>.container,.sub-button-menu>.container,.focus>.container,.friend-link>.container,.footer>.container,.banner>.container{
		width:1300px;
	}
	.flower img{
		width: 200px;
	}
}
@media(max-width:1365px){
	.menu>.container,.logo>.container,.main>.container,.intro,.news-research,.sub-button>.container,.sub-button-menu>.container,.focus>.container,.friend-link>.container,.footer>.container,.banner>.container{
		width: 100%;
	}
	.logo{
		padding-left: 15px;
	}
}
@media(max-width:1024px){
	.logo .col-md-9{
		width:70%;
	}
	.logo .col-md-3{
		width:30%;
	}
}
@media(max-width:768px){
	.logo .col-md-9{
		width:65%;
	}
	.logo .col-md-3{
		width:35%;
	}
	.logo img{
		width:350px;
	}
	.search input[type="text"]{
		width:150px;
	}
}
@media(max-width:640px){
	header{
		background: url("../images/top.jpg") repeat right;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.logo .col-md-9{
		width:100%;
	}
	.logo .col-md-3{
		width:100%;
	}
	.logo img{
		width:250px;
	}
	.search{
		margin-top:-15px;
	}
	.search input[type="text"]{
		height:32px;
	}
	.search button{
		height:32px;
	}
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu{
	z-index:9999999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: SimSun;
}
#cssmenu > ul > li {
  float: left;
  height: 46px;
  width:9%;
  text-align:center;
}
#cssmenu > ul > li:last-child {
  background: none;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  width:100%;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight:bold;
  line-height: 46px;
  display:block;
}
#cssmenu > ul > li:last-child > a {
	background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	color:#dec37c;
	background:#23507a;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#23507a,endcolorstr=#1e4b74,gradientType=0);
  -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#23507a,endcolorstr=#1e4b74,gradientType=0);/*IE8*/	
  background:#23507a;/* 一些不支持背景渐变的浏览器 */  
  background:-moz-linear-gradient(top, #23507a, rgba(30, 75, 116, 0.8));  
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#23507a), to(rgba(30, 75, 116, 0.8)));  
  background:-o-linear-gradient(top, #23507a, rgba(30, 75, 116, 0.8));
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  
}
#cssmenu ul li:hover > ul > li {
}
#cssmenu ul ul li a {
  padding: 10px;
  width: 170px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height: 1.3em;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#749abe;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff;
}
@media(min-width:1600px){
	#cssmenu ul ul li a {
		width:179px;
	}
}
@media(max-width:1024px){
	#cssmenu ul ul li a {
		text-align:left;
		padding-left:15px;
		width:145px;
	}
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .menu{
	height:32px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	background:#fff;
	z-index:9999;
  }
   #cssmenu>ul {
	padding-bottom:20px;
	border:1px solid #e3e3e3;
   }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a {
	color:#123877;
	line-height:32px;
	padding-left:15px;
  }
	#cssmenu>ul>li>ul{
		display: none;
	}
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 8px 20px 8px 30px;
    font-size: 14px;
    color: #000;
    background: none;
	text-align:left;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
	background:#fff;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}


.banner{
	width: 100%;
	padding-top:15px;
}
.js-silder{
	position: relative;	
	min-width: 320px;
	width:100%;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.silder-main-title{
	position: absolute;
	z-index: 9999;
	bottom: 30px;
	right: 0;
	width: 35%;
	height: 64px;
	line-height: 64px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(6,31,62,0.75);
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	font-size: 16px;
	color: #fff;
}
.silder-main-title a{
	color: #fff;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .silder-main-title{
    background: #061f3e;
    filter:Alpha(opacity=75);
    position:static;
    *zoom:1;
  }
  .silder-main-title a{
    position: relative;
  }  
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
	float:left;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: SimSun;
	font-size: 52px;
	font-weight: 100;
	text-shadow: #666 2px 2px 5px;
	opacity: 0.5;
}
.silder-ctrl-prev:hover,
.silder-ctrl-next:hover{
	opacity: 1;
}
.silder-ctrl-prev{
	left: 10px;
	text-align: left;
}
.silder-ctrl-next{
	right: 10px;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 15px;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	top: -50px;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 15px;
	height:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #8088c1;
}

@media(max-width:1024px){
	.silder-main-title{
		font-size:14px;
	}
}
@media(max-width:768px){
	.silder-ctrl-con{
		top: -30px;
	}
}
.sub-button{
}
.sub-button li{
	float:left;
	width:9.55%;
	text-align:center;
	padding:20px 0px;	
}
.sub-button li.li-style{
	width:0.5%;
	background:#fff;
}
.sub-button a{
	color:#fff;
	font-size: 16px;
}
.sub-button span{
	display:block;
	line-height:150%;
}
.li-style01{
	background:#4a7cab;
}
.li-style01:hover{
	background:#295b89;
}
.li-style02{
	background:#8c7aaf;
}
.li-style02:hover{
	background:#583f89;
}
.li-style03{
	background:#dbb865;
}
.li-style03:hover{
	background:#ac8529;
}
.li-style04{
	background:#c84c30;
}
.li-style04:hover{
	background:#9b2409;
}
.li-line{
	width:1px;
	border-right:1px dotted #fff;
	height:60px;
	margin-top:10px;
}
.sub-button-menu li{
	float: left;
	text-align: center;
}
@media(max-width:768px){
	.li-style01 img,.li-style02 img,.li-style03 img,.li-style04 img{
		height:42px;
	}
	.sub-button li.li-style04{
		padding-top:8px;
		padding-bottom:8px;
	}
}
@media(max-width:640px){
	.sub-button a{
		font-size: 12px;
	}
	.sub-button li{
		float:left;
		width:19.55%;
		text-align:center;
		padding:20px 0px;	
	}
	.sub-button li.li-style{
		width:0.5%;
		height:60px;
	}
	.fg{
		display:none;
	}
	.sub-button li.li-style04{
		padding-top:20px;
		padding-bottom:20px;
	}
	.colum2{
		margin-top:5px;
	}
	.silder-ctrl-con>span{
		width: 10px;
		height:10px;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-o-border-radius:10px;
	}
}
@media(max-width:374px){
	.sub-button li.li-style04{
		padding-top:11px;
		padding-bottom:11px;
	}
}
.main{
	padding-top: 30px;
}
.main-left{
	padding-left:0px;
}
.main-right{
	padding-right: 0px;
}
@media(max-width:768px){
	.main-left{
		padding-left:15px;
	}
	.main-right{
		padding-right:15px;
	}
}
@media(min-width:992px) and (max-width:1248px){
	.main-left{
		width:100%;
	}
	.main-right{
		width:100%;
	}
}
/*新闻速递*/
.more{
	float: right;
	margin-top: 0px;
}
.more a{
	color: #d5b557;
}
.news,.zbjs,.notice,.xxyd{
	width:99.5%;
	border:1px solid #ecebeb;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	padding:20px;
	background:#fff;
}
.zbjs,.notice,.xxyd{
	margin-top: 30px;
}
.news-title,.zbjs-title,.notice-title,.xxyd-title{
	border-bottom:2px solid #d5b557;
	width:100%;
	line-height:46px;
}
.news-title span,.zbjs-title span,.notice-title span,.xxyd-title span{
	color:#d5b557;
	font-size:24px;
	font-weight:bold;
}
.news-main,.zbjs-main,.xxyd-main{
	padding-top:15px;
}
.news-img img,.zbjs-img img{
	width: 100%;
}
.news-img,.zbjs-img{
	padding-left: 0px;
}
.news-con,.zbjs-con{
	width: 100%;
	padding:8px;
}
.news-first-date,.zbjs-first-date{
	text-align: right;
	padding:8px 0px;
}
.news-first-title,.zbjs-first-title{
	padding:7px;
	width: 100%;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-first-con,.zbjs-first-con{
	line-height: 26px;
	overflow: hidden;
	text-align: justify;
}
.news-first-con .text,.zbjs-first-con .text{
     float: right;
     margin-left: -5px;
     width: 100%;
	 overflow:hidden;
	 position:relative;
	 height: 50px;
	 padding:1px 0px;
	 top: 5px;
}  
.news-after:after{
    content: "..."; 
    position: absolute; 
    bottom: 10px; 
    right: 0; 
    padding-left: 40px;
	padding-right:20px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.news-first-title a,.zbjs-first-title a{
	color: #000;
	line-height: 28px;
}
.detail{
	text-align: right;
	width: 100%;
	line-height: 32px;
	position: absolute;
	right: 15px;
}
.detail a{
	color: #054695;
}
.jj{
	height: 15px;
}
.news-item-title,.zbjs-item-title{
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-left: 0px;
	width:75%;
	float:left;
}
.news-item-title a,.zbjs-item-title a{
	color: #000;
}
.news-item-date,.zbjs-item-date{
	text-align: right;
	padding-right: 0px;
	line-height: 32px;
	width:85px;
	padding-left: 0px;
	float:left;
}
.news-li{
	width:47%;
	float:left;
	margin-right:3%;
}
.news-li:nth-child(even){
	margin-right:0px;
	margin-left:3%;
}

@media(max-width:1024px){
	.news-item-title,.zbjs-item-title{
		width:72%;
	}
	.news-item-date,.zbjs-item-date{
		width:95px;
	}
	.news-li{
		width:48%;
		margin-right:2%;
	}
	.news-li:nth-child(even){
		margin-left:2%;
	}
	.zbjs-img,.news-img{
		width:46%;
	}
	.zbjs-first,.news-first{
		width:54%;
	}

}
@media(max-width:768px){
	
}
@media(max-width:767px){
	.news-title span,.zbjs-title span,.notice-title span,.xxyd-title span{
		font-size:18px;
	}
	.news-img,.zbjs-img{
		padding-right:0px;
		width:100%;
	}
	.news-first,.zbjs-first{
		padding-left:0px;
		padding-right:0px;
		width:100%;
	}
	.news-first-title,.zbjs-first-title{
		font-size:16px;
	}
	.news-item-title,.zbjs-item-title{
		width:75%;
		padding-right:0px;
	}
	.news-item-date,.zbjs-item-date{
		width:25%;
		padding-left:0px;
	}
	.jj{
		height: 30px;
	}
	.news-li{
		width:100%;
		margin-right:0%;
	}
	.news-li:nth-child(even){
		margin-left:0%;
	}
}
@media(max-width:413px){
	.news-item-title,.zbjs-item-title{
		width:70%;
		padding-right:0px;
	}
	.news-item-date,.zbjs-item-date{
		width:30%;
		padding-left:0px;
	}
}
@media(max-width:374px){
	.news-item-title,.zbjs-item-title{
		width:65%;
		padding-right:0px;
	}
	.news-item-date,.zbjs-item-date{
		width:35%;
		padding-left:0px;
	}
}
/*值班安排*/
.zbap{
	background: #c37a61;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	padding:15px;
}
.zbap-left{
	width: 20%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding-top: 6px;
}
.zbap-right{
	width: 80%;
	background: #fff;
	padding:10px 15px;
	float: left;
}
.zbap-right-main{
	width: 100%;
	background:url(../images/phone01.jpg) no-repeat right;
}
/*翔安校区*/
.xaxq{
	background: #6196c3;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	padding:15px;
	margin-top: 30px;
}
.xaxq-left{
	width: 20%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	float: left;
	
}
.xaxq-right{
	width: 80%;
	background: #fff;
	padding:10px 15px;
	float: left;
}
.xaxq-right-main{
	width: 100%;
	background:url(../images/phone02.jpg) no-repeat right;
}
@media(max-width:1024px){
	.zbap,.xaxq{
		padding:10px;
	}
	.xaxq{
		margin-top:15px;
	}
	.zbap-left,.xaxq-left{
		width: 25%;
		
	}
	.zbap-right,.xaxq-right{
		width: 75%;
		padding:10px 8px;
	}
}
@media(max-width:768px){
	.zbap{
		margin-top:30px;
		width:48%;
		float:left;
	}
	.xaxq{
		width:48%;
		margin-left:4%;
		float:left;
		margin-top:30px;
	}
}
@media(max-width:640px){
	.zbap{
		margin-top:30px;
		width:100%;
		float:none;
	}
	.xaxq{
		width:100%;
		margin-left:0%;
		float:none;
	}
}
/*通知公告*/
.notice{
	margin-top: 30px;
	width:99.5%;
	border:1px solid #ecebeb;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	padding:20px;
	background:#fff;
	padding-bottom: 30px;
}
.notice-title{
	
}
.notice-item{
	width: 100%;
	border: 1px solid #d5b557;
	margin-top: 15px;
	border-radius: 15px;
}
.notice-date{
	width: 23%;
	color: #fff;
	float: left;
	text-align:center;
	background: #d5b557;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
	padding:10px;
}
.day{
	font-size:16px;
	font-weight:bold;
	width:100%;
	text-align:center;
	line-height:32px;
}
.line{
	width:100%;
	height:1px;
	background:#fff;
}
.year-month{
	width:100%;
	text-align:center;
}
.notice-con{
	width: 77%;
	overflow:hidden;
	padding:10px;
}
.notice-con .text{
     float: right;
     margin-left: -5px;
     width: 100%;
	 overflow:hidden;
	 position:relative;
	 height: 50px;
	 padding:1px 0px;
}       
.text-after:after{
    content: "..."; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    padding-left: 40px;
	padding-right:20px;
	padding-bottom:5px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}
.notice-con a{
	color: #000;
	line-height:24px;
}
@media(max-width:1024px){
	.notice-date{
		width: 28%;
	}
	.notice-con{
		width: 72%;
	}
	.notice-item:nth-child(5){
		display:none;
	}
}
@media(max-width:768px){
	.project-notice{
		margin-top:30px;
	}
	.footer .col-sm-6:first-child{
		padding-right:0px;
	}
	.notice-date{
		width:15%;
	}
	.notice-con{
		width: 85%;
	}
}
@media(max-width:640px){
	.notice-date{
		width:25%;
	}
	.notice-con{
		width: 75%;
		padding-right:5px;
	}
}
@media(max-width:413px){
	.notice-date{
		width:27%;
	}
	.notice-con{
		width: 73%;
	}
}
@media(max-width:374px){
	.notice-date{
		width:33%;
	}
	.notice-con{
		width: 67%;
	}
}

/*学习园地*/
.xxyd-item{
	line-height: 32px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
.xxyd-item a{
	color: #000;
}
@media(max-width:1024px){
	.xxyd-item:last-child{
		display:none;
	}
}
/*focus*/
.focus{
	background:#e9ecf0;
	padding:30px 0px;
	width:100%;
	margin-top:40px;
	padding-bottom:82px;
}
.focus-title{
	padding-left:0px;
}
.focus-left,.focus-right{
	margin-top:30px;
	width:40%;
	height:2px;
	background:#c5c5c6;
	float:left;
}
.focus-mid{
	width:20%;
	float:left;
	text-align:center;
}
.focus-item{
	padding-top:20px;
	padding-bottom:20px;
}
.focus-img,.focus-img img{
	width:100%;
}
.focus-con{
	width:100%;
	border-bottom:5px solid #003567;
	padding:15px;
	background:#fff;
}
.focus-item-title{
	line-height:24px;
	height:48px;
	position:relative;
	overflow:hidden;
}
.focus-item-title a{
	color: #000;
	line-height:24px;
}
.focus-item-date{
	color:#434a51;
	text-align:right;
	margin-top:10px;
}
.focus-more{
	position:absolute;
	left:50%;
	width:100px;
	height:42px;
	line-height:42px;
	text-align:center;
	border:1px solid #003567;
	margin-left:-50px;
	margin-top:10px;
}
.focus-more a{
	color:#003567;
	display:block;
	width:100%;
	height:42px;
}
.focus2{
	margin-left:-30px;
}
@media(max-width:768px){
	.focus{
		padding-left:15px;
		padding-right:15px;
	}
	.focus-title{
		padding-right:0px;
	}
	.focus-left,.focus-right{
		width:35%;
	}
	.focus-mid{
		width:30%;
	}
	.focus-mid img{
		width:100px;
	}
}
@media(max-width:767px){
	.focus-item{
		padding-top:15px;
		padding-bottom:0px;
	}
	.focus-more{
		margin-top:20px;
	}
}

/*link*/
.friend-link{
	padding-top:20px;
	padding-bottom:20px;
}
.link-item{
	width:20%;
	float:left;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}
.link-item img{
	max-width:100%;
	border:1px solid #cecece;
}
@media(max-width:1024px){
	.link-item{
		text-align:center;
	}
	.link-item img{
		max-width:90%;
	}
}
@media(max-width:767px){
	.friend-link{
		padding-left:10px;
		padding-right:10px;
	}
	.link-item{
		width:33.3%;
	}
}

/*footer*/
.footer{
	width: 100%;
	background:#4a6177;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin-top:40px;
}
.footer div{
	line-height: 32px;
}

/*返回头部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
	z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

