@charset "UTF-8";
.main {
  width: 1200px;
  margin: 0 auto;
}

.tiao {
  width: 100%;
  height: 38px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(207, 207, 207, 0.5);
}

.tiao .main {
  height: 38px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  display: flex;
  align-items: center;
}

.tiao .main a {
  color: #333;
}

.tiao .main p a {
  color: #e82b2f;
}

.t_box {
  margin-top: 33px;
}

.t_box .main a img {
  width: 100%;
  height: 100px;
}

.box {
  margin-top: 39px;
}

.box .main {
  display: flex;
  justify-content: space-between;
}

.box .main .box_l {
  width: 895px;
}

.box .main .box_l .one {
  width: 895px;
  height: 90px;
  border-radius: 5px;
  background-color: #fbf1e7;
}

.box .main .box_l .one .tag_title {
  text-align: center;
  font-size: 30px;
  color: #e82b2f;
  font-weight: bold;
  padding: 26px 0;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}




.box .main .box_l .two ul .sss {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  width: 895px;
  height: 175px;
  background: #ffff;
}

.box .main .box_l .two ul .sss .left img {
  width: 272px;
  height: 153px;
}

.box .main .box_l .two ul .sss .right .tit {
  width: 570px;
  font-size: 21px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #4e4e4e;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_l .two ul .sss .right .wen {
  margin-top: 13px;
  width: 570px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_l .two ul .sss .right .bq {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.box .main .box_l .two ul .sss .right .bq .b1 {
  /*width: 109px;*/
  height: 26px;
  background: #ffffff;
  border-radius: 13px;
  border: 1px solid #e82b2f;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #e82b2f;
  line-height: 24px;
  padding: 0px 8px;
}

.box .main .box_l .two ul .sss .right .bq .b2 {
  margin-left: 24px;
  /*width: 94px;*/
  height: 26px;
  background: #ffffff;
  border-radius: 13px;
  border: 1px solid #e82b2f;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #e82b2f;
  line-height: 24px;
  padding: 0px 8px;
}

.box .main .box_l .two ul .sss .right .xx {
  margin-top: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .main .box_l .two ul .sss:hover {
  background: #fff9f7;
}

.box .main .box_l .two ul .sss:hover .left img {
  width: 272px;
  height: 153px;
}

.box .main .box_l .two ul .sss:hover .right .tit {
  color: #e82b2f;
}

.box .main .box_l .two ul .sss:hover .right .wen {
  color: #e82b2f;
}

.box .main .box_l .two ul .xxx {
  margin-top: 10px;
  background-image: url(../images/xxx_bg.png);
  width: 895px;
  height: 151px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.box .main .box_l .two ul .xxx .left img {
  width: 112px;
  height: 106px;
}

.box .main .box_l .two ul .xxx .mid {
  margin-left: 34px;
}

.box .main .box_l .two ul .xxx .mid .tit {
  font-size: 21px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

.box .main .box_l .two ul .xxx .mid .xiao {
  margin-top: 16px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

.box .main .box_l .two ul .xxx .mid .xin {
  margin-top: 21px;
  display: flex;
  align-items: center;
}

.box .main .box_l .two ul .xxx .mid .xin .x1 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #8b8b8b;
}

.box .main .box_l .two ul .xxx .mid .xin .x1 img {
  width: 17px;
  height: 17px;
}

.box .main .box_l .two ul .xxx .mid .xin .x2 {
  margin-left: 44px;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.box .main .box_l .two ul .xxx .mid .xin .x3 {
  margin-left: 20px;
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.box .main .box_l .two ul .xxx .right {
  margin-left: 62px;
}

.box .main .box_l .two ul .xxx .right .t a {
  margin-left: 103px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

.box .main .box_l .two ul .xxx .right .t a img {
  width: 14px;
  height: 14px;
}

.box .main .box_l .two ul .xxx .right .x {
  margin-top: 20px;
}

.box .main .box_l .two ul .xxx .right .x img {
  width: 172px;
  height: 61px;
}

.box .main .box_l .fenye {
  margin-top: 20px;
}

.box .main .box_l .fenye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .main .box_l .fenye ul li {
  margin: 0 4px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .main .box_l .fenye ul li a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 0, 0, 0.65);
}

.box .main .box_l .fenye ul li a img {
  width: 16px;
  height: 16px;
}

.box .main .box_l .fenye ul .dd {
  border: none;
}

.box .main .box_l .fenye ul .active {
  border: 1px solid #e82b2f;
}

.box .main .box_l .fenye ul .active a {
  color: #e82b2f;
}

.box .main .box_r {
  width: 287px;
}

.box .main .box_r .three {
  background-image: url(../images/three_bg.png);
  width: 287px;
  height: 506px;
  background-size: 100% 100%;
  padding: 15px 13px 0;
}

.box .main .box_r .three .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .main .box_r .three .top .t_l {
  display: flex;
  align-content: center;
}

.box .main .box_r .three .top .t_l img {
  width: 24px;
  height: 24px;
}

.box .main .box_r .three .top .t_l p {
  margin-left: 12px;
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.box .main .box_r .three .top .t_r a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  display: flex;
  align-items: center;
}

.box .main .box_r .three .top .t_r a img {
  width: 14px;
  height: 14px;
}

.box .main .box_r .three ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2px;
}

.box .main .box_r .three ul li {
  margin-top: 12px;
  background-image: url(../images/three_xbg.png);
  width: 124px;
  height: 138px;
  background-size: 100% 100%;
  padding-top: 5px;
  box-shadow: 0px 2px 4px 0px #92a6ff;
  border-radius: 4px;
}

.box .main .box_r .three ul li .pic img {
  margin: 0 auto;
  width: 38px;
  height: 38px;
}

.box .main .box_r .three ul li .tit {
  margin-top: 13px;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.box .main .box_r .three ul li .nd {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #8b8b8b;
}

.box .main .box_r .three ul li .nd img {
  width: 11px;
  height: 11px;
}

.box .main .box_r .three ul li .anniu a img {
  margin: 8px auto 0;
  width: 93px;
  height: 26px;
}

.box .main .box_r .four {
  margin-top: 23px;
  background-image: url(../images/four_bg.png);
  width: 285px;
  height: 442px;
  background-size: 100% 100%;
  padding-top: 16px;
}

.box .main .box_r .four .top {
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .main .box_r .four .top .t_l {
  display: flex;
  align-items: center;
}

.box .main .box_r .four .top .t_l img {
  width: 24px;
  height: 24px;
}

.box .main .box_r .four .top .t_l p {
  margin-left: 12px;
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.box .main .box_r .four .top .t_r {
  width: 120px;
  height: 26px;
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.box .main .box_r .four .top .t_r input {
  width: 72px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
}

.box .main .box_r .four .top .t_r input::placeholder {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #8b8b8b;
}

.box .main .box_r .four .top .t_r img {
  width: 14px;
  height: 14px;
}

.box .main .box_r .four .ck {
  margin-left: 11px;
  width: 283px;
  height: 40px;
}

.box .main .box_r .four .ck a {
  height: 40px;
  display: flex;
  align-items: center;
}

.box .main .box_r .four .ck a img {
  width: 24px;
  height: 24px;
}

.box .main .box_r .four .ck a p {
  margin-left: 12px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #e82b2f;
}

.box .main .box_r .four ul li {
  border-top: 2px solid #fafafa;
  width: 283px;
  height: 40px;
}

.box .main .box_r .four ul li a {
  height: 40px;
  display: flex;
  align-items: center;
}

.box .main .box_r .four ul li a .shu {
  margin-left: 18px;
  font-size: 14px;
  font-family: Source-KeynoteartHans, Source-KeynoteartHans;
  font-weight: 400;
  color: #333333;
}

.box .main .box_r .four ul li a .shu1 {
  margin-left: 18px;
  font-size: 14px;
  font-family: Source-KeynoteartHans, Source-KeynoteartHans;
  font-weight: 400;
  color: #2c7eff;
}

.box .main .box_r .four ul li a .shu2 {
  margin-left: 18px;
  font-size: 14px;
  font-family: Source-KeynoteartHans, Source-KeynoteartHans;
  font-weight: 400;
  color: #f66d25;
}

.box .main .box_r .four ul li a .shu3 {
  margin-left: 18px;
  font-size: 14px;
  font-family: Source-KeynoteartHans, Source-KeynoteartHans;
  font-weight: 400;
  color: #ffa800;
}

.box .main .box_r .four ul li a .zi {
  margin-left: 19px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  width: 222px;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_r .four ul li a .zi1 {
  margin-left: 19px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #2c7eff;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_r .four ul li a .zi2 {
  margin-left: 19px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #f66d25;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_r .four ul li a .zi3 {
  margin-left: 19px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #ffa800;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_r .four ul li a img {
  margin-left: 4px;
  width: 24px;
  height: 24px;
}

.box .main .box_r .four ul li:hover {
  border-top: 2px solid #fafafa;
  width: 283px;
  height: 40px;
  background: #f5f5f5;
  backdrop-filter: blur(0px);
}

.box .main .box_r .four ul li:hover a .shu {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .shu1 {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .shu2 {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .shu3 {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .zi {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .zi1 {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .zi2 {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a .zi3 {
  color: #e82b2f;
}

.box .main .box_r .four ul li:hover a img {
  margin-left: 4px;
  width: 24px;
  height: 24px;
}

.box .main .box_r .five {
  margin-top: 24px;
}

.box .main .box_r .five .swiper {
  width: 284px;
  height: 255px;
  overflow: hidden;
  position: relative;
}

.box .main .box_r .five .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box .main .box_r .five .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box .main .box_r .five .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .main .box_r .five .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  backdrop-filter: blur(20px);
}

.box .main .box_r .five .swiper-pagination-bullet-active {
  width: 26px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  backdrop-filter: blur(20px);
}

.box .main .box_r .six {
  padding: 14px 12px 14px;
  margin-top: 24px;
  background-image: url(../images/six_bg.png);
  width: 285px;
  background-size: 100% 100%;
}

.box .main .box_r .six .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .main .box_r .six .top .t_l {
  display: flex;
  align-content: center;
}

.box .main .box_r .six .top .t_l img {
  width: 24px;
  height: 24px;
}

.box .main .box_r .six .top .t_l p {
  margin-left: 8px;
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.box .main .box_r .six .top .t_r a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  display: flex;
  align-items: center;
}

.box .main .box_r .six .top .t_r a img {
  width: 14px;
  height: 14px;
}

.box .main .box_r .six ul li {
  margin-top: 13.5px;
}

.box .main .box_r .six ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .main .box_r .six ul li a .ll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
}

.box .main .box_r .six ul li a .ll img {
  width: 18px;
  height: 18px;
}

.box .main .box_r .six ul li a .rr {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 236px;
  text-overflow: ellipsis;
  /*设置隐藏部分为省略号*/
  overflow: hidden;
  /*设置隐藏*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示行数，此处为2行，可设置其他数字*/
  -webkit-box-orient: vertical;
}

.box .main .box_r .six ul li:hover a .ll {
  color: #E82B2F;
}

.box .main .box_r .six ul li:hover a .rr {
  color: #E82B2F;
}
