@charset "utf-8";
#content p img{ width:100%;display:block; margin:0 auto; max-width:560px; }
/*格式化*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#ffffff;} 
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
/*排版通用*/
.f-mm{ margin-left:auto; margin-right:auto;}/*居中对齐*/
.f-fl{ float:left;} /*左浮动*/
.f-fr{ float:right;} /*右浮动*/
.f-tr{ text-align:right;} /*右对齐*/
.f-tl{ text-align:left;} /*左对齐*/
.f-tc{ text-align:center;} /*中间对齐*/
.f-pr{ position:relative;} /*定位*/
.f-di{ display:inline;} 
/* -- 页面整体布局 -- */
/*.wrap{width:320px; margin:0 auto; overflow:hidden; position:relative;} 网站首页宽度*/
.wrap{max-width:640px; min-width:320px; margin:0 auto; overflow:hidden; position:relative;} /*网站首页宽度*/

.crow-form-box {
    padding: 5px 10px;
}
.crow-form-box p {
    margin-bottom: 10px;
    color: grey;
    word-break: break-all;
    text-align: left;
}
label, summary {
    cursor: default;
}
.crow-form-box p span {
    color: red;
}
.crow-form-box .form_input {
    font-size: 14px;
}
.crow-form-box input {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
}
.crow-form-box textarea {
    width: 100%;
    border: 1px solid #a6a6a6;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
}
.btn-flat {
    color: #7e7e7e;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
}


.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #23a7ea none repeat scroll 0 0;
    border: 1px solid #23a7ea;
    color: #ffffff;
}