.banner .page_left {
  display: block;
}

.banner .page_left ul li {
  height: 41px;
  line-height: 41px;
  /* background-color: #F3F2F2; */
}

.banner .slideBox {
  padding: 0;
}


.index_section {
  font-size: 16px;
}

.index_section strong {
  font-weight: 700;
}

.index_section a {
  color: #666666;
}

.index_section ul {
  list-style: circle;
}

.time_members {
  /* border: 1px solid #DBDBDB; */
  width: 100%;
  background-color: #F3F2F2;
  padding: 10px 0 1px 20px
}

.time_members p {
  margin-top: 0;
  margin-bottom: 16px;
}

.time_members strong {
  width: 64px;
  text-align: right;
  display: inline-block;
}

.time_members p a {
  margin-left: 15px;
}


.bar {
  width: 100%;
  height: 54px;
  margin-top: 16px;
  position: relative;
  background-color: #f3f2f2;
}

.bar::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #DDDDDD;
}

.bar::after {
  position: absolute;
  top: 0;
  width: 325px;
  height: 5px;
  background-color: #00058e;
  content: "\20";
  display: block;
  clear: both;
}

.bar_title {
  float: left;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 0 20px;
}

.bar_more {
  float: right;
  font-size: 14px;
  padding: 11px 20px;
}

.pl-2 {
  padding-left: 28px;
}

.pl-2 li {
  line-height: 32px;
}

.index_section a:hover {
  color: #00058e;
}

.bar_color:first-child .bar {
  margin-top: 0;
}

.bar_color .bar::after {
  width: 100%;
}

.bar_color:last-child a:hover {
  color: #666666;
}

.index_section .second_box {
  padding-left: 28px;
}

.second_box ul {
  list-style: auto;
}

.second_box .second_li {
  margin-bottom: 10px;
}

/* .index-box a:hover {
  color: #00058e !important;
} */

@media (max-width: 1199px) {
  .banner .page_left {
    display: none;
  }

  .banner .slideBox {
    width: 100%;
  }
}