/*--------NewsHome--------*/
.newshome-bound{
	padding: 80px 5px 5px 10px;
	background:#000 url(../images/bg-news-cat.jpg) center 0 no-repeat;
	text-align:center;
}
/*----------NewsShock-----------*/
.shocknews-bound{
	width:100%;
}
.news-category-title{
	height:26px;
	line-height:22px;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:bold;
	text-indent:25px;
	font-size:13px;
}
.shock-title{
	font-weight:bold;
}
.news-category-box{padding:5px;}
.shock-item{list-style:none;}
.shock-item li{
	line-height:20px;
}
.shock-item.mutil img{
	border:2px solid #ccc;
	padding:3px;
	background:#fff;
	margin-bottom:5px;
}
.shock-item.mutil li:hover img{ opacity:0.6; filter: alpha(opacity=80); } 
.shock-title:hover{color:#009900 !important;}
.shock-item.hot li{line-height:25px;}
.shocl-item.hot a.shock-title{color:#009900 !important;}
/*---------NewsList----------*/
.list-bound{
	background:#fff;
	min-height:50px;
	margin-top:15px;
	padding:20px;
}
.list-bound.parent-bound{
	background:#fff;
}
.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 dotted #0099ff;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	line-height:20px;
	position:relative;
}
.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; margin-bottom:5px;    padding-bottom: 5px;}
.parent-name:hover{}
.parent-detail a,.parent-detail a:hover{position:absolute;right:5px;bottom:5px;}
/*----------NewsDetail---------*/
.news-cat{
	background:#fff;
	padding:20px;
}
.newsdetail-name{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.bound-content{
	line-height:22px !important;
}
.list-bound .parent-sub a {color: #000}
.description img{max-width:500px !important;}
.bound-content span,.bound-content p,.bound-content div{font-size:14px;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;}
/*----------------Mobile-----------------*/
@media(max-width:767px){.description img{
	width:100% !important;
	height:auto}}