

.header{
	width: 1000px;
	height: 150px;
	background-color: #47A9C6;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
.header img
{
     margin-top: -17px;
    position: relative;
    top: 50%;
}

.header p{
	font-size: 36px;
    color: #fff;
    line-height: 140px;
    text-shadow: 4px 4px 5px #333333;
}
.content{
	width: 1000px;
	margin: 0 auto;
/*	background-color: #e5ffff;
*/	min-height: 530px;
	background: -ms-linear-gradient(top, #b3e6ff, #e5f7ff);        /* IE 10 */
    background:-moz-linear-gradient(top,#b3e6ff, #e5f7ff);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#b3e6ff), to(#e5f7ff));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b3e6ff), to(#e5f7ff));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #b3e6ff, #e5f7ff);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #b3e6ff, #e5f7ff);  /*Opera 11.10+*/
}
.content .title{
	width: 100%;
	height: 60px;
	background-color: #99ddff;
	margin-top: 0;
}
.content .title h4{
	font-size: 22px;
	line-height: 60px;
	margin-left: 30px;
}
.content .news{
	width: 97%;
	height: 100%;
	padding:15px;
}

.content .news h3{
	margin: 10px auto;
	text-align: center;
}
.content .news .time{
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-bottom: 20px;
	text-indent: 0;
}

.content .news p{
	clear: both;
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
.content .news ul{
	margin: 0;
}
.content .news ul li{
	width: 100%;
	height: 45px;
	border-bottom: 1px #47A9C6 solid;
}
.content .news ul li img{
	margin-left: 10px;
}
.content .news ul li a{
	font-size: 16px;
	line-height: 45px;
	color: #000;
	margin-left:5px;
}
.content .news ul li a:hover{
	color: #dd99ff;
}
.content .news ul li span{
	float: right;
	margin-right: 10px;
	font-size: 16px;
	line-height: 45px;
}
.content .pages{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}
.content .pages span a{
	font-size: 16px;
	line-height: 40px;
	color: #000;
}
.content .pages span a:hover{
	color: #8080ff;
}
.pages .prev{
	margin-left: 25%;
}
.content .pages .next{
	margin-left: 25%;
}
.content .pages .last{
	float: right;
}
.footer{
	width: 1000px;
	margin: -80px auto;
	height: 200px;
	text-align: center;
	position: relative;
	z-index: -5;
}
.footer img{
	width: 1000px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gradient{
    width:1000px;
    min-height:530px;
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b3e6ff,endcolorstr=#e5f7ff,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b3e6ff,endcolorstr=#e5f7ff,gradientType=0);/*IE8*/
}
