.container main .banner {
  height: 325px;
}

.container main .banner>img {
  width: 100%;
  height: 100%;
}

.container main .mainView {
  width: 1520px;
  min-width: 1520px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 42px 0 154px 0;
}

.container main .mainView aside {
  width: 301px;
}

.container main .mainView aside .aside-nav>.title {
  height: 106px;
  background-color: #024593;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #fff;
  position: relative;
}

.container main .mainView aside .aside-nav>.title>.text {
  width: 100%;
  margin-left: 38px;
  height: 83px;
}

.container main .mainView aside .aside-nav>.title>.text>.title-item {
  font-size: 30px;
  letter-spacing: 2px;
}

.container main .mainView aside .aside-nav>.title>.text>.subhead {
  font-size: 16px;
  line-height: 28px;
}

.container main .mainView aside .aside-nav>.title>.img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 139px;
  height: 83px;
  background-image: url(../../images/about/about.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.container main .mainView aside .aside-nav>ul>li:last-child {
  border-bottom: 5px solid #014493;
}

.container main .mainView aside .aside-nav>ul>li {
  width: 100%;
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #F1F1F1;
}

.container main .mainView aside .aside-nav>ul>li>a {
  padding-left: 60px;
  display: block;
}

.container main .mainView aside .aside-nav>ul>li>a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container main .mainView aside .aside-nav>ul>li>a>div img.svg {
  margin-right: 36px;
}

.container main .mainView aside .contact-Info {
  border-radius: 10px;
  border: 1px solid #D2D2D2;
  margin-top: 32px;
}

.container main .mainView aside .contact-Info div.title {
  height: 48px;
  font-size: 15px;
  color: #024593;
  display: flex;
  align-items: center;
}

.container main .mainView aside .contact-Info>ul>li {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #D2D2D2;
}

.container main .mainView aside .contact-Info>ul>li>img.svg {
  margin: 0 18px;
}

.container main .mainView aside .contact-Info>ul>li:last-child {
  border-bottom: none;
}

.container main .mainView article {
  width: 1155px;
  margin-left: auto;
  margin-right: auto;
}

.container main .mainView article>.header {
  height: 44px;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #E4E4E4;
}

.container main .mainView article>.header>.title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.container main .mainView article>.header>.title .redbox {
  width: 103px;
  height: 5px;
  background-color: red;
  position: absolute;
  bottom: -5px;
}

.container main .mainView article>.header>.location,
.container main .mainView article>.header>.location a {
  font-size: 14px;
  color: #999999;
}

.container main .mainView article>.main {
  margin-top: 48px;
}

/*.container main .mainView article>.main p{ text-indent: 2em; }*/

.active>a {
  color: #024593;
  font-size: 16px;
}