﻿a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.contentBody .nowLocation {
  margin: 25px 0;
  color: #0075d2;
  font-size: 14px;
  font-weight: normal;
}
.contentBody .nowLocation a {
  color: #999;
}
.contentBody .body {
  display: flex;
  flex-direction: row;
}
.contentBody .body .left {
  float: left;
  width: 860px;
}
.contentBody .body .left .title {
  font-size: 22px;
}
.contentBody .body .left .time {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 24px;
  margin-top: 20px;
  color: #777;
  padding-bottom: 5px;
}
.contentBody .body .left .content {
  line-height: 1.7;
  font-size: 15px;
  padding: 10px 0;
}
.contentBody .body .right {
  float: right;
  width: 280px;
}
.contentBody .body .right .head {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #0075d2;
  position: relative;
  text-indent: 10px;
  margin-bottom: 15px;
}
.contentBody .body .right .head .line {
  width: 4px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #0075d2;
  font-size: 0;
  line-height: 0;
}
.contentBody .body .right .menu {
  width: 280px;
}
.contentBody .body .right .menu .list .block {
  border-bottom: 1px solid #ddd;
}
.contentBody .body .right .menu .list .block a {
  display: block;
  width: 280px;
  height: 48px;
  line-height: 48px;
  text-indent: 16px;
  position: relative;
  font-size: 16px;
}
.contentBody .body .right .menu .list .active {
  border-bottom: 1px solid #ddd;
}
.contentBody .body .right .menu .list .active a {
  color: #fff;
  background: #0075d2;
  display: block;
  width: 280px;
  height: 48px;
  line-height: 48px;
  text-indent: 16px;
  position: relative;
  font-size: 16px;
}