/*------ 公共部分 ------开始*/
#content .box1{
	width:535px ;
	margin-bottom: 30px;
}
#content .box1 .hd h4{
	font-size: 18px;
	font-weight: normal;
}
#content .box1 .hd a{
	float: right;
	font-size: 12px;
	margin-right: 10px;
	color: #1a569c;
}
#content .box1 .ct ul{
	margin-top: 15px;
}
#content .box1 .ct ul li{
	padding:1px 0;
}
#content .box1 .ct ul li span{
	float: right;
}
#content .box1 .ct ul li a{
	display: inline-block;
	width:80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	padding:2px 0 2px 15px;
	background: url(../images/icon_dot.png) scroll no-repeat center left;
}
#content .box1 .ct ul li a:hover{
	color: #4378ba;
}
/*#content .box2 .hd{
	color: #4378ba;
	border-bottom: 1px solid #cfd8dc;
}
#content .box2 .hd a{
	margin-top: 5px;
	margin-right: 0;
}
#content .box2 .hd h4{
	float: left;
	padding:0 5px 10px 5px;
	margin-bottom: -2px;
	border-bottom:3px solid #4378ba;
}*/
#content .box2 .hd{
	height: 44px;
	line-height: 44px;
	background-color: #eee;
}
#content .box2 .hd h4{
	float: left;
	margin:0;
	color:#fff;
	height: 44px;
	line-height: 44px;
	padding:0 20px 0 44px;
}
/*------ 公共部分 ------结束*/

#content #banner{
	float: left;
	width: 535px;
	height: 320px;
}
#content #inform{
	float: right;
	width: 535px;
	height: 320px;
	overflow: hidden;
}
#content #inform .hd{
	height: 44px;
	line-height: 44px;
	background-color: #eee;
}
#content #inform .hd h4{
	float: left;
	margin:0;
	color:#fff;
	height: 44px;
	line-height: 44px;
	padding:0 20px 0 44px;
	background: url(../images/icon_inform.png) scroll no-repeat center left 15px;
	background-color: #1a569c; 
}
#content #news .hd h4{
	background: url(../images/icon_news.png) scroll no-repeat center left 15px;
	background-color: #4378ba; 
}
#content #recruit .hd h4{
	background: url(../images/icon_recruit.png) scroll no-repeat center left 15px;
	background-color: #4378ba; 
}
#content #inform .ct ul span.more a{
        color:#1a569c;
}
/*------ 灰色区域块链接 link ------开始*/
#links{
	font-size: 14px;
	/*height:160px;*/
	padding: 30px 0;
	background-color: #eee;
}
#links .pic{
	float: left;
	height: 90px;
	margin-top: 4px;
}
#links .pic ul li{
	float: left;
}
#links .pic ul li a{
	display: inline-block;
	margin:0 5px;
}
#links .pic ul li a:hover{
	opacity: 0.8;
}
#links .txt{
	float: right;
	padding-top: 2px;
}
#links .txt ul li{
	padding:6px 0;
	/*line-height: 24px;*/
	color: #666;
}
#links .txt ul li img{
	vertical-align: middle;
	margin-right: 5px;
}
/*------ 灰色区域块链接 link ------结束*/

/*------ tab通知公告公示 ------开始*/
#inform .hd {
	overflow:hidden;
	zoom:1;
	background-color:#f2f2f2;
}

#inform .hd li {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size: 18px;
	float:left;
	width: 100px;
	height:44px;
	cursor:pointer;
	line-height:44px;
	text-align: center;
        color: #7d7d7d;
}

.icon-1{
        padding-left: 20px;
	background: url(../images/icon_inform.png) scroll no-repeat center left 15px;
}

#inform .hd .current{
	background-color: #4378ba;
	color:#fff;
}
#inform{
	position: relative;
}

#inform .ct .more{
  font-size: 12px;
  position: absolute;
  top:13px;
  right:10px;
  color:#4378ba;
}
/*------ tab通知公告公示 ------结束*/
