#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 .location {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
#content .cont-l .location .loca-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .location .loca-text {
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont-l .location:hover .loca-text {
  text-decoration: underline;
}
#content .cont-l .phone {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
#content .cont-l .phone .phone-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .phone .phone-text {
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont-l .phone:hover .phone-text {
  text-decoration: underline;
}
#content .cont-l .website,
#content .cont-l .xinf {
  display: flex;
  margin-bottom: 16px;
}
#content .cont-l .website .web-img,
#content .cont-l .xinf .web-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .website .web-text,
#content .cont-l .xinf .web-text {
  line-height: 24px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
#content .cont-l .website .web-text .r-t,
#content .cont-l .xinf .web-text .r-t {
  width: 12px;
  height: 12px;
}
#content .cont-l .website:hover .web-text,
#content .cont-l .xinf:hover .web-text {
  text-decoration: underline;
}
#content .cont-l .text {
  font-family: r;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 24px;
}
#content .cont-l .in_table {
  overflow: hidden;
  margin-bottom: 24px;
  background: #F9F9F9;
}
#content .cont-l .in_table .title {
  width: 100%;
  height: 40px;
  background: #1C73E8;
  font-family: b;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 44px;
  padding: 0 24px;
}
#content .cont-l .in_table .tab_box {
  display: flex;
}
#content .cont-l .in_table .tab_box .tab_item {
  width: calc(100% / 2);
}
#content .cont-l .in_table .tab_box .tab_item ul {
  padding: 10px 0;
}
#content .cont-l .in_table .tab_box .tab_item ul li {
  display: flex;
  align-items: center;
  padding: 6px 24px;
}
#content .cont-l .in_table .tab_box .tab_item ul li img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont-l .in_table .tab_box .tab_item ul li span {
  font-family: r;
  font-size: 14px;
  color: #333333;
  transform: translateY(2px);
}
#content .cont-l .program {
  margin-bottom: 24px;
}
#content .cont-l .program h3 {
  font-family: r;
  font-weight: 600;
  font-size: 18px;
  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 .now_box {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 24px;
}
#content .cont-l .now_box img {
  width: 100%;
  height: 155px;
}
#content .cont-l .now_box .now_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont-l .now_box .now_cont h3 {
  margin-bottom: 24px;
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
#content .cont-l .now_box .now_cont span {
  width: 145px;
  height: 37px;
  background: #1C73E8;
  font-family: r;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 41px;
}
#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-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 .in_table .tab_box {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .in_table .tab_box .tab_item {
    width: 100%;
  }
  #content .cont-l .in_table .tab_box .tab_item:first-child ul {
    padding-bottom: 0;
  }
  #content .cont-l .in_table .tab_box .tab_item:last-child ul {
    padding-top: 0;
  }
  #content .cont-r {
    width: 100%;
  }
}
