body{
	font-family:"微软雅黑";
	background:#f7f7f7;
}
.head {
	width:100%;
	height:300px;
	background:url("../images/headBg.png") no-repeat;
	background-size:100% 100%;
}
.content {
	width:1160px;
	min-height:auto;
	margin:auto;
	padding-bottom:30px;
}
.news {
	width:100%;
	height:390px;
	margin-top:35px;
}
.slidePhoto {
	width:54%;
	height:100%;
	float:left;
	overflow:hidden;
}
.slideImg {
	height:100%;
	width:100%;
}
.slideImg ul {
	height:100%;
	width:100%;
}
.slideImg li {
	height:100%;
	width:100%;
}
.slideImg img {
	width:100%;
	height:100%;
}
.slidePhoto .slideTitle{
	width:100%;
	height:40px;
	position:relative;
	top:-40px;
	color:#fff;
}
.slidePhoto .slideTitle ul li{
	line-height:40px;
	padding-left:10px;
	color:#fff;
}
.slidePhoto .slideTitle ul li a{
	color:#fff;
	font-size:14px;
	z-index:10;
}
.slideNode {
	width:100px;
	float:right;
	height:40px;
	position:relative;
	top:-65px;
}
.slideNode ul li{
	height:11px ;
	width:11px;
	background:#fff;
	border-radius:10px;
	float:left;
	margin-left:8px;
}
.slideNode ul li.on{
	width:23px;
}
.bg{
	height:40px;
	width:100%;
	background:#000;
	opacity:0.3;
}
.newsContent{
	width: 40%;
    float: left;
    background: #fff;
    height: 390px;
    padding-top: 0px;
    padding-left: 1%;
    padding-right: 1%;
}
.only{
	width: 46%;
}
.only1{
	margin-left: 2%;
}
.newsTitle {
	width:100%;
	height:45px;
	border-bottom:2px #044f8b solid;
	position:relative;
}
.newsTitle img{
    width: 20px;
	height: 21px;
	float: left;
	margin: 14px 20px 10px 0;
}
.more {
	float:right;
	position: absolute;
    right: 0;
    top: 15px;
	font-size:12px;
	color:#a19a95 
}

.newsTitle p{
	font-size: 20px;
    color: #044f8b;
    line-height: 45px;
    padding: 0 25px;

}
.newsList ul {
	padding-bottom: 35px;
}
.newsList ul li {
	border-bottom:1px #e1e1e1 solid;
}

.newsList ul li:last-child{
	border:none;
}
.newsList ul li img{
	width: 8px;
	height: 12px;
	margin-right: 12px;
}
.newsList ul li a{
	color:#333;
	font-size:14px;
	line-height:55px;
}
.newsList ul li span{
	color:#a19a95;
	font-size:14px;
	float:right;
	line-height:55px;
}
.newsList ul .more {
	font-size:14px;
	float:right;
	line-height:25px;
	color:#a19a95;
}
.newsBox{
	width:100%;
	height:390px;
	margin-top:25px;
}
.photoBox{
	width:98%;
	height:auto;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
	background: white;
	min-height: 300px;
}
.photoCon{
	width:100%;
	height:auto;
}
.photoCon li{
	width:268px;
	height:200px;
	background: red;
	margin: 27px auto;
	float: left;
	margin-left: 13.8px;
}
.photoCon li:nth-child(1){
	margin-left: 0;
}
.photoCon li img{
	width:268px;
	height:200px;

}
.foot{
	width:100%;
	height:180px;
	background:#fff;
	margin-top:20px;
	box-shadow: 3px 3px 0.4em rgba(0, 0, 0, 0.1), -3px 0 0.4em rgba(0, 0, 0, 0.1);
}
.footContent{
	width:1200px;
	height:100%;
	margin:auto;
	position: relative;
}
.footContent img{
	position: absolute;
	left: 10%;
	bottom: 30%;
}
.footContent ul {
	width:60%;
	text-align:center;
	height:30px;
	margin-left:40%;
	padding-top:50px;
}
.footContent ul li{
	float:left;
}
.footContent ul li a{
	color:#333;
}
.footContent p{
	text-align:Center;
}