.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;
}


.factory_price_tb{
    width: 100%;
    min-height:450px;
    display:block;
    overflow:hidden;
}
.factory_price_tb .theader{
    height:75px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 75px;
    padding-left:2em;
    background:#FFFFFF;
    z-index:10;
}
.factory_price_tb .tdata{
    padding-left:2em;
    height:60px;
    line-height:30px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C; 
    display:inline-block;
}
.factory_price_tb .factory_price_data{
    z-index:2;
}
.show_price_btn{
	text-align:center;
	height:60px;
	margin-top:20px;
}
.get_price_btn, .get_price_btn:hover{
	width: 239px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #168EFF;
	border-radius: 5px;
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #168EFF;
	line-height: 50px;	
	text-decoration:none;
	padding:14px 26px;
}
.loading{
	width:100%;
	text-align:center;
	display:none;
}
.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;   
}