.content {
  margin-bottom: 42px;
  min-height: 500px;
}
.content .leftNav {
  width: 300px;
  vertical-align: top;
  background: #F6F6F6;
  display: inline-block;
}
.content .leftNav .navTitle {
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #2960F7;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.content .leftNav .navItem {
  display: block;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  color: #707070;
  margin: 0 12px;
}
.content .leftNav .navItem:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.content .leftNav .navItem:hover,
.content .leftNav .navItem.active {
  font-weight: bold;
  color: #2960F7;
}
.content .rightList {
  width: calc(100% - 360px);
  padding-left: 60px;
  display: inline-block;
}
.content .rightList .list-title {
  width: 100%;
  height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #2960F7;
  line-height: 34px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  top: -5px;
}
.content .rightList .list-title::before {
  content: '';
  width: 5px;
  height: 24px;
  display: block;
  background: #2960F7;
  position: absolute;
  top: 5px;
  left: 0;
}
.content .rightList .list {
  width: 100%;
}
.content .rightList .list .item {
  width: 100%;
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
  padding: 15px 0 15px 25px;
  border-bottom: 1px dashed #D2D2D2;
  position: relative;
}
.content .rightList .list .item::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #D2D2D2;
  position: absolute;
  left: 2px;
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content .rightList .list .item .title {
  width: calc(100% - 115px);
  display: inline-block;
}
.content .rightList .list .item .date {
  display: inline-block;
  width: 100px;
  color: #999999;
  vertical-align: top;
  text-align: right;
}
.content .rightList .patgination {
  margin: 57px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content .rightDetail {
  width: calc(100% - 360px);
  padding-left: 60px;
  display: inline-block;
}
.content .rightDetail .detail-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444;
  line-height: 34px;
  text-align: center;
}
.content .rightDetail .time {
  margin: 20px 0 40px;
  height: 40px;
  background: #F0F3F6;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.content .rightDetail .detail-content {
  padding-bottom: 80px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.content .rightDetail .detail-content p {
  text-indent: 2em;
}
.content .rightDetail .detail-content img {
  width: 600px;
  height: auto;
  display: block;
  margin: 15px auto;
}
