@charset "utf-8";

* 

.i_b11 {
    
	background:#f7f7f7;
}

.i_b11 .i_title,.i_b11 .i_title p {
	color: #333;
}

.i_news {
	padding: 0 18px;
	background: #f7f7f7;
	margin-top: 34px;
}

.i_news_item {
	margin: 0 3% 0 2%;
	padding-top: 20px;
}

.i_news_item > h3 {
    margin:0 0 0 0; 
    text-align: center;
/*	font-size: 24px;
	font-weight: normal;*/
	color: #333333;
}

.i_news_item > h3 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 50px;
	line-height: 50px;
	min-width: 140px;
	padding: 0 4px;
	border-bottom: 2px solid #ffa811;
}

.i_news_list {
	padding-top: 10px;
	height: 490px;
	overflow: hidden;
}

.i_news_list li {
	padding: 10px 0;
	border-bottom: 1px dashed #0195a1;
	height: 158px;
}

.i_news_pic {
	width: 40%;
	height: 150px;
	float: left;
	overflow: hidden;
}

.i_news_pic img {
	width: 48%;
	min-width: 158px;
	transition: all .6s;
}

.i_news_pic:hover img {
	transform: scale(1.2);
}

.i_news_text {
	width: 60%;
	height: 130px;
	float: right;
	padding-left: 14px;
	background: url(../images/adv_li_bg.png) no-repeat left 10px;
}

.i_news_text h3 {
	height: 20%;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	padding-top: 4px;
}

.i_news_text h3 a:hover {
	color: #c91414;
}

.i_news_desc {
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 4px;
}

.i_news_more {
	height: 24px;
	line-height: 24px;
	margin-top: 2px;
}

.i_news_more a {
	color: #c91414;
}

.i_news_more a:hover {
	text-decoration: underline;
}