@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei, "微软雅黑", "宋体";
	font-size: 16px;
	color: #000000;
	width: 100%;
	height: auto;
}

img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: #000000
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.none {
	display: none;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.img100 {
	width: 100%;
}

.w92 {
	width: 92.6%;
	margin: 0.2rem auto;
}

.mt1 {
	margin-top: 1rem;
}
.mt2 {
	margin-top: 0.7rem;
}
.mb1 {
	margin-bottom: 0.1rem;
}
.mb2 {
	margin-bottom: 0.2rem;
}


.wrapper h2{ color:#333333; font-size:1.2rem; line-height:1.8rem;}
.wrapper time{ color:#333333; font-size:0.9rem; line-height:2.8rem;}
.wrapper .details{ color:#2679B1; font-size:1rem; line-height:1.8rem; padding-bottom:0.3rem; border-bottom:2px solid #277AB1;}
.wrapper .contWrap{color:#333333; font-size:1rem; line-height:1.8rem;}
.wrapper .contWrap p{margin-bottom:1.4rem;}
.footer{background:#277AB1; height:1.8rem; line-height:1.8rem;color:#fff; font-size:0.9rem;}
.footer .pcBtn{padding-left:3%; cursor:pointer;}
.footer .mails{padding-right:3%;}

.listNav_m{ border-bottom: 2px solid #00A5EB; padding-bottom: 5px;color:#333333;font-size:1rem; line-height:1.6rem;}
.listNav_m span{color:#00A5EB;}
.listNav_m a{color:#333333;}
.listCon_m li{color:#333333;font-size:1rem; line-height:0.8rem;}
.listCon_m li a{color:#333333;}
.listCon_m li time{margin-left:0.6rem;font-size:0.8rem;color:#B3B3B3;}
@media screen and (max-width: 750px) {
.w750{width:100%;}
.wrapper{width:94%; margin-left:3%;}
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
.w750{width:750px;}
.wrapper{width:700px; margin-left:25px;}
}
