.top{
	background-color:#c4daf0;
}
.main{
	width:1200px;
	padding:30px 0;
	margin:auto;
}
.hang{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:40px 0 0;
}
.hang .block{
	width:580px;
}
.hang .block .more{
	display:none;
    width: 100%;
    height: 40px;
    margin-top:10px;
    line-height: 40px;
    background-color: #f0f0f0;
    color: #999;
    text-align: center;
    border-radius: 5px;
}
h3.title{
	color:#478ad0;
	font-size:20px;
}
h3.title a{
	color:#478ad0;
}
.older h3.title{
	font-size:30px;
}

.plat{
	width:1200px;
	margin:10px auto;
}
.plat .item{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-top:20px;
}
.plat .item a{
	display:inline-block;
	width:142px;
	height:110px;
	padding:15px 5px;
	background-color:#eef5fc;
	text-align:center;
	border-radius:5px;
}
.older .plat .item a{
	height:150px;
}
.plat .item a img{
	width:60px;
}
.older .plat .item a img{
	width:75px;
}
.plat .item a p{
	margin-top:1px;
	font-size:15px;
}
.older .plat .item a p{
	font-size:22px;
}

.list{
	margin-top:10px;
}
.list a{
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-size:15px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.list a h5, .list a h6{
	width:80px;
	height:25px;
	border-radius:3px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	line-height:25px 
}
.list a h5{
	background-color:#999;
}
.list a h5.ing{
	background-color:#478ad0;
}
.older .list a h5, .older .list a h6{
	font-size:18px;
}
.list a:hover h5, .list a:hover h6{
	font-weight:bold;
}
.list a span{
	width:100px;
	color:#999;
}
.older .list a span{
	width:110px;
	font-size:18px;
}
.list a p{
	width:350px;
	height:50px;
	line-height: 25px;
	font-size:16px;
	overflow:hidden;
}
.older .list a p{
	font-size:20px;
}
.list.survey a p{
	line-height:50px;
}
.list a:hover p{
	color:#478ad0;
}

.xwlist{
	margin-top:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.xwlist a{
	width:49%;
	height:220px;
	padding:10px;
	background-color:#eee;
}
.xwlist a:hover{
	background-color:#c4daf0;
}
.xwlist a .img{
	display:block;
	width:100%;
	height:160px;
	background-size:cover;
}
.xwlist a p{
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	height:25px;
	line-height: 25px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.older .xwlist a p{
	font-size:20px;
}

.zblist{
	margin-top:20px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.zblist a{
	width:49%;
	height:220px;
	position:relative;
}
.zblist a .img{
	display:block;
	width:100%;
	height:150px;
	background-size:cover;
}
.zblist a .txt{
	width:250px;
	padding:5px 10px;
	background-color:#fff;
	border-radius:5px;
	border:solid 1px #f0f0f0;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-125px;
}
.zblist a:hover .txt{
	box-shadow: 5px 5px 10px #ccc;
}
.zblist a p{
	margin-bottom:5px;
	line-height: 20px;
	overflow:hidden;
	font-size:14px;
}
.older .zblist a p{
	font-size:18px;
}
.zblist a p b{
	font-weight:bold;
	color:#0c4f8e;
}
.zblist a p span.spe{
	font-weight:bold;
}
.zblist a:hover p span.spe{
	color:#0c4f8e;
}
.bigimg{
	width:100%;
}