.news_nav{
	margin-bottom:33px;
}
.news_nav .news_nav_li{
	display:inline-block;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(45,45,45,1);
}
.news_nav .news_nav_li a{
	color:rgba(45,45,45,1);
	text-decoration:none;
}
.news_nav .active a{
	color:rgba(22,142,255,1);
	text-decoration:none;
}
.report_data_list_screen{
	width:100%;
	padding:0;
	margin:0;
	height:82px;
	background:rgba(255,255,255,1);
	border:1px solid #F4F4F4;
}
.report_data_list_screen_middle{
	width:1200px;
	margin:auto;
}
.report_data_list_screen_middle span{
	height:19px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(117,117,117,1);
	line-height:36px;
}
.report_data_list_screen_middle select{
	margin-left:55px;
	border:none;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:36px;
}
.price_chart{
	width:1125px;
	height:480px;
	margin:auto;
}
.price_notify .title{
    font-size:20px;
    font-family:Microsoft YaHei;
}
.price_notify .info{
    font-size:18px;
    font-family:Microsoft YaHei;
    color:rgba(44,44,44,1);	 
	text-indent:2em;
}

.not_vip{
	width: 1070px;
	height: 480px;
	background-color: rgb(255,255,255);
	border:1px solid #EEEEEE;
	position:absolute;
	margin-left:110px;
	margin-top:-500px;
	text-align:center;
	vertical-align:middle;
	line-height:480px;
	display:none;
}

.not_vip .show_vip_tips{
	width: 276px;
	height: 62px;
	background: #FFFFFF;
	border: 1px solid #168EFF;
	border-radius: 5px;
	width: 240px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #168EFF;
	line-height: 60px;
	padding:14px 18px;
	text-decoration:none;
	margin:auto;
}
.report_data_list_screen_middle .search_btn{
	text-decoration:none;
	background: #168EFF;
    color: #FFFFFF;	
    border: 1px solid #168EFF;
    border-radius: 5px;
	width:50px;	
	height:30px;
    line-height:30px;
	padding:0 7px;
	display:inline-block;	
}
.download_screen {
	height:130px;
	line-height:130px;
    text-align:center;
    vertical-align:middle;	
}
.download_screen .download_btn, .download_screen .download_btn:hover{
	width: 187px;
	height: 50px;
    line-height: 50px;	
	background: #FFFFFF;
	border: 1px solid #168EFF;
	border-radius: 5px;
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #168EFF;
    text-decoration:none;
	display:block;
	margin:auto;
}

.price_index{
    width: 1200px;
    height: 146px;
    text-align:center;
    margin-bottom: 20px;	
}
.price_index .price_index_item{
    /* border-right: 2px solid #E5E5E5; */
    padding: 20px;
    box-shadow:21px 0px 7px -25px rgba(55,55,55,1);
	cursor: pointer;
}
.price_index .price_index_item.last{
    box-shadow: none;
}
.price_index .price_index_item .title{
    display:inline-block;
    height: 20px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 20px;
}
.price_index .price_index_item .date{
    display:inline-block;
    height: 20px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 20px;
    opacity: 0.5;
}
.price_index .price_index_item .index{
    margin-top:10px;
    height: 35px;
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 35px;
}
.price_index .price_index_item .diff_val{
    margin-top:14px;
    height: 21px;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
}
.price_index .price_index_item .index.red,
.price_index .price_index_item .diff_val.red{
    color: #F06566;
}
.price_index .price_index_item .index.green,
.price_index .price_index_item .diff_val.green{
    color: #15B27E; 
}
.price_index .price_index_item .index.grey,
.price_index .price_index_item .diff_val.grey{
    color: #999999;
}
.float_show{
    width:200px;
    height:300px;
    position:fixed;
    top:380px;
    right:10px;
    text-align:center;
    background-color:#f3f3f3;
}