.container li{
  position: relative;
}
.container li .projectguige{
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.fenyeqibox {
  text-align: center;
}
.newsactcontent{
	padding: 20px 0;
}
.newsactitlebox{
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
	
}
.newsactitle{
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
}
.nextandprevbox{
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
}

.projectimgbox{
	width: 50%;
	float: left;
}
.projectimgbox img{
	width: 100%;
}
.projectinfobox{
	width: 50%;
	float: right;
	padding: 30px;
}
.projectinfobox p.lianxitel{
    font-size: 26px;
    font-weight: bold;
}

@media(max-width:420px){
   .projectimgbox,.projectinfobox{
   	width: 100%;
   	padding: 20px;
   }

}













































