.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: 876px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;}
.middle .lists a>div:nth-child(n+5){
  margin-right: 0 !important;}
.middle .lists .list {
  cursor: pointer;
  background-color: #f4f4f4;
  width: 200px;
  padding-bottom: 10px;
  margin: 0 10px 30px 9px;
  border-radius: 10px;
  overflow: hidden;}
.middle .lists .list:hover {
  background-color: #013dbf;
  color: #fff;}
.middle .lists .images img {
  height: 280px;
  width: 200px;
  margin-right: 20px;
  object-fit: cover;}

.middle .lists .list .title {
  text-align: center;
  font-size: 20px;}