@charset "UTF-8";

/* time */
.time{height: 35px;background: #252D38;color: #DCDDDE;line-height: 35px;font-size: 12px;}
.time-box{width: 1100px;margin: 0 auto;}

/* logo/search */
.search-logo{margin: 30px 0 20px;}
.logo{text-align:center;background: url(http://zfw.km.gov.cn/images/2019new/top01_03.png);
    width: 180px;
    height: 52px;}
.logo .zh{font-size: 40px;font-weight: bold;}
.logo .en{font-size: 14px;}
.search-box form{background: url("../../images/2018-news/search.png") no-repeat center;width: 347px;height: 36px;margin-top: 15px;}
.search-box form input[type="text"]{height: 35px;margin-left: 10px;outline: none;width: 300px;}
.search-box form input[type="submit"]{height: 35px;width: 35px;cursor: pointer;}

/* nav */
.nav{height: 45px;background: #c42626;}
.nav .box{border-right: 1px solid #c42626;}
.nav a{width: 99px;border-left: 1px solid rgba(255,255,255,0.3);text-align: center;height: 45px;line-height: 45px;color: rgba(255,255,255,1);}
.nav a:hover{font-size: 16px;font-weight: bold;background: #D5000F;}

/* link */
.link{background: #003587;padding: 20px 0 40px;margin-top: 40px;}
.link p{color: #FFF;}
.link .selected{margin-top: 15px;}
.link select{width: 245px;margin-right: 30px;}

/* bottom */
.bottom{background: #323334;color: #FFF;font-size: 13px;padding: 20px 0;}
.bottom .bottom-border{border-bottom: 1px solid #575859;padding-bottom: 15px;}