@charset "utf-8";
/* CSS Document */
.searchtop { width:100%; padding:20px 0; text-align:center; overflow: hidden;}
.searchinput { height:40px; line-height:40px; width: 70%; border:1px solid #cfcfcf; background:#f5f5f5; border-radius:20px; padding-left:10px; float: left;}
.searchinput input[type=text] { float:left; display:inline-block; width:80%; height:18px; text-align:left; padding:11px 0; padding-left:5px; font-size:18px; border:none; background:none; color:#8c8c8c;}
.searchinput i { font-size:18px; color:#8c8c8c; float:left;}
.searchtop input[type=button] { width: 26%; height:40px; text-align:center; line-height:40px; border-radius:5px; background:#0cad47; border:none; /* margin-top:10px; */ color:#fff; font-size:18px; font-weight:bold; cursor:pointer; float: right;}

.newshotkey { width:94%; margin:0 auto; overflow:hidden; border:1px solid #d4d4d4; border-radius:5px; background:#fff; margin-bottom:10px;}
.newshotkey_tit { width:100%; margin-bottom:10px;}
.newshotkey_tit span { display:inline-block; height:28px; line-height:28px; margin:0 10px; border-bottom:2px solid #cc2215 !important; padding-top:10px;}
.newshotkey_cen li {display: block;width: 92%;height: 35px;line-height: 35px;border-top: 1px solid #d4d4d4;padding-top: 8px;margin-bottom: 3px;margin-left: 4%;margin-right: 4%;}
.newshotkey_cen li a {display: block;width: 45%;float: left;height: 30px;text-align: left;line-height: 30px;padding-left: 8px;border-right: 1px solid #d4d4d4;}
.newshotkey_cen li a i { color:#f00 !important;font-size:14px;}

.searchmh { display:none; border:1px solid #cfcfcf; position:fixed; top:106px; padding-left:10px; border-radius:20px; background:#f5f5f5; z-index:999;}
.searchmh li { line-height:1.5em; cursor:pointer;}
.searchtop .searchinput:hover,.searchtop .searchinput:visited,.searchtop .searchinput:focus{ color:#41bd5f}
