.container{
	/*border:1px solid blue;*/
	width:100%;
	min-width:1200px;
	height:800px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	background-image: url('../img/dongtaibj.jpg');
	   background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content{
	/*border:1px solid blue;*/
	width:1000px;
	margin:0px auto;
	margin-top:50px;
}
.gun{
	/*border:1px solid red;*/
	height:450px;
}
.gun ul li{
	width:100%;
	height:30px;
	line-height:30px;
	/*border:1px solid yellow;*/
	display:flex;
	/*border-bottom:1px solid #eee;*/

}
.gun_ul li .text{
	width:850px;
	margin-left:30px;
}
.gun_ul li .text a{
	display:block;
	height:100%;
	width:100%;
	color:#fff;
}
.gun_ul li:hover .text a{
	color:#FF0042;
}
.gun_ul li:hover .time{
	color:#FF0042;
}
.gun_ul li .time{
	/*border:1px solid blue;*/
	width:150px;
	text-align:center;
	color:#fff;
}
.gengduo{
	text-align:right;
}
.gengduo a{
	color:#fff;
}

.pagi{
    display:flex;
    justify-content :center;
    text-align:center;
    line-height:30px;
    margin-top:30px;
}
.pagi a{
    display:block;
    width:30px;
    height:30px;
    font-size:17px;
    color:#fff;
}
.pagi a.on{
    color:#FF0042;
}

















