/* CSS 重置 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {
	-webkit-text-size-adjust: none
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	clear: both
}
body {
	font-family: 'Microsoft YaHei', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #111111;
	background: #FFFFFF;
	-webkit-text-size-adjust: none;
	min-width: 320px;
	font-size: 17px
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}
form {
	display: inline
}
textarea {
	resize: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul,ol {
	list-style: none
}
input,select,button {
	font-family: 'Microsoft YaHei', arial, helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	outline: 0
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button
}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {
	color: transparent
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0
}
a {
	text-decoration: none;
	color: #111111;
}
a:hover {
	color: #666;
	text-decoration: none
}
img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	-ms-interpolation-mode: bicubic
}
.fl {
	float: left
}
.fr {
	float: right
}
.hide {
	display: none !important
}
.show {
	display: block !important
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.break {
	word-break: break-all;
	word-wrap: break-word
}
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both
}
.clearfix {
	*zoom: 1
}
.blank {
	height: 10px
}

/*头部*/
.header{
	width: 100%;
	height: 40px;
	background: #138cef url(/image/vnet1/newindex/image/header_bg.jpg) no-repeat;
	box-shadow: 0px 2px 3px #C3C3C3;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.header .header_logo{
	height: 40px;
	float: left;
}
.header .header_right{
	height: 40px;
	float: right;
}
.header_height{
	height: 40px;
}

/*导航*/
.nav{
	padding: 8px 0px;
	background: #f7f9fb;
}
.nav li{
	width: 16.6%;
	text-align: center;
	line-height:1.7;
	float: left;
	position: relative;
}
.new_nav li{
	width: 25%;
}
.nav li a{
	color: #00438e;
}
.nav li.selected a{
	color: #138CEF;
}
.nav li i{
	width: 1px;
	height: 14px;
	background: #dcdcdc;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -7px;
}
.nav li.last i{
	display: none;
}

/*图文列表*/
.list{
	box-shadow: inset 0px 1px 3px #cccccc;
	padding-top: 5px;
}
.list a{
	clear: both;
	padding: 0px 10px;
	display: block!important;
}
.list a:nth-of-type(even){
	background: #F7F9FB;
}
.list .list_dl{
	clear: both;
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	display: block!important;
}
.list .list_dt{
	float: left;
	width: 70px;
	height: 52px;
	border: 1px solid #efefef;
	background-color: #e4f0f9;
	background-image: url(/image/vnet1/newindex/image/logo.png);
	background-position: center center;
	background-size: 70px auto;
	background-repeat: no-repeat;
	margin-right: 8px;
	position: relative;
}
.list .list_dt img{
	width: 70px;
	height: 52px;
	font-size: 0;
	vertical-align: middle;
	border: 0;
}
.list .list_dd{
	overflow: hidden;
}
.list .list_dd .list_h3{
	clear: both;
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	color: #111111;
	/*margin-bottom: 20px;*/
	overflow: hidden;
}
.list .list_figure .list_h3{
	margin-bottom: 0px;
}
.list .list_nopic .list_h3{
	margin-bottom: 10px;
	height:40px;
}
.list .list_dd .list_time{
	clear: both;
	overflow: hidden;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	color: #999999;
}
.list .list_pics{
	clear: both;
	overflow: hidden;
	padding: 8px 0 6px;
}
.list .list_pics li{
	float: left;
	width: 33%;
	display: inline;
	height: 70px;
	text-align: left;
}
.list .list_pics li span{
	background-color: #e4f0f9;
	background-image: url(/image/vnet1/newindex/image/logo.png);
	background-position: center center;
	background-size: 80px auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 70px;
	width: 94px;
	border: 1px solid #efefef;
	position: relative;
}
.list .list_pics li img{
	width: 94px;
	height: 70px;
}
.ad_imglist{
	width: 320px;
	margin: 10px auto;
}
.list_button{
	margin: 0px 10px;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
}
.list_button .list_btn{
	width: 70%;
	margin: 10px 15% 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FA663A;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	cursor:pointer;
}
/*新增文字广告样式*/
.list.list-gg{
	box-shadow:none;
	padding-top:0px;
}
.list.list-gg span{
	list-style-type:none;
}
/*悬浮*/
.float{
	position: fixed;
	right: 0px;
	bottom: 20%;
	z-index: 100010000;
}
.float .float_show{
	opacity: .6;
	display: none;
}
.float .float_menu{
	padding-left: 10px;
	background: rgba(0,0,0,1);
	font-size: 0;
}
.float .float_title{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	height: 46px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.float .float_title img{
	display: block;
	margin: 0 auto;
	padding-top: 2px;
}
.float .float_cancel{
	width: 23px;
	height: 46px;
	border-radius: 23px 0 0 23px;
	background: rgba(0,0,0,1);
	position: absolute;
	top: 0;
	left: -22px;
}
.float .float_cancel img{
	padding-left: 10px;
}
/*新增css*/
  #loading{
    margin: 0px auto 0 auto;
  padding-top: 12px;
  height: 38px;
  /* display: none; */
  width: 50%;
  text-align: center;
  background: url(/image/vnet/img/loading.gif) 20% center no-repeat #F4F4F4;
  border-radius: 5px 5px 5px 5px;
  color: #000;
  }
  .header ul {
  float: left;
  height: 18px;
}
.header ul li {
  float: left;
  height: 18px;
  line-height: 18px;
  margin-top: 11px;
  border-left: 1px solid #a3d6fb;
}
.header ul li a {
  padding: 0px 11px;
  color: #ffffff;
  font-size: 17px;
  float: left;
}



