#content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 40px;
}
#content .cont-l {
  width: 876px;
}
#content .cont-l h2 {
  font-family: b;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  margin-bottom: 37px;
}
#content .cont-l h2 span {
  color: #E72B2B;
}
#content .cont-l .ad {
  position: relative;
  margin: 0 auto 16px;
}
#content .cont-l .ad .ad-title {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont-l p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 16px;
}
#content .cont-l .program {
  margin-bottom: 24px;
}
#content .cont-l .program h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont-l .program ul li {
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}
#content .cont-l .income {
  margin-bottom: 24px;
}
#content .cont-l .income h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont-l .income .in_text {
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 10px;
}
#content .cont-l .income .in_table {
  border-radius: 8px;
  overflow: hidden;
}
#content .cont-l .income .in_table .title {
  width: 100%;
  height: 60px;
  border-top: 2px solid #1C73E8;
  background: rgba(66, 133, 244, 0.05);
  font-family: s;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 60px;
  padding-left: 16px;
}
#content .cont-l .income .in_table .tab_box {
  display: flex;
  align-items: center;
}
#content .cont-l .income .in_table .tab_box .tab_item {
  width: calc(100% / 2);
}
#content .cont-l .income .in_table .tab_box .tab_item .item_title {
  height: 53px;
  background: #E8F1FD;
  border-radius: 0px 0px 0px 0px;
  font-family: r;
  font-weight: 600;
  font-size: 13px;
  color: #333;
  line-height: 53px;
  text-align: left;
  padding-left: 16px;
  white-space: nowrap;
}
#content .cont-l .income .in_table .tab_box .tab_item ul li {
  height: 53px;
  background: #F9F9F9;
  border-radius: 0px 0px 0px 0px;
  font-family: r;
  font-size: 14px;
  color: #666;
  line-height: 53px;
  text-align: left;
  padding: 0 16px;
}
#content .cont-l .income .in_table .tab_box .tab_item ul .lan {
  background: rgba(66, 133, 244, 0.05);
}
#content .cont-l .income .each {
  text-align: center;
  font-family: r;
  font-weight: 500;
  font-size: 13px;
  color: #999999;
  margin-top: 8px;
}
#content .cont-l .income .more {
  width: 430px;
  height: 48px;
  background: #4285F4;
  border-radius: 24px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
}
#content .cont-l .income .more span {
  margin-right: 8px;
  font-family: s;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
#content .cont-l .income .more img {
  width: 16px;
  height: 16px;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .guides h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  border-left: 6px solid #F9B800;
  padding-left: 8px;
  margin-bottom: 24px;
}
#content .cont-r .guides .guides-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
  grid-gap: 24px;
}
#content .cont-r .guides .guides-list .guides-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
#content .cont-r .guides .guides-list .guides-item img {
  width: 100%;
  height: 168px;
}
#content .cont-r .guides .guides-list .guides-item .btm {
  padding: 12px 16px;
}
#content .cont-r .guides .guides-list .guides-item .btm h4 {
  height: 54px;
  font-family: m;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-r .guides .guides-list .guides-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
#content .cont-r .guides .guides-list .guides-item:hover .btm h4 {
  color: #4285F4;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .income .more {
    width: 300px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
