.middle {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;}

.middle .left {
  width: 240px;
  background-color: #0647c7;
  border-radius: 10px;
  padding: 20px 20px 80px 20px;
  color: #fff;
  margin-right: 75px;}
.middle .left .head {
  width: 200px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #2871e2;
  line-height: 50px;
  font-weight: 600;}

.middle .left .list {
  margin: 14px auto 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 20px;}
.middle .left .list a{
  display: block;
  width: 200px;
  height: 40px;}

.middle .left .active {
  background-color: #91bcff !important ;}

.middle .left .list:hover {
  background-color: #91bcff !important;}

.middle .right {
  width: 875px;}

.loc_cur {
  color: #000;
  height: 50px;
  border-radius: 8px;
  background-color: #f4f4f4;
  line-height: 50px;
  padding: 0 20px;}
.middle .lists {
  margin-top: 20px;}
.middle .lists .list {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #cdcdcd;}
.middle .lists .list_left {
  display: flex;}

.middle .lists .list .blue_circle {
  margin-top: 11px;
  width: 10px;
  height: 10px;
  background-color: #0647c7;
  border-radius: 5px;
  margin-right: 10px;}
.middle .lists .list .title {
  width: 650px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;}
.middle .lists .list .time {
  font-size: 15px;
  color: #a2a2a2;
  line-height: 32px;}
.page {
  margin-top: 40px;
  text-align: center;}
.page a,.page span{
  height: 20px !important;}