main {
  width: 1200px !important;
  background: #fff !important;
}
p {
  margin: 0;
  padding: 0;
}
.box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box .box_l,
.box .box_l_t,
.box .ltul {
  width: 240px;
}
.box_l .box_l_t .frame-icon {
  margin: 6px 0 0 20px;
}
.box_l .w380 .frame-icon {
  margin: 6px 0 0 138px;
}
/* 右侧 */
.box_r {
  width: 930px;
  overflow-x: hidden;
}
.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%;
}
/* 集团简介 */
.content_tit {
  width: 100%;
  font-size: 20px;
  color: #3a3a3a;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 12px;
}
.content_tet {
  width: 100%;
  padding: 13px;
}
.content_tet a:not(:last-child) .item-wrap {
  margin-bottom: 20px;
}
.content_tet .item-wrap {
  width: 100%;
}
.content_tet .item-wrap .publish-time {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
}
.content_tet .item-wrap .item {
  width: 100%;
  display: flex;
}
.content_tet .item-wrap .item .item-l-img {
  width: 50px;
  height: 50px;
  background-color: #008a45;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_tet .item-wrap .item .item-r-content {
  display: flex;
  margin-left: 20px;
  font-size: 12px;
  color: #999999;
  flex-direction: column;
  justify-content: space-between;
}
.content_tet .item-wrap .item .item-r-content .item-r-content-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.w380 {
  width: 380px !important;
}
.w790 {
  width: 790px !important;
}
