.row {
  margin-top: 30px;
}
.breadcrumb > li + li:before {
  padding: 0 2px;
  color: #333;
  content: ">";
}
/*侧边栏 */
a {
  color: #333;
}
.left_box {
  background-color: #f1f5fc;
  text-align: left;
  margin-right: 30px;
  padding-bottom: 170px;
}
.left_box h2 {
  height: 99px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 99px;
  letter-spacing: 0px;
  color: #ffffff;
  background-image: linear-gradient(0deg, #35427b 0%, #5162a5 100%);
  text-align: center;
}
.left_box .left_list li {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  height: 70px;
  background-color: #ffffff;
}
.left_box .left_list li a {
  display: block;
  font-size: 16px;
  line-height: 60px;
  padding-left: 30px;
  border-left: 4px solid transparent;
}
.left_box .left_list li:hover a,
.left_box .left_list li.current a {
  border-left-color: #465592;
  color: #313e77;
}
.col-xs-3 {
  width: 20%;
}
@media (max-width: 992px) {
  .right_list {
    padding: 15px;
  }
  .left_box {
    margin-right: 0;
    padding-bottom: 30px;
  }
}
.right_art .title {
  position: relative;
}
.right_art .title h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #313e77;
  border-bottom: 1px solid #cfcfcf;
}
.right_art .title h3 span {
  display: inline-block;
  border-bottom: 4px solid #313e77;
  padding-bottom: 21px;
}
.right_art .breadcrumb {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: unset;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0;
  padding: 0;
}
.right_art .view p:not(:last-child) {
  margin-bottom: 30px;
}
