#con_left {
	width: 250px;
	background: #F8F8F8;
	border: 1px solid #DCDCDC;
	float: left;
}

#the_title {
	width: 250px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
}

#con_left_titles .title_yellow {
	width: 230px;
	height: 40px;
	margin: 10px auto;
	color: #3C3B3B;
	font-size: 18px;
	cursor: pointer;
}

#con_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-right: 0;
}

.tab_news {
	width: 100%;
}

.list_with_point {
	width: 100%;
	height: 34px;
	line-height: 34px;
}
.tab_news_hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #DCDCDC;
	margin: 5px 0;
}

.list_with_point_link{
	width:85%;
}