@charset "utf-8";
/*@font-face {
    font-family:"UnidreamLED";
    src: url(UnidreamLED.ttf);
}*/

/*--------------------------------------------------------------------最新消息*/
@media only screen and (max-width: 479px) {
.NewBox{
	width: calc(100% - 15px);
	margin: 3px 3px;
	padding: 5px 5px 27px 5px;
	line-height: 18px;
}	
.Newsname{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100%);
	font-size:105%;
	*height : 1%;
}
.Newdate{
	clear: none;	
	float:left;
	width:100%;
	height:20px;	
	display: inline-block;		
	font-size: 95%;
}
}
@media only screen and (min-width: 480px) {
.NewBox{
	width: calc(100% - 15px);
	margin: 3px 3px;
	padding: 5px 5px 27px 5px;
	line-height: 18px;
}	
.Newsname{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100%);
	font-size:105%;
	*height : 1%;
}
.Newdate{
	clear: none;	
	float:left;
	width:100%;
	height:20px;	
	display: inline-block;		
	font-size: 95%;
}

}

@media only screen and (min-width: 768px) {
.NewBox{
	width: calc(100% - 15px);
	margin: 3px 3px;
	padding: 5px 5px 12px 5px;
	line-height: 18px;
}	
.Newsname{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100% - 95px);
	font-size:105%;
	*height : 1%;
}
.Newdate{
	clear: none;	
	float:left;
	width:90px;
	height:35px;	
	display: inline-block;		
	font-size: 95%;
}

}
@media only screen and (min-width: 1024px) {
.NewBox{
	width: calc(100% - 15px);
	margin: 3px 3px;
	padding: 5px 5px 10px 5px;
	line-height: 18px;
}
.Newsname{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100% - 105px);
	font-size:105%;	
	*height : 1%;
}
.Newdate{
	clear: none;	
	float:left;
	width:90px;
	line-height:18px;
	height:35px;	
	display: inline-block;		
	font-size: 95%;
}

}
@media only screen and (min-width: 1680px) {
.NewBox{
	width: calc(100% - 15px);
	margin: 3px 3px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
}
.Newsname{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100% - 105px);
	font-size:105%;
	*height : 1%;
}
.Newdate{
	clear: none;	
	float:left;
	width:90px;
	height:35px;	
	display: inline-block;		
	font-size: 95%;
}

}
@media only screen and (min-width: 1920px) {
.NewBox{
	width: calc(100% - 15px);
	margin: 3px 3px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
}
.Newsname{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100% - 105px);
	font-size:105%;
	*height : 1%;
}
.Newdate{
	clear: none;	
	float:left;
	width:90px;
	height:35px;	
	display: inline-block;		
	font-size: 95%;
}

}
.Newsname{
	margin-left:5px;
}
.Newsname img{
	width:30px;
	margin-right:5px;
}
.NewBox{
	position: relative;
	clear: both;
	float: left;
	/*display: inline-block;*/
    display : block;
	border-bottom: #ccc 1px solid;
	text-decoration: none;
	transition: all 0.5s ease-out;
	cursor: pointer;
	*height : 1%; 
    overflow:hidden;	
}
.Newdate{
	opacity:0.5;
}
.Qicon{
	clear: none;	
	float:left;
	width:35px;
	line-height:18px;
	height:35px;
	text-align:center;	
	display: inline-block;
	font-size: 130%;
	color:#090;
	*height : 1%; 
}
.Qtitle{
	clear: none;	
	float:left;
	display: inline-block;	
	width:calc(100% - 35px);
	font-size:105%;
	line-height:18px;	
	*height : 1%;
}

.NewBox::after,.Qicon::after,.Qtitle::after{
  content : '';
  clear : both;
  display : block;
  visibility: hidden;
}
.NewMore{
	position: absolute;
	width:75px;
	bottom: 5px;
	right: 5px;
	font-size: 95%;
	color: #999;
	letter-spacing: 0;
	z-index: 1;
	text-align:right;
	text-decoration: none;
	opacity:0;
}	
.NewBox:hover{
	transition: all 0.5s ease-out;
	/*background-color: #CCCCCC;*/
	color: #333;
	/*-moz-box-shadow: 1px 2px 8px 2px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 1px 2px 8px 2px rgba(20%,20%,40%,0.3);
	box-shadow: 1px 2px 8px 2px rgba(20%,20%,40%,0.3);*/
}
a:visited:hover .Newsname{  
    color: #333;
}
a:visited .Newsname{
    color: #7D7D7D;
}

.NewBox:hover .Newdate,.NewBox:hover .NewMore{
	transition: all 0.5s ease-out;
	color: #333;
	opacity:1;
}


/*---------------------------------------------------------------css字*/


.DayF{
	font-size: 160%;
	font-family: "UnidreamLED";
	font-weight: normal;
}	
	

