.news-main{

}
.news-main .news-cnt{
    padding-left: 260px;
}
.news-main .news-cnt .news-list{

}
.news-main .news-cnt .news-list .news-item{
	margin-bottom: 30px;
}
.news-main .news-cnt .news-list .news-item .news-item-head{
	overflow: hidden;
	margin-bottom: 20px;
}
.news-main .news-cnt .news-list .news-item .news-item-head .news-title{
	width: 75%;
	float: left;
	background: #e0e0e0;
	padding: 10px 10px;
}
.news-main .news-cnt .news-list .news-item .news-item-head .news-title a{
	color: #3c3c3c;
	font-weight: bold;
	font-size: 17px;
}
.news-main .news-cnt .news-list .news-item .news-item-head .news-time{
	width: 25%;
	float: left;
	text-align: right;
	background: #eee;
	padding: 10px 10px;
}
.news-main .news-cnt .news-list .news-item .news-item-head .news-time a{
	color: #8c8c8c;
	font-size: 14px;
}
.news-main .news-cnt .news-list .news-item .news-item-body{
    padding-right: 15px;
    overflow: hidden;
}
.news-main .news-cnt .news-list .news-item .news-item-body:after{
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.news-main .news-cnt .news-list .news-item .news-item-body .news-item-desc{

}
.news-main .news-cnt .news-list .news-item .news-item-body .news-item-desc p{
    font-size: 14px;
    line-height: 28px;
    color: #222;
    padding-left: 10px;
}
.news-main .news-cnt .news-list .news-item .news-item-body .news-item-more{
	text-align: right;
}
.news-main .news-cnt .news-list .news-item .news-item-body .news-item-more a{
    color: #8c8c8c;
    font-size: 14px;
}


.news-cnt .paging{
	border-top: 1px solid #e1e1e1;	
}
.news-item-img{
    max-width: 300px;
    float: left;
    margin-right: 30px; 
    margin-left: 20px;
}
.news-cnt .banner{
    margin-bottom: 50px;
}
.news-cnt .banner h2{
	font-weight: bold;
    font-size: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.news-cnt .banner span{
	display: block;
    text-align: right;
    font-size: 17px;
    padding-right: 50px;
    color: #222;
    margin-bottom: 30px;
}


.news-menu{
	overflow: hidden;
}
.news-menu-lside{
    width: 470px;
    float: left;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    height: 300px;
    line-height: 40px;
    padding: 25px 40px 0;
}
.news-menu-item{
    color: #222;
}
.news-menu-item a{
    color: #222;
    font-size: 16px;
}
.news-menu-rside{
    width: 470px;
    float: left;
    position: relative;
    border-width: 1px 1px 1px 0;
    border-color: #e1e1e1;
    border-style: solid;
    height: 300px;
}
.news-menu .news-menu-rside span{
	position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.news-menu-rside img{
	height: 300px;
    width: 100%;
}

.news-menu-rside .newsing-bg{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #000;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 1;
}
.news-menu-label{
margin-bottom: 10px;
}
.news-menu-label label{
    font-size: 18px;
    color: #b74242;
    font-weight: bold;
}