/*新闻资讯*/

#newsContainer {
	width: 1104px;
	margin: 0 auto;
	margin-top:20px;
}
#newsContainer ul li{
    width: 1104px;
    height: 190px;
}
#newsContainer ul>li:first-child{
    background-color: #F7F7F7;
    height: 215px;
}
span.light-orange {
	border-bottom-color: #E7C28B;
}
.line{
	margin-top:2px;
	border:1px dashed #DCDCDC;
    width: 1104px;
}

.title span.rank {
	padding: 10px 30px 0 0;
	border-bottom: 2px solid #E7C28B;
	display: block;
	width: 30px;
}

.title>p:first-child {
	font-size: 18px;
	font-weight: 600;
	color: #403e3e;
}

#newsContainer .news-img {
	float: left;
    display: inline-block;
    width: 360px;
	height: 215px;
	margin: 0 50px 0 0;
}

#newsContainer .firstnews{
    float: left;
	display: inline-block;
	width: 660px;
    height: 215px; 
    padding: 17px 0;
}

#newsContainer .news {
	float: left;
	display: inline-block;
	width: 1104px;
	height: 160px;
	padding: 17px 0;
}

.foo {
	font-size: 14px;
	color: #656565;
    line-height: 25px;
    overflow:hidden;
}

.firstnews .foo{
    margin: 10px 0;
}

.newsintro {
	padding: 10px 0 0 0;
    width: 1104px;
    height: 55px;
}
.firstnews .newsintro{
    width: 660px;
    height: 70px;
}
.firstnews .newsintro .ellip>span{
   white-space: inherit !important;
}

#newsContainer .intro {
	height: 60px;
}

#newsContainer .info {
	font-size: 13px;
    color: #E7C28B;
    text-align: left;
    line-height: 29px;
    height: 29px;
    margin-top: 10px;
}
#newsContainer .info img{
	position: relative;
    top: 2px;
}
#newsContainer .info a{
	font-size: 13px;
	color: #E7C28B;
	float: right;
	+position: relative;
	+top:-28px;
}
#pagerCnt{
	height:50px;
}