.banner{
	margin-top: 80px;
	width: 100%;
	height: 520px;
	background: url(../images/newDetail/banner.png)no-repeat center center;
}
.content{
	width: 917px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.content h5{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #141414;
	padding:62px 0 22px 0;
}
.content span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.content .content-box{
	padding-top:60px ;
}
.content p{
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	text-align: left;
	padding-bottom: 30px;
	text-indent: 2em;
}
.content .lastLine{
	margin-top: 49px;
	width: 920px;
	height: 1px;
	background-color: #e6e6e6;
}
.choose{
	width: 920px;
	overflow: hidden;
	margin: 40px auto 0;
}
.choose p{
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	padding-bottom: 10px;
}

/*---------相关新闻-----------------------*/

.recommend {
  clear: both;
  width: 1160px;
  margin: 55px auto;
}

.recommend h3 {
  height: 67px;
  line-height: 67px;
  font-size: 26px;
  /*border-bottom: 1px solid #D1D1D1;*/
  color: #00306e;
  padding-left: 0;
}

.recommend ul {
  overflow: hidden;
  padding-top: 20px;
  width: 1202px;
  /*margin-left: -42px;*/
 margin-left: -14px;
}

.recommend ul li {
  width: 275px;
  float: left;
  margin-bottom: 5px;
  margin-left: 15px;
  background-color: rgba(255, 255, 255, 0.87);
  border: solid 1px #e6e6e6;
}


.recommend ul li .imgbox {
  width: 275px;
  height: 160px;
  margin-bottom: 5px;
}

.recommend ul li .imgbox img {
  width: 100%;
  height: 100%;
}

.recommend ul li p {
  /*width: 230px;*/
}

.recommend ul li .p1 {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  font-size: 16px;
  color: #6191cf;

}

.recommend ul li .p1 a {
  color: #6191cf;
}

.recommend ul li .p2 {
  height: 48px;
  overflow: hidden;
  padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #154ea4;
}

.recommend ul li .p2 a {
  color: #154ea4;
}

.recommend ul li .p3 {
  	margin-top: 18px;
  	height: 72px;
  	overflow: hidden;
  	word-break: break-all;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
	padding: 0 15px 30px;
}

