* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 0.42666667rem;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
i,
b {
  font-style: normal;
}
html {
  font-size: 10vw;
}
@keyframes dot-spread {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: .3;
  }
}
.indexBox {
  width: 100%;
  background: #fffff9 url(../images/m_banner.jpg) top center no-repeat;
  background-size: 100% 12.30666667rem;
  padding-bottom: 1.13333333rem;
}
.indexBox .banner {
  height: 9.38666667rem;
}
.indexBox .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .yearBox {
  position: relative;
}
.indexBox .yearBox::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.22666667rem;
  background: url(../images/nav_line.png) center center no-repeat;
  background-size: auto 100%;
  top: 2.50666667rem;
}
.indexBox .yearBox ul {
  display: flex;
  justify-content: center;
}
.indexBox .yearBox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.86666667rem;
}
.indexBox .yearBox ul li:last-child {
  margin-right: 0;
}
.indexBox .yearBox ul li .year {
  width: 2.68rem;
  height: 2.69333333rem;
  background: url(../images/year_bg.png) center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.indexBox .yearBox ul li .year .round {
  width: 1.48rem;
  height: 1.48rem;
  background: #ededed;
  font-size: 0.37333333rem;
  color: #6f6f6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all.5s;
}
.indexBox .yearBox ul li .icon {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  margin-top: -0.2rem;
}
.indexBox .yearBox ul li .icon .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #bcbcbc;
  position: absolute;
  top: 0;
  left: 0;
  animation: dot-spread 1.5s infinite;
  transition: all .5s;
}
.indexBox .yearBox ul li .icon .mid_dot {
  width: 0.21333333rem;
  height: 0.21333333rem;
  border-radius: 50%;
  background: #bcbcbc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all .5s;
}
.indexBox .yearBox ul li.on .year {
  background: url(../images/on_year_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .yearBox ul li.on .year .round {
  background: #fed443;
  color: #aa3131;
}
.indexBox .yearBox ul li.on .icon .dot {
  background: #db5a4d;
}
.indexBox .yearBox ul li.on .icon .mid_dot {
  background: #db5a4d;
}
.indexBox .year-swiper {
  margin-top: 0.32rem;
}
.indexBox .year-swiper .swiper-slide {
  padding: 0 0.33333333rem;
}
.indexBox .year-swiper .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexBox .year-swiper .swiper-slide ul li {
  width: 4.49333333rem;
  height: 2.82666667rem;
  border-radius: 0.26666667rem;
  background: #ffe695;
  color: #aa3131;
  font-size: 0.37333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0.38666667rem;
}
.indexBox .year-swiper .swiper-slide ul li span {
  font-size: 0.76rem;
}
.indexBox .year-swiper .swiper-slide .more {
  width: 2.6rem;
  height: 0.86666667rem;
  border-radius: 0.42666667rem;
  background: #e7e7e7;
  margin: 0.26666667rem auto 0;
}
.indexBox .year-swiper .swiper-slide .more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.4rem;
  color: #6f6f6f;
  text-align: center;
  line-height: 0.86666667rem;
}
.indexBox .xgwj {
  margin-top: 0.89333333rem;
}
.indexBox .xgwj .title {
  height: 0.48rem;
  background: url(../images/title1.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .xgwj ul {
  margin-top: 0.74666667rem;
  padding: 0 0.34666667rem;
}
.indexBox .xgwj ul li {
  width: 100%;
  padding: 0.48rem 0.4rem;
  background: #fffaeb;
  border-radius: 0.13333333rem;
  margin-bottom: 0.45333333rem;
}
.indexBox .xgwj ul li:last-child {
  margin-bottom: 0;
}
.indexBox .xgwj ul li a {
  display: block;
  position: relative;
}
.indexBox .xgwj ul li a::before {
  content: '';
  position: absolute;
  top: 0.26666667rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #d8d8d8;
}
.indexBox .xgwj ul li a .tit {
  padding-left: 0.32rem;
  font-size: 0.4rem;
  color: #222222;
  font-weight: bold;
}
.indexBox .xgwj ul li a .text {
  padding-left: 0.32rem;
  font-size: 0.37333333rem;
  color: #222222;
  opacity: .5;
  line-height: 0.37333333rem;
  margin-top: 0.37333333rem;
  text-align: justify;
}
.indexBox .aity {
  margin-top: 0.89333333rem;
}
.indexBox .aity .title {
  height: 0.48rem;
  background: url(../images/title2.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .aity .picBox {
  width: 9.29333333rem;
  margin: 0.58666667rem auto 0;
  position: relative;
}
.indexBox .aity .picBox .aity-swiper {
  width: 9.29333333rem;
  height: 6.06666667rem;
}
.indexBox .aity .picBox .aity-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.indexBox .aity .picBox .aity-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexBox .aity .picBox .aity-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.indexBox .aity .picBox .aity-swiper .swiper-slide a .tit {
  position: absolute;
  font-size: 0.37333333rem;
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 0 1.93333333rem 0 0.26666667rem;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.indexBox .aity .picBox .aity-pagination {
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 0.33333333rem;
  font-size: 0;
}
.indexBox .aity .picBox .aity-pagination .swiper-pagination-bullet {
  width: 0.18666667rem;
  height: 0.18666667rem;
  border-radius: 50%;
  background: #fff;
  opacity: .5;
  margin-right: 0.13333333rem;
  transition: all .5s;
}
.indexBox .aity .picBox .aity-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.indexBox .aity .hedinfo {
  padding: 0.8rem 0 0.69333333rem;
  border-bottom: 0.01333333rem solid #e5e5e5;
  width: 9.29333333rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.indexBox .aity .hedinfo .pic {
  width: 2.84rem;
  height: 1.61333333rem;
  background: #ccc;
  flex: none;
}
.indexBox .aity .hedinfo .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .aity .hedinfo .textBox {
  width: 6.09333333rem;
}
.indexBox .aity .hedinfo .textBox .tit a {
  font-size: 0.4rem;
  color: #000000;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .aity .hedinfo .textBox .text {
  font-size: 0.37333333rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.13333333rem;
}
.indexBox .aity ul {
  width: 9.29333333rem;
  margin: 0 auto;
}
.indexBox .aity ul li {
  font-size: 0;
  margin-top: 0.70666667rem;
}
.indexBox .aity ul li a {
  font-size: 0.37333333rem;
  color: #666666;
}
.indexBox .aity ul li a::before {
  content: '·';
  display: inline-block;
  margin-right: 0.06666667rem;
}
.indexBox .tyshq {
  margin-top: 1.01333333rem;
}
.indexBox .tyshq .title {
  height: 1.10666667rem;
  background: url(../images/title3.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .tyshq .tyshq-swiper {
  margin-top: 0.73333333rem;
  width: 9.29333333rem;
}
.indexBox .tyshq .tyshq-swiper .swiper-slide .pic {
  height: 6.06666667rem;
  background: #ccc;
}
.indexBox .tyshq .tyshq-swiper .swiper-slide .textBox {
  margin-top: 0.66666667rem;
}
.indexBox .tyshq .tyshq-swiper .swiper-slide .textBox .tit a {
  font-size: 0.4rem;
  color: #000000;
  font-weight: bold;
}
.indexBox .tyshq .tyshq-swiper .swiper-slide .textBox .text {
  margin-top: 0.45333333rem;
  font-size: 0.37333333rem;
  color: #999999;
  text-align: justify;
  line-height: 1.5;
}
.indexBox .tyshq .tyshq-pagination {
  margin-top: 0.6rem;
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.indexBox .tyshq .tyshq-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  margin-right: 0.33333333rem;
  transition: all .5s;
}
.indexBox .tyshq .tyshq-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.indexBox .tyshq .tyshq-pagination .swiper-pagination-bullet-active {
  background: #af9855;
  width: 0.88rem;
}
.indexBox .tyjsydcs {
  margin-top: 1.01333333rem;
}
.indexBox .tyjsydcs .title {
  height: 0.48rem;
  background: url(../images/title4.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .tyjsydcs .tyjsydcs-nav {
  margin-top: 0.76rem;
}
.indexBox .tyjsydcs .tyjsydcs-nav .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.26666667rem;
}
.indexBox .tyjsydcs .tyjsydcs-nav .swiper-slide ul li {
  width: 2.81333333rem;
  height: 0.98666667rem;
  border-radius: 0.13333333rem;
  border: 0.01333333rem solid #f18f35;
  background: #fff;
  font-size: 0.45333333rem;
  text-align: center;
  line-height: 0.98666667rem;
  margin-bottom: 0.73333333rem;
}
.indexBox .tyjsydcs .tyjsydcs-nav .swiper-slide ul li.on {
  color: #fff;
  background: #f18f35;
}
.indexBox .tyjsydcs .tyjsydcs-nav-pagination {
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.indexBox .tyjsydcs .tyjsydcs-nav-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  margin-right: 0.33333333rem;
  transition: all .5s;
}
.indexBox .tyjsydcs .tyjsydcs-nav-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.indexBox .tyjsydcs .tyjsydcs-nav-pagination .swiper-pagination-bullet-active {
  background: #af9855;
  width: 0.88rem;
}
.indexBox .tyjsydcs .tyjsydcs-con {
  margin: 0.76rem auto 0;
  width: 9.36rem;
}
.indexBox .tyjsydcs .tyjsydcs-con .swiper-slide {
  background-color: #fff8df;
  border-radius: 0.34666667rem;
  overflow: hidden;
}
.indexBox .tyjsydcs .tyjsydcs-con .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0.48rem 0;
}
.indexBox .tyjsydcs .tyjsydcs-con .swiper-slide a .titBox {
  height: 1.30666667rem;
  background: #ffe795;
  text-align: center;
  font-size: 0.45333333rem;
  line-height: 1.30666667rem;
  font-weight: bold;
}
.indexBox .tyjsydcs .tyjsydcs-con .swiper-slide a .textCon {
  margin-top: 0.48rem;
  padding: 0 0.48rem 0;
  font-size: 0.37333333rem;
  line-height: 1.6;
  max-height: 6.66666667rem;
  overflow-y: auto;
}
.indexBox .tyjsydcs .tyjsydcs-con .swiper-slide a .textCon img {
  max-width: 100%;
  height: auto;
}
.indexBox .tyydss {
  margin-top: 1.01333333rem;
}
.indexBox .tyydss .title {
  height: 0.48rem;
  background: url(../images/title5.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .tyydss .list {
  width: 9.32rem;
  margin: 0.66666667rem auto 0;
}
.indexBox .tyydss .list li {
  background: #fffbeb;
  border-radius: 0.10666667rem;
  margin-bottom: 0.45333333rem;
}
.indexBox .tyydss .list li:last-child {
  margin-bottom: 0;
}
.indexBox .tyydss .list li a {
  display: flex;
  justify-content: space-between;
  padding: 0.45333333rem 0.45333333rem 0.29333333rem 0.24rem;
}
.indexBox .tyydss .list li a .pic {
  width: 1.97333333rem;
  height: 1.44rem;
  background: #ccc;
}
.indexBox .tyydss .list li a .textBox {
  width: 6.4rem;
}
.indexBox .tyydss .list li a .textBox .tit {
  font-size: 0.4rem;
  color: #222222;
  font-weight: bold;
  text-align: justify;
}
.indexBox .tyydss .list li a .textBox .bom {
  display: flex;
  margin-top: 0.53333333rem;
  justify-content: space-between;
  align-items: center;
}
.indexBox .tyydss .list li a .textBox .bom .text_left {
  color: #999999;
  font-size: 0.32rem;
}
.indexBox .tyydss .list li a .textBox .bom .text_left .date {
  font-size: 0.37333333rem;
  font-weight: bold;
}
.indexBox .tyydss .list li a .textBox .bom .arrow {
  width: 0.4rem;
  height: 0.16rem;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100% 100%;
}
.indexBox .tyydss .picList {
  margin-top: 0.52rem;
  height: 2.90666667rem;
  background: #fffbeb;
  overflow-x: auto;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.indexBox .tyydss .picList::-webkit-scrollbar {
  display: none;
}
.indexBox .tyydss .picList ul {
  display: flex;
}
.indexBox .tyydss .picList ul li {
  flex: none;
  width: 3.85333333rem;
  height: 2.10666667rem;
  background: #ebebeb;
  margin-right: 0.37333333rem;
}
.indexBox .tyydss .picList ul li:last-child {
  margin-right: 0;
}
.indexBox .ydjszs {
  margin-top: 1.01333333rem;
}
.indexBox .ydjszs .title {
  height: 0.49333333rem;
  background: url(../images/title6.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .ydjszs .nav {
  padding: 0 0.4rem;
  overflow-x: auto;
  display: flex;
  margin-top: 0.64rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 0.13333333rem;
}
.indexBox .ydjszs .nav::-webkit-scrollbar {
  display: none;
}
.indexBox .ydjszs .nav li {
  flex: none;
  width: 2.66666667rem;
  background-color: #fff7df;
  box-shadow: 0px 0.08rem 0px 0px #dcb046;
  border-radius: 0.26666667rem;
  border: solid 0.06666667rem #f8cd76;
  margin-right: 0.38666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.13333333rem;
  padding-bottom: 0.53333333rem;
  position: relative;
}
.indexBox .ydjszs .nav li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.13333333rem solid transparent;
  border-right: 0.13333333rem solid transparent;
  border-top: 0.13333333rem solid #e85332;
  bottom: 0.2rem;
  left: 50%;
  opacity: 0;
  transition: all .5s;
}
.indexBox .ydjszs .nav li:last-child {
  margin-right: 0;
}
.indexBox .ydjszs .nav li .icon {
  width: 1.96rem;
}
.indexBox .ydjszs .nav li .icon img {
  width: 100%;
  height: auto;
}
.indexBox .ydjszs .nav li .tit {
  font-size: 0.37333333rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.2;
  text-align: center;
}
.indexBox .ydjszs .nav .on::after {
  opacity: 1;
}
.indexBox .ydjszs .ydjszs-swiper {
  margin-top: 0.56rem;
  width: 9.25333333rem;
}
.indexBox .ydjszs .ydjszs-swiper .swiper-wrapper {
  padding-bottom: 0.08rem;
}
.indexBox .ydjszs .ydjszs-swiper .swiper-slide {
  box-shadow: 0px 0.08rem 0px 0px #dcb046;
  border: solid 0.06666667rem #f8cd76;
  background: #ffe795;
  border-radius: 0.26666667rem;
}
.indexBox .ydjszs .ydjszs-swiper .swiper-slide a {
  display: block;
  padding: 0.72rem 0.54666667rem;
  line-height: 1.8;
}
.indexBox .ydjszs .ydjszs-swiper .swiper-slide a .tit {
  font-size: 0.4rem;
  color: #222222;
  font-weight: bold;
}
.indexBox .ydjszs .ydjszs-swiper .swiper-slide a .text {
  font-size: 0.37333333rem;
  text-align: justify;
}
.indexBox .bszn {
  margin-top: 1.01333333rem;
}
.indexBox .bszn .title {
  height: 0.48rem;
  background: url(../images/title7.png) center center no-repeat;
  background-size: auto 100%;
}
.indexBox .bszn ul {
  padding: 0 0.32rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexBox .bszn ul li {
  width: 4.54666667rem;
  height: 1.62666667rem;
  background: #fffbeb;
  border-radius: 0.13333333rem;
  margin-top: 0.48rem;
}
.indexBox .bszn ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.37333333rem;
  color: #222222;
  padding: 0 0.13333333rem;
  text-align: center;
}
.listCon {
  padding: 0.53333333rem 0.4rem;
  background: #fff;
}
.footer {
  margin: 0 auto;
}
.listCon .title h2 {
  font-size: 0.48rem;
  color: #e85533;
  text-align: center;
  line-height: 0.48rem;
  font-weight: 600;
}
.listCon .title h2:before {
  content: '';
  width: 1.33333333rem;
  height: 0.02666667rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.02666667rem 0.4rem 0 0;
  background-color: #e85533;
}
.listCon .title h2:after {
  content: '';
  width: 1.33333333rem;
  height: 0.02666667rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.02666667rem 0 0 0.4rem;
  background-color: #e85533;
}
.listCon ul {
  margin-top: 0.4rem;
}
.listCon ul li a {
  display: block;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listCon ul li a::before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -0.02666667rem 0.13333333rem 0 0;
  background-color: #DDD;
}
.listCon ul .line {
  border-bottom: dashed 0.01333333rem #dddddd;
  margin: 0.26666667rem 0;
}
.contentBox {
  padding: 0 0.4rem;
  margin: 0.53333333rem auto 0;
}
.contentBox h1 {
  font-size: 0.42666667rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.contentBox .sourceBox {
  font-size: 0.32rem;
  color: #999;
  text-align: center;
  margin-top: 0.13333333rem;
  padding-bottom: 0.26666667rem;
  border-bottom: dashed 0.01333333rem #dddddd;
}
.contentBox .sourceBox span:last-child {
  margin-left: 1.33333333rem;
}
.contentBox .content {
  margin-top: 0.26666667rem;
  line-height: 2;
  font-size: 0.42666667rem;
}
.contentBox .content video {
  height: auto !important;
}
/* page */
.page {
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  color: #404040;
  padding-bottom: 0.53333333rem;
}
.page span {
  padding: 0 0.26666667rem;
  border: 0.01333333rem solid #ededed;
  margin-right: 0.08rem;
  border-radius: 0.06666667rem;
  line-height: 0.53333333rem;
  height: 0.53333333rem;
  display: inline-block;
  font-size: 0.26666667rem;
}
.page span.on {
  border: 0.01333333rem solid #cd0000;
  background: #cd0000;
  color: #fff;
}
.page a {
  padding: 0px 0.26666667rem;
  border: 0.01333333rem solid #ededed;
  margin-right: 0.08rem;
  color: #404040;
  line-height: 0.53333333rem;
  height: 0.53333333rem;
  display: inline-block;
}
.page a:hover {
  border: 0.01333333rem solid #af1c2a;
  background: #af1c2a;
  color: #fff;
}
.page a.back:hover {
  border: 0.01333333rem solid #ededed;
  color: #404040;
  background: #fff;
}
.twsbBox {
  margin-top: 0;
}
.twsbBox li {
  box-shadow: 0px 0px 0.48rem 0.05333333rem rgba(31, 21, 21, 0.03);
  border: solid 1px #fcefe7;
  background: #f7f8f8;
  margin-bottom: 0.4rem;
  padding: 0.4rem 0.37333333rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.twsbBox li a::before {
  display: none !important;
}
.twsbBox li .pic {
  width: 100%;
  flex: none;
}
.twsbBox li .pic img {
  width: 100%;
  height: 5.09333333rem;
  margin-right: 0;
}
.twsbBox li .textBox {
  flex: 1;
  margin-top: 0.4rem;
  padding-bottom: 0.86666667rem;
  position: relative;
}
.twsbBox li .textBox .tit {
  line-height: 1.4;
}
.twsbBox li .textBox .tit a {
  font-size: 0.50666667rem;
  font-weight: bold;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twsbBox li .textBox .date {
  font-size: 0.37333333rem;
  margin: 0.37333333rem 0 0;
  color: #565656;
  line-height: 1;
}
.twsbBox li .textBox .text {
  font-size: 0.4rem;
  line-height: 1.6;
  margin-top: 0.37333333rem;
  color: #747474;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twsbBox li .textBox .ckxq {
  position: absolute;
  bottom: 0;
}
.twsbBox li .textBox .ckxq a {
  font-size: 0.4rem;
  padding-right: 0.4rem;
  background-size: 0.26666667rem auto;
  color: #333;
  background: url(../images/list_xq_jt.png) right center no-repeat;
}
.twsbBox li:last-child {
  margin-bottom: 30px;
}
.twsbBox .noimg .textBox {
  width: 100%;
}
