body {
  background: #f9f9f9;
}
.local {
  width: 100%;
  height: 64px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.localbox {
  display: flex;
  align-items: center;
  padding: 17px 0;
  box-sizing: border-box;
}
.localbox .home {
  width: 20px;
  height: 20px;
}
.localbox .location {
  display: flex;
  align-items: center;
  height: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 10px;
}
.localbox .location a:first-child {
  color: rgba(54, 74, 123, 1);
}
.localbox .location span {
  margin: 0 8px;
}
.content {
  display: flex;
  margin-top: 16px;
}
.content .left {
  width: 240px;
  background: rgba(237, 239, 243, 0.8);
  border-radius: 0px 0px 0px 0px;
  padding: 25px 0;
  box-sizing: border-box;
}

.content .left .tab {
  width: 100%;
  height: 56px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.content .left .active {
  background: rgba(54, 74, 123, 0.08);
  border-radius: 0px 0px 0px 0px;
  color: #2558d6;
}
.content .right {
  margin-left: 16px;
  width: 1024px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.content .right .list {
  width: 100%;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 0 20px;
  box-sizing: border-box;
}
.content .right .list a {
  display: flex;
  width: 100%;
  padding: 32px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
.content .right .list a:last-child {
  border-bottom: none;
}

.content .right .list a img {
  width: 275px;
  height: 153px;
  margin-right: 20px;
  border-radius: 8px;
}
.content .right .list a .info {
  width: 692px;
}
.content .right .list a .info .title {
  width: 100%;
  height: 30px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 700;
  font-size: 22px;
  color: #2c3e51;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
}
.content .right .list a .info .desc {
  width: 100%;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 16px;
  display: -webkit-box;
  display: box; /* 标准写法 */
  -webkit-line-clamp: 2;
  line-clamp: 2; /* 标准写法 */
  -webkit-box-orient: vertical;
  box-orient: vertical; /* 标准写法 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .right .list a .info .time {
  display: flex;
  align-items: center;
}

.content .right .list a .info .time img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.content .right .list a .info .time span {
  height: 22px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
