/* 集团概况 */
body {
  background-color: #f3f3f3;
}

.inner_content {
  width: 1200px;
  margin: 30px auto 53px auto;
}

.inner_content_right {
  box-sizing: border-box;
  padding: 48px 40px 100px 40px;
  width: 960px;
  min-height: 600px;
  margin-left: 20px;
  background-color: #fff;
}

.profile_title {
  padding-bottom: 14px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
}

.profile_title span {
  color: #206bd1;
}

.profile_title .profile_title_en {
  margin-left: 8px;
  font-size: 18px;
  color: #dcdcdc;
}

.profile_video {
  display: block;
  width: 445px;
  margin: 42px auto 45px auto;
}

.inner_content_right article p {
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

/* 领导致辞 */
.leader_img {
  display: block;
  margin: 43px auto 30px auto;
  width: 635px;
}

.leader_info {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.leader_info > span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
}

.leader_info_en {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.leader_speech_info {
  margin-top: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

/* 公司领导 */
.leader_list {
  box-sizing: border-box;
  margin-top: 43px;
}

.leader_list_item {
  box-sizing: border-box;
  width: 100%;
  margin-right: 133px;
  margin-bottom: 36px;
  background: #ffffff;
  height: 70px;
  /* box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.3); */
  border-radius: 5px;
  /* height: 202px;
  padding: 22px 0 22px 30px; */
}

.leader_name {
  width: 200px;
}

.leader_priv {
  width: 678px;
  position: relative;
  height: 100%;
}

.leader_priv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 18px;
  height: 3px;
  background-color: #206bd1;
}

.leader_list_item > div > p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
}

.leader_list_item > div > h2 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  color: #3a383a;
  margin-bottom: 20px;
}

.leader_list_item > div > h3 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  color: #cecdce;
}

.leader_list_item > div > div {
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  position: absolute;
  bottom: 5px;
}

.leader_list_item:nth-child(2n) {
  margin-right: 0;
}

.leader_list_item > img {
  width: 115px;
  height: 158px;
}

.leader_list_item > h2 {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

.leader_list_item > p {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/* 组织架构 */
.org_img {
  display: block;
  margin: 43px auto 0 auto;
  width: 766px;
}

/* 联系我们 */
#container {
  width: 100%;
  height: 420px;
  margin-top: 32px;
}

.contact_info {
  box-sizing: border-box;
  padding: 30px 0 40px 30px;
  margin-top: 50px;
  background-color: #f3f3f3;
}

.contact_info > p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

/* 集团大事记 */
.events_tabs {
  margin-top: 30px;
  margin-bottom: 50px;
}

.events_tabs > li {
  position: relative;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
}

.ev_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #206bd1;
}

.events_tabs .event_tab_active {
  color: #206bd1;
}

.event_tab_active .ev_line {
  height: 4px;
}

.events_times {
  width: 560px;
  position: relative;
  margin: 0 auto;
}

.events_times::after {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
  background-color: #206bd1;
}

.icon_position {
  display: block;
  margin: 0 auto 15px auto;
  width: 23px;
  height: 31px;
}

.month {
  width: 250px;
  text-align: right;
  font-size: 24px;
  color: #206bd1;
}

.events_content {
  position: relative;
  margin-bottom: 40px;
}

.events_text {
  padding-top: 20px;
  width: 250px;
}

.day {
  width: 250px;
  font-size: 16px;
  color: #666;
  text-align: right;
}

.info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: justify;
}

.content_img {
  width: 225px;
  height: 140px;
}

.content_img > img {
  width: 100%;
  height: 100%;
}

.events_style1 .events_text {
  float: left;
}

.events_style1 .content_img {
  float: right;
}

.events_style2 .events_text {
  float: right;
}

.events_style2 .content_img {
  float: left;
}

.events_style2 .day {
  text-align: left;
}

.icon_event_l {
  position: absolute;
  left: 230px;
  top: 25px;
  z-index: 5;
}

.icon_event_r {
  position: absolute;
  left: 273px;
  top: 25px;
  z-index: 5;
}

.hide {
  display: none;
}

.cq-article video {
  display: block;
  margin: 0 auto;
}
