main {
  background-color: #fff;
  box-sizing: border-box;
  padding: 26px 20px 50px;
}

.list_main {
  display: flex;
  flex-direction: column;
}

.list_main .index_school {
  margin-top: 30px;
}

.list_content {
  width: 100%;
  display: flex;
}

.list_content_left {
  flex: 1;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
}

.list_content_right {
  width: 318px;
  flex-shrink: 0;
}

.list_content_right > div {
  margin-bottom: 30px;
}

.list_content_right > div:last-child {
  margin-bottom: 0;
}

.list_content_right .index_article_school {
  height: 590px;
}

.lcl_tle {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  padding: 0 18px 0 12px;
  justify-content: space-between;
  background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
}

.lcl_tle h1 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 20px;
}

.lcl_tle h1::before {
  display: block;
  content: "";
  width: 4px;
  height: 14px;
  background: #F65742;
  position: absolute;
  left: 0;
}

.lcl_tle ul {
  display: flex;
  align-items: center;
}

.lcl_tle ul li::after {
  content: "/";
  margin: 0 6px;
}

.lcl_tle ul li:last-child:after {
  display: none;
}

.lcl_tle ul li a {
  font-size: 14px;
}

.lcl_tle ul li a:hover {
  text-decoration-color: #F65742;
}

.lcl_content {
  flex: 1;
  border: 1px solid #E8E8E8;
  border-top: none;
}

.lcl_content li {
  display: flex;
  align-items: stretch;
  margin: 0 18px;
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
}

.lcl_content li:last-child {
  border-bottom: none;
}

.lcl_content li > a:first-child {
  width: 186px;
  height: 104px;
  flex-shrink: 0;
  margin-right: 15px;
}

.lcl_content li img {
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.lclc_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 2px;
}

.lclc_text svg {
  width: 16px;
  height: 16px;
  fill: #BDBDBD;
  margin-right: 6px;
}

.lclc_text > p:first-child {
  font-size: 16px;
  font-weight: bold;
}

.lclc_text > p:first-child a {
  display: block;
  width: 589px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lclc_text > span {
  font-size: 14px;
  color: #666;
  position: relative;
  bottom: 8px;
}

.lclc_text > span a {
  color: #F65742;
}

.lclct_time {
  display: flex;
  align-items: center;
}

.lclct_time span {
  font-size: 14px;
  color: #AAA;
}

.lclc_text a:hover {
  text-decoration-color: #F65742;
}

.list_pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 50px;
}

.list_pages a {
  padding: 0 12px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 16px;
  color: #888;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}

.list_pages a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}

.list_pages a:last-child {
  margin-right: 0;
}

.list_pages span {
  width: 34px;
  height: 34px;
  background: #F65742;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
}

.major_img {
  user-select: none;
  background: url(/statics/files/img/major_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  padding: 0 23px;
  box-sizing: border-box;
  position: relative;
  color: #8d8d8d;
}

.major_img:hover {
  text-decoration: none;
}

.major_img span {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  position: absolute;
  left: 0;
  top: 0;
}