﻿/*------ 公共部分 ------ 开始*/
.box1{
	margin-bottom: 30px;
}
.box1 .hd{
	border-bottom:3px solid #e5e5e5;
}
.box1 .hd h4{
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -3px;
	padding:0 5px 8px;
	border-bottom:3px solid #548acd;
}
.box1 .hd span a{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #548acd;
	margin:7px 0 0 0;
}
/*------ 公共部分 ------ 结束*/

/*------ 工作动态 dynamic ------ 开始*/
#dynamic .hd{
	margin-bottom: 20px;
}
#dynamic .ct .pic{
	float: left;
	width: 585px;
	height: 400px;
}
#dynamic .ct .list{
	float: right;
	width: 585px;
	overflow: hidden;
	/*padding:0 10px;*/
	height: 400px;
	/*background-color: #fafafa;*/
}
#dynamic .ct .list ul.first{
	margin-top:-9px;
}
#dynamic .ct .list ul.first>li{
	padding:14px 5px;
	border-bottom: 1px solid #DDDDDD;
	border-bottom: 1px solid #eee;
}

#dynamic .ct .list ul.first>li>.second{
	float: left;
	width: 68px;
	height: 60px;
	margin-top:6px;
	padding-top:5px;
	text-align: center;
	border:1px solid #eee;
}

#dynamic .ct .list ul.first>li>.second li.date{
	color: #548acd;
	font-size: 26px;
}
#dynamic .ct .list ul.first>li>.second li.month{
	color: #7d7d7d;
	font-size: 13px;
}
#dynamic .ct .list ul.first>li>.text{
	float: right;
	width: 480px;
}
#dynamic .ct .list ul.first>li>.text h4{
	font-weight: normal;
	font-size: 16px;
	/*line-height: 20px;*/
}
#dynamic .ct .list ul.first>li>.text h4 a{
	display: inline-block;
	width:350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
#dynamic .ct .list ul.first>li>.text h4 a:hover{
	color: #548acd;
}
#dynamic .ct .list ul.first>li>.text p{
	color: #434343;
	line-height: 22px;
	font-size: 14px;
	color: #7d7d7d;
	margin-top:4px;
}
/*------ 工作动态 dynamic ------ 结束*/

/*------box2 法规制度、业务指南、审计学习------开始*/
.box2{
	float: left;
	width: 380px;
	margin-right:30px;
}
/*.box2 .ct{
	overflow: hidden;
	height: 380px;
	background: #eee;
}*/
/*.box2 .ct ul{
	padding-top: 8px;
	margin-top: 10px;
}*/
.box2 .ct ul{
	margin-top: 5px;
}
.box2 .ct ul li{
	padding:3px 0 0 5px;
	font-size: 14px;
	border-bottom:1px dashed #dfdfdf;
}
.box2 .ct ul li a{
	display: inline-block;
	overflow: hidden;
	width:290px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	line-height: 41px;
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/icon_dot.png) scroll no-repeat center left;
}
.box2 .ct ul li a:hover{
	color: #4378ba;
	color: #548acd;
}
.box2 .ct ul li span{
	float: right;
	color: #888;
	margin-top:13px;
}
/*------box2 法规制度、业务指南、审计学习------结束*/

/*------ 相关链接 links ------ 开始*/
#links .hd{
	margin-bottom: 20px;
}
#links .ct ul li{
	float: left;
	margin-right: 24px;
}
#links .ct ul li a{
	font-size: 16px;
	display: inline-block;
	width: 176px;
	height: 48px;
	line-height: 48px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	border:1px solid #548acd;
}
#links .ct ul li a:hover{
	color: #548acd;
	box-shadow: 1px 1px 6px #d2d2d2;
}
#links .ct ul li a img{
	vertical-align: middle;
}
#links .ct ul li.sel select{
	font-size: 15px;
	color: #548acd;
	width: 176px;
	height: 48px;
	border-radius: 0;
	border:1px solid #548acd;
	outline: none;
}
/*------ 相关链接 links ------ 结束*/

/*------ 办公信息 information ------ 开始*/
#information{
	height: 60px;
	line-height: 60px;
	color: #666;
	background-color: #f0f0f0;
}
#information ul li{
	float: left;
	margin-right:20px;
	padding-left: 12px;
	background: url(../images/icon_line.png) no-repeat center left;
}
/*------ 办公信息 information ------ 结束*/