﻿/*公共样式部分*/
*{ margin:0;/* padding:0*/}
body { font-size:12px;font-family:"Helvetica Neue", Helvetica, STHeiTi, sans-serif,"Microsoft YaHei"; -webkit-text-size-adjust:none; background:#f5f5f5;}
a,a:link,a:visited,a:hover,a:active {text-decoration: none;}
h1 {font-size: 1.4em;text-align: center;color: #000;}
.clear:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
footer p { opacity:0.35;}
html{font-size:62.5%;}
*{margin:0;padding:0;text-shadow:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
body{background-color:#fff;font:14px/1.5 Microsoft Yahei,tahoma,Srial,helvetica,sans-serif;max-width:640px ;margin:auto !important;}
p{font-size:100%;}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ol, ul, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
menu, th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
	list-style-type: none; 
}
.fl{float:left;}
.fr{float:right;}
.container {font-size:2.6rem;line-height:135%; color:#232323;width:100%;background-color:#ffffff;}
.container img{border:0;max-width:100%;width:100%;vertical-align:top;height: auto;}

.tabHead span{font-size:3rem;padding:2% 0;display:block;text-align:center;letter-spacing:1px;font-family:"黑体-繁";font-weight:bold;color:#0067ac;}


/*新闻列表*/
.news{width:100%;}
.ment_fenx{width:100%;background:#f3f3f3;padding-bottom:3.5%;}
.xw_news{width:94%;margin:auto;margin-top:3%;}
.xw_news h3{font-size:2.4rem;border-bottom:1px dashed #dadada;padding-bottom:2.5%;font-weight:normal;}
.xw_news h3 span{border-left:3px solid #0067ac;display:block;line-height:1em;font-family:"黑体-繁";padding-left:3%;}
.news_box{width:100%;margin:3% 0;}
.news_box img{width:42%;float:left;}
.news_box_fl{width:54.5%;font-size:2rem;color:#999999;}
.box_fl_txt{text-indent:1.5em;line-height:1.8em;}
.box_fl_txt a{color:#999;}
.box_fl_sp{width:100%;line-height:1.4em;margin-top:2.5%;}
.box_fl_sp span{display:block;}
.dropload-refresh{font-size:14px !important;}

.showMorehandle{text-align:center; cursor:pointer;font-size:2.4rem;color:#000000;margin:4% 0;line-height:160%;}

/*footer*/
.xw_foot{width:100%;background:#0067ac;padding-bottom:20%;}
.xw_foot_h{width:100%;padding:5% 0;background:url(../images/xw_xiant.jpg) 50% 95% no-repeat;background-size:90% 2%;}
.xw_foot_h a:nth-child(1){width:63%;display:block;float:left;margin-left:17%;}
.xw_foot_h a:nth-child(2){width:8%;float:left;margin:1.5% 0 0 4%;}
.xw_foot_txt p{color:#FFF;text-align:center;margin:1.5% 0;}
/*@media*/
@media (min-width:320px) and  (max-width:359px){
	html{font-size:31%}
}
@media (min-width:360px) and  (max-width:399px){
	html{font-size:36%}
}
@media (min-width:400px) and  (max-width:479px){
	html{font-size:40%}
}
@media (min-width:480px) and  (max-width:639px){
	html{font-size:49%}
}
@media screen and (min-width: 640px){
	html {font-size: 63% !important;}
}