/*文字推广*/
.extend_text{
	padding: 0px 10px;
	background: #ffffff;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #D2D2D2;
	/*box-shadow: 0px 2px 3px #C3C3C3;*/
}
.extend_text .ext_tbd{
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #fbfcfd;
	font-size: 15px;
	overflow: hidden;
	position: relative;
}
.extend_text .ext_tbd a{
	color: #111111;
}
.extend_text .ext_tbd span{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px 2px;
	line-height: 15px;
	background: #eeeeff;
	color: #FFFFFF;
	font-size: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*焦点图轮播*/
.slidebox {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0px auto 10px;
	max-width: 100%;
}
.slidebox .slidebox_hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slidebox .slidebox_hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: 2px solid #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
}
.slidebox .slidebox_hd li.on {
	background: #fff;
}
.slidebox .slidebox_bd {
	position: relative;
	z-index: 0;
}
.slidebox .slidebox_bd li {
	position: relative;
	text-align: center;
}
.slidebox .slidebox_bd li img {
	background: url(/image/vnet1/newindex/image/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
}
.slidebox .slidebox_bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slidebox .slidebox_bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(/image/vnet1/newindex/image/focusBg.png) repeat-x;
	color: #fff;
	font-size: 14px;
	text-align: left;
}

/*头条*/
.top_news{
	margin: 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCDCDC;
}
.top_news h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
}
.top_news h2 a{
	color: #333333;
}
.top_news .top_news_info{
	text-align: center;
	font-size: 14px;
}

/*文章列表*/
.news_list{
	padding: 5px 10px;
}
.news_list li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.news_list li b{
	font-weight: normal;
	color: #333333;
}

/*广告*/
.ad_img{
	padding: 5px 10px 15px;
}
.ad_img .ad_pic_tit{
	width: 7%;
	height: 60px;
	padding: 15px 0px;
	background: #FA663A;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	float: left;
}
.ad_img .ad_pic_img{
	width: 30%;
	height: 90px;
	margin-left: 1%;
	float: left;
}
.ad_img2 .ad_pic_tit{
	width: 16%;
	height: 40px;
	background: #80c269;
	padding: 10px 0px;
}
.ad_img2 .ad_pic_img{
	width: 20%;
	height: 60px;
}
.ad_search{
	background: #F7F9FB;
	padding: 0px 0px 5px;
}
.ad_imglist{
	width: 320px;
	margin: 10px auto;
}
.ad_pic{
	padding: 5px 10px 20px;
	text-align: center;
}
.ad_pic img{
	max-width: 100%;
	height: auto;
}

/*选项卡新闻*/
.new_tab{
	width: 100%;
}
.new_tab .new_tab_bg{
	width: 100%;
	height: 40px;
	background: #eaeaea;
	box-shadow: inset 0px 1px 3px #cccccc;
}
.new_tab .new_tab_tit{
	margin: 0px 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #78bbf1;
	position: relative;
}
.new_tab .new_tab_tit a.blue{
	color: #138CEF;
}
.new_tab .new_tab_tit span{
	line-height: 35px;
	padding-right: 17px;
	border-bottom: 4px solid #138CEF;
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.new_tab .new_tab_hd{
	padding: 0px 10px;
}
.new_tab .new_tab_hd ul{
	height: 34px;
	float: right;
}
.new_tab .new_tab_hd li{
	height: 34px;
	line-height: 30px;
	padding: 0px 10px;
	float: left;
}
.new_tab .new_tab_hd li.on{
	background: #138CEF;
	color: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.new_tab .new_tab_bd .new_tab_cnt{
	display: none;
}
.new_tab .new_tab_bd .new_tab_cnt:first-child{
	display: block;
}
.new_tab .new_tab_bd .news_pic{
	padding: 5px 10px 0px;
}
.new_tab .new_tab_bd .news_pic li{
	width: 48%;
	margin: 0px 1%;
	position: relative;
	float: left;
}
.new_tab .new_tab_bd .news_pic li img{
	width: 100%;
	height: auto;
}
.new_tab .new_tab_bd .news_pic li p{
	position: absolute;
	background: rgba(0,0,0,.4);
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
	left: 0;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.new_tab .new_tab_btn{
	width: 70%;
	margin: 5px 15% 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FA663A;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
}

/*推荐新闻*/
.recommend{
	/*box-shadow: inset 0px 3px 5px #cccccc;*/
	padding: 10px 0px 5px;
	background: #F7F9FB;
}
.recommend .rec_bd{
	margin: 10px;
	border: 1px solid #5cb1f7;
	border-top: 2px solid #138CEF;
	box-shadow: 0px 3px 5px #CCCCCC;
	background: #f8fcff;
	position: relative;
}
.recommend .rec_bd .rec_tit{
	position: absolute;
	right: 2%;
	top: 0px;
	padding: 0px 4%;
	height: 34px;
	color: #FFFFFF;
	background: url(/image/vnet1/newindex/image/recommend.png) no-repeat;
	background-size: 100% 34px;
}

/*股票搜索*/
.new_tab_stock{
	padding: 10px 10px 0px;
}
.new_tab_stock .new_tab_stock_search{
	margin-top: 2px;
}
.new_tab_stock_search .stock_form{
	width: 280px;
	height: 34px;
	border: 1px solid #fda58b;
	float: left;
	margin-top:4px;/*新增*/
}
.new_tab_stock_search .stock_text{
	width: 170px;
	height: 24px;
	line-height: 24px;
	padding: 5px 5px;
	border: none;
	border-right: 1px solid #fda58b;
	font-size: 15px;
	float: left;
}
.new_tab_stock_search .stock_btn{
	width: 95px;
	height: 30px;
	line-height: 26px;
	border: none;
	margin: 2px;
	font-size: 15px;
	background: #FA663A;
	color: #FFFFFF;
	float: left;
}

/*页尾*/
.footer{
	background: #ececec;
	padding: 10px 10px 5px;
	box-shadow: inset 0px 1px 3px #cccccc;
}
.footer .footer_head{
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	float: left;
}
.footer .footer_head li{
	padding: 0px 1.5%;
	line-height: 32px;
	float: left;
}
.footer .footer_head li.selected a{
	color: #138CEF;
}
.footer .footer_center{
	width: 100%;
	margin-bottom: 5px;
	float: left;
	position: relative;
}
.footer .footer_center li{
	padding: 0px 2%;
	line-height: 34px;
	font-size: 15px;
	float: left;
}
.footer .footer_center li span{
	color: #ff6334;
}
.footer .footer_center .footer_exam{
	width: 86px;
	height: 34px;
	line-height: 34px;
	background: url(/image/vnet1/newindex/image/footer_exam.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
.footer .footer_bottom{
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
	float: left;
}