@charset "UTF8";
*{ list-style:none; text-decoration:none;}
body{background: #F0F0F0; max-width:640px; margin: auto;font-family: tahoma,arial,'Hiragino Sans GB',宋体,sans-serif;outline: none;}
@media screen and (max-width : 360px) {	

	body{ font-size:11px;}

	#wrap{ width:100%;}

}



@media screen and (min-width: 360px) and (max-width : 479px) {

	body{ font-size:12px;}

	#wrap{ width:100%;}	

}



@media screen and (min-width: 480px) and (max-width: 640px) {

	body{ font-size:15px;}

	#wrap{ width:100%;}	

}

/* 图片自适应调整 并解决图片缩放的失真问题*/

img{ max-width:100%; height:auto;border:none; interpolation-mode: bicubic;}



/* 文字居中 */

.txt-center{ text-align:center;}

.txt-justify{ text-align:justify; text-justify:inter-ideograph;}



/* 自动换行 */

.word-auto{word-wrap: break-word;word-break: normal;}



/* 自动居中 */

.mg-auto{ margin-left:auto; margin-right:auto; position:relative;}

/* 禁止webkit横屏改变字体大小 */

html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}



/* 设置HTML5元素为块 */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;padding:0px; margin:0px; border:none;}


/* 顶部样式 */

.d-head{ height:4.2em; background:#247aae; border-top:0.25em #247aae solid; border-bottom:0.25em #247aae solid; border-radius:0 0 0.1em 0.1em;}
.d-head-box{ width: 96%;background: #247aae; position: relative; height:3em; margin: 0 auto;top: 12%;}
.d-head-box-left{width: 15%; float:left; height:3em;background: url(/Public/mobile/img/fenlei.png) 50% 50% no-repeat;background-size: auto 48%;}
.d-head-box-center{width: 60%; float:left; text-align:center;font: 300 1.4em/2.3em 'microsoft yahei'; color: #FFF; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.d-head-box-right{width: 15%; float:right; height:3em;background: url(/Public/mobile/img/sousuo.png) 50% 50% no-repeat;background-size: auto 63%;}

/* 焦点图 */

.jiaodian_img{ width:100%;}
.jiaodian_gg{ width:100%;  background-color:#FFFFFF;margin-bottom: 7px;}
.jiaodian_gg_bt{ width:95%; height:40px; line-height:40px; text-align:center; border-bottom:#f5f5f5 solid 1px; font-size:20px;margin-left:auto; margin-right:auto;}
.jiaodian_gg_info{ width:95%; line-height:30px; word-wrap:break-word; font-size:16px;margin-left:auto; margin-right:auto;}

.zy_f_cent div a div:first-child{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}