﻿@charset "utf-8";
/* CSS Document */


#h_news {
	position:absolute;
	top:330px;
	width:100%;
	height:auto;
	z-index:1000;
}
#h_news #h_news_box {
	height: 295px;
	width: 353px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}
#h_news #h_news_box #h_news_bt {
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
}
#h_news #h_news_box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#h_news #h_news_box ul li {
	color: #FFF;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
#h_news #h_news_box ul li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
}
#h_news #h_news_box ul li a:hover {
	color: #F90;
}
#h_news #h_news_box #h_news_but {
	width: 60px;
	margin-top: 10px;
	background-color: #F0AE1A;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
}
#h_news #h_news_box #h_news_but a {
	color: #FFF;
	text-decoration: none;
}
    .fl{ float:left}
    .fr{ float:right}
    
    /*右下角弹出*/
    .dingwe{ position:relative;}
    .tipfloat{
	display:none;
	z-index:999;
	position:absolute;
	bottom:0px;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 275px;
	width: 333px;
	background-image: url(../images/news_bg.png);
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
    .tipfloat_bt{
	padding:0px;
	color:#fff;
}
    .xx_nrong{
	color:#333;
	text-align:center;
	line-height:26px;
	padding-right: 0;
	padding-left: 0;
	display: none;
}
