.asideList3 .sub_left {
  overflow: hidden;
}
@media screen and (max-width: 996px) {
  .asideList3 .sub_left {
    display: none;
  }
}
.asideList3 .sub_left .sub_leftTitle {
  background: #165168;
}
.asideList3 .sub_left .sub_leftTitle h2 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  padding: 15px 20px;
}
.asideList3 .sub_left .sub_nav {
  overflow: hidden;
  background-color: #165168;
  border-left: 8px solid #165168;
}
.asideList3 .sub_left .sub_nav li {
  position: relative;
}
.asideList3 .sub_left .sub_nav li > a {
  line-height: 1.7;
  padding: 13px 20px 13px 20px;
  display: block;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
.asideList3 .sub_left .sub_nav li a.active,
.asideList3 .sub_left .sub_nav li a:hover {
  color: #165168;
  background: #fff;
}
.asideList3 .sub_left .sub_nav li strong.arrow {
  display: block;
  line-height: 1.7;
  width: 42px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.asideList3 .sub_left .sub_nav li .twoJ_menu {
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.asideList3 .sub_left .sub_nav li .twoJ_menu dd a {
  display: block;
  padding: 8px 10px 8px 35px;
  font-size: 14px;
}
.asideList3 .sub_left .sub_nav li.sub_has .subNavs dl dd a:hover {
  color: #004c90;
  border-right: 10px solid #004c90;
}
.asideList3 .sub_left .sub_nav li.sub_has a:hover {
  border-right: 0;
}
.asideList3 .sub_mbtn {
  width: 100%;
  height: 40px;
  background: url("images/sub-mbtn.png") no-repeat center center;
  background-color: #165168;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 996px) {
  .asideList3 .sub_mbtn {
    display: block;
    margin-top: 10px;
  }
}
.asideList3 .sub_navm {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}
.asideList3 .sub_navm ul {
  background-color: #ffffff;
}
.asideList3 .sub_navm ul li {
  position: relative;
}
.asideList3 .sub_navm ul li a {
  color: #515151;
  padding-left: 13px;
  line-height: 2.8;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  font-size: 14px;
}
.asideList3 .sub_navm ul li a:hover {
  color: #666666;
}
.asideList3 .sub_navm ul li .phone_toggle {
  position: absolute;
  right: 10px;
  top: 4px;
}
.asideList3 .sub_navm ul li .sub_navm dl {
  display: none;
  background-color: #fff;
  padding: 0px 0px 5px;
}
.asideList3 .sub_navm ul li .sub_navm dl dd {
  line-height: 1.5;
  padding: 0px 0px 0px 24px;
  border-bottom: 1px solid #ddd;
}
.asideList3 .sub_navm ul li .sub_navm dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}
.gp-bread6 {
  color: #999999;
  line-height: 20px;
}
.gp-bread6 span {
  color: #999999;
}
.gp-bread6 span a {
  color: #999999;
  margin: 0 5px;
}
.gp-title27 {
  margin: 14px 0;
}
.gp-title27 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
.gp-title27 h2 {
  line-height: 1.5;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title27 .more {
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}
.gp-title27 .more span {
  color: #999;
  position: relative;
  z-index: 1;
}
.gp-title27 .more::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #165168;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}
.gp-title27 .more:hover::before {
  transform: none;
}
.gp-title27 .more:hover span {
  color: #fff;
}
.block-list57 {
  width: 100%;
  overflow: hidden;
}
.block-list57 li a {
  display: flex;
  align-items: center;
  padding: 15px 12px;
  border-bottom: #eaeaea 1px solid;
  overflow: hidden;
  position: relative;
}
.block-list57 li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #dddddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.block-list57 li a p {
  display: block;
  flex: 1;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.5em;
  line-height: 1.5;
}
.block-list57 li a span {
  margin-left: 15px;
  line-height: 1.5;
  color: #999999;
}
