.caption {
	margin-bottom: 27px;
}
#pushMsg{
	width: 1104px;
	margin: 0 auto;
}
#pushMsg .caption span {
	font-family: "SimSun";
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	padding: 7px;
	display: inline-block;
}

#pushMsg .introduce,
#pushMsg .img {
	float: left;
	display: inline-block;
	height: 280px;
	margin: 0 15px;
}

#pushMsg .img {
	width: 400px;
}

#pushMsg .introduce {
	padding: 10px 0 0 0;
	width: 650px;
}

.foo {
	font-size: 14px;
    color: #656565;
    line-height: 25px;
    word-break: keep-all;
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 170px;
}

span.light-orange {
	border-bottom-color: #E7C28B;
}

.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;
	display: block;
    width: 400px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*text-indent: 15px;*/
}

.title .key {
	margin: 12px 0;
}

#pushMsg .content ul.cp li {
	list-style: none;
	height: 280px;
	margin: 0 0 30px 0;
	background-color: #F7F7F7;
}

#pushMsg .content ul.cp li.more {
	color: #C28D3E;
	height: 50px;
	text-align: center;
}

#pushMsg .content ul.cp li.more>a>div {
	color: #C28D3E;
	line-height: 50px;
	height: 50px;
	color: #C28D3E;
	/*	background: url(../img/colums/more.png) no-repeat 50% 50%;*/
}


/*新闻资讯*/

#newsContainer {
	height: 350px;
	background-color: #F7F7F7;
	
}
.newsintro{
	height: 55px;
}

#newsContainer .news {
	float: left;
	display: inline-block;
	width: 420px;
	height: 336px;
	margin: 0 15px;
	padding: 17px 0;
}

#newsContainer .news-img {
	width: 585px;
	float: left;
	display: inline-block;
	height: 350px;
	margin: 0 15px 0 0;
}

#newsContainer .intro {
	height: 60px;
}

#newsContainer .info {
	font-size: 13px;
    color: #E7C28B;
    text-align: left;
    line-height: 29px;
    height: 29px;
}
#newsContainer .info img{
	position: relative;
    top: 2px;
}
#newsContainer .info a{
	font-size: 13px;
	color: #E7C28B;
	float: right;
	+position: relative;
	+top:-28px;
}
#newsContainer .news ul li{
	background: url(../img/colums/sm-r.png) no-repeat;
    margin: 12px 0 !important;
    text-indent: 12px !important;
    font-size: 16px;
    background-position: 0 7px;
}
#newsContainer .news ul li a{
	display: block;
    width: 310px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 15px;
}
.cp img[im]{
	width: 400px;
    height: 280px;
}
.news-list{
	text-align: right;
    width: 120px;
    display: inline-block;
    position: relative;
    top: -25px;
    right: -310px;
}