#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 760px;
}
#content .cont-l h2 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont-l .ad-box {
  margin-bottom: 16px;
}
#content .cont-l .ad-box h4 {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #999;
  line-height: 14px;
  text-align: left;
  margin-bottom: 6px;
}
#content .cont-l .ad-box .ad-cont {
  width: 100%;
  min-height: 90px;
}
#content .cont-l .gys_list .gys_item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#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: 185px;
  height: 116px;
  border-radius: 0px 0px 0px 0px;
  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: 600;
  font-size: 22px;
  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: #1AA41F;
  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: 500;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont-l .gys_list .gys_item .center .btm_box {
  display: flex;
  align-items: center;
}
#content .cont-l .gys_list .gys_item .center .btm_box span {
  color: #1C73E8;
  font-family: r;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
#content .cont-l .gys_list .gys_item .btn {
  padding: 12px 24px;
  background: #1C73E8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-l .gys_list .gys_item .btn span {
  font-family: b;
  font-weight: 600;
  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 .center h3 {
  color: #1C73E8;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .advice-title {
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
#content .cont-r .advice-title span {
  display: inline-block;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 2px solid #4470F5;
  transform: translate3d(0, 10px, 0);
}
#content .cont-r .advice-item-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont-r .advice-item-list .advice-item {
  background: #FFFFFF;
  border: 1px solid #ececec;
  cursor: pointer;
}
#content .cont-r .advice-item-list .advice-item .a-i-t {
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-r .advice-item-list .advice-item .a-i-t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont-r .advice-item-list .advice-item .title {
  margin: 10px 0;
  padding: 0 12px;
  font-size: 14px;
  font-family: b;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .cont-r .advice-item-list .advice-item:hover .title {
    color: #4470F5;
  }
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #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 .advice-item-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    justify-content: inherit;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
  }
  #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%;
  }
}
