/* 头部内容 */
.container-header {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.header-bg {
  overflow: hidden;
}
.header-bg img {
  height: 100%;
}

.header-content-title {
  margin-top: 230px;
  font-size: 4.4rem;
  color: #fff;
}

.header-content-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.header-content {

}
/* 公共样式 */
.container-content {
  background-color: #FAFBFC;
}
/* 中间内容 */
.container-content {

}
/* 左边菜单栏 */
.content-investor {
  margin: 70px 0 80px 0;
}
.content-menu {
  display: inline-block;
}
.content-menu li {
  width: 260px;
  padding: 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.content-menu li a {
  display: inline-block;
  width: 100%;
  color: #232D40;
  font-size: 1.8rem;
}
.content-menu .active, .content-menu li:hover {
  background-color: #F2F7FC;
}
.content-menu .active a, .content-menu li:hover a {
  position: relative;
  color: #2460A1;
}
.content-menu .active a::before {
  content: '';
  position: absolute;
  right: -30px;
  height: 100%;
  width: 4px;
  background-color: #2460A1;
}
.content-detail {
  display: inline-block;
  margin-left: 55px;
  width: 880px;
  vertical-align: top;
}
/* 公告/通函 */
.content-notice {

}
.content-detail-item {
  display: none;
}
.notice-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-item:not(:first-child) {
  margin-top: 50px;
}
.notice-item-info {
  flex: 1;
}
.notice-item-down {
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.notice-item-title {
  color: #232D40;
  font-size: 2.4rem;
  font-weight: 700;
}
.notice-item-time {
  margin-top: 20px;
  color: #828A99;
  font-size: 1.4rem;
}
.notice-more-btn {
  color: #2460A1;
  font-size: 1.8rem;
  font-weight: lighter;
  margin-top: 80px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.notice-more-btn img {
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
/* 企业管治 */
.manage-info {
  color: #232D40;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 32px;
  text-align: justify;
}
.manage-title {
  position: relative;
  color: #232D40;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 16px;
  margin-top: 80px;
}
.manage-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 20px;
  width: 4px;
  background-color: #2460A1;
}

/* 2020-11-13 董事会表格更新start */
.manage-list-items {
  width: 860px;
  margin-top: 40px;
  box-sizing: border-box;
}
.manage-list {
  display: flex;
  height: 80px;
  align-items: center;
  color: #7B7D80;
  font-size: 1.8rem;
  background-color: #F3F3F3;
  border-radius: 2px;
  padding-left: 36px;
}
.manage-list:nth-child(2n) {
  background-color: #fff;
}
.manage-item {
  width: 54px;
  text-align:justify;
  text-justify:distribute-all-lines;/*ie6-8*/
  -webkit-text-align:justify;
  text-align-last:justify;/* ie9*/
  -moz-text-align-last:justify;/*ff*/
  -webkit-text-align-last:justify;/*chrome 20+*/
  text-justify: distribute; /* firefox */
  margin-right: 110px;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.manage-item:last-child {
  margin-right: 0;
}
.manage-item.desc {
  width: 96px;
  margin-right: 100px;
}
.manage-item.align-left {
  width: 108px;
  text-align:left;
  text-justify:left;/*ie6-8*/
  -webkit-text-align:left;
  text-align-last:left;/* ie9*/
  -moz-text-align-last:left;/*ff*/
  -webkit-text-align-last:left;/*chrome 20+*/
  margin-right: 57px;
}
.manage-name {
  color: #232D40;
  font-size: 1.8rem;
}
.manage-name span {
  font-size: 1.4rem;
  color: #7B7D80;
}
/* 英语版本的人员表格 */
.version-eng .manage-list {
  font-size: 1.6rem;
}
.version-eng .manage-item {
  width: 124px;
  margin-right: 40px;
  text-align:left;
  text-justify:left;/*ie6-8*/
  -webkit-text-align:left;
  text-align-last:left;/* ie9*/
  -moz-text-align-last:left;/*ff*/
  -webkit-text-align-last:left;/*chrome 20+*/
}
.version-eng .manage-item:last-child {
  margin-right: 0;
}
.version-eng .manage-name {
  font-size: 1.6rem;
}
.version-eng .manage-item.desc {
  text-align:left;
  text-justify:left;/*ie6-8*/
  -webkit-text-align:left;
  text-align-last:left;/* ie9*/
  -moz-text-align-last:left;/*ff*/
  -webkit-text-align-last:left;/*chrome 20+*/
  width: 156px;
  margin-right: 40px;
}
.version-eng .manage-item.align-left {
  width: 123px;
  margin-right: 40px;
}
.version-eng .updown {
  display: flex;
  flex-direction: column;
}
.version-eng .manage-name span {
  font-size: 1.3rem;
}
.version-eng .little-desc {
  font-size: 1.3rem;
}
/* 2020-11-13 董事会表格更新end */

/*.manage-list {
  display: flex;
}
.manage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  margin: 30px 0 0 60px;
}
.manage-item:first-child {
  margin-left: 15px;
}
.manage-avatar {
  width: 120px;
  height: 120px;
  background-color: #EDEDED;
  border-radius: 120px;
  overflow: hidden;
}
.manage-avatar img {
  *//* width: 100%; *//*
  height: 100%;
}
.manage-name {
  margin-top: 16px;
  color: #232D40;
  font-size: 1.8rem;
}
.manage-desc {
  margin-top: 10px;
  color: #7B7D80;
  font-size: 1.4rem;
}
.manage-file-list {
  margin-top: 35px;
}*/
.manage-file-list .notice-item:not(:first-child) {
  margin-top: 40px;
}
.manage-file-list .notice-item-title {
  font-size: 1.8rem;
  font-weight: 400;
}
.manage-file-list .notice-item-down {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/* 投资者关系联络 */
.contact-info {
  color: #232D40;
  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 35px;
}
.contact-map {
  margin-top: 30px;
  width: 100%;
  height: 380px;
}

.lang-l{padding-left:60px;}
.lang-r{font-size: 18px;padding-right: 20px;}
.lang-r a{color:#fff;}
/*.fw{font-weight: 600;}*/
.fw1{font-weight: 200;}


/* 2021-01-12 通用列表样式更新 start */
.universal-list-item {
  height: 106px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F0F2F5;
}

.universal-list-item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.universal-list-item-left-title {
  color: #232D40;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow-y: hidden;
  font-weight: 500;
  width: 840px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 10px;
}

.universal-list-item-left-date {
  color: #828A99;
  font-size: 14px;
  margin-bottom: 10px;
}

.universal-list-item-right {
  width: 28px;
  height: 28px;
  background: url(../images/icon_next.png) no-repeat;
  flex-shrink: 0;
  background-size: 100%
}

.universal-list-item:hover .universal-list-item-left-title {
  color: #2460A1;
}

.universal-list-item:hover .universal-list-item-right {
  background: url(../images/icon_next_hover.png) no-repeat;
  background-size: 100%
}

/* 2021-01-12 通用列表样式更新 end */