#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 .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 .gys_list .gys_item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
}
#content .cont-l .gys_list .gys_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont-l .gys_list .gys_item .img_box {
  width: 180px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#content .cont-l .gys_list .gys_item .img_box img {
  width: 100%;
}
#content .cont-l .gys_list .gys_item .center {
  flex: 1;
  margin: 0 10px;
}
#content .cont-l .gys_list .gys_item .center h3 {
  font-family: b;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont-l .gys_list .gys_item .center h3 span {
  transform: translateY(-3px);
}
#content .cont-l .gys_list .gys_item .center h3 .free {
  width: 44px;
  height: 21px;
  background: rgba(26, 164, 31, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #00E362;
  line-height: 21px;
  text-align: center;
  display: inline-block;
}
#content .cont-l .gys_list .gys_item .center h3 .dis {
  width: 77px;
  height: 21px;
  background: rgba(210, 34, 33, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #D22221;
  line-height: 21px;
  text-align: center;
  display: inline-block;
}
#content .cont-l .gys_list .gys_item .center .cont {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .gys_list .gys_item .btn {
  padding: 12px 32px;
  background: #4285F4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px ;
}
#content .cont-l .gys_list .gys_item .btn span {
  font-family: s;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
#content .cont-l .gys_list .gys_item .btn img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#content .cont-l .gys_list .gys_item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
#content .cont-l .gys_list .gys_item:hover .center h3 {
  color: #4285F4;
}
#content .cont-l .gys_list .gys_item:hover .btn {
  background: #014ECE;
}
#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-l .gys_list .gys_item {
    flex-direction: column;
    justify-content: center;
  }
  #content .cont-l .gys_list .gys_item .img_box {
    margin-bottom: 12px;
  }
  #content .cont-l .gys_list .gys_item .center {
    margin: 0 0 12px;
  }
  #content .cont-l .gys_list .gys_item .center h3 {
    text-align: center;
  }
  #content .cont-l .gys_list .gys_item .center .cont {
    text-align: center;
  }
  #content .cont-l .gys_list .gys_item .center .btm_box {
    justify-content: center;
  }
  #content .cont-l .gys_list .gys_item .btn {
    width: 100%;
  }
  #content .cont-l .gys_list .gys_item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  }
  #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 .gys_list .gys_item {
    flex-direction: column;
    justify-content: center;
  }
  #content .cont-l .gys_list .gys_item .img_box {
    margin-bottom: 12px;
  }
  #content .cont-l .gys_list .gys_item .center {
    margin: 0 0 12px;
  }
  #content .cont-l .gys_list .gys_item .center h3 {
    text-align: center;
  }
  #content .cont-l .gys_list .gys_item .center .cont {
    text-align: center;
  }
  #content .cont-l .gys_list .gys_item .center .btm_box {
    justify-content: center;
  }
  #content .cont-l .gys_list .gys_item .btn {
    width: 100%;
  }
  #content .cont-l .gys_list .gys_item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
