@charset "utf-8";
/* 工作动态   通知公告 */
.content .gztz{
	width: 48%;
	margin-right: 4%;
}
.content .tzgg{
	margin-right: 0%;
}
.title{
	width: 100%;
	height: auto;
	margin: 40px 0 10px;
}
.title p{
	float: left;
	font-size: 32px;
	line-height: 55px;
	color: #ca0b00;
	padding-left: 60px;
	background: url(../img/gzdt.png)no-repeat center left;
}
.title a{
	float: right;
	font-size: 16px;
	color: #999999;
	line-height: 55px;
	display: block;
}
.title a:hover{
	color: #ca0b00;	
}
.content ul li{
	height: 50px;
	border-bottom: 1px solid #eeeeee;
	line-height: 50px;
}
.content ul li a::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content ul li a{
	display: block;
	font-size: 16px;
	color: #132630;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 12px;
	position: relative;
	transition: all .5s;
}
.content ul li a span{
	color: #B3B7B9;
	float: right;
	padding-left: 10px;
}
.content ul li a:hover{
	color:#bd1313;
	text-indent: 8px;
}
.content ul li a:hover::before{background:#bd1313;}
/* 通知公告 */
.content .tzgg .title p{
	background: url(../img/tzgg.png) no-repeat left center;
}
/* 部门概况 */
.bmgk{
	background: url(../img/bmgk-bj.png) no-repeat center;
	margin-top: 65px;
	padding-top: 65px;
}
.bmgk .w1400{
	background-color: #fff;
}
.weizhi{
    padding: 40px 60px;
    position: relative;
}
.weizhi .title{
	margin: 0 0 25px;
}
.weizhi .title p{
	background: url(../img/bmgk.png)no-repeat center left;
}
.weizhi .dp_sub p{
	color: #333333;
	font-size: 17px;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 5px;
}
.weizhi .bmgk-img{
	float: right;
	position: relative;
	right: -40px;
	top: 0;
}
/* 联系我们 */
.lianxi{	
	margin-top: 60px;
}
.lianxi .title{
	margin: 0 0 30px;
}
.lianxi .title  p{
	background: url(../img/lianxi.png)no-repeat center left;
}
.lianxi ul li{
	width: 19%;
	margin-right: 1.25%;
	border-radius: 8px;
}
.lianxi ul li p:nth-of-type(1){
	background: url(../img/dh.png)no-repeat center left;
}
.lianxi ul li p:nth-of-type(2){
	background: url(../img/cz.png)no-repeat center left;
}
.lianxi ul li p:nth-of-type(3){
	background: url(../img/yb.png)no-repeat center left;
	margin-bottom: 40px;
}
.lianxi ul li:nth-of-type(1){
	background-color: #d50f28;
}
.lianxi ul li:nth-of-type(2){
	background-color: #d7823a;
}
.lianxi ul li:nth-of-type(3){
	background-color: #bf9664;
}
.lianxi ul li:nth-of-type(4){
	background-color: #3b749f;
}
.lianxi ul li:nth-of-type(5){
	background-color: #889043;
	margin: 0;
}
.lianxi ul li h2{
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 35px 0;
}
.lianxi ul li p{
	font-size: 14px;
	color: #fff;
	margin-left: 30px;
	padding-left: 30px;
}