#newsIframe{
	float: left;
	border: none;
}
/*内容区*/
.wrap .main {
    padding-top: 35px;
    padding-bottom: 32px;
    background: #f2f2f2;
}
.wrap .main .con {
    overflow: hidden;
    background: white;
    border: 1px solid #DCDCDC;
    border-top: 0;
    border-left: 0;
}
/*右侧内容区域*/
.rightCon{float: left;width: 865px;}
/*右侧公共列表*/
.rightCon .common_nav_ul {
    display: block;
    margin: 30px 18px 25px 30px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #DCDCDC;
}
/*streetMsg*/
.wrap .load{height: 500px}
.wrap .load img{margin-left: 50%;margin-top: 30%;}
.news_search{
	width: 817px;
	margin: 0 18px 0 30px;
	padding: 19px 0;
	border-bottom: 1px solid #DCDCDC;
	font-size: 0;
}
.news_search .s_time{
	margin-right: 24px;
}
.news_search .s_time,
.news_search .s_words{
	display: inline-block;
	vertical-align: middle;
}
.news_search .s_time span,
.news_search .s_words span{
	font-size: 14px;
	color: #262626;
	vertical-align: middle;
}
.news_search input,
.news_search .select_ie8{
	position: relative;
	display: inline-block;
	width: 88px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
	margin: 0 6px;
	padding: 0 5px;
	font-size: 14px;
}
.news_search .select_ie8 span{
	height: 26px;
	line-height: 26px;
    font-size: 14px;
    display: block;
    background: url(/global/select_down.png) no-repeat;
    background-position: right center;
    padding-right: 22px;
    padding-left: 5px;
}
.news_search .select_ie8 select{
	height: 26px;
    line-height: 26px;
    border: none;
    outline: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    top: 0;
    left: 0;
    top: 1px\9;
    left: 1px\9;
    position: absolute;
    width: 100%;
}
.news_search .keys_words{
	width: 178px;
}
.news_search .sub_btn{
	width: 70px;
	height: 28px;
	line-height: 28px;
	margin-right: 0;
	color: #ffffff;
	text-align: center;
	background: #4774c3;
	border: none;
	cursor: pointer;
}

/*newsVideo*/
.newsVideo .common_video .news_video,
.newsVideo .common_video .common_video_ul{
	width: 817px;
	margin: 0 auto;
	height: 500px;
}
.video_wrap{height: 470px;}
.newsVideo .common_video .news_video .video_title{
	background: #0e1727;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #ffffff;
	padding: 0 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 30px;
}
.common_video .common_video_ul{
	padding: 30px 0;
}
.common_video .common_video_ul li{
	border-bottom: 1px solid #E5E5E5;
	height: 40px;
	line-height: 40px;
}
.common_video .common_video_ul a{
	background: url(/global/video_logo.png) no-repeat left center;
	padding-left: 25px;
	display: block;
	color: #262626;
	font-size: 15px;
	cursor: pointer;
}
.common_video .common_video_ul li.on a{
	background: url(/global/video_logo_on.png) no-repeat left center;
}
.common_video .common_video_ul li.on a span:first-child{
	font-weight: bold;
}
.common_video .common_video_ul a:hover{
	background: url(/global/video_logo_on.png) no-repeat left center;
}
.common_video .common_video_ul a:hover span:first-child{
	font-weight: bold;
}
.common_video .common_video_ul a span{
	float: right;
}
.common_video .common_video_ul a span:first-child{
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 360px;
}