.department {
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}
.department .department-list {
	background: url("../img/prsent_1.png") no-repeat bottom center;
	padding-bottom: 55px;
	margin-top: 60px;
}
.department .department-list h3 {
	font-size: 24px;
	line-height: 27px;
	padding-left: 27px;
	background: url("../img/dot-bg.png") no-repeat left center;
	font-weight: bold;
	font-family: SimSun;
}
.department .department-list li {
	width: 190px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	border: 1px solid #7D402B;
	padding: 3px;
	margin-top: 20px;
	margin-right: 30px;
}


.department .department-list li a{
	display: block;
	color: #fff;
	background-color: #9F1B29;
	font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department .department-list li a:hover{
	background-color:#7D402B  ;
}



