.container li{
	list-style: none;
    position: relative;
    padding: 20px 20px 0;
    /* border-bottom: 1px dashed #d4dde3; */ 
}
.container li a.newslistitle{
	font-size: 16px;
}
.container li .newslistime{
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 20px;
}

.fenyeqibox {
  text-align: center;
}

/*新闻详情页开始*/
.newsactitlebox{
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
	
}
.newsactitle{
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
}
.newsactime{
	/*line-height: 30px;*/
}
.newsactcontent{
	font-size: 20px;
	line-height: 26px;
	text-indent: 2em;
}
.nextandprevbox{
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
}

/*新闻详情页结束*/

@media (max-width: 640px){
.contact p {
    display: block;
}
}













































