.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;
  width: 875px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.middle .lists .list {
  cursor: pointer;
  background-color: #f4f4f4;
  width: 269px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;}
.middle .lists .list:hover {
  background-color: #013dbf;
  color: #fff;}
.middle .lists .images img {
  height: 151px;
  width: 269px;
  margin-right: 20px;
  object-fit: cover;}

.middle .lists .list .title {
  padding: 0 10px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;}
.middle .lists .list .time {
  padding: 0 10px;
  margin: 6px 0;
  font-size: 15px;
  color: #a9a9a9;
  line-height: 25px;}
.page {
  margin-top: 40px;}
.page a,.page span{
  height: 20px !important;}