#con_left {
	width: 250px;
	background: #F8F8F8;
	border: 1px solid #DCDCDC;
	float: left;
}

#con_right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 0;
}

#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;
}

.right_tab {
	overflow: hidden;
}

.news_with_pic {
    width: 206px;
    height: 173px;
    float: left;
    margin: 0 0 20px 20px;
    position: relative;
}

.news_with_pic img {
	width: 100%;
	height: 100%;
}

.news_name {
	width: 100%;
	height: 24px;
	background: #313131;
	background: #31313199;
	position: absolute;
	bottom: 0;
}

.news_name span {
	width: 80%;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-indent: 9px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}