.banner {
  width: 100%;
  height: 600px;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  width: 100%;
  padding: 30px 130px;
  display: flex;
  justify-content: space-between;
}

.list-nav {
  width: 301px;
  min-height: 250px;
}

.list-nav-title {
  width: 300px;
  height: 150px;
  background: #c1100a url("../images/tuceng.png") no-repeat;
  background-position-x: 200px;
  background-position-y: -10px;
  padding-top: 40px;
}

.list-nav-title p {
  width: 100%;
  padding: 0 30px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-top: 13px;
}

.list-nav-title b {
  width: 100%;
  padding: 0 30px;
  font-size: 32px;
  letter-spacing: 4px;
  color: #ffffff;
  font-weight: bold;
}

.list-nav ul {
  width: 100%;
  background-color: #d11c16;
  padding: 25px 20px;
}

.list-nav ul li {
  width: 100%;
  /*padding-left: 10px;*/
}

.list-nav ul li a {
  display: block;
  width: 300px;
  padding: 25px 50px 25px 45px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  position: relative;
}

.list-nav ul li a:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -4px;
}

.list-nav ul li a.active {
  background: #ffffff url("../images/jiant.png") no-repeat right center;
  background-position-x: 260px;
  box-shadow: 0px 14px 29px 0px rgba(188, 42, 37, 0.5);
  color: #d11c16;
  font-weight: bold;
}

.list-nav ul li a.active:before {
  background-color: #d11c16;
}

.list-content {
  flex: 1;
  margin-left: 70px;
}

.curse {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.curse b {
  font-size: 28px;
  letter-spacing: 3px;
  color: #333333;
  line-height: 1;
  font-weight: bold;
}

.curse p {
  flex: 1;
  margin-left: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.curse p img {
  margin-right: 15px;
}

.dy-list {
  width: 100%;
  padding: 30px 0;
}

.dy-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dy-img {
  width: 288px;
  height: 177px;
}

.dy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dy-cont {
  flex: 1;
  width: 0;
  margin-left: 30px;
}

.dy-cont h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}

.dy-cont p {
  letter-spacing: 1px;
  color: #999999;
  font-size: 16px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 40px;
  height: 44px;
  line-height: 23px;
}

.dy-cont > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dy-cont > div a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #d11c16;
}

.dy-cont > div span {
  letter-spacing: 1px;
  color: #999999;
  font-size: 16px;
}

.dy-cont > div a:hover {
  font-weight: bold;
}

.details {
  flex: 1;
}

.curse a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  color: #d11c16;
  font-weight: bold;
}

.curse a img {
  margin-right: 10px;
}

.details-content {
  /*width: 100%;*/
  max-width: 1450px;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-size: 16px;
  margin: 0 auto;
}

.details-content img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

.details-title {
  font-size: 30px;
  letter-spacing: 3px;
  color: #333333;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}

.details-tex {
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #666666;
  padding-bottom: 50px;
}

.details-more {
  width: 100%;
  height: 110px;
  background-color: #f9f9f9;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.details-more a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.details-more a p {
  flex: 1;
  width: 0;
  font-size: 20px;
  letter-spacing: 2px;
  color: #666666;
}

.details-more a img {
  margin-right: 15px;
}

.details-more a:hover p {
  font-weight: bold;
}

.details-more a b {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  width: max-content;
}

.search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: #ffffff;
  border-radius: 35px;
  border: solid 1px #d8d8d8;
  overflow: hidden;
  margin-top: 30px;
}

.search input {
  flex: 1;
  height: 60px;
  padding: 0 30px;
  font-size: 18px;
}

.search a {
  width: 161px;
  height: 60px;
  background-color: #d11c16;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
}

.search a img {
  margin-right: 15px;
}

.teacher-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teacher-list > a {
  width: calc((100% - 50px) / 2);
  margin-top: 50px;
}

.teacher-item {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0px 25px 20px;
  display: flex;
  justify-content: flex-start;
}

.teacher-img {
  width: 100%;
  width: 283px;
  height: 336px;
  background-color: #b4b4b4;
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.14);
  border: solid 3px #ffffff;
}

.teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-cont {
  flex: 1;
  margin-left: 20px;
}

