/*AboutLeftNav.less*/
.body {
  background: url(../img/aa0caff6e049c5eb6af68371ca4a9038.jpg) center top no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body {
    background: none !important;
  }
  .pageContent > .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pageContent > .container {
    margin-top: 30px !important;
  }
}
body {
  background: url(../img/aa0caff6e049c5eb6af68371ca4a9038.jpg) center top no-repeat;
  background-attachment: fixed;
}
.about-content {
  margin-top: 50px;
  margin-bottom: 520px;
}
.about-content .row > div {
  padding: 0 5px;
}
.about-content .left-content .nav-wrapper {
  border: 1px solid #d8dbdd;
}
.about-content .left-content .nav-wrapper .nav-title {
  color: white;
  font-size: 22px;
  line-height: 46px;
  background: url(../img/8072a1eb7ae84a12e68ce41f91563fa9.jpg);
}
.about-content .left-content .nav-wrapper .leftSideNav {
  background: white;
}
.about-content .left-content .nav-wrapper .leftSideNav > li > a {
  color: #222121;
  font-size: 16px;
  padding: 0;
  line-height: 43px;
  border-top: 1px solid #d8dbdd;
}
.about-content .left-content .nav-wrapper .leftSideNav > li > a i {
  position: absolute;
  right: 0;
  margin-right: 40px;
  line-height: 43px;
  font-size: 13px;
}
.about-content .left-content .nav-wrapper .leftSideNav > li > a .nav-active-corner {
  position: absolute;
  display: none;
  right: 0;
  margin-right: -12px;
  line-height: 43px;
  color: #025aa5;
}
.about-content .left-content .nav-wrapper .leftSideNav > li > a:hover,
.about-content .left-content .nav-wrapper .leftSideNav > li > a:focus,
.about-content .left-content .nav-wrapper .leftSideNav > li > a.active {
  color: white;
  background-color: #025aa5;
}
.about-content .left-content .nav-wrapper .leftSideNav > li > a:hover .nav-active-corner,
.about-content .left-content .nav-wrapper .leftSideNav > li > a:focus .nav-active-corner,
.about-content .left-content .nav-wrapper .leftSideNav > li > a.active .nav-active-corner {
  display: block;
}
.about-content .left-content .nav-wrapper .leftSideNav > li .inner-ul li a {
  display: inline-block;
  width: 100%;
  line-height: 27px;
  color: #5e5e5e;
  text-decoration: none;
  background: #e7dedf;
}
.about-content .left-content .nav-wrapper .leftSideNav > li .inner-ul li a:hover,
.about-content .left-content .nav-wrapper .leftSideNav > li .inner-ul li a:focus,
.about-content .left-content .nav-wrapper .leftSideNav > li .inner-ul li a.active {
  color: #a81c22;
  background: white;
}
.about-content .right-content .content-bg {
  min-height: 768px;
  padding: 22px 25px;
  background-color: white;
}
.about-content .right-content .content-title {
  color: #025aa5;
  font-size: 1.375em;
  padding-bottom: 2px;
  border-bottom: 3px solid #0076C0;
}
.about-content .right-content .content-body {
  margin-top: 3px;
  border-top: 1px solid #0076C0;
}
.about-content .right-content .content-body img{
  width:100%;
}

/*董事长致辞*/
.speech-wrapper {
  margin: 0;
  padding-top: 40px;
}
.speech-wrapper > div {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.speech-wrapper .pic-container img {
  width: 100%;
}
.speech-wrapper .pic-container p {
  margin-top: 6px;
  color: white;
  font-size: 1.125em;
  line-height: 26px;
  background: #831619;
}
.speech-wrapper .text-container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: #f4f4f4;
}
.speech-wrapper .text-container > p:first-child > span span {
  font-size: 1.35em !important;
  font-weight: bold;
  color: #831619;
}
.speech-wrapper .text-container p {
  text-align: justify;
}
.speech-wrapper .text-container p * {
  font-size: 1.1em !important;
}
@media (max-width: 767px) {
  .speech-wrapper {
    padding-top: 25px !important;
  }
}
