@charset "UTF-8";
/*** 公共 ****/
.main-box {
  padding: 3em 0 5em;
}
.main-box.had-filt {
  padding-top: 1.85em;
}

@media screen and (max-width: 767.98px) {
  .main-box {
    padding: 0.5rem 0 1rem;
  }
}
/**** 新闻列表 ***/
.news-filt {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -0.95em;
  position: relative;
  z-index: 40;
}
.news-filt .item {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  padding: 0 0.95em;
}
.news-filt .item .box {
  width: 100%;
  position: relative;
}

.mfilt-select {
  width: 100%;
  position: relative;
}
.mfilt-select .hd {
  width: 100%;
  padding: 0 2em 0 5px;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2.67em;
  color: #000;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  background: url("/Img/images/arrow-down3.svg") no-repeat right 0.56em center;
  background-size: 0.83em;
  border-bottom: solid 2px #1791bb;
  cursor: pointer;
}
.mfilt-select .hd a {
  height: 2.67em;
  display: block;
}
.mfilt-select .bd {
  width: 100%;
  max-height: 12em;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2.33em;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: solid 1px #dcdcdc;
  border-top: none;
}
.mfilt-select .list li {
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  padding: 0 1em;
  overflow: hidden;
}
.mfilt-select .list a {
  display: block;
  cursor: pointer;
  float: left;
  min-width: 20%;
}
.mfilt-select.active {
  z-index: 50;
}
.mfilt-select.active .hd {
  background-image: url("/Img/images/arrow-up3.svg");
}