.teacher-cont h3 {
  width: 100%;
  background-color: #d11c16;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 30px;
  margin: 25px 0;
}

.teacher-cont h3 i {
  width: 1px;
  height: 25px;
  background-color: #fff;
  opacity: .5;
  margin: 0 30px;
  margin-top: 4px;
}

.teacher-cont h3 b {
  font-size: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
}

.teacher-cont h3 span {
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 4px;
}

.teacher-cont p {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 2px;
  color: #333333;
  width: 100%;
  text-indent: 32px;
  padding-right: 20px;
}

.school-video {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.video-item-box {
  width: calc((100% - 90px) / 4);
  height: 0;
  padding-top: calc(((100% - 160px) / 4) * 0.75);
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
}

.video-item-box:nth-child(4n) {
  margin-right: 0;
}

.video-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-img {
  width: 100%;
  height: calc(100% - 60px);
  position: relative;
}

.video-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-img > a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.video-img > a img {
  width: 60px;
  height: 60px;
}

.video-p {
  width: 100%;
  margin-top: 10px;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
}

.video-item:hover .video-p {
  color: #d11c16;
}

.t-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.t-box {
  width: calc((100% - 120px) / 5);
  height: 0;
  padding-top: 29%;
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
}

.t-box:nth-child(5n) {
  margin-right: 0;
}

.t-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 10px;
}

.t-img {
  width: 100%;
  height: calc(100% - 95px);
}

.t-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-item h3 {
  padding: 0 30px;
  height: 56px;
  background-color: #cf1c16;
  line-height: 56px;
  text-align: center;
  position: absolute;
  left: -10px;
  bottom: 80px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: bold;
  z-index: 1;
}

.t-item p {
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  color: #666666;
  padding: 0 21px;
  position: absolute;
  left: 0;
  bottom: 48px;
}

.t-item a {
  padding: 0 21px;
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #d11c16;
}

.t-item a:hover {
  font-weight: bold;
}

.fg-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.fg-box {
  width: calc((100% - 80px) / 3);
  height: 0;
  padding-top: 25%;
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
}

.fg-box:nth-child(3n) {
  margin-right: 0;
}

.fg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fg-img {
  width: 100%;
  height: calc(100% - 60px);
}

.fg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fg-item h3 {
  width: 100%;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  left: 0;
  bottom: 30px;
}

.fg-item p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.fg-item p span {
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
}

.fg-item p a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #d11c16;
}

.fg-item p a:hover {
  font-weight: bold;
}
















@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .content {
    padding: 30px 20px;
  }

  .teacher-img {
    width: 203px;
    height: 250px;
    background-color: #b4b4b4;
    box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.14);
    border: solid 3px #ffffff;
  }

  .teacher-cont h3 {
    width: 100%;
    height: 55px;
    background-color: #d11c16;
    line-height: 55px;
    padding: 0 10px;
    margin: 15px 0;
  }

  .teacher-cont h3 b {
    font-size: 26px;
  }

  .teacher-cont h3 span {
    font-size: 20px;
  }

  .teacher-cont p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
    width: 100%;
    text-indent: 32px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
  .content {
    padding: 30px 20px;
  }


}

