*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
.banner{
	width: 100%;
	height: 600px;
	background: url('../images/banner.png') no-repeat top center;
	margin-bottom: 50px;
}
.cont{
	width: 960px;
	margin: 0 auto 50px;
}
.tit{
	font-size: 28px;
	font-weight: bold;
	margin-left: 20px;
	background-image: -webkit-linear-gradient(#1e59ca,#082a82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#containet {
}

#pageMain li {
	padding: 30px;
    border-bottom: 1px dashed #c5c6cb;
    cursor: pointer;
}
#pageMain li:hover{
	background: #ebebeb;
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-bottom: 25px;*/
}
.list_tit{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	width:700px;
}
.time{
	font-size: 16px;
	color: #454545;
}
.text{
	width: 896px;
}
#pageBox {
    padding: 10px 0 0 0;
}

#pageBox span {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #08a586;

}

#pageNav {
	width: 100%;
    text-align: center;
}

#pageNav a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #3a87ad;
    text-decoration: none;
    background: #808080;
    color: #fff;
    margin-right: 10px;
}
#pageNav a:last-child{
	margin-right: 0;
}

#pageNav a.active, #pageNav a:hover {
    background: #1648b0;
    color: #fff;
}

.footer{
	height: 150px;
}
.nav{
	width: 960px;
	margin: 0 auto;
	background: #1648b0;
}
.foot_nav{
	width: 613px;
	margin: 0 auto 20px;
	height: 50px;
	display: flex;
	align-items: center;
}
.foot_li{
	width: 100px;
	height: 20px;
	line-height: 20px;
	border-right: 2px solid #fff;
	margin-right: 20px;
	font-size: 14px;
	color: #f7f0db;
}
.foot_info{
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.info{
	width: 870px;
	margin-left: 20px;
}
.info p{
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.info p span{
	margin-right: 20px;
}
.mainImg{
	
}