.mfilt-inpt {
  width: 100%;
  position: relative;
}
.mfilt-inpt .inpt {
  width: 100%;
  padding: 0 2.22em 0 5px;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2.67em;
  color: #000;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  border-bottom: solid 2px #1791bb;
}
.mfilt-inpt .btn-sch {
  width: 2.22em;
  height: 100%;
  display: block;
  background: url("/Img/images/icon-sch3.svg") no-repeat center center;
  background-size: 0.89em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.news-list {
  margin-top: 3.25em;
  min-height: 400px;
}
.news-list li {
  margin-bottom: 2.25em;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list .box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  color: #666;
}
.news-list .item-imgs {
  max-width: 410px;
  flex: 0 0 20.5em;
  -webkit-flex: 0 0 20.5em;
  margin-right: 2.2em;
  overflow: hidden;
}
.news-list .image {
  width: 100%;
  height: 13.2em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-list .item-bd {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
  padding: 0.3em 0;
}
.news-list .item-time.app {
  font-size: 0.28rem;
  line-height: 0.48rem;
  margin-bottom: 0.1rem;
  color: #333;
}
.news-list .item-time.web {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.56em;
}
.news-list .item-tit {
  height: 1.36em;
  font-size: 1.4em;
  line-height: 1.36em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  overflow: hidden;
  color: #000;
}
.news-list .item-desc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
  margin-top: 1.25em;
  max-height: 5.25em;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .mfilt-select .list li:hover {
    background-color: #1791bb;
    color: #fff;
  }

  .news-list li:hover .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .news-list li:hover .item-tit {
    color: #1791bb;
  }
}
@media screen and (max-width: 991.98px) {
  .news-list .item-imgs {
    flex: 0 0 17.5em;
    -webkit-flex: 0 0 17.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .news-filt {
    display: none;
    margin-bottom: 0.8rem;
  }
  .news-filt .item {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .mfilt-select {
    margin-bottom: 0.2rem;
  }
  .mfilt-select .hd {
    padding: 0 0.66rem 0 0.2rem;
    font-size: 0.28rem;
    line-height: 0.66rem;
    background-position: right 0.2rem center;
    background-size: 0.26rem;
  }
  .mfilt-select .bd {
    max-height: 5.28rem;
    font-size: 0.28rem;
    line-height: 0.66rem;
  }
  .mfilt-select .list li {
    padding: 0 0.2rem;
  }

  .mfilt-inpt .inpt {
    padding: 0 0.66rem 0 0.2rem;
    font-size: 0.28rem;
    line-height: 0.66rem;
  }
  .mfilt-inpt .btn-sch {
    background-size: 0.3rem;
    width: 0.66rem;
    background-image: url("/Img/images/icon-sch5.png");
  }

  .news-list {
    margin-top: 0.3rem;
  }
  .news-list li {
    margin-bottom: 0.6rem;
    border-bottom: solid 1px #e6e6e6;
  }
  .news-list .box {
    display: block;
  }
  .news-list .item-imgs {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0.18rem;
  }
  .news-list .item-bd {
    padding: 0 0 0.5rem;
  }
  .news-list .item-tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    height: auto;
    max-height: 1rem;
  }
  .news-list .item-desc {
    margin-top: 0.42rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    max-height: 1.44rem;
  }
}
/**** 新闻详情 ****/
.gdet-content {
  padding-top: 3.7em;
}

.gdet-layout {
  padding: 0 0 0 9.5em;
  position: relative;
}

.gdet-side {
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.gdet-share {
  width: 100%;
  position: relative;
  text-align: center;
}
.gdet-share .word {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1em;
}
.gdet-share .share {
  padding: 1.25em 0;
  border-bottom: solid 1px #dcdcdc;
  border-top: solid 1px #dcdcdc;
}
.gdet-share .share li {
  width: 1.8em;
  position: relative;
  margin: 0 auto 1em;
}
.gdet-share .share li:last-child {
  margin-bottom: 0;
}
.gdet-share .share li:hover .box {
  background: #1791bb;
  border-color: #1791bb;
}
.gdet-share .share li:hover .box .icon1 {
  display: none;
}
.gdet-share .share li:hover .box .icon2 {
  display: block;
}
.gdet-share .share li:hover .dropbox {
  display: block;
}
.gdet-share .share .box {
  width: 1.8em;
  height: 1.8em;
  display: block;
  border-radius: 100%;
  border: solid 1px #b3b3b3;
  position: relative;
  margin: 0 auto;
}
.gdet-share .share .box img {
  width: 1em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.gdet-share .share .box .icon2 {
  display: none;
}
.gdet-share .dropbox {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
  padding-left: 20px;
}
.gdet-share .dropbox::before {
  content: '';
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 55;
}
.gdet-share .dropbox::after {
  content: '';
  display: block;
  border-width: 14px;
  border-style: solid;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 51;
}
.gdet-share .box2 {
  width: 120px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 52;
}
.gdet-share .box2 img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.gdet-return {
  width: 100%;
  margin-top: 1em;
}
.gdet-return a {
  width: 100%;
  height: 40px;
  display: block;
  font-size: 14px;
  line-height: 38px;
  border: solid 1px #dcdcdc;
  text-align: center;
}
.gdet-return a .arrow {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 12px 0 0;
  background: url("/Img/images/arrow-left.png") no-repeat center center;
  background-size: contain;
}

.gdet-body {
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  position: relative;
  z-index: 9;
}

.gdet-head {
  margin-bottom: 2.2em;
}
.gdet-head .tit {
  font-size: 36px;
  font-size: 1.8em;
  line-height: 1.28em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.gdet-head .info {
  font-size: 14px;
  line-height: 2em;
  margin-top: 6px;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  overflow: hidden;
}
.gdet-head .info span {
  float: left;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.gdet-head .info span::after {
  content: '';
  width: 1px;
  height: 10px;
  display: block;
  background: #c8c8c8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gdet-head .info span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.gdet-head .info span:last-child::after {
  display: none;
}
.gdet-head .source {
  color: #1791bb;
}

.gdet-doc {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.78em;
  color: #333;
  min-height: 300px;
}
.gdet-doc img {
  max-width: 100%;
  height: auto !important;
}
.gdet-doc .meida {
  width: 100%;
  max-width: 800px;
  height: 450px;
  display: block;
  position: relative;
  margin: 0 auto 1.78em;
}
.gdet-doc .imgs {
  margin-top: 1.78em;
  text-align: center;
}
.gdet-doc .imgs img {
  margin-top: 1em;
}
.gdet-doc .imgs img:first-child {
  margin-top: 0;
}
.gdet-doc .imgs p {
  margin-bottom: 1em;
}
.gdet-doc .imgs p:last-child {
  margin-bottom: 0;
}

.newsdet-box .gdet-doc {
  line-height: 2.1em;
}

@media screen and (max-width: 767.98px) {
  .gdet-content {
    padding-top: 0.7rem;
    z-index: 21;
  }

  .gdet-layout {
    padding: 0;
  }

  .gdet-side {
    width: 100%;
    position: relative;
    margin-top: 0.8rem;
  }

  .gdet-share {
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 0.5rem 0 0.6rem;
  }
  .gdet-share .word {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .gdet-share .share {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    border: none;
    padding: 0;
  }
  .gdet-share .share li {
    width: 0.7rem;
    margin: 0 0.2rem;
  }
  .gdet-share .share .box {
    width: 0.7rem;
    height: 0.7rem;
  }
  .gdet-share .share .box img {
    width: 0.4rem;
  }
  .gdet-share .share .dropbox {
    left: 50%;
    top: 100%;
    padding: 0.4rem 0 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .gdet-share .share .dropbox::before {
    border-width: 0.2rem;
    border-color: transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .gdet-share .share .dropbox::after {
    border-width: 0.24rem;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.02);
    left: 50%;
    top: -0.1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .gdet-share .share .box2 {
    width: 2rem;
    padding: 0.1rem;
  }

  .gdet-return {
    width: 100%;
    margin-top: 0.7rem;
  }
  .gdet-return a {
    width: 2.5rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.78rem;
    margin: 0 auto;
  }
  .gdet-return a .arrow {
    width: 0.26rem;
    height: 0.26rem;
    background-image: url("/Img/images/arrow-left3.png");
    margin-right: 0.22rem;
  }

  .gdet-head {
    margin-bottom: 0.5rem;
  }
  .gdet-head .tit {
    font-size: 0.48rem;
    line-height: 0.66rem;
  }
  .gdet-head .info {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .gdet-head .info span {
    padding-right: 0.3rem;
    margin-right: 0.3rem;
  }
  .gdet-head .info span::after {
    height: 0.18rem;
  }

  .gdet-doc {
    font-size: 0.3rem;
    line-height: 2em !important;
  }
  .gdet-doc .imgs {
    margin-top: 0.6rem;
  }
}
/**** 党群园地-清廉热电 ***/
.party-list {
  min-height: 400px;
  margin-top: 3em;
}
.party-list li {
  margin-bottom: 1em;
}
.party-list li:last-child {
  margin-bottom: 0;
}
.party-list .box {
  width: 100%;
  height: 8em;
  display: flex;
  display: -webkit-flex;
  background: #f6f8fb;
  padding: 1.5em;
}
.party-list .item-time {
  max-width: 90px;
  flex: 0 0 6em;
  -webkit-flex: 0 0 6em;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-right: 3.5em;
}
.party-list .item-tit {
  max-width: 295px;
  flex: 0 0 14.75em;
  -webkit-flex: 0 0 14.75em;
  position: relative;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
.party-list .item-tit::after {
  content: '';
  width: 1px;
  height: 5em;
  display: block;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 0;
}
.party-list .item-tit h5 {
  font-size: 1.2em;
  line-height: 1.33em;
  color: #004f93;
  max-height: 3.99em;
  overflow: hidden;
  margin-top: -0.2em;
}
.party-list .item-desc {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.party-list .doc {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
  max-height: 5.25em;
  overflow: hidden;
  margin-top: -0.3em;
}
.party-list .item-handle {
  max-width: 120px;
  flex: 0 0 6em;
  -webkit-flex: 0 0 6em;
  margin-left: 3.5em;
}
.party-list .btn-viewdet {
  width: 100%;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2.57em;
  height: 2.714em;
}

@media screen and (min-width: 1000px) {
  .party-list li:hover .box {
    box-shadow: 0 4px 16px rgba(47, 90, 117, 0.15);
  }
  .party-list li:hover .item-tit h5 {
    color: #1791bb;
  }
  .party-list li:hover .btn-xblue {
    color: #fff;
  }
  .party-list li:hover .btn-xblue::after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .party-list .item-time {
    margin-right: 1em;
  }
  .party-list .item-tit {
    flex: 0 0 12em;
    -webkit-flex: 0 0 12em;
    padding-right: 1em;
    margin-right: 1em;
  }
  .party-list .item-handle {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .party-list {
    margin-top: 0.8rem;
  }
  .party-list li {
    margin-bottom: 0.6rem;
  }
  .party-list .box {
    height: auto;
    display: block;
    background: #fff;
    border: solid 1px #dcdcdc;
    padding: 0.3rem 0.4rem 0.8rem;
  }
  .party-list .item-time {
    max-width: 100%;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0 0 0.14rem;
  }
  .party-list .item-tit {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .party-list .item-tit::after {
    display: none;
  }
  .party-list .item-tit h5 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    max-height: 1rem;
    margin: 0;
    color: #000;
    font-family: "SourceHanSansCN-Regular";
    font-weight: 400;
  }
  .party-list .item-desc {
    margin-top: 0.4rem;
  }
  .party-list .doc {
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666;
    max-height: 1.44rem;
  }
}
/*** 人才招聘 ***/
.hr-box {
  padding-top: 2.5em;
}

.hr-top {
  margin-bottom: 2.75em;
}
.hr-top .word1 {
  font-size: 1.8em;
  line-height: 1.39em;
  color: #1791bb;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.hr-top .word2 {
  font-size: 24px;
  font-size: 1.2em;
  line-height: 1.333em;
  margin-top: 1.46em;
}

.hr-table .td {
  font-size: 16px;
  font-size: 0.8em;
}
.hr-table .td1 {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.hr-table .td2 {
  max-width: 320px;
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
}
.hr-table .td3 {
  max-width: 170px;
  flex: 0 0 13%;
  -webkit-flex: 0 0 13%;
}
.hr-table .td4 {
  max-width: 170px;
  flex: 0 0 13%;
  -webkit-flex: 0 0 13%;
}
.hr-table .td5 {
  max-width: 190px;
  flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
}
.hr-table .td6 {
  max-width: 120px;
  flex: 0 0 7.5em;
  -webkit-flex: 0 0 7.5em;
}

.hr-th {
  padding: 0 0.5em;
  background: #f1f1f1;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.hr-th .td {
  line-height: 3.125em;
  color: #004f93;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  padding: 0 0.625em;
}

.hr-list {
  min-height: 300px;
}
.hr-list li {
  width: 100%;
  padding: 0 0.5em;
  border-bottom: solid 1px #dcdcdc;
  min-height: 4.75em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.hr-list .td {
  line-height: 1.625em;
  padding: 0.625em;
}
.hr-list .td1 a {
  font-size: 1.5em;
  line-height: 1.333em;
  color: #000;
}
.hr-list .td6 {
  text-align: right;
}
.hr-list .td6 img {
  width: 1.25em;
  margin: -2px 0 0 0.625em;
}

@media screen and (min-width: 1000px) {
  .hr-list li:hover .td {
    color: #1791bb;
  }
  .hr-list li:hover a[href] {
    color: #1791bb;
  }
}
@media screen and (max-width: 991.98px) {
  .hr-table .td {
    font-size: 1em;
  }
  .hr-table .td2, .hr-table .td3 {
    display: none;
  }

  .hr-list .td1 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .hr-top {
    margin-bottom: 0.6rem;
  }
  .hr-top .word1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .hr-top .word2 {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }

  .hr-table .td {
    font-size: 0.28rem;
  }
  .hr-table .td4, .hr-table .td5 {
    display: none;
  }

  .hr-th {
    padding: 0 0.1rem;
    line-height: 0.8rem;
  }
  .hr-th .td {
    padding: 0 0.1rem;
    line-height: 0.8rem;
  }

  .hr-list li {
    min-height: 1rem;
  }
  .hr-list .td {
    line-height: 0.48rem;
    padding: 0.1rem;
  }
  .hr-list .td1 a {
    font-size: 1em;
    line-height: inherit;
  }
  .hr-list .td6 img {
    width: 0.3rem;
  }
}
/**** 招聘详情 ***/
.hrdet-box .gdet-body {
  max-width: 1110px;
}

.hrdet-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  border-bottom: solid 1px #dcdcdc;
  padding: 1.89em 0;
}
.hrdet-row:first-child {
  padding-top: 0;
}
.hrdet-row .row-tit {
  max-width: 160px;
  flex: 0 0 9em;
  -webkit-flex: 0 0 9em;
  margin-right: 2.89em;
}
.hrdet-row .row-tit h5 {
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.hrdet-row .xxlist {
  width: 656px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 -1em;
}
.hrdet-row .xxlist li {
  min-width: 50%;
  float: left;
  padding: 0 1em;
}

.hrdet-bot {
  margin-top: 2em;
}

.btn-hrApply {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 3.75em;
  color: #fff;
  text-align: center;
  display: block;
  width: 12.5em;
  height: 3.75em;
  background: url("/Img/images/bg-1.jpg") no-repeat center center;
  background-size: cover;
}
.btn-hrApply img {
  width: 1.25em;
  margin: -2px 0 0 2.25em;
}
.btn-hrApply::after {
  background: #1791bb;
}

@media screen and (min-width: 1000px) {
  .btn-hrApply:hover {
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .hrdet-row .xxlist {
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 767.98px) {
  .hrdet-row {
    display: block;
    padding: 0.4rem 0;
  }
  .hrdet-row .row-tit {
    max-width: 100%;
    margin: 0 0 0.1rem;
  }

  .hrdet-bot {
    margin-top: 0.6rem;
  }

  .btn-hrApply {
    width: 3rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.78rem;
    margin: 0 auto;
  }
  .btn-hrApply img {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
}
/**** 招聘申请 ***/
.hrApply-box .gdet-body {
  max-width: 1110px;
}
.hrApply-box .gdet-doc {
  min-height: 0;
}
.hrApply-box .gdet-doc .tit {
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  margin-bottom: 1.44em;
}
.hrApply-box .gdet-doc .red {
  color: #ff0000;
  margin: 0 0.56em;
}

.form-hrApply {
  margin-top: 2.6em;
  background: #eff4f7;
  padding: 2.25em 3em 3em;
}
.form-hrApply > .row {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -1.85em;
}
.form-hrApply .row-item {
  padding: 0 1.85em;
}

@media screen and (max-width: 991.98px) {
  .form-hrApply {
    padding-left: 2em;
    padding-right: 2em;
  }
  .form-hrApply > .row {
    margin: 0 -1em;
  }
  .form-hrApply .row-item {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .hrApply-box .gdet-doc .tit {
    margin-bottom: 0.2rem;
  }

  .form-hrApply {
    margin-top: 0.5rem;
    padding: 0.6rem 0.3rem 0.8rem;
  }
}
/*** 公告 ****/
.notice-table {
  min-height: 400px;
  margin-top: 3em;
}
.notice-table .td {
  font-size: 16px;
  font-size: 0.8em;
}
.notice-table .tit {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}
.notice-table .type {
  white-space: nowrap;
  max-width: 10em;
  flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
}
.notice-table .date {
  max-width: 6.875em;
  flex: 0 0 6.875em;
  -webkit-flex: 0 0 6.875em;
}

.notice-head {
  width: 100%;
  padding: 0 0.5em;
  display: flex;
  display: -webkit-flex;
  background: #f1f1f1;
}
.notice-head .td {
  line-height: 3.125em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  color: #004f93;
  padding: 0 0.625em;
}

.notice-list li {
  border-bottom: solid 1px #dcdcdc;
}
.notice-list .box {
  width: 100%;
  padding: 0 0.5em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 4.75em;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.notice-list .td {
  line-height: 1.625em;
  padding: 0.625em;
}
.notice-list .td span {
  height: 1.625em;
  overflow: hidden;
  display: block;
}
.notice-list .tit {
  color: #000;
}
.notice-list .tit h5 {
  font-size: 1.3em;
  line-height: 1.33em;
}

@media screen and (min-width: 1000px) {
  .notice-list li:hover .td {
    color: #1791bb;
  }
}
@media screen and (max-width: 991.98px) {
  .notice-table .td {
    font-size: 1em;
  }

  .notice-list .tit {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .notice-table {
    margin-top: 0.3rem;
  }
  .notice-table .type {
    display: none;
  }

  .notice-head {
    display: none;
  }

  .notice-list li {
    padding: 0.52rem 0;
  }
  .notice-list li:first-child {
    border-top: solid 1px #dcdcdc;
  }
  .notice-list .box {
    display: block;
  }
  .notice-list .td {
    padding: 0;
  }
  .notice-list .date {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0.15rem;
  }
  .notice-list .tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .notice-list .tit h5 {
    font-size: 1em;
    line-height: inherit;
    max-height: none;
    font-family: "SourceHanSansCN-Regular";
    font-weight: 400;
  }
}
/*** 集团简介 ***/
.g-lvtit {
  font-size: 36px;
  font-size: 1.8em;
  line-height: 1.39em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  color: #000;
}

.about-box {
  padding-bottom: 0;
}

.about-introd {
  margin: 1.4em 0 3.7em;
  min-height: 200px;
}
.about-introd .top {
  font-size: 24px;
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 1.17em;
}
.about-introd .doc {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.78em;
}

.about-sect2 {
  width: 100%;
  min-height: 27.5em;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 8em 0;
}
.about-sect2 .row {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.about-sect2 .doc {
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.78em;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .g-lvtit {
    font-size: 0.48rem;
    line-height: 0.66rem;
  }

  .about-introd {
    margin: 0.5rem 0 0.8rem;
  }
  .about-introd .top {
    font-size: 0.34rem;
  }
  .about-introd .doc {
    font-size: 0.3rem;
    line-height: 2em;
  }

  .about-sect2 {
    padding: 0.8rem 0;
  }
  .about-sect2 .row {
    display: block;
  }
  .about-sect2 .doc {
    width: 100%;
    max-width: 100%;
    font-size: 0.3rem;
    line-height: 2em;
  }
}
/*** 投资者服务 ***/
.cdoc-box .about-introd {
  margin-bottom: 0;
}

/**** 组织架构 ***/
.org-imgs {
  margin-top: 2.1em;
}
.org-imgs .imgs {
  width: 100%;
  text-align: center;
}
.org-imgs img {
  max-width: 100%;
  height: auto !important;
}

@media screen and (min-width: 992px) {
  .gorg-box {
    padding-bottom: 6.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .org-imgs {
    margin-top: 0.6rem;
  }
}
/**** 社会责任报告 ***/
.crs-list {
  margin: 0.85em -1.25em -1.25em;
  min-height: 400px;
}
.crs-list li {
  padding: 1.25em;
}
.crs-list .box {
  width: 100%;
  height: 14em;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 0.75em 3.5em 1em 2em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.crs-list .item-imgs {
  max-width: 162px;
  height: 100%;
  flex: 0 0 8.1em;
  -webkit-flex: 0 0 8.1em;
  position: relative;
  padding-left: 7px;
  margin-right: 2.9em;
}
.crs-list .item-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  z-index: 5;
}
.crs-list .item-imgs .lb {
  width: 7px;
  height: 100%;
  display: block;
  background: url("/Img/images/crs-b1.png") no-repeat left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.crs-list .item-imgs .at {
  display: block;
  width: 0;
  height: 0;
  border-width: 0.7em 7.75em;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f5f5f5;
  position: absolute;
  right: 0;
  top: -0.7em;
  z-index: 6;
}
.crs-list .item-imgs .ab {
  display: block;
  width: 0;
  height: 0;
  border-width: 0.4em 7.75em;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f5f5f5;
  position: absolute;
  right: 0;
  bottom: -0.4em;
  z-index: 6;
}
.crs-list .item-bd {
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex: 1;
  -webkit-flex: 1;
  position: relative;
  padding: 0.9em 0 0 2.5em;
}
.crs-list .item-bd::before {
  content: '';
  display: block;
  width: 1px;
  height: 88.2%;
  max-height: 216px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 7.3%;
}
.crs-list .type {
  font-size: 1em;
  line-height: 1.5em;
  color: #999;
  margin-bottom: 0.75em;
}
.crs-list .tit {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #000003;
  height: 3.6em;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.crs-list .tool {
  margin-top: 1.8em;
}
.crs-list .btn-download {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2em;
  color: #666;
}
.crs-list .btn-download img {
  width: 1em;
  margin: -2px 3px 0 0;
}

@media screen and (min-width: 1000px) {
  .crs-list li:hover .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .crs-list li:hover .tit {
    color: #1791bb;
  }
}
@media screen and (max-width: 991.98px) {
  .crs-list .box {
    padding-right: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .crs-list {
    margin: 0.6rem 0 0;
  }
  .crs-list li {
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .crs-list li:last-child {
    margin-bottom: 0;
  }
  .crs-list .box {
    height: auto;
    padding: 0.2rem 0.3rem 0.3rem;
  }
  .crs-list .item-imgs {
    height: 3rem;
    margin-right: 0.5rem;
  }
  .crs-list .item-bd {
    padding-left: 0.5rem;
  }
  .crs-list .type {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .crs-list .tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    height: 1.5rem;
  }
  .crs-list .tool {
    margin-top: 0.2rem;
  }
  .crs-list .btn-download {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
/*** 联系我们 ***/
.t-head {
  margin-bottom: 2.4em;
}

.t-doc {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  font-size: 24px;
  font-size: 1.2em;
  line-height: 2em;
  margin-top: 1.17em;
}

.contt-mbox {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0.7em;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.12);
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
.contt-mbox .box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contt-map {
  width: 100%;
  height: 28.6em;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  z-index: 10;
}

.contt-ways {
  width: 33.33%;
  max-width: 386px;
  height: 100%;
  display: block;
  background: #004f93;
  padding: 2.5em 3.25em 2.5em 1.8em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  color: #fff;
}
.contt-ways .company {
  font-size: 36px;
  font-size: 1.8em;
  line-height: 1.39em;
  margin-bottom: 0.5em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.contt-ways .addr {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.contt-ways .ways {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
}
.contt-ways .ways li {
  margin-bottom: 1.25em;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.contt-ways .ways li:last-child {
  margin-bottom: 0;
}
.contt-ways .ways .icon {
  flex: 0 0 1.25em;
  -webkit-flex: 0 0 1.25em;
  height: 1.25em;
  margin-right: 1.25em;
}
.contt-ways .ways .icon img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}
.contt-ways .ways .doc {
  max-width: 100%;
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media screen and (min-width: 992px) {
  .contt-box {
    padding-bottom: 5.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .contt-ways {
    width: 40%;
  }
}
@media screen and (max-width: 767.98px) {
  .contt-mbox {
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .contt-map {
    padding: 0.2rem;
    height: 5rem;
  }

  .contt-ways {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0.5rem 0.4rem;
  }
  .contt-ways .company {
    font-size: 0.48rem;
    line-height: 0.66rem;
    margin-bottom: 0.3rem;
  }
  .contt-ways .addr {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .contt-ways .ways {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .contt-ways .ways li {
    margin-bottom: 0.2rem;
  }
  .contt-ways .ways .icon {
    width: 0.3rem;
    height: 0.48rem;
    flex: 0 0 0.3rem;
    -webkit-flex: 0 0 0.3rem;
    margin-right: 0.3rem;
  }
}
/*** 企业文化-热电人文 ***/
.culture-box {
  padding-top: 2.8em;
}

.cult-list {
  min-height: 400px;
  margin: 0 -0.9em -3em -0.85em;
}
.cult-list li {
  padding: 0 0.9em 0 0.85em;
  margin-bottom: 3em;
}
.cult-list .box {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
.cult-list .item-imgs {
  width: 100%;
  height: 13.2em;
  display: block;
  overflow: hidden;
  position: relative;
}
.cult-list .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cult-list .item-bd {
  padding: 0.5em 0 0.8em;
}
.cult-list .time {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2em;
  height: 2em;
  color: #666;
  margin-bottom: 4px;
}
.cult-list .tit {
  height: 1.38em;
  overflow: hidden;
  font-size: 26px;
  font-size: 1.3em;
  line-height: 1.38em;
  color: #000000;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cult-list .bot {
  margin-top: 1.875em;
  overflow: hidden;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #999;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
}
.cult-list .more {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cult-list .arrow {
  width: 1.875em;
  height: 1.5em;
  position: relative;
  overflow: hidden;
}
.cult-list .arrow .ar {
  width: 200%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cult-list .arrow img {
  width: 50%;
  height: 100%;
  display: block;
}

@media screen and (min-width: 1000px) {
  .cult-list li:hover .imgs {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .cult-list li:hover .tit {
    color: #1791bb;
  }
  .cult-list li:hover .more {
    color: #1791bb;
  }
  .cult-list li:hover .arrow .ar {
    right: -100%;
  }
}
@media screen and (max-width: 767.98px) {
  .culture-box {
    padding-top: 0.8rem;
  }

  .cult-list {
    margin: 0;
  }
  .cult-list li {
    margin-bottom: 0.6rem;
    padding: 0;
  }
  .cult-list li:last-child {
    margin-bottom: 0;
  }
  .cult-list .item-imgs {
    height: 4.3rem;
  }
  .cult-list .item-bd {
    padding: 0.18rem 0 0.52rem;
  }
  .cult-list .time {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
    color: #333;
    height: auto;
  }
  .cult-list .tit {
    height: auto;
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .cult-list .bot {
    display: none;
  }
}
/*** 资质荣誉 ***/
.honor-box {
  padding-top: 2.8em;
}

.honor-list {
  min-height: 300px;
  margin: 0 -0.9em -1.75em -0.85em;
}
.honor-list li {
  padding: 0 0.9em 0 0.85em;
  margin-bottom: 1.75em;
}
.honor-list .box {
  width: 100%;
  display: block;
  position: relative;
  border: solid 1px #dcdcdc;
  padding: 1.45em 1.45em 1.2em;
}
.honor-list .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.honor-list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.honor-list .imgs {
  width: 100%;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-list .imgs.web {
  height: 11em;
}
.honor-list .item-bd {
  padding: 0.8em 0 0;
}
.honor-list .tit {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .honor-list li:hover .imgs.web {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .honor-list li:hover .tit {
    color: #1791bb;
  }
}
@media screen and (max-width: 767.98px) {
  .honor-box {
    padding-top: 0.8rem;
  }

  .honor-list {
    margin: 0;
  }
  .honor-list li {
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .honor-list li:last-child {
    margin-bottom: 0;
  }
  .honor-list .box {
    padding: 0.4rem;
  }
  .honor-list .item-bd {
    padding: 0.3rem 0 0;
  }
  .honor-list .tit {
    height: auto;
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
}
/*** 搜索结果页 ***/
.p-search .header {
  border-bottom: solid 1px #e6e6e6;
}

.search-top .g-lvtit {
  text-align: center;
}

.search-inpt {
  width: 36.5em;
  max-width: 100%;
  border: solid 1px #ccc;
  padding: 0 1em 0 2.8em;
  position: relative;
  margin: 1.75em auto 0;
}
.search-inpt .inpt {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 3.25em;
  width: 100%;
  height: 3.25em;
  border: none;
  background: #fff;
}
.search-inpt .btn-sch {
  width: 2.3em;
  height: 100%;
  display: block;
  background: url("/Img/images/icon-sch3.png") no-repeat center center;
  background-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.search-body {
  margin-top: 2.5em;
}
.search-body .notice-table {
  margin-top: 0.5em;
}
.search-body .notice-list li:first-child {
  border-top: solid 1px #dcdcdc;
}

.search-num {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 2em;
  color: #1791bb;
}

@media screen and (min-width: 768px) {
  .search-box {
    padding-top: 3.75em;
  }

  .search-top .g-lvtit {
    font-size: 45px;
    font-size: 2.25em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .search-inpt {
    width: 100%;
    padding-left: 0.8rem;
  }
  .search-inpt .inpt {
    font-size: 0.28rem;
  }
  .search-inpt .btn-sch {
    width: 0.8rem;
    background-size: 0.4rem;
  }

  .search-body {
    margin-top: 0.6rem;
  }

  .search-num {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
/**** 投资者-定期报告 ***/
.pdcRt-box {
  padding-top: 2em;
}
.pdcRt-box .crs-list {
  margin-top: 0;
}

.inside-lv3list {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 2em;
}
.inside-lv3list li {
  margin: 0 2.35em;
}
.inside-lv3list li.active a {
  color: #1791bb !important;
}
.inside-lv3list li.active a::after {
  opacity: 1;
  width: 100%;
}
.inside-lv3list a {
  font-size: 1.2em;
  line-height: 2.25em;
  color: #666;
  display: block;
  position: relative;
  cursor: pointer;
}
.inside-lv3list a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #1791bb;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 1000px) {
  .inside-lv3list a:hover {
    color: #1791bb !important;
  }
}
@media screen and (max-width: 768px) {
  .pdcRt-box {
    padding-top: 0.8rem;
  }

  .inside-lv3list {
    margin-bottom: 0.6rem;
  }
  .inside-lv3list li {
    white-space: nowrap;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    margin: 0;
    padding: 0 1em;
  }
  .inside-lv3list a {
    display: inline-block;
    vertical-align: top;
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
}
/*** 股票信息 ****/
.stock-databox {
  margin-top: 1.9em;
}
.stock-databox .company {
  font-size: 30px;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  margin-bottom: 0.4em;
}
.stock-databox .company span {
  color: #999;
}

.stock-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 2.5em;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 2.5em;
}

.stock-left {
  max-width: 400px;
  flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  height: 7em;
  background: #004f93;
  border-top: solid 2px #1791bb;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  padding: 0 1em;
}
.stock-left .td {
  flex: 1;
  -webkit-flex: 1;
  padding: 0 1.25em;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.75em;
  white-space: nowrap;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.stock-left .num {
  font-family: "Arial";
}
.stock-left .arrow {
  display: block;
  width: 0px;
  height: 0;
  border-width: 10px 6px;
  border-style: solid;
  border-color: transparent;
  margin-left: 8px;
}
.stock-left .doc {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.stock-left .doc.down {
  color: #f73131;
}
.stock-left .doc.down .arrow {
  border-top-color: #f73131;
}
.stock-left .doc.up {
  color: #e40404;
}
.stock-left .doc.up .arrow {
  border-bottom-color: #e40404;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
}
.stock-left .td1 {
  flex: 1 1 46.25%;
  -webkit-flex: 1 1 46.25%;
  text-align: center;
  line-height: 3.5em;
}
.stock-left .td1 .doc {
  font-size: 3em;
  line-height: 1em;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.stock-left .td2::after {
  content: '';
  display: block;
  width: 1px;
  height: 2.5em;
  background: #1791bb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.stock-right {
  max-width: 862px;
  flex: 0 0 67%;
  -webkit-flex: 0 0 67%;
}
.stock-right table {
  width: 100%;
  border: none;
  border-top: solid 2px #1791bb;
}
.stock-right th, .stock-right td {
  width: 16.24%;
  height: 4.3125em;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  border-bottom: solid 1px #164f9e;
}
.stock-right th {
  background: #004f93;
  color: #fff;
  white-space: nowrap;
}
.stock-right td {
  color: #164f9e;
  background: #fff;
}
.stock-right tr:first-child th {
  border-bottom: solid 1px #fff;
}
.stock-right tr td:last-child {
  width: 18.8%;
}

.stock-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.stock-imgs img {
  max-width: 100%;
  height: auto !important;
}
.stock-imgs .web {
  width: 75%;
}

@media screen and (max-width: 991.98px) {
  .stock-row {
    display: block;
  }

  .stock-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.3rem;
  }
  .stock-left .td {
    font-size: 1em;
  }

  .stock-right {
    width: 100%;
    max-width: 100%;
  }
  .stock-right th, .stock-right td {
    font-size: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .stock-databox .company {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.4rem;
  }

  .stock-row {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .stock-left {
    margin-bottom: 0.5rem;
  }
  .stock-left .td {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }

  .stock-right .en {
    display: block;
  }
  .stock-right th, .stock-right td {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
/*** 投资者关系 ***/
.invest-top {
  width: 100%;
  height: 32.75em;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.invest-top .inside-crumb {
  position: absolute;
  left: 0;
  top: 7.3em;
  z-index: 20;
}
.invest-top .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.invest-top .bd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 14.7em;
  z-index: 20;
}
.invest-top .tit {
  font-size: 60px;
  font-size: 3em;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}
.invest-top .time {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.78em;
  margin-top: 0.6em;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.invest-top .btn-viewdet {
  display: block;
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2.875em;
  color: #333;
  text-align: center;
  position: relative;
  height: 2.875em;
  width: 8.125em;
  margin-top: 2.5em;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}

.invest-sect1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.invest-gpbox {
  width: 63%;
  max-width: 820px;
  float: left;
}
.invest-gpbox .box {
  width: 100%;
  height: 15em;
  display: block;
  overflow: hidden;
  position: relative;
  background: url("/Img/images/invest-2.jpg") no-repeat center center;
  background-size: cover;
  padding: 2.75em 2em;
  color: #fff;
}
.invest-gpbox .databox {
  display: flex;
  display: -webkit-flex;
  margin: 0 -1em;
}
.invest-gpbox .databox .td {
  padding: 0 1em;
  flex: 1;
  -webkit-flex: 1;
  white-space: nowrap;
}
.invest-gpbox .databox .tit {
  font-size: 18px;
  font-size: 0.9em;
  line-height: 1.78em;
}
.invest-gpbox .databox .doc {
  height: 2.9em;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  color: #32c7fc;
}
.invest-gpbox .databox .num {
  font-weight: bold;
  font-family: "Arial";
  line-height: 1em;
  font-size: 1.5em;
  height: 1em;
}
.invest-gpbox .databox .unit {
  font-size: 0.9em;
  line-height: 1.25em;
  margin-left: 3px;
  height: 1.25em;
}
.invest-gpbox .databox .td1 {
  flex: 1 1 37.6%;
  -webkit-flex: 1 1 37.6%;
}
.invest-gpbox .databox .td1 .doc {
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
}
.invest-gpbox .databox .td1 .doc.up {
  color: #e32417;
}
.invest-gpbox .databox .td1 .doc.up .arrow {
  vertical-align: bottom;
  background-image: url("/Img/images/gp-up.svg");
}
.invest-gpbox .databox .td1 .doc.down {
  color: #5fde4a;
}
.invest-gpbox .databox .td1 .doc.down .arrow {
  vertical-align: top;
  background-image: url("/Img/images/gp-down.svg");
}
.invest-gpbox .databox .td1 .num {
  font-size: 2.4em;
  height: 0.87em;
}
.invest-gpbox .databox .td1 .arrow {
  width: 0.67em;
  height: 0.67em;
  display: inline-block;
  vertical-align: bottom;
  background: no-repeat center bottom;
  background-size: contain;
  margin: 0 5px 0 0;
}
.invest-gpbox .databox .td1 img {
  width: 0.67em;
  vertical-align: bottom;
  margin: 0 5px 0 0;
}
.invest-gpbox .databox .td1 .unit {
  line-height: 1em;
  height: 1em;
  margin-left: 8px;
}
.invest-gpbox .databox .td4 {
  flex: 1 1 18%;
  -webkit-flex: 1 1 18%;
}
.invest-gpbox .databox .td5 {
  flex: 1 1 11%;
  -webkit-flex: 1 1 11%;
}
.invest-gpbox .tips {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 3.375em;
}

.invest-nb {
  width: 34%;
  max-width: 440px;
  float: right;
}
.invest-nb .box {
  width: 100%;
  display: block;
  height: 15em;
  background: #89c24b;
  padding: 2.75em 3em 0 2em;
  color: #fff;
}
.invest-nb .tit {
  font-size: 34px;
  font-size: 1.7em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  margin-bottom: 0.44em;
}
.invest-nb .doc {
  font-size: 1em;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.invest-nb .line {
  width: 30px;
  width: 1.5em;
  height: 4px;
  display: block;
  background: #ffcc31;
  margin-top: 2.15em;
}

.invest-sect2 {
  margin-top: 3.6em;
}
.invest-sect2 .secthd {
  margin-bottom: 2.25em;
}
.invest-sect2 .g-lvtit {
  padding-bottom: 0.44em;
  position: relative;
}
.invest-sect2 .g-lvtit::after {
  content: '';
  display: block;
  width: 0.84em;
  max-width: 30px;
  height: 4px;
  background: #ffcc31;
  position: absolute;
  left: 0;
  bottom: 0;
}

.invest-pane {
  display: none;
}
.invest-pane.active {
  display: block;
}
.invest-pane .crs-list {
  margin-top: 0;
}
.invest-pane .pane-bot {
  margin-top: 3em;
}
.invest-pane .btn-viewdet {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 2em;
  height: 2em;
  width: 9.875em;
  border-radius: 1em;
  color: #1791bb;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991.98px) {
  .invest-gpbox {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 0.6rem;
  }

  .invest-nb {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767.98px) {
  .invest-box {
    padding-top: 0.6rem;
  }

  .invest-top {
    height: 6.55rem;
  }
  .invest-top .bd {
    top: 50%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
  }
  .invest-top .tit {
    font-size: 0.6rem;
    line-height: 0.8rem;
    max-height: 1.6rem;
  }
  .invest-top .time {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .invest-top .btn-viewdet {
    font-size: 0.26rem;
  }

  .invest-gpbox .box {
    height: auto;
    padding: 0.6rem 0.4rem;
  }
  .invest-gpbox .box .databox {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .invest-gpbox .box .databox .tit {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .invest-gpbox .box .databox .doc {
    height: 0.6rem;
  }
  .invest-gpbox .box .databox .num {
    font-size: 0.36rem;
  }
  .invest-gpbox .box .databox .unit {
    font-size: 0.26rem;
  }
  .invest-gpbox .box .databox .td1 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    margin-bottom: 0.3rem;
  }
  .invest-gpbox .box .databox .td1 .num {
    font-size: 0.6rem;
  }
  .invest-gpbox .box .tips {
    font-size: 0.26rem;
    line-height: 0.44rem;
    margin-top: 0.6rem;
  }

  .invest-nb .box {
    padding: 0.6rem 0.4rem;
  }
  .invest-nb .tit {
    font-size: 0.36rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .invest-nb .doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    height: 0.96rem;
  }

  .invest-sect2 {
    margin-top: 0.8rem;
  }
  .invest-sect2 .secthd {
    margin-bottom: 0.5rem;
  }
  .invest-sect2 .g-lvtit {
    padding-bottom: 0.3rem;
  }

  .invest-pane .pane-bot {
    margin-top: 0.6rem;
  }
  .invest-pane .btn-viewdet {
    width: 2.5rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    height: 0.7rem;
    border-radius: 0.4rem;
  }
}
/*** 投资者关系 ***/
.tzz-row {
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
  margin-top: 2.25em;
  padding: 0.75em;
}
.tzz-row .box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #f3f3f5;
}

.tzz-imgs {
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
.tzz-imgs .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.tzz-imgs .imgs.web {
  width: 100%;
  min-height: 14.3em;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}

.tzz-bd {
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  padding: 2.4em 3em;
}
.tzz-bd .company {
  font-size: 24px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-family: "SourceHanSansCN-Regular";
  font-weight: 400;
  margin-bottom: 1.08em;
}
.tzz-bd .wayslist {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
}
.tzz-bd .wayslist li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 0.625em;
}
.tzz-bd .wayslist li:last-child {
  margin-bottom: 0;
}
.tzz-bd .wayslist .tit {
  max-width: 6em;
  flex: 0 0 5.875em;
  -webkit-flex: 0 0 5.875em;
  white-space: nowrap;
}
.tzz-bd .wayslist .tit img {
  width: 1em;
  height: 1em;
  margin: -2px 0.625em 0 0;
}
.tzz-bd .wayslist .col1 {
  display: inline-block;
  width: 1em;
}
.tzz-bd .wayslist .doc {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media screen and (max-width: 767.98px) {
  .tzz-row {
    margin-top: 0.6rem;
    padding: 0;
  }
  .tzz-row .box {
    display: block;
  }

  .tzz-imgs {
    max-width: 100%;
    width: 100%;
  }

  .tzz-bd {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0.4rem;
  }
  .tzz-bd .company {
    font-size: 0.48rem;
    line-height: 0.66rem;
    margin-bottom: 0.3rem;
  }
  .tzz-bd .wayslist {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .tzz-bd .wayslist li {
    margin-bottom: 0.2rem;
  }
  .tzz-bd .wayslist .tit img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
  }
}

/*# sourceMappingURL=css.css.map */
