@charset "utf-8";
/* CSS Document */
html {
    background:white;
    color:black;

}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
	font-family:"微软雅黑";
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
	width: 1.5em;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
a{color:inherit;}
a:hover{ text-decoration:none; }

.header{ background:#2d80c4; color:#fff; height:48px; width:100%;}
.pad{ padding:11px 20px;}
.back,.share{width:10%;}
.back img{ width:26px; height:auto;}
.share img{width:36px; height:auto;}
.share{ text-align:right;}
.header h1{ width:80%; font-size:1.8em; text-align:center; line-height:1em;}

.lh{ text-align:center; background: #309fd6;}
.lh h2{ font-size:2em;color: #ffffff;}
.lh p{ font-size:2em; color:#999;}
.content ul{ width:100%;}
.content ul li{ height:48px; line-height:48px; font-size:1.5em;}
.content ul li:nth-child(odd){ background:#e2edef;}
.content ul li:nth-child(even){ height:auto; line-height:2.0em;}
.content ul li.wdh{height:auto; }
.content ul li.ccdz{height:auto; }
.content ul li a{ width:80%; margin:0 auto; background:url(images/trg.png) no-repeat left center; padding-left:40px; display:block;}
.content ul li a.notrg{ background:none;}
.content ul li a span{ color:#2f80c2;}
.content ul li.center{ text-align:center;color:#2f80c2;}
/* 1801小饭桌 */
.content ul li p{ width:80%; margin:0 auto; background:url(images/trg.png) no-repeat left center; padding-left:40px; display:block; color:#4c4a4b;}
.content ul li p.notrg{ background:none;}
.content ul li p span{ font-weight:bold;}

.content01 .lh img{ width:100%; height:auto;}
.content01 ul{ width:100%;}
.content01 ul li{ height:48px; line-height:48px; font-size:1.5em; }
.content01 ul li:nth-child(odd){ background:#e2edef;}
.content01 ul li p img{ vertical-align:middle;}
.content01 ul li a{ width:80%; margin:0 auto; background:url(images/trg.png) no-repeat left center; padding-left:40px; display:block;}
.content01 ul li a.notrg{ background:none;}
.content01 ul li a span{ color:#2f80c2;}
.content01 ul li.center{ text-align:center;color:#2f80c2;}

.content ul li a.dhhh{width:50%; margin:0 auto; background:none; padding-left:0; display:inline;}
.content01 ul.cxy li a{ background:none; padding-left:0;}
 
.sousuo { width:42%; margin: 0 auto;}
.sousuo .yhm{background:url(images/sousuo.png) no-repeat center right #cdeaf0;
    width: 100%;
    height: 46px;
    margin: 20px 0;
    border-radius: 4px;}

.search{ height:38px; border-radius:10px; background:#dee6f1; width:90%; margin:15px auto;}
.search button{ float:right; width:35px; height:35px; border:none; cursor:pointer; margin:2px 5px 0 0; background:#dee6f1;}
.search button img{ width:100%; height:auto;}
.search input{ height:30px;margin-top:5px; margin-left:10px; background-size:15%; border:none; width:65%; font-size:1.6em;}
#clearinput {display:none;}