@charset "utf-8";

.i-menu{padding:0.3rem 0.14rem;}
.i-menu dt{width:32%;background:#eae9e5;text-align:center;float:left;display:inline;margin:0.14rem 2% 0 0;font-size:0.24rem;}
.i-menu dt a{display:block;padding:0.15rem 0;}
.i-menu dt:nth-child(3n){margin-right:0;}
.i-menu dt:nth-child(1),.i-menu dt:nth-child(2),.i-menu dt:nth-child(3){margin-top:0;}
.i-menu dt a:hover,.i-menu dt a.current{background:#ff1921;color:#fff;}

.s-menu{padding:0 0.14rem 0.3rem;}
.s-menu li{width:32%;background:#eae9e5;text-align:center;float:left;display:inline;margin:0.14rem 2% 0 0;font-size:0.26rem;}
.s-menu li a{display:block;padding:0.15rem 0;}
.s-menu li a:hover,.s-menu li a.current{background:#999;color:#fff;}
.s-menu li:nth-child(3n){margin-right:0;}
.s-menu li:nth-child(1),.s-menu li:nth-child(2),.s-menu li:nth-child(3){margin-top:0;}

/*图文内容*/
.article{padding:0.1rem 0.14rem 0.4rem; }
.article .mt { text-align:center; padding-bottom:0.3rem; }
.article .mt h1 { font-size:0.32rem;}
.article .mt .titBar{color:#999;font-size:0.24rem;margin-top:0.1rem;}
.article .mc { font-size:0.25rem; line-height:0.38rem; word-wrap:break-word; text-align:justify; }
.article .mc img{width:auto;max-width:100%;}

/*新闻列表*/
.news{padding:0 0.14rem 0.5rem;}
.news li{border-bottom:1px solid #eee;font-size:0.26rem;}
.news li a{display:block;height:0.7rem;line-height:0.7rem;background:url(ico1.png) left center no-repeat;padding-left:0.16rem;}

/*图片列表*/
.m-pList{padding:0 0.14rem 0.5rem;}
.m-pList li{float:left;display:inline;width:49%;text-align:center;margin-top:0.2rem;}
.m-pList li img{box-sizing:border-box;border:1px solid #eee;}
.m-pList li:nth-child(2n){float:right;}
.m-pList li:nth-child(1),.m-pList li:nth-child(2){margin-top:0;}
.m-pList li p{padding-top:0.08rem;font-size:0.24rem;}

/* 图文列表 */
.p-list{padding:0 0.14rem 0.5rem;}
.p-list li{padding:0.2rem 0;border-bottom:1px solid #eee;}
.p-list li:nth-child(1){padding-top:0;}
.p-list .p{float:left;width:40%;}
.p-list .t{width:58%;float:right;}
.p-list .t h2{font-size:0.3rem;}
.p-list .t .i{font-size:0.24rem;color:#777;}

.page{text-align:center;padding:0 0 0.6rem;font-size:0.26rem;}
.page a{margin:0 0.04rem;background:#ebebeb;padding:0.1rem 0.2rem;}
.page a.current{background:#ff1921;color:#fff;}

.pager-next-pre { display:table; width:100%; text-align:center; margin-top:0.35rem; font-size:0.24rem;}
.pager-next-pre a { float:left; width:50%; padding:0.16rem 0; background:linear-gradient(#eee,#ddd); display:table-cell; }
.pager-next-pre .btn_next { background:#888; background:linear-gradient(#ccc,#888); color:#fff; }

.form-panel { margin: 0 0.14rem 0.4rem; }
.form-panel .field { clear: both; }
.form-panel .input { padding: 6px 0; color: #666; zoom: 1; }
.form-panel .field:after { content: '\20'; display: block; height: 0; clear: both; }
.form-panel .text { width:90%; height: 40px; line-height:40px; padding: 0 3%;  border-radius: 3px; background: #eee; font-size: 12px; vertical-align:top;}
.form-panel .code { width:50%; height: 40px; line-height:40px; padding: 0 3%;  border-radius: 3px; background: #eee; font-size: 12px; vertical-align:top;}
.form-panel img{width:80px;height:40px;margin-left:10px;border-radius:3px;}
.form-panel textarea { width:90%; height: 60px; padding: 2% 3%;  border-radius: 3px; background: #eee; vertical-align:top; }
.form-panel .submit-field { padding: 0; clear: both; }
.form-panel .btn-submit { width: 100%; height: 40px; border: 0; border-radius: 3px; background: #ff1921; color: #fff; font-size: 14px; line-height: 40px; }

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none;}textarea { -webkit-appearance: none;} 