/*--------ABOUT--------*/
.about-bound {
	margin-top:90px;
	padding:20px;
}
.ourmenu-title{
	font-size:18px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:5px;
}
.news-cat {

	background:#fff;
	padding:20px;
}
.staff {
	float:left;
	padding-top:20px;
	padding-left:10px;
}
.about-title, .staff-title {
	font-size: 35px;
	font-weight:bold;
	color: #6e575a;
	text-transform: uppercase;
	margin: 50px 0 25px 0;
	padding-bottom: 1px;
	background: url(../images/dashed.png) 0 bottom repeat-x;
}
.image-staff img {
	min-width:177px;
	min-height:157px;
	margin:0 0 25px 3px;
}
.mar {
	padding-left:25px;
}

/*---------NewsList----------*/

.list-bound.parent-bound{
	
}
.list-title{
	height:42px;
	background:url(../images/title-bg.gif) 0 0 no-repeat;
	color:#fff;
	font-weight:bold;
	line-height:42px;
	text-transform:uppercase;
	margin-left:-28px;
	margin-top:-35px;
	padding-left:20px;
}

.parent-item{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	line-height:20px;
	position:relative;
}
.parent-item:first-child {
	margin-top:0 !important;
}
.parent-item a{
	color:#000;
}
.parent-item.first{
	margin-top:20px;
}
.parent-item img{
	float:left;
	width:150px;
	margin:0 10px 0 0;
	border:2px solid #ccc;
}
.parent-name{
	font-size:15px;
	font-weight:bold;
}
.parent-brief{
	margin-top:10px;
	line-height:22px;
	color:#000;
	font-weight:bold;
}
.parent-detail {
	margin-top:15px;
}
.parent-detail a {
	position:absolute;
	right:5px;
	bottom:5px;
	color:#F00;
}
.date {
	color:#F89C65;
}
.parent-name:hover{}
.parent-detail a,.parent-detail a:hover{position:absolute;right:5px;bottom:5px;}
/*----------NewsDetail---------*/

.newsdetail-name{
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	color:#000;
}
.bound-content{
	line-height:22px !important;
}
.description img{max-width:500px !important;}
.bound-content span,.bound-content p,.bound-content div{font-size:13px;line-height:22px; color:#000;}
.other-item-title{
	border-bottom:1px dotted #ccc;
	line-height:30px;
	margin-top:40px;
}
.other-item-title span{
	font-size:15px;
	font-weight:bold;
}
.other-item ul{list-style:none;line-height:22px;}
.other-item ul li{background:url(../images/arrow_orange.png) 0 40% no-repeat;text-indent:10px; color:#Fff;}
.other-item ul li a{}
.other-item ul li a:hover{color:#ccc !important;}