.page {
  min-width: 1200px;
  background: #f9fafc;
}

.my-btn {
  width: 320px;
  height: 48px;
  background: #ba1700;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  font-style: normal;
  padding: 11px 0;
  text-align: center;
  margin-top: 60px;
  box-sizing: border-box;
}

.my-btn:hover,
.my-btn:active {
  background: #d24129;
  cursor: pointer;
}

.main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.my-clearfix::after {
  clear: both;
  display: block;
  content: "";
}

/* 列表部分 */
.left {
  width: 812px;
  float: left;
}

/* 左边上部 */
.l-top {
  width: 812px;
  height: 132px;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.l-top img{
  width: 100%;
  height: 100%;
}
.l-top-title {
  position: absolute;
  font-weight: 600;
  font-size: 24px;
  color: #303030;
  line-height: 36px;
  top: 48px;
  left: 24px;
}

/* 列表 */
.l-list {
  width: 812px;
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 24px 10px 24px;
  margin-top: 12px;
}

.l-list-title {
  font-weight: 600;
  font-size: 24px;
  color: #303030;
  line-height: 36px;
}

.l-list-item {
  margin-top: 20px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #f2f3f5;
}

.l-list .l-list-item:last-child {
  border-bottom: none;
}

.list-title {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 8px;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-title:hover,.list-title:active {
  color: #1a3a73;
  cursor: pointer;
}

.list-desc {
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 查看更多 */
.l-page {
  text-align: center;
  margin-top: 24px;
}
.next-page{
  margin-top: 0;
  display: inline-block;
}

/* 右部分 */
.right {
  float: right;
}