.container {
  background-color: #f5f5f5 !important;
}

.container-details-box {
  position: relative;
  width: 1500px;
}

.container-details-nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
}

.details-nav-home {
  overflow: hidden;
  position: relative;
  width: 26px;
  height: 26px;
}

.details-nav-home > img {
  width: 26px;
  height: 26px;
}

.details-nav-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 55px;
  padding: 0 20px;
  padding-right: 28px;
}

.details-nav-title > a {
  height: 55px;
  line-height: 55px;
  color: #296bcf;
  font-size: 18px;
  font-weight: normal;
}

.details-nav-title > img {
  right: 0px;
  width: 8px;
  height: 8px;
}

.details-nav-text {
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #888888;
}

/* 通用详情页 */
.public-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 40px 180px;
  margin-bottom: 40px;
  background-color: #fff;
}

.public-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 3px solid rgba(136, 136, 136, 0.15);
}

.public-header-title {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.public-header-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-bottom: 30px;
}

.public-header-text > li {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.public-body {
  position: relative;
  width: 100%;
  padding: 40px;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-indent: 2em;
}
/* 通用详情页 */

/* 新闻详情页 */
.news-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 40px 180px;
  margin-bottom: 40px;
  background-color: #fff;
}

.news-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 3px solid rgba(136, 136, 136, 0.15);
}

.news-header-title {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.news-header-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-bottom: 30px;
}

.news-header-text > li {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}

.news-body {
  position: relative;
  width: 100%;
  padding: 40px;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-indent: 2em;
}

.news-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news-footer > li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
}

.news-footer > li > span {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #888888;
}

.news-footer > li > a {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #173f8f;
}
/* 新闻详情页 */

/* 领导班子详情页 */
.ldbz-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 50px;
  margin-bottom: 40px;
  background-color: #fff;
}

.ldbz-box-left {
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 500px;
}

.ldbz-box-left > img {
  width: 400px;
  height: 500px;
}

.ldbz-box-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 400px - 40px);
}

.ldbz-box-right > span:nth-child(1) {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.ldbz-box-right > span:nth-child(2) {
  min-height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #ecf7fd 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 22px;
  font-weight: normal;
  color: #666666;
}

.ldbz-box-right > span:nth-child(3) {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-indent: 2em;
}
/* 领导班子详情页 */

/* 旗下子公司详情页 */
.qxzgs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 50px;
  margin-bottom: 40px;
  background-color: #fff;
}

.qxzgs-box-left {
  overflow: hidden;
  position: relative;
  width: 500px;
  height: 400px;
}

.qxzgs-box-left > img {
  width: 500px;
  height: 400px;
}

.qxzgs-box-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 500px - 40px);
}

.qxzgs-box-right-title {
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
  color: #000000;
}

.qxzgs-box-right-text {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-indent: 2em;
}

.qxzgs-box-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  background-color: #f5f5f5;
}

.qxzgs-box-msg > span:nth-child(1) {
  width: 50%;
  min-height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: left;
}

.qxzgs-box-msg > span:nth-child(2) {
  width: 40%;
  min-height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: right;
}
/* 旗下子公司详情页 */
