.sect-1 {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
}
.sect-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-2 {
  margin: 50px auto;
  width: calc(100% - 30px);
}
.sect-2 .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  border-bottom: 8px solid #8A2424;
  min-width: 200px;
  max-width: 300px;
  line-height: 2;
}
.sect-2 .wrap {
  display: block;
}
.sect-2 .wrap .item {
  width: 100%;
  margin-top: 30px;
  display: block;
}
.sect-2 .wrap .item:hover .content {
  background: #2F2525;
}
.sect-2 .wrap .item:hover .content .r-box .btn {
  background-color: #8A2424;
  color: #fff;
}
.sect-2 .wrap .item:hover .content .r-box .btn img {
  content: url("../img/21.png");
}
.sect-2 .wrap .item .main-img {
  width: 100%;
  aspect-ratio: 54/32;
  object-fit: cover;
  flex-shrink: 0;
}
.sect-2 .wrap .item .content {
  width: 100%;
  background: linear-gradient(35deg, #8A2424 58%, #2a247c 58%);
  transition: all 0.3s linear;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
}
.sect-2 .wrap .item .content .l-box {
  width: 50%;
}
.sect-2 .wrap .item .content .l-box .c-tit {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sect-2 .wrap .item .content .l-box img {
  height: 26px;
  width: auto;
  margin-top: 15px;
}
.sect-2 .wrap .item .content .r-box {
  width: 46%;
  margin-left: 4%;
}
.sect-2 .wrap .item .content .r-box .i-item {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2;
}
.sect-2 .wrap .item .content .r-box .i-item img {
  width: 12px;
  height: auto;
  margin-right: 10px;
}
.sect-2 .wrap .item .content .r-box .btn {
  width: 80%;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 14px;
  color: #8A2424;
  margin-top: 20px;
  transition: all 0.3s linear;
}
.sect-2 .wrap .item .content .r-box .btn img {
  width: 14px;
  height: auto;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sect-1 {
    aspect-ratio: 6/1;
  }
  .sect-2 {
    width: calc(100% - 30px);
  }
  .sect-2 .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    border-bottom: 8px solid #8A2424;
    min-width: 200px;
    max-width: 300px;
    line-height: 2;
  }
  .sect-2 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sect-2 .wrap .item {
    width: calc(50% - 7px);
    margin-top: 40px;
    display: block;
  }
  .sect-2 .wrap .item .main-img {
    width: 100%;
    aspect-ratio: 54/32;
    object-fit: cover;
    flex-shrink: 0;
  }
  .sect-2 .wrap .item .content {
    width: 100%;
    transition: all 0.3s linear;
    padding: 15px 30px 15px;
    box-sizing: border-box;
    display: flex;
  }
  .sect-2 .wrap .item .content .l-box {
    width: 50%;
  }
  .sect-2 .wrap .item .content .l-box .c-tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sect-2 .wrap .item .content .l-box img {
    height: 26px;
    width: auto;
    margin-top: 15px;
  }
  .sect-2 .wrap .item .content .r-box {
    width: 46%;
    margin-left: 4%;
  }
  .sect-2 .wrap .item .content .r-box .i-item {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
  }
  .sect-2 .wrap .item .content .r-box .i-item img {
    width: 12px;
    height: auto;
    margin-right: 10px;
  }
  .sect-2 .wrap .item .content .r-box .btn {
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    transition: all 0.3s linear;
  }
  .sect-2 .wrap .item .content .r-box .btn img {
    width: 14px;
    height: auto;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    aspect-ratio: 192/30;
  }
  .sect-2 {
    margin: 100px auto;
    width: 962px;
  }
  .sect-2 .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    border-bottom: 8px solid #8A2424;
    min-width: 200px;
    max-width: 300px;
    line-height: 2;
  }
  .sect-2 .wrap {
    display: block;
  }
  .sect-2 .wrap .item {
    width: 100%;
    margin-top: 40px;
    display: flex;
  }
  .sect-2 .wrap .item .main-img {
    width: 36%;
    aspect-ratio: 54/32;
    object-fit: cover;
  }
  .sect-2 .wrap .item .content {
    width: 64%;
    aspect-ratio: 150/32;
    transition: all 0.3s linear;
    padding: 20px 40px 20px 20px;
    display: flex;
  }
  .sect-2 .wrap .item .content .l-box {
    width: 50%;
  }
  .sect-2 .wrap .item .content .l-box .c-tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sect-2 .wrap .item .content .l-box img {
    height: 35px;
    width: auto;
    margin-top: 20px;
  }
  .sect-2 .wrap .item .content .r-box {
    width: 30%;
    margin-left: 10%;
  }
  .sect-2 .wrap .item .content .r-box .i-item {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
  }
  .sect-2 .wrap .item .content .r-box .i-item img {
    width: 12px;
    height: auto;
    margin-right: 10px;
  }
  .sect-2 .wrap .item .content .r-box .btn {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
    transition: all 0.3s linear;
  }
  .sect-2 .wrap .item .content .r-box .btn img {
    width: 16px;
    height: auto;
    margin-right: 14px;
  }
}
@media (min-width: 1200px) {
  .sect-2 {
    margin: 100px auto;
    width: 1170px;
  }
  .sect-2 .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    border-bottom: 8px solid #8A2424;
    min-width: 200px;
    max-width: 300px;
    line-height: 2;
  }
  .sect-2 .wrap .item {
    margin-top: 40px;
    display: flex;
  }
  .sect-2 .wrap .item .main-img {
    width: 36%;
    aspect-ratio: 54/32;
    object-fit: cover;
  }
  .sect-2 .wrap .item .content {
    width: 64%;
    aspect-ratio: 150/32;
    transition: all 0.3s linear;
    padding: 30px 60px 30px 30px;
    display: flex;
  }
  .sect-2 .wrap .item .content .l-box {
    width: 50%;
  }
  .sect-2 .wrap .item .content .l-box .c-tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.8;
  }
  .sect-2 .wrap .item .content .l-box img {
    height: 40px;
    width: auto;
    margin-top: 25px;
  }
  .sect-2 .wrap .item .content .r-box {
    width: 30%;
    margin-left: 10%;
  }
  .sect-2 .wrap .item .content .r-box .i-item {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
  }
  .sect-2 .wrap .item .content .r-box .i-item img {
    width: 15px;
    height: auto;
    margin-right: 10px;
  }
  .sect-2 .wrap .item .content .r-box .btn {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    transition: all 0.3s linear;
  }
  .sect-2 .wrap .item .content .r-box .btn img {
    width: 21px;
    height: auto;
    margin-right: 14px;
  }
}
@media (min-width: 1520px) {
  .sect-2 {
    margin: 100px auto;
    width: 1490px;
  }
  .sect-2 .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    border-bottom: 8px solid #8A2424;
    min-width: 200px;
    max-width: 300px;
    line-height: 2;
  }
  .sect-2 .wrap .item {
    margin-top: 40px;
    display: flex;
  }
  .sect-2 .wrap .item .main-img {
    width: 36%;
    aspect-ratio: 54/32;
    object-fit: cover;
  }
  .sect-2 .wrap .item .content {
    width: 64%;
    aspect-ratio: 150/32;
    transition: all 0.3s linear;
    padding: 40px 80px 40px 40px;
    display: flex;
  }
  .sect-2 .wrap .item .content .l-box {
    width: 50%;
  }
  .sect-2 .wrap .item .content .l-box .c-tit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.8;
  }
  .sect-2 .wrap .item .content .l-box img {
    height: 45px;
    width: auto;
    margin-top: 40px;
  }
  .sect-2 .wrap .item .content .r-box {
    width: 30%;
    margin-left: 10%;
  }
  .sect-2 .wrap .item .content .r-box .i-item {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
  }
  .sect-2 .wrap .item .content .r-box .i-item img {
    width: 15px;
    height: auto;
    margin-right: 10px;
  }
  .sect-2 .wrap .item .content .r-box .btn {
    width: 230px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 22px;
    margin-top: 50px;
    transition: all 0.3s linear;
  }
  .sect-2 .wrap .item .content .r-box .btn img {
    width: 21px;
    height: auto;
    margin-right: 14px;
  }
}
/*# sourceMappingURL=opencurse.css.map */