﻿/*************************************
Author: Haibo GU Ghbjy1128@Gmail.com
Development by: Chinasky.net
Last updated: 07/2/18
*************************************/
 
@import url("index.css");       /*  首页样式    */
@import url("main.css");        /*  内页样式    */

*{padding:0; margin:0;}

a{text-decoration:none; color:#898A8B;}
a:hover{color:#FF5716;}
img,a img{border:0;}
ul, li, dl, dt, dd{list-style:none;}
.both{
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
.font{font-size:10px; font-family:Arial, Helvetica, sans-serif;color:#898A8B;}

body{font-family:"宋体", Verdana; font-size:12px;color:#666; background:#fff; }
/* 整体样式 END */


.ny_time{ width:239px; height:55px;}
  .ny_time .ny_top{ background:#435B9B; color:#fff; text-align:left; padding:8px 10px; height:24px; font-weight:bold;}
  .ny_time .ny_top span{ margin-left:80px; margin-right:5px;}
  .ny_time .ny_bottom{ background:#fff; color:#848484; text-align:right; padding-right:10px; height:15px; line-height:15px;}
