﻿@charset "utf-8";
*{padding:0px;margin:0px;box-sizing:border-box;
-o-box-sizing:border-box; /* Firefox */
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
html {font-size:16px;}
body {font-size: 16px;line-height: 150%;margin:5px;font-family:微软雅黑,雅黑;color:#575757;background-color:#ffffff;}
ul{margin:0px;padding:0px;}
li{list-style-type:none;border-bottom:1px solid #eeeeee;list-style-position:outside;margin:5px 0px;padding:5px 0px;text-indent:0;}
.cbody {margin:5px;clear:both;border:1px solid #eeeeee;padding:5px;}
.cbody1 {clear:both;padding:8px;}/*没有边框*/
a:link {color: #003399; text-decoration:none;cursor:hand}
a:visited {color: #990066; text-decoration:underline;cursor:hand}
.icon {
   width: 1.2rem; height: 1.2rem;
   vertical-align: -0.1rem;
   fill: currentColor;
   overflow: hidden;

}
.top_back_share{width:100%;background-color:#efefef;height:36px;line-height:36px;font-size:16px;display:flex;display:-moz-flex;display:-webkit-flex;align-items:center;}/*3列，左侧返回<，中间标题，右侧分享...*/
.top_back_share .icon {width:1.5rem;height:1.5rem;vertical-align:0rem;margin-top:6px;}
.top_back_share span{display:inline-block;}
.top_back_share_back,.top_back_share_share{width:36px;height:36px;line-height:36px;text-align:center;color:#09F;cursor:pointer;}
.top_back_share_title{flex:1;text-align:center;}

#table1 {background-color:#eeeeee;}
#table1 td{background-color:#ffffff;}
td {font-size: 14px;font-style: normal;line-height: 150%;text-decoration: none;	padding: 2px 2px;}

/*查询框ajax*/
.searchajax{margin-top:8px;margin-bottom:8px;border:1px solid #888888;border-radius:3px;vertical-align:middle;height:36px;display:flex;display:-moz-flex;display:-webkit-flex;align-items:center;}
.searchajax form{vertical-align:middle;height:36px;display:flex;display:-moz-flex;display:-webkit-flex;align-items:center;flex:1;}
.searchajax input{border:1px solid #888888;border-radius:3px;flex:1;height:30px;display:inline-block;border:0;font-size:16px;padding:0 5px;margin:0 2px;}
.searchjaxbtn{display:inline-block;width:60px;height:30px;border-radius:3px;background-color:#f00;border:0;margin-right:1px;color:#fff;background-color:#f00;}
.searchjaxbtn1 {display:inline-block;display:none;}
.searchtitle {display:flex;display:-webkit-flex;justify-content:space-between;margin-bottom:10px;}
.searchtitle span {display:inline-block;}
.searchtitle_1 {font-size:14px;}
#searchKeyHistory,#hotSearch{display:none;}
#searchKeyHistory1 {line-height:40px;}
#hotSearch {margin-top:15px;}
#searchKeyHistory1 span,#hotSearch1 span {display:inline-block;margin-right:8px;background-color:#efefef;border-radius:15px;padding:0 15px;height:30px;line-height:30px;cursor:pointer;font-size:14px;}
#searchKeySuggest span {display:block;width:100%;height:36px;line-height:30px;border-bottom:1px solid #efefef;cursor:pointer;}
/*查询框结束*/
h4{font-size:16px;}
h3{font-size:18px;}
h2{font-size:20px;}
h1{font-size:22px;margin:20px 0px;text-align:center;line-height:36px;}
p {margin:16px auto;}
#yibaoshare {display:block;width:90%;line-height:50px;margin:10px auto;background-color:#efefef;border:1px solid #dddddd;border-radius:3px;text-align:center;}
@media only screen and (min-width: 600px){
body {width:600px;margin:2px auto;}
}