﻿*,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.all {
  width: 7.5rem;
  margin: auto;
  text-align: center;
  overflow: hidden;
  color: white;
}

.content {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;

}

.nav {
  height: 0.9rem;
  line-height: 0.9rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: rgb(189, 26, 45);
  font-size: 0.3rem;
}

.box1 {
  width: 100%;
  height: 6.9rem;
  background: url("box1.png") no-repeat;
  background-size: 100% auto;
}

.box1 .img-2021 {
  margin-top: 0.6rem;
  margin-left: 0.31rem;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  border-top-left-radius: 0.26rem;
  border-bottom-right-radius: 0.26rem;
  background-color: rgb(189, 26, 45);
}

.tit1 {
  color: rgb(189, 26, 45);
  margin-left: 0.3rem;
  margin-top: 0.07rem;
  text-align: left;
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 0.78rem;
  overflow: hidden;
}

.tit1 p:nth-child(2n) {
  font-size: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
  font-weight: 400;
  line-height: 0.28rem;
}

.btn1 {
  margin: 0.7rem auto 0;
  width: 5rem;

}

.btn1 a {
  height: 0.9rem;
  line-height: 0.9rem;
  border-radius: 0.2rem;
  font-size: 0.36rem;
  display: block;
  background-color: rgb(189, 26, 45);
}

.btn1 a:nth-child(1) {
  margin-bottom: 0.2rem;
}

.box2 {
  width: 100%;
  margin: 0.8rem auto;
}

.box2 .ul2:last-child {
  margin-top: 0.2rem;
}

.ul2 {
  margin: 0 0.2rem;
  display: flex;
  justify-content: space-between;
}

.ul2 .li2 {
  width: 1.58rem;
  height: 1.58rem;
  border-radius: 0.15rem;
  background-color: rgb(248, 248, 248);
}

.ul2 .li2 img {
  width: auto;
  height: 0.6rem;
  display: block;
  margin: 0.3rem auto 0;
}

.ul2 .li2 span {
  color: rgb(51, 51, 51);
  font-size: 0.3rem;
  position: relative;
  top: -0.66rem;
}

.box3 {
  height: 13.05rem;
  background: url("box3.png") no-repeat;
  background-size: 100% 13.05rem;
  padding: 0.8rem 0.3rem 0.8rem 0.6rem;
}

.tit3 {
  color: rgb(51, 51, 51);
  font-size: 0.44rem;
}

.tit3 img {
  width: 4.6rem;
  height: auto;
  margin: 0.1rem auto 0;
  display: block;
}

.li3 {
  margin-top: 0.4rem;
  display: flex;
  flex-direction: column;
}

.li3 .tit3-1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: rgb(51, 51, 51);
  text-align: left;
}

.li3 .line3 {
  margin-top: 0.1rem;
  height: 0;
  border-bottom: 1px solid rgb(241, 228, 230);
}

.li3 .line3-2 {
  height: 0.04rem;
  width: 1.5rem;
  background-color: rgb(189, 26, 45);
}

.li3 .bk {
  margin-top: 0.2rem;
  width: 6.3rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  background-color: rgb(255, 250, 250);
  border: 1px solid rgb(189, 26, 45);
  display: flex;
  justify-content: space-between;
  border-radius: 0.08rem;
  box-sizing: border-box;
}

.li3 .bk span {
  width: 4.2rem;
  color: rgb(51, 51, 51);
}

.li3 .bk a {
  display: block;
  background-color: rgb(189, 26, 45);
  width: 2.1rem;
  border-radius: 0.08rem;
}

.btn3 {
  margin: 0.4rem auto 0;
  width: 5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.36rem;
  background-color: rgb(189, 26, 45);
  border-radius: 0.2rem;
}

.box4 {
  margin: 0.8rem auto;
}

.li4 {
  width: 6.3rem;
  margin-top: 0.14rem;
  margin-left: 0.3rem;
  overflow: hidden;
}

.li4 p {
  color: rgb(51, 51, 51);
  font-size: 0.3rem;
  text-align: left;
  margin-top: 0.2rem;
}

.li4 p span {
  font-weight: bold;
}

.li4 .xuxian {
  width: 100%;
  height: 0;
  margin-top: 0.2rem;
  border-bottom: 1px dashed rgb(196, 202, 213);
}

.box5 {
  width: 100%;
  background-color: rgb(245, 245, 245);
  padding: 0.8rem 0.3rem;
}

.ul5 {
  margin-top: 0.2rem;
  overflow: hidden;
}

.li5 {
  margin-top: 0.1rem;
  width: 6.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: rgb(255, 250, 250);
  border-radius: 0.08rem;
  border: 1px solid rgb(189, 26, 45);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 0.3rem;
}

.li5-l {
  color: rgb(51, 51, 51);
  margin-left: 0.2rem;
}

.li5-l img {
  /* margin-left: 0.15rem; */
  width: auto;
  height: 0.3rem;
}

.li5-r {
  width: 2.1rem;
  height: 0.9rem;
  border-radius: 0.08rem;
  background-color: rgb(189, 26, 45);
}

.box6 {
  width: 100%;
  height: 7.95rem;
  background-color: rgb(189, 26, 45);
  padding: 0.8rem 0.3rem;
}

