﻿*{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td, caption {
	vertical-align: middle;
}
textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
}
li {
	list-style: none;
}

/**************************common class********************************/
.white {
	color: #fff;
}
.red {
	color: #ff0000;
}
.green{
	color:#00bf00;
}
.pink {
	color: #ba136b
}
.gray {
	color: #aaa;
}
.blank {
	color: #000;
}
.base_color {
	color: #003;
}
.base_color1{
	color:#00174f
}
.base_color2{
	color:#005293;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ofh {
	overflow: hidden;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.vertical_top {
	vertical-align: top;
}
.vertical_middle {
	vertical-align: middle;
}
.vertical_bottom {
	vertical-align: bottom;
}
.text_shandow_white {
	text-shadow: 0 1px 0 white;
}
.text_shandow_black {
	text-shadow: 0 1px 0 black;
}
.text_shandow_gray {
	text-shadow: 0 1px 0 #ccc;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.hidden {
	display: none;
}
.hidden.on {
	display: block;
}
.vhidden {
	visibility: hidden;
}
.vhidden.on {
	visibility: visible;
}
.empty:empty {
	display: none;
}
.block {
	display: block;
}
.inlineBlock {
	display: inline-block;
}
.ml_10 {
	margin-left: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.m_10 {
	margin: 10px;
}
.m_auto {
	margin: auto;
}
.ml_5 {
	margin-left: 5px;
}
.mr_5 {
	margin-right: 5px;
}
.mt_5 {
	margin-top: 5px;
}
.mb_5 {
	margin-bottom: 5px;
}
.m_5 {
	margin: 5px;
}
.m_auto {
	margin: auto;
}
.pl_10 {
	padding-left: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.p_10 {
	padding: 10px;
}
.pl_5 {
	padding-left: 5px;
}
.pr_5 {
	padding-right: 5px;
}
.pt_5 {
	padding-top: 5px;
}
.pb_5 {
	padding-bottom: 5px;
}
.p_5 {
	padding: 5px;
}
.lineThrow {
	text-decoration: line-through;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}

.bg_fff{
	background-color:#fff;
}

.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.box > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.tbox {
	width: 100%;
	height: 100%;
}
.tbox > * {
	height: 100%;
	display: table-cell;
	vertical-align: top;
}
.tbox > *:last-child {
	width: 100%;
}

*[class*="btn"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}


.box_swipe{
	overflow:hidden;
	position:relative;
}

.box_swipe>ol{
	height:20px;
	position: relative;
	z-index:10;
	margin-top:-25px;
	text-align:right;
	padding-right:20px;
	background-color:rgba(0,0,0,0.5);
}

.box_swipe>ol>li{
	display:inline-block;
	margin:5px;
	width:10px;
	height:10px;
	background-color:#757575;
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}


.head_logo{
    color:#000;
    padding:5px 0;
    position:relative;
    background:url("5.png") no-repeat center 0, url("5.png") no-repeat center 66px;
    -webkit-background-size:85% 3px;
    background-size:85% 3px;
    margin:5px 0;
}
.head_logo:after{
    font-size:20px;
    content:">";
    display:inline-block;
    width:20px;
    height:20px;
    position:absolute;
    right:10px;
    z-index:10;
    top:25px;
    color:#aaa;
}
.head_logo>div{
    vertical-align: middle;
    display: table-cell;
}
.head_logo>div:nth-of-type(2){

}
.head_logo span{
    display:inline-block;
    width:60px;
    height:60px;
    margin-right:10px;
    border-radius:60px;
    border:1px solid #fff;
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    -webkit-box-shadow:1px 1px 1px #ccc;
}
.head_logo label{
    font-size:16px;
}


footer{
    height:35px;
    overflow:hidden;
    margin-top:-35px;
    position:relative;
    z-index:10;
}
footer .weimob-copyright{color:#000;}
footer a{color:#000!important; font-size:12px;}
.weimob-page{
    min-height: 100%;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    /*word-wrap: break-word;
    word-break: keep-all;*/
}
.weimob-list-item{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}
.footer{ color:#CCC; font-size:1rem; text-align:center; width:100%; height:30px;}
.weimob-copyright, .weimob-support {color: #FFFFFF;}
.weimob-copyright {text-align: center;height: 48px;line-height: 48px;}
.weimob-support {text-align: center;text-decoration: none;display: block;font-size: 12px;height: 24px;line-height: 24px;background: #C0C0C0;background: -moz-linear-gradient(top,#303030,#383838);background: -ms-linear-gradient(top,#303030,#383838);background: -webkit-gradient(linear, 0 0, 0 100%, from(#303030), to(#383838));white-space: nowrap;color: #639639!important;}

.top_bar+*{
    padding-top:35px!important;
}


.weimob-list-item-title{padding-left:5px; overflow:hidden; line-height:30px;}
.weimob-list-item{ height:90px;}
.weimob-list-item-image{top:60%;}
.weimob-list-item-line{ display:block; height:38px;margin-top:10px;overflow:hidden;}
.weimob-list-item-summary{ max-height:60px; line-height:20px; font-size:0.8rem; color:#666;}


.weimob-page{
	margin: 0;padding: 0;
	position: relative;
	
}

.weimob-content{
	margin: 3px;
	position: relative;
}

.weimob-list img{width:80%;}




    	.wrap_a{display:inline-block;width:100%;min-width:300px;height:40px;line-height:40px;color:gray;margin-top:0px;
    		background:-webkit-linear-gradient(top,#E4F6FF,#E4F6FF);
    		background:-moz-linear-gradient(top,#E4F6FF,#E4F6FF);
    		background:-o-linear-gradient(top,#E4F6FF,#E4F6FF);
    	}
    	.wrap_a span{display:block;color:gray;font-size:15px;}
    	.wrap_a span:nth-child(1){width:60%;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;float:left;padding-left:5px;}
    	.wrap_a span:nth-child(2){width:30%;float:right;text-align: right;padding-right:5px;}
    	.wrap_a:nth-child(2n+1){
    		
    	}
    	.weimob-list h3{
    		line-height:40px;
    		font-size:20px;
    	}
    	.weimob-list #title{
    		border-bottom: #efefef 1px solid;
			padding-bottom: 8px;
			font-size:12px;
    	}
    	.weimob-list p{
    		line-height:25px;
    		margin:5px;
            text-align:justify;
            text-justify:inter-ideograph;
            word-wrap: break-word;
            word-break: break-all;
    	}

        /*.weimob-list #newsContent{
    		line-height:55px;
    		margin:5px;
            text-align:justify;text-justify:inter-ideograph;
            word-wrap: break-word;
            word-break: break-all;
    	}*/

        .newsContent p {font-size:14px;padding:5px 20px 5px 20px;line-height:55px;font-family:微软雅黑;text-align:justify;text-justify:inter-ideograph;}
        .newsContent img{width:80%;}



div[data-widget="nav90"]{height: 50px;}
.nav90{position: fixed; left: 0; bottom: 0; width: 100%; z-index: 2000;}
.nav90 div div{display: table; width: 100%; vertical-align: middle;}
.nav90 a{display: table-cell; height: 48px; font-size: 12px; text-align: center; border-bottom: 2px solid #ff7200; vertical-align: middle; color: #fff;}
.nav90 a img{max-height: 23px;}
.nav90 a p{margin-bottom: 2px;}
.nav90 a i{font-size: 22px; opacity: .6;}
.nav90 a.on i{opacity: 1;}

/* skin */
.coffee.nav90 a{background-color: #ff7200; border-color: #ff7200;}
.coffee.nav90 a.on{background-color: #c85900; border-color: #5bdeca;}

.blue.nav90 a{background-color: #0091dc; border-color: #0091dc;}
.blue.nav90 a.on{background-color: #007c80; border-color: #ff7e00;}

.purple.nav90 a{background-color: #573073; border-color: #573073;}
.purple.nav90 a.on{background-color: #3b224c; border-color: #dde500;}﻿*{	
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;