*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
}


.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}


.mingshi{
	width:1200px;
	margin:0 auto;
	margin-top:100px;
}

.mingshi ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.mingshi ul li{
	width:585px;
	height:320px;
	border-radius:10px;
	box-shadow:0 0 8px #CCC;
	display:flex;
	justify-content:space-between;
	margin-bottom:100px;
}


.ms_pic{
	width:260px;
	position:relative;
}

.ms_pic p{
	width:100%;
	height:348px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	border-radius:10px;
	overflow:hidden;
}

.ms_pic img{
	width:100%;
	display:block;
}


.ms_info{
	width:270px;
	margin-right:30px;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}


.ms_info h3{
	width:100%;
	font-size:24px;
	color:#333;
	margin-bottom:8px;
}

.ms_info h4{
	font-size:16px;
	font-weight:normal;
	margin-bottom:20px;
}

.ms_info h4 span{
	width:270px;
	display:block;
	padding:2px 0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.ms_info p{
	color:#999;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 4; 
	-webkit-box-orient: vertical;
}

.ms_info dl{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
}


.ms_info dl dd{
	width:120px;
	height:44px;
}

.ms_info dl dd a{
	width:100%;
	height:100%;
	display:block;
	line-height:44px;
	border-radius:22px;
	color:#FFF;
	text-align:center;
}


.ms_info dl dd a.online{
	background:#F39801;
	transition:.5s;
}

.ms_info dl dd a.online:hover{
	background:#AD6C01;
}

.ms_info dl dd a.infos{
	background:#BABABA;
	transition:.5s;
}

.ms_info dl dd a.infos:hover{
	background:#333333;
}



/*翻页序列*/
.dede_pages {
    height: 50px;
    clear: both;
    margin: 16px auto 60px auto;
    overflow: hidden;
    width: 1200px;
}

.dede_pages ul {
    text-align: center;
}
.dede_pages ul li {
    background-color: #fff;
    display: inline-block;
    font-family: Tahoma;
    margin-right: 5px;
	padding:10px 20px;
   
    border: 1px solid #E9E9E9;
    border-radius:6px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #488ff2;
    font-weight: bold;
    color:#fff;
}
.dede_pages ul li.thisclass{
    padding:10px 20px;
}
 
.dede_pages ul li a {
    color: #555;
    display: block;
}





