* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}
a {
  text-decoration: none;
  cursor: pointer;
}
/* 公共样式 开始 */
.newsWrap {
  background: #ffffff;
  border-radius: 9px;
}
.newsMoreCont {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 4px;
}
.newsMoreCont img {
  display: block;
  height: 233px;
  width: 351px;
}
.newsMoreTitleWrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 11px;
}

.newsMoreTitleWrap a {
  font-weight: bold;
  font-size: 16px;
  color: #ef2716;
  line-height: 64px;
  transition: .3s;
}
.newsMoreTitleWrap a:hover{
  opacity: 0.8;
 }
.newsMoreTitleWrap .newsMoreTitleL > span:nth-child(1) {
  padding-right: 25px;
  line-height: 49px;
  font-weight: bold;
  font-size: 24px;
  color: #fffefe;
}
.newsMoreTitleWrap .newsMoreTitleL > span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #1b1b1b;
  line-height: 63px;
}
.topLeftBefore {
  position: relative;
  z-index: 0;
}
.topLeftBefore::before {
  position: absolute;
  top: -9px;
  left: 0;
  display: block;
  content: "";
  width: 96px;
  height: 61px;
  background-image: url(/Public/Home/images/thank_reports_img/0.png);
  background-size: 100% 100%;
  z-index: 1;
}
.newsBodyWrap {
  width: 100%;
  background-color: #f3f5f7;
  padding-top: 50px;
}
.newsBody {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
/* 公共样式 结束 */
/* 2023 开始 */
.news23 {
  width: 1199px;
  height: 323px;
}
/* 2023 结束 */
/* 20222 结束 */
.news221Wrap {
  margin-top: 54px;
}
.news221Wrap .news22 {
  border-radius: 9px 9px 0 9px;
  padding-bottom: 33px;
  position: relative;
}
.news221Wrap .news22::after {
  position: absolute;
  bottom: 0;
  left: 80px;
  display: block;
  content: "";
  width: 1099px;
  height: 1px;
  background: #f1f1f1;
}
.news221Wrap .news222 {
  border-radius: 9px 0 9px 9px;
  height: 323px;
}
/* 20222 结束 */
/* 21 开始 */
.news21 {
  margin-top: 54px;
  height: 323px;
}
/* 21 结束 */
/* 2019-2012 开始 */
.allShowWrap {
  padding: 52px 0 59px 0;
  box-sizing: border-box;
  height: 1184px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.allShowWrap .allShowItem {
  width: 392px;
  height: 323px;
  background: #ffffff;
  border-radius: 9px;
}
.allShowWrap .allShowItem .itemTitleWrap {
  position: relative;
  z-index: 2;
}
.allShowWrap .allShowItem .itemTitleWrap > span:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
  color: #fffefe;
  padding: 0 21px 0 11px;
  line-height: 45px;
}
.allShowWrap .allShowItem .itemTitleWrap > span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #1b1b1b;
  line-height: 58px;
}
.allShowWrap .allShowItem img {
  display: block;
  width: 351px;
  height: 233px;
  margin: 7px auto 0 auto;
}
/* 2019-2012 结束 */
