@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
    font-size: 1rem;
    font-family: "Microsoft Yahei";
    color: #555555;	
}

ul,
li{
	list-style: none;
}

a {
    color: #555555;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
	border: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrapper{
	width: 100%;
	height: auto;
	background: url(images/bg.png) repeat;
	padding-bottom: 5%;
}

.banner{
	width: 100%;
	height: auto;
}
.banner img{
	min-width: 100%;
}
.content{
	width: 94%;
	height: auto;
	margin: 0 3%;	
}

.part1{
	width: 100%;
	height: auto;
	margin-top: 2%;
}
.part1 h1{
	font-size: 1.4rem;
	color: #0371d6;
}
.part1 p{
	font-size: 1rem;
	line-height: 1.5rem;
	text-indent: 2em;
}

.part2{
	width: 100%;
	height: auto;
	margin-top: 3%;
}
.tit{
	width: 100%;
	height: 64px;
	/*margin: 0 20%;*/
	background: url(../images/tit.png) no-repeat center;
	text-align: center;
	position: relative;
	overflow: hidden;
}
/*.tit img{
	top: 0;
	z-index: 10;
}*/
.tit p{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 20;
	color: #fff;
	font-size: 1.2rem;
	line-height: 3.4rem;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin-top: 3%;
}
.news_l{
	width: 32%;
	float: left;
}
.news_r{
	width: 65%;
	height: 4.6rem;
	float: left;
	margin-left: 3%;
	position: relative;
}
.news_r h4{
	font-weight: normal;
}
.news_r p{
	font-size: 0.85rem;
	color: #999;
	
}
.num{
	position: absolute;
	bottom: 0;
}
.date{
	position: absolute;
	bottom: 0;
	right: 0;
}
.more_ntn{
	width: 100%;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	display: block;
	margin-top: 4%;
	color: #999999;
}

.part3{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
#videomore .pic a span{
	width: 60px;
	height: 60px;
	background: url(../images/video-btn.png) no-repeat center;
	position: absolute;
    top: 14%;
    left: 32%;
}

.pic{
	width: 47%;
	height: auto;
	overflow: hidden;
	display: block;
	margin-top: 3%;
	text-align: center;
	float: left;
	margin-right: 6%;
	position: relative;
}
.pic:nth-child(2n){
	margin-right: 0;
}

.pic p{
	text-align: left;
	margin-top: 3%;
}

.left1{
	margin-left: 6%;
}

.footer{
	margin: 8% 0;
	width: 100%;
	text-align: center;
}
.footer p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}




