@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";

}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}
input{
	outline: none;
}
input:focus{
	outline: none;
}
a{
	text-decoration: none;
}
i {
	font-style: normal;
}
ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

body {
    background: #f3f7ff url(bg.jpg) center top no-repeat;
}
.main{
	min-height: 400px;
	width: 1200px;
	
	margin: 10px auto;
	background: #FFF;
	padding: 10px 0px

}
.weizhi{
	width: 1140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    background: #F4F4F4;
    margin: 10px 30px;
}
.wz_span{
	padding-left: 20px;
	font-size: 14px;
    line-height: 45px;
    text-align: left;
	font-size: 14px;
	color: #000;
}
.weizhi .wz_span a{
	font-size: 14px;
    color: #000;
}
.content{
	margin: 10px auto;
    width: 1100px;
    padding: 15px;
    background: #fff;
    line-height: 180%;
    color: #000;

    text-align: left;
    font-size: 16px;
}
.content .content_h1{
	text-align: center;
    height: auto;
    line-height: 58px;
    width: 900px;
    margin: 10px auto 20px;
	color: #000;
	font: 20px/200% å¾®è½¯é›…é»‘;
}
.content .gn{
	height: 36px;
    background: #f4f4f4;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
	color: #000;
	padding: 0px 20px;
	
}
.content .gn li{
	float: left;
	min-width: 200px;
	text-align: left;
}
.content .gn .li1{
	margin-left: 160px;
}
.content .gn .li4{

	width: 100px;
	height: 36px;
	
}
.wz_share .icon-wechat {
    width: 25px;
    height: 24px;
    background: url(share-wechat.png) no-repeat;
}

.wz_share .icon-weibo {
    width: 25px;
    height: 24px;
    background: url(http://static.bshare.cn/frame/images/logos/m2/sprite/top_logos_sprite.gif) no-repeat 0 -390px;
}
.content .zw_content{
	margin: 5px 0px;
    padding: 20px;
    border: 1px dashed #ccc;
	line-height: 180%;
	font-size: 16px;
	min-height: 50px;
	
}
.content .zw_content table{
	max-width: 100%!important;
	
}
.content .ud{
	border: 1px dashed #ccc;
    margin: 15px 0px;
    padding: 10px 20px;
	line-height: 180%;
    color: #000;
}
.content .ud p{
	font-size: 14px;
    line-height: 180%;
	color: #000;
}
.content .ud p span{
	font-weight: bold;
	margin-right: 10px;
}
.content .ud p a{
	font-family: Microsoft YaHei UI;
    font-size: 14px;
}

.content .ud p a:link, a:visited {
    color: #333;
    text-decoration: none;
}
.content .ud p a:hover{
	color: #0066CC;
}
.main2{
	display: none;
}
@media screen and (max-width: 768px) {
	.top{
		display: none;
	}
	.main{
		display: none;
	}
	.foot{
		display: none;
	}
	body{
		background: #f3f7ff  center top no-repeat;
	}
	.main2{
		width: 100%;
		min-height: 4rem;
		display: block;
	}	
	.main2 .app_header{
		width: 100%;
		height: 2rem;
		background: url(logo.png) no-repeat center center;
		background-size: 80% 1.4rem;
		border-bottom: 2px #185aae solid;
	}
	.main2 .app_content{
		min-height: 4rem;
		width: 100%;
		padding: 0.2rem;
		
	}
	.main2 .app_con{
		min-height: 8rem;
		width: 100%;		
		background-color: #FFFFFF;
	}
	.main2 .app_con .app_title{
		font-size: 0.52rem;
		color: #333333;
		padding: 0.2rem 0.4rem;
		text-align: center;
		
	}
	.main2 .app_con .app_time{
		font-size: 0.32rem;
		color: #333333;
		padding: 0.2rem 0.4rem;
		text-align: center;
		
	}
	.main2 .app_con .app_nr{
		font-size: 0.32rem;
		color: #333333;
		padding: 0.2rem 0.2rem;
		overflow: hidden;
		
	}
	.main2 .app_con .app_nr table{
		max-width: 100%!important;
	}
	.main2 .app_footer{
		min-height: 3rem;
		background-color: #185aae;
		padding: 0.2rem;
		color: #FFFFFF;
		font-size: 0.3rem;
	}
	.main2 .app_footer li{
		margin-top: 0.2rem;
	}
	.main2 .app_footer li a{
		color: #FFFFFF;
	}
}