@CHARSET "UTF-8";
.news_div{
	margin: 50px 0;
}
.news{
	width: 1200px;
	margin: 0 auto;
}

/* 右侧 */
.right_content .right_news_list{
    margin: 30px 0;
}
/* 新闻列表 */
.right_news_pic_list .right_news_pic{
    border: 1px solid #d5d5d5;
    padding: 5px;
    float: left;
}
.right_news_pic_list .right_news_pic img{
	width: 255px;
	height: 150px;
}
.right_news_pic_list .right_news_pic_detail{
	width: 560px;
	float: right;
    padding: 10px 0;
}
.right_news_pic_list .right_news_pic_detail a{
	color: #858585;
}
.right_news_pic_list .right_news_pic_detail h3{
    font-size: 18px;
    font-weight: bold;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_news_pic_list .right_news_pic_detail p{
    font-size: 14px;
    color: #858585;
    margin: 10px 0;
    line-height: 25px;
}

.right_news_text_list li{
    height: 40px;
    line-height: 40px;
	border-bottom: 1px dashed #e5e5e5;
}
.right_news_text_list a{
    color: #3c3c3c;
	display: block;
    text-decoration: none;
}
.right_news_text_list a:hover{
	background-color:#e3e3e3;
}
.right_news_text_list a p{
    width: 88%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_news_text_list a span{
}
.gray_line{
    border-top: 1px solid #e5e5e5;
    margin: 20px 0;
}
.right_news_content{
}
.right_news_content_title{
    margin: 20px 0;
}
.right_news_content_title h3{
    font-size: 22px;
    text-align: center;
}
.right_news_content_title p{
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    color: #999;
}
.right_news_content_detail{
    line-height: 25px;
    padding: 20px 0;
    border-width: 1px 0px;
    border-color: #D6D1D1;
    border-style: dashed;
    margin-bottom: 20px;
}

.prev a{
	color: #666;
}
.next a{
	color: #666;
}