@import url("../base.css");
#news{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

/*新闻列表*/
.delUl{
	margin-top: 30px;
	padding-left: 6px;
	overflow: hidden;
	/*height: 640px;*/
}
.delLi{
	width: 100%;
	margin-bottom: 42px;
	cursor: pointer;
}
.addW1{
	display: block;
	width: 100%;
	height: 83px;
}
.addW2{
	display: block;
	width: 100%;
	height: 100%;
}
.delLi .left{
	width: 82px;
	height: 82px;
    text-align: center;
	background: url(../../images/delBg.png) no-repeat center center;
	color: #707070;
}
.delLi .left dt{
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    overflow: hidden;
}
.delLi .left dd{
    height: 20px;
    line-height: 15px;
    font-family: 微软雅黑;
    font-size: 14px;
    overflow: hidden;
}
.delLi .right{
	height: 83px;
	width: 770px;
	color: #666;
	padding-left: 20px;
}
.delLi .right h3{
	line-height: 34px;
	font-weight: 800;
}
.delLi .right p{
	height: 49px;
	line-height: 24px;
	overflow: hidden;
	text-indent:2em;
}

/*分页*/
.pager{
    text-align: center;
    padding: 40px 0 20px 6px;
    margin: 0 auto;
    clear: both;
    height: 26px;
    line-height: 26px;
    color: #7d7d7d;
}
.pager li{
	display: inline-block;
	float: none;
    width: 46px !important;
    height: 26px;
    line-height: 26px;
    border: none;
    background: none;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.pager li a{
	display: block;
	line-height: 26px;
}
.pager .pgItem_Clickable a{
	margin: 0 7px;
	width: 26px;
	height: 26px;
	background: #eee;
	border-radius: 50%;
}
.pager .pageitem_current a{
	background: #004684;
	color: #fff;
}
.actives3 ul li{
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
	overflow: hidden;
}
.actives3 .nImg{
	width: 25%;
	height: 100%;
}
.actives3 .nImg a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 160px;
}
.actives3 .nImg a img{
	width: 158px;
}
.actives3 .nCon{
	width: 75%;
	height: 100%;
	overflow: hidden;
}
.content ul li.actives3 .nCon h3:nth-of-type(1){
	padding-left: 0;
	font-weight: 800;
	color: #666;
	margin-bottom: 12px;
}
.content ul li.actives3 .nCon h3:nth-of-type(2){
	color: #666;
	margin-bottom: 10px;
}
.content ul li.actives3 .nCon p{
	text-indent: 2em;
	line-height: 1.4em;
	height: 8.4em;
	overflow: hidden;
}
/*分页*/
