@charset "UTF-8";
/* 文字为主 */
/** 混合指令 **/
/* 带图片、标题的模块样式 */
body {
  background-color: #FAFAFA;
}

.part {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
}

p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.IR_title {
  font-size: 30px;
  line-height: 113px;
  color: #3E3A39;
  font-weight: 600;
  text-align: center;
}

.SEC_con {
  margin-top: 40px;
  margin-bottom: 100px;
}

.SEC_table {
  width: 84%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  border-left: 1px solid #898989;
}
.SEC_table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SEC_table ul li div {
  border-right: 1px solid #898989;
  text-align: center;
}
.SEC_table ul li div:nth-child(1) {
  width: 10%;
}
.SEC_table ul li div:nth-child(2) {
  width: 55%;
  padding-left: 12px;
}
.SEC_table ul li div:nth-child(3) {
  width: 20%;
}
.SEC_table ul li div:nth-child(4) {
  width: 15%;
}
.SEC_table ul.thead li {
  background: #1B99B3;
  border-bottom: 1px solid #898989;
}
.SEC_table ul.thead div {
  line-height: 40px;
  color: white;
  font-size: 18px;
}
.SEC_table ul.tbody li {
  min-height: 60px;
  border-bottom: 1px solid #898989;
}
.SEC_table ul.tbody li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 18px;
  color: #3E3A39;
  font-size: 13px;
  text-align: center;
}
.SEC_table ul.tbody li div:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.SEC_table ul.tbody li div:nth-child(2) p {
  text-align: left;
  line-height: 24px;
}
.SEC_table ul.tbody li div:nth-child(2) p.first {
  padding-top: 10px;
}
.SEC_table ul.tbody li div:nth-child(4) img {
  vertical-align: middle;
}
.SEC_table ul.tbody li div a {
  display: inline-block;
}

.title_detail {
  margin-top: 17px;
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  font-family: "Microsoft YaHei";
}