/* 左边背景 */
.left_bg {
	left: 0px;
	opacity: 1;
	position: relative;
	float: left;
	width: 49.58%;
	height: 420px;
	overflow: hidden;
}
.left_bg img {
	height: 100%;
	position: relative;
	left: 0px;
	display: block;
}

.first_img_content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 134px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88000000, endColorstr=#88000000);
}
.first_img_content .first {
	margin: 0px 20px;
}
.bp1 {
	height: 50px;
    border-bottom: 1px solid #8f8c8b;
    line-height: 60px;
    font-size: 1.2em;
    color: #ffffff;
}
.bp2 {
	line-height: 22px;
    margin-top: 8px;
    font-size: 12px;
    color: #ffffff;
}
.bp2 a{
    color: #87a9cf;
}
.bp2 a:hover{
	color: #fff;
}

/* 右边资讯列表 */
.right_ctt {
	display: block;
	right: 0px;
	opacity: 1;
	width: 49%;
	float: right;
	position: relative;
	height: 420px;
}
.right_content {
    width: 100%;
    background: #F6F6F7;
    list-style: none;
    height: 360px;
}
.right_content li {
	vertical-align: bottom;
	height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    margin: 0px 20px;
    text-indent: 24px;
    position: relative;
    zoom: 1;
}
.right_content li:last-child {
    border-bottom: 0px;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
}
.right_content li i {
	display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: green;
    background: url('../../images/hy/around.png') no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
}
/*.right_content li:hover i {
	background: url('../../images/hy/around.png') no-repeat;
}*/
.right_content li a {
	display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 16px;
    color: #444444;
}
.right_content li span {
    float: right;
    font-size: 14px;
    color: #444444;
}
.right_content li:hover a, .newL li:hover span {
    color: #2192d9;
}

.more {
	width: 100%;
	text-align: right;
	height: 60px;
	line-height: 60px;
	
}
.more a {
	font-size: 13px;
	color: #2192d9;
	padding-right: 20px;
}
.more a:hover {
	color: #ff9900;
}