@media only screen and (max-width: 1199px) {
  .banner {
    width: 100%;
    height: 5rem;
  }

  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content {
    padding: 0.3rem;
    display: block;
  }

  .details {
    width: 100%;
  }

  .curse {
    width: 100%;
    justify-content: center;
  }

  .curse p {
    display: none;
  }

  .curse b {
    font-size: 0.34rem;
    font-weight: bold;
    letter-spacing: 0.03rem;
    color: #333333;
  }

  .teacher-list {
    width: 100%;
    display: block;
  }

  .teacher-item {
    width: 100%;
    background-color: #f6f6f6;
    padding: 0.25rem;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    margin-top: 0.3rem;
  }

  .teacher-img {
    width: 2.83rem;
    height: 3.31rem;
    background-color: #b4b4b4;
    box-shadow: 0rem 0.04rem 0.38rem 0rem rgba(0, 0, 0, 0.14);
    border: solid 0.03rem #ffffff;
  }

  .teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .teacher-cont {
    flex: 1;
    width: 0;
    margin-left: 0.2rem;
  }

  .teacher-cont h3 {
    width: 100%;
    height: 0.77rem;
    background-color: #d11c16;
    display: flex;
    margin: 0;
    padding: 0 0.25rem;
    line-height: initial;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.2rem;
  }

  .teacher-cont h3 b {
    font-size: 0.3rem;
    letter-spacing: 0.03rem;

  }

  .teacher-cont h3 span {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
    margin-left: 0;
    margin-top: 0.04rem;
  }

  .teacher-cont h3 i {
    width: 0.01rem;
    height: 0.24rem;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 0.2rem;
    margin-top: 0.04rem;
  }

  .teacher-cont p {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.32rem;
    letter-spacing: 0.02rem;
    color: #333333;
    margin-top: 0.25rem;
    padding-right: 0.2rem;
    text-indent: 0.48rem;
  }

  .school-video {
    width: 100%;
    display: block;
  }

  .video-item-box {
    width: 100%;
    height: 0;
    padding-top: calc(100% * 0.75);
    position: relative;
    margin-top: 0.3rem;
    margin-right: 0;
  }

  .video-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .video-img {
    width: 100%;
    height: calc(100% - 1rem);
    position: relative;
  }

  .video-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-img > a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
  }

  .video-img > a img {
    width: 1rem;
    height: 1rem;
  }

  .video-p {
    width: 100%;
    margin-top: 0;
    height: 1rem;
    font-size: 0.28rem;
    color: #333333;
    font-weight: bold;
    line-height: 1rem;
  }

  .list-nav-title {
    width: 100%;
    display: block;
    justify-content: center;
    height: max-content;
    background: none;
    padding: 0.3rem 0;
  }

  .list-nav-title b {
    display: block;
    color: #333;
    font-size: 0.34rem;
    width: 100%;
    text-align: center;
  }

  .list-nav-title p {
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    letter-spacing: 0.02rem;
    color: #999999;
    padding-top: 0.1rem;
  }

  .list-nav {
    width: 100%;
    display: block;
    background: none;
    padding: 0;
    min-height: 0;
  }

  .list-nav ul {
    width: 100%;
    overflow: auto;
    background: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;

  }

  .list-nav ul li {
    width: max-content;
  }

  .list-nav ul li a {
    height: 0.77rem;
    background-color: #f4f4f4;
    padding: 0 0.35rem;
    line-height: 0.77rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    color: #999999;
    width: max-content;

  }

  .list-nav ul li a.active {
    background: #c1100a;
    font-weight: bold;
    color: #FFFFFF;
    box-shadow: 0 0.14rem 0.28rem 0 rgb(188 42 37 / 50%);
  }

  .list-nav ul li a:before {
    display: none;
  }

  .list-nav ul li a.active:before {
    display: none;
  }

  #none {
    display: none;
  }

  .list-content {
    margin-left: 0;
  }

  .dy-list {
    width: 100%;
    padding: 0.3rem 0;
  }

  .dy-item {
    width: 100%;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #ebebeb;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .dy-img {
    width: 2.24rem;
    height: 1.5rem;
  }

  .dy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dy-cont {
    flex: 1;
    width: 0;
    margin-left: 0.25rem;
  }

  .dy-cont h3 {
    font-size: 0.24rem;
    letter-spacing: 0.01rem;
    color: #333333;
    font-weight: bold;
  }

  .dy-cont p {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    color: #999999;
    margin: 0.15rem 0;
    height: 0.6rem;
  }

  .dy-cont > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dy-cont > div a {
    font-size: 0.18rem;
    letter-spacing: 0.01rem;
    color: #d11c16;
  }

  .dy-cont > div span {
    font-size: 0.18rem;
    letter-spacing: 0.01rem;
    color: #999999;
  }

  .search {
    width: 100%;
    height: 0.8rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
    border: solid 0.01rem #d8d8d8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .search input {
    flex: 1;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    letter-spacing: 0.03rem;
    color: #333333;
    height: 0.8rem;
    background: none;
  }

  .search a {
    width: 1.65rem;
    height: 0.8rem;
    background-color: #d11c16;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    letter-spacing: 0.03rem;
    color: #ffffff;
    font-weight: bold;
  }

  .search a img {
    width: 0.25rem;
    margin-right: 0.1rem;
  }

  .curse a {
    display: none;
  }

  .details {
    width: 100%;
  }

  .details-title {
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.39rem;
    letter-spacing: 0.03rem;
    color: #333333;
    padding: 0.3rem 0;
    font-weight: bold;
  }

  .details-tex {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.26rem;
    letter-spacing: 0.02rem;
    color: #666666;
    padding-bottom: 0.4rem;
  }

  .details-content {
    width: 100%;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #eeeeee;
    border-top: 0.01rem solid #eeeeee;
    font-size: 0.26rem;
    line-height: 0.37rem;
    letter-spacing: 0.03rem;
    color: #666666;
  }

  .details-content img {
    max-width: 100%;
    display: block;
    margin: 0.2rem auto;
  }

  .details-more {
    width: 100%;
    height: 2.33rem;
    background-color: #f9f9f9;
    padding: 0.25rem 0.2rem;
    margin-top: 0.4rem;
  }

  .details-more a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .details-more a img {
    width: 0.15rem;
    height: 0.24rem;
    margin-right: 0.05rem;
    margin-top: 0.05rem;
  }

  .details-more a b {
    font-size: 0.26rem;
    letter-spacing: 0.03rem;
    color: #333333;
    line-height: 0.34rem;
  }

  .details-more a p {
    flex: 1;
    width: 0;
    font-size: 0.26rem;
    letter-spacing: 0.03rem;
    color: #666666;
    line-height: 0.38rem;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }


}

