.showSpecialWraper .common-page-bg {
  height: 260px;
}
.showSpecialWraper .common-page-main-container {
  opacity: 1;
}
.showSpecialWraper .common-page-main-container .title {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: -70px;
  left: 0;
}
.showSpecialWraper .miniList {
  padding: 10px;
  margin-bottom: 25px;
  background: #fff;
}
.showSpecialWraper .miniList ul li {
  display: inline-block;
  position: relative;
  width: 224px;
  height: 147px;
}
.showSpecialWraper .miniList ul li:not(:last-child) {
  margin-right: 32px;
}
.showSpecialWraper .miniList ul li h3 {
  width: 100%;
  height: 31px;
  line-height: 31px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(127, 127, 127, 0.5);
}
.showSpecialWraper .miniList ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showSpecialWraper .pager {
  text-align: center;
  margin: 30px 0;
}
.showSpecialWraper .pager > ul li {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #d9d9d8;
  display: inline-block;
}
.showSpecialWraper .pager > ul li:not(:last-child) {
  margin-right: 8px;
}
.showSpecialWraper .pager > ul li.active {
  border-color: #2d92fd;
  background: #2d92fd;
}
.showSpecialWraper .pager > ul li.active a {
  color: #fff;
}

.eventWraper {
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden;
}
.eventWraper .mainList {
  padding: 10px;
  background: #fff;
}
.eventWraper .mainList > ul {
  margin-right: -12px;
}
.eventWraper .mainList > ul li {
  width: 490px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
}
.eventWraper .mainList > ul li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.eventWraper .mainList > ul li h3 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  background: #f26e18;
}

.newsWraper .newsList {
  padding: 10px;
  background: #fff;
}
.newsWraper .newsList > ul li {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.newsWraper .newsList > ul li .pic {
  width: 250px;
  height: 150px;
  margin-right: 30px;
}
.newsWraper .newsList > ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsWraper .newsList > ul li .info {
  flex: 1;
}
.newsWraper .newsList > ul li .info h2 {
  font-size: 16px;
  margin: 10px 0;
}
.newsWraper .newsList > ul li .info .subTitle {
  color: rgba(51, 51, 50, 0.5);
  margin-bottom: 5px;
}
.newsWraper .newsList > ul li .info .subTitle span {
  font-size: 12px;
  margin-right: 10px;
}
.newsWraper .newsList > ul li .info .subTitle span::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}
.newsWraper .newsList > ul li .info .subTitle span:nth-child(1)::before {
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon1.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.newsWraper .newsList > ul li .info .subTitle span:nth-child(2)::before {
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon2.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.newsWraper .newsList > ul li .info .subTitle span:nth-child(3)::before {
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon3.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.newsWraper .newsList > ul li .info .actions {
  text-align: right;
}
.newsWraper .newsList > ul li .info .actions a {
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  background: #357cd7;
}

.contentWraper {
  padding: 0 !important;
  background: transparent !important;
  display: flex;
  flex-flow: wrap wrap;
  align-items: start;
}
.contentWraper .mainWraper {
  width: 780px;
  margin-right: 15px;
  padding: 25px 15px;
  background: #fff;
}
.contentWraper .mainWraper .crumbs {
  display: flex;
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d7e4f4;
}
.contentWraper .mainWraper .crumbs li:first-child::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon4.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
  margin-right: 5px;
}
.contentWraper .mainWraper .crumbs li:not(:last-child) ::after {
  content: ">";
  color: #b1b1b0;
  padding: 5px;
  position: relative;
  top: -1px;
}
.contentWraper .mainWraper .crumbs li a {
  color: #357cd7;
}
.contentWraper .mainWraper-title {
  font-size: 24px;
  color: #2b63ac;
  text-align: center;
  margin: 30px 0 10px;
}
.contentWraper .mainWraper-subTitle {
  color: rgba(51, 51, 50, 0.5);
  margin-bottom: 25px;
  text-align: center;
}
.contentWraper .mainWraper-subTitle span {
  font-size: 12px;
  margin-right: 10px;
}
.contentWraper .mainWraper-subTitle span::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
}
.contentWraper .mainWraper-subTitle span:nth-child(1)::before {
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon1.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.contentWraper .mainWraper-subTitle span:nth-child(2)::before {
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon2.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.contentWraper .mainWraper-subTitle span:nth-child(3)::before {
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon3.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.contentWraper .mainWraper-subTitle span:nth-child(4)::before {
  position: relative;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url("../images/showSpecial/icon5.png") no-repeat 0 0;
  background-size: 12px, 12px;
  display: inline-block;
}
.contentWraper .mainWraper-contents {
  padding: 0 15px;
  border-bottom: 1px solid #d7e4f4;
  margin-bottom: 15px;
}
.contentWraper .mainWraper-footer p {
  font-size: 14px;
  margin: 0 0 5px;
}
.contentWraper .hotList {
  flex: 1;
  padding: 25px 15px 30px;
  background: #fff;
}
.contentWraper .hotList > h2 {
  color: #347cd6;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
}
.contentWraper .hotList > ul li {
  border-bottom: 1px solid #d7e4f4;
  padding: 0 0 10px;
  margin: 0 0 8px;
}