@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body,h1,h2,h3,h4,h5,h6{ font-family:"微软雅黑"; font-size:12px; font-weight:normal;}
a{ text-decoration:none; color:#333; cursor:pointer}
ul,li,ol{ list-style-type:none;}
img{border:none;vertical-align:top;}
input,textarea{outline:none; font-size:1.25rem; -webkit-appearance:none ;  }
textarea{ resize:none;overflow:auto; -webkit-appearance:none ;  }

/*自测*/

.jbzc{width:96%;padding:2%;}
.jbzc .navs{width:100%;display: flex;}
.jbzc .navs li{width:50%;padding:10px 0px;color:#aaa;font-size: 14px;background:#eee;text-align: center;}
.jbzc .navs li.hover{background:#962400;color:#fff;}
.jbzc .items{width:100%;padding:20px 0px;}
.jbzc .items .item{width:100%;}
.jbzc .items .item a{width:100%;padding:10px 0px;border-bottom:1px dashed #eee;display: flex;align-items: center;justify-content: space-between;}
.jbzc .items .item a span.tit{font-size: 12px;color:#666;padding-left: 20px;background: url(../images/list_img0.jpg) no-repeat left center;background-size:5px auto;}
.jbzc .items .item a span.detail{font-size: 12px;color:#aaa;}

.seemore{width:96%;padding:2%;}
.seemore a{display: block;padding:10px 0px;border-radius: 3px;color:#fff;background:#962400;text-align: center;}