.box6 .tit3 {
  color: white;
}

.ul6 {
  margin-top: 0.13rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ul6 a {
  color: rgb(51, 51, 51);
  font-size: 0.3rem;
  display: block;
  width: 1.55rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background-color: white;
  margin-top: 0.17rem;
}

.box6 .btn3 {
  color: rgb(51, 51, 51);
  background-color: white;
}

.box7 {
  width: 100%;
  padding: 0rem 0.3rem 0.8rem 0.3rem;
}

.tit7 p:first-child {
  font-size: 0.44rem;
  color: rgb(51, 51, 51);
}

.tit7 p:last-child {
  color: rgb(189, 26, 45);
  font-size: 0.36rem;
  font-weight: bold;
}

.time {
  font-size: 0.36rem;
  color: rgb(51, 51, 51);
  margin: 0.3rem 0.94rem 0 1.24rem;
  display: flex;
}

.time span {
  margin: 1rem 0.3rem 0;
}

.month,
.day {
  width: 1.4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.1rem;
  background-color: rgb(189, 26, 45);
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

.box7 .btn3-2 {
  margin-top: 0.2rem !important;
}

.kszy {
  /* width: 6.9rem; */
  height: 1.2rem;
  background: url("701.png") no-repeat;
  background-size: 100% auto;
  color: rgb(51, 51, 51);
  font-size: 0.28rem;
  padding: 0.18rem 0.6rem 0;
  margin-top: 0.5rem;
}

.kszy span {
  color: rgb(189, 26, 45);
  font-weight: bold;
}

.box8 {
  width: 100%;
  padding: 0.8rem 0;
  background-color: rgb(245, 245, 245);
}

.content8 ul {
  margin: 0.4rem 0.3rem 0;

}

.content8 ul:first-child {
  margin: 0.3rem 0.3rem 0;
}

.content8 ul li {
  width: 6.9rem;
  height: 0.82rem;
  line-height: 0.82rem;

  background-color: white;
  color: rgb(51, 51, 51);
  font-size: 0.3rem;
  box-sizing: border-box;
  border-left: 1px solid rgb(189, 26, 45);
  border-bottom: 1px solid rgb(216, 216, 216);
  border-right: 1px solid rgb(189, 26, 45);
  display: flex;
}

.content8 ul li:first-child {
  background-color: rgb(189, 26, 45);
  color: white;
  font-size: 0.32rem;
  border: 1px solid rgb(189, 26, 45);
}

.content8 ul li:last-child {
  border-bottom: 1px solid rgb(189, 26, 45);
}

.content8 ul li span {
  display: block;
}

.content8 ul li span:first-child {
  width: 2.31rem;
  border-right: 1px solid rgb(216, 216, 216);
}

.content8 ul li span:nth-child(2) {
  width: 4.58rem;
}

.content8 ul li:nth-child(5) span {
  width: 100%;
  text-decoration: underline;
  color: rgb(189, 26, 45);
}

.footer {
  font-size: 0.24rem;
  color: rgb(51, 51, 51);
  line-height: 1.04rem;
  height: 1.04rem;
}


.box9 {
  width: 100%;
  padding: 0.8rem 0 0;
  background-color: #ffffff;
}

.box9_title {
  width: 5.6rem;
  height: 0.76rem;
  background: #BD1B2D;
  font-size: 0.44rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  line-height: 0.76rem;
  margin: 0 auto;
  position: relative;
}

.yuan1 {
  position: absolute;
  height: 0.76rem;
  width: 0.76rem;
  left: -0.48rem;
  top: 0;
  background-color: #ffffff;
  border-radius: 50%;

}

.yuan2 {
  position: absolute;
  height: 0.76rem;
  width: 0.76rem;
  right: -0.48rem;
  top: 0;
  background-color: #ffffff;
  border-radius: 50%;
}

.box9_list {
  margin: 0.3rem 0.2rem 0.64rem;
  display: flex;
  flex-wrap: wrap;
}

.box9_list_item {
  width: 2.1rem;
  height: 2.2rem;
  display: flex;
  flex-direction: column;
  margin: 0.3rem 0.13rem;
}

.box9_list_item img {
  width: 100%;
  height: 1.2rem;
}

.box9_list_text {
  height: 1.2rem;
  padding: 0.1rem 0.15rem;

  background: #BD1B2D;
  border-radius: 0px 0px 0.15rem 0.15rem;
  font-size: 0.18rem;
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
}






/* 1 */

.box9_list1 {
  margin: 0.3rem 0.2rem 0.0rem;
  display: flex;
  flex-wrap: wrap;
}

.box9_list_item1 {
  width: 2.1rem;
  height: 2.9rem;
  display: flex;
  flex-direction: column;
  margin: 0.3rem 0.13rem;

  background: #F2F2F2;
}

.box9_list_item1 img {
  width: 100%;
  height: 1.62rem;
}

.box9_list_text1 {
  height: 1.2rem;
  padding: 0.1rem 0.15rem;

  background: #F2F2F2;

  border-radius: 0px 0px 0.15rem 0.15rem;
  font-size: 0.23rem;
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 400;

  color: #333333;
}
.fs19{
  font-size: 0.19rem;
}