/* 新增   底部悬浮窗 点击关闭底部客户端推广 css开始*/
  .box-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 62px;
  z-index: 999;
  background: rgba(0,0,0,.7);
  color: #fff;
  }
.box-bottom .close {
display: block;
background: url(/image/vnet1/newindex/image/close_box.png) no-repeat;
/*background-position: center;*/
position: absolute;
top: 22px;
right: 10px;
width: 18px;
height: 18px;
background-size:contain;
}
.box-bottom .logo {
float: left;
width: 40px;
height: 40px;
background: url(/image/vnet1/newindex/image/logoapp_new.png) no-repeat;
margin-top: 10px;
margin-left: 12px;
overflow: hidden;
border-radius: 10px;
background-size: contain;
}
.box-bottom .label {
float: left;
color: #fff;
margin-left: 5px;
margin-top: 15px;
}

.box-bottom .label .tb {
font-size: 18px;
}
.box-bottom p {
font-size: 14px;
line-height: 18px;
}

.box-bottom .open {
position: absolute;
right: 35px;
top: 17px;
}
.box-bottom .open a {
color: #fff;
background: #ec4343;
border: 1px solid #ec4343;
border-radius: 3px;
padding: 5px 10px;
font-size: 16px;
line-height: 16px;
display: block;
}  
/* 底部悬浮窗 点击关闭底部客户端推广 css结束*/

/*新增股指搜索框样式start*/
.scrollDiv {
    height: 25px;
    line-height: 25px;
    border: 0px;
    overflow: hidden;
}
.scrollDiv ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.scrollDiv li {
    height: 25px;
    padding-left: 10px;
}
.scrollDiv li a{
    font-size:14px;
    text-decoration:none;
    color:#000;
}
.stock_form .both{
  clear:both;
}
/*新增股指搜索框样式end*/


/*返回顶部悬浮按钮*/
  .sub_box{
  display:none;
  position: fixed;
   width:50px;
   height:50px;
    right: 2%;
    bottom: 20%;
    z-index: 999;}
  
.back_to_top .icon_gotop{
  text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height:50px;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
.sub_box i  {
      font-style: normal;
  }
.iconfont{
  font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width:2px;
  }
.iconfont img{width:60%;}
