@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
input { outline: none }
.fl { float: left; }
.fr { float: right; }
.con_box { width: 1000px; height: auto; overflow: hidden; margin: 0 auto; }
.line_box { width: 100%; height: auto; overflow: hidden; /*border-bottom: 1px solid #e0e0e0;*/ }


/* 顶部导航 */
.nav { width: 100%; height: 55px; background: #a72126;  z-index:200; position:fixed;}
#nav { width: 1000px; height: 55px; margin: 0 auto;}
#nav li { float: left; display: block; background: none; position: relative; z-index: 20; border-left: 1px solid #fff; }
#nav li.bor { border-right: 1px solid #fff; }
#nav li span.jt { font-family: Georgia; padding-left: 17px; }
#nav li a { display: block; padding: 0; font-weight: 700; line-height: 55px; text-decoration: none; color: #fff; zoom: 1; padding: 0px 21px 0 22px; font-size:18px; }

#nav ul { position: absolute; left:0px; display: none; margin: 0; padding: 0; list-style: none; }
#nav ul li { width: 150px; float: left; border-top: 1px solid #eee; text-align: left; background: #c4d5e8; font-size:14px !important; }
#nav ul li:hover {background: #ccc;}
#nav ul a { display: block; height: 20px; line-height: 20px; padding: 8px 2px; color: #666; font-weight: normal; }
#nav .red a{
    color: #002a54;
}
/*END*/
/*logo*/ 
.con_logo { width: 100%; height: 100px;  margin-top: 25px; margin-bottom: 10px;}
.logo { width: 548px; height: 79px; }
.date { width: 153px;
    height: 18px;
    /* background: url(http://www.xinhuanet.com/english/20161108new/images/clock.jpg) no-repeat left center; */
    /* padding-left: 25px; */
    margin: 55px 0 0 75px; }
#Date { font-family: Georgia; font-size: 14px; color: #434343; }
.sreach_box { width: 196px; height: auto; margin: 16px 0 0 28px; }
.sreach_v1 { width: 150px; height: 20px; border: 1px solid #d3d3d3; border-right: none; }
.username { width: 150px; height: 20px; border: none; }
.sreach_v2 { width: 30px; height: 20px; border: 1px solid #d3d3d3; border-left: none; padding: 5px 5px 0px 0px; }
.slect_box { float: right; }
.slect { border: none; outline: none; width: 88px; font-weight:bold; cursor: pointer; }
.sreach { margin-top: 6px; }
.column .item li{ margin-top:15px;}
.column .item{margin-top:10px;}
.toptitle{ color:#00b7ee;}

.dh{ width:1000px; height:auto; margin:auto; padding-top:85px;}
.dh .on{ font-weight: bold; padding-bottom: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }

.dh ul{ }
.dh li{ float: left; padding: 0px 15px; border-left-width: 1px; border-left-style: solid; border-left-color: #999; font-size:20px; line-height:24px; color:#000; position:relative; }
.dh li a{color:#000; }
.dh li:first-child { border:none; padding-left:0px;}
.bh{ position:absolute; left:0px; top:30px; height: 5px; background: #022855; width:92%;}
/*END*/