@media only screen and (max-width: 1199px) and (min-width: 800px) {
  .school-video {
    display: flex;
    justify-content: space-between;
  }

  .video-item-box {
    width: calc((100% - 0.3rem) / 2);
    padding-top: calc(((100% - 0.3rem) / 2) * 0.75);
  }

  .t-box {
    width: calc((100% - 60px) / 3);
    height: 0;
    padding-top: 48%;
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
  }

  .t-box:nth-child(4n) {
    margin-right: 30px;
  }
  .t-box:nth-child(3n) {
    margin-right: initial;
  }



}

@media only screen and (max-width: 800px) {
  .t-list {
    width: 100%;
    justify-content: space-between;
  }

  .t-box {
    width: calc((100% - 0.25rem) / 2);
    height: 0;
    padding-top: 72%;
    position: relative;
    margin-top: 0.3rem;
    margin-right: 0;
  }

  .t-box:nth-child(4n) {
    margin-right: 0;
  }

  .t-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 0.1rem;
  }

  .t-img {
    width: 100%;
    height: calc(100% - 1.14rem);
  }

  .t-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .t-item h3 {
    padding: 0 0.3rem;
    height: 0.54rem;
    background-color: #cf1c16;
    line-height: 0.54rem;
    text-align: center;
    position: absolute;
    left: -0.1rem;
    bottom: 1rem;
    font-size: 0.22rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
    font-weight: bold;
    z-index: 1;
  }

  .t-item p {
    width: 100%;
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
    color: #666666;
    padding: 0 0.21rem;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
  }

  .t-item a {
    padding: 0 0.21rem;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #d11c16;
  }

  .t-item a:hover {
    font-weight: bold;
  }

  .fg-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .fg-box {
    width: calc((100% - 0.4rem) / 2);
    height: 0;
    padding-top: 47%;
    position: relative;
    margin-top: 0.4rem;
    margin-right: 0;
  }

  .fg-box:nth-child(3n) {
    margin-right: 0;
  }

  .fg-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .fg-img {
    width: 100%;
    height: calc(100% - 0.8rem);
  }

  .fg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fg-item h3 {
    width: 100%;
    position: absolute;
    font-size: 0.18rem;
    font-weight: bold;
    letter-spacing: 0.01rem;
    color: #333333;
    left: 0;
    bottom: 0.38rem;
  }

  .fg-item p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .fg-item p span {
    font-size: 0.16rem;
    letter-spacing: 0.01rem;
    color: #999999;
  }

  .fg-item p a {
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
    color: #d11c16;
  }




}




