p{
	margin: 0;
	padding: 0;
}

.box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

/* 右侧 */
.box_r{
	width: 790px;
}

.box_r_top{
	width: 100%;
	height: 50px;
	border-top: 2px solid #008A45;
	background: #F8F8F8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box_r_top p{
	font-size: 16px;
	color: #008A45;
	font-weight: bold;
	margin-left: 13px;
}

.box_r_top a{
	font-size: 14px;
	color: #999999;
}

.box_r_top a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.content{
	width: 100%;
}

/* 建设领域 */

.box_r .content .construction-field-wrap .construction-field__item {
  width: 100%;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}

.box_r .content .construction-field-wrap .construction-field__item-style2 {
  display: flex;
}

.box_r .content .construction-field-wrap .construction-field__item-style2 .item-left {
  display: flex;
  width: 188px;
  height: auto;
  margin-right: 12px;
}

.box_r .content .construction-field-wrap .construction-field__item .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 23px;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.box_r .content .construction-field-wrap .construction-field__item .item-info {
  font-size: 12px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 14px;
  margin-top: 16px;
  display: flex;
}
.box_r .content .construction-field-wrap .construction-field__item .item-info>span {
  margin-right: 16px;
}
.box_r .content .construction-field-wrap .construction-field__item .item-detail {
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 24px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
  margin-top: 16px;
}
