
.newsTop {
	margin-top: 20px;
}
.slideBox {
	float: left;
	width: 550px;
	height: 300px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 300px;
	display: block;
}

.newest {
	float: left;
	width: 550px;
}
.newest i{
	font-style: normal;
	display: inline-block;
	margin-right: 50px;
	font-size: 18px;
	border-left: 3px #0193cf solid;
	padding-left: 8px;
}
.newest a{
	color: #333;
	display: inline-block;
	width: 100%;
}
.newest div{
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #fcfcfc;
	margin-bottom: 5px;
	padding: 0 10px;
}
.newest div h4{
	font-weight: 600;
	color: #4e4e4e;
	margin-top: 20px;
	font-size: 20px;
}
.newest div p{
	margin-top: 10px;
	font-size: 16px;

}
.newest div span{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #999;
}
.newest li{
	height: 30px;
	line-height: 30px;
	position: relative;
	
}
.newest li h4{
	font-weight: normal;
	color: #0193CF;
	font-size: 16px;
	width: 380px;
	display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newest li h3{
	font-weight: normal;
	color: #fff;
	background: #000;
	font-size: 14px;
	display: none;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	left: 0;
	top: -35px;
	z-index: 9;
}
.newest li:hover h3{
	display: inline-block;
}
.newest li:hover{
	background: #fcfcfc;
}
.newest li span{
	float: right;
	margin-right: 10px;
	color: #999;
}
.newest li a{
	color: #0193CF;
}
.newest a:hover{
	text-decoration: none;
	color: #333;
}
.showPage li {
	height: 120px;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding: 10px 0;
}

.showPage li:first-child {
	border-top: 1px dashed #ddd;
}
.showPage li:hover{
	background: #fcfcfc;
}
.showPage li img {
	height: 100px;
	width: 160px;
	float: left;
}
.showPage li a{
	display: inline-block;
	color: #333;
	font-size: 12px;
	
}
.showPage li a:hover{
	text-decoration: none;
}
.showPage .content {}

.showPage li b,
.showPage li span {
	display: block;
}

.showPage li p {
	position: absolute;
	top: 38px;
	left: 185px;
	width:800px;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break:break-all;
}

.showPage li b {
	position: absolute;
	top: 12px;
	left: 185px;
	font-size: 16px;
	color: #0193CF;
}

.showPage li span {
	position: absolute;
	bottom: 12px;
	right: 5px;
	color: #999;
	
}
.showPage h5{
	position: absolute;
	bottom: 12px;
	left: 190px;
	font-weight: normal;
}
.showPage h5 i{
	font-style: normal;
	color: firebrick;
}
.searchnews{
	margin: 10px 0;
}
.searchnews span{
	display: inline-block;
	margin-right: 50px;
	font-size: 18px;
	border-left: 3px #0193cf solid;
	padding-left: 8px;
}
.searchnews input{
	border-radius: 5px;
	border: none;
	border: 1px solid #999;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}
.searchnews button{
	border: none;
	border-radius: 3px;
	height: 30px;
	width: 40px;
	line-height: 30px;
	background: #0193CF;
	color: #fff;
}
.pagediv{
	margin: 20px 0;
}
.pagediv .disabled{
	display: inline-block;
	color: #666;
	background-color: #f1f1f1;
	text-align: center;
	width: 60px;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
}
.pagediv .current{
	display: inline-block;
	color: #ffffff;
    background: #1ABC9C;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
}
@media (max-width: 767px) {
	.newsTop {
		flex-direction: column;
	}

	.slideBox {
		width: 100%;
	}

	.slideBox .bd img {
		width: 100%;
	}
	
	.showPage li  p{
		display: none;
	}
	.showPage li b{
		top: 20px;
		font-size: 12px;
	}
	.searchnews span{
		margin-right: 20px;
	}
	.showPage h5{
		bottom: 40px;
	}
	.newest{
		width: 100%;
	}
	.newest div span{
		top: 120px;
	}
	.newest div p{
			width: 100%;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break:break-all;
	}
	
	.newest i{
		margin: 10px 0;
	}
	.newest li h4{

		width: 150px;
		display: inline-block;
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	}
}
