* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}

a {
  text-decoration: none;
  cursor: pointer;
}

.searchBtn {
  background: #f03030 !important;
  color: #ffffff !important;
}

.bannerWrap {
  display: block;
  margin-bottom: 30px;
}

.mainBody {
  background: #f8f8f8;
}

.mainBody .main {
  width: 1200px;
  margin: 0 auto;
  /* 搜索开始 */
  /* 搜索结束 */
  /* 筛选条件开始 */
  /* 筛选条件结束 */
  /* 列表内容开始 */
  /* 列表内容结束 */
}

.mainBody .main .searchWrap {
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  height: 137px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 10px 20px;
}

.mainBody .main .searchWrap .searchItem {
  display: flex;
  margin-top: 14px;
  line-height: 32px;
}

.mainBody .main .searchWrap .searchItem p {
  width: 122px;
  height: 32px;
  background: #f4f4f4;
  border-radius: 16px;
  display: block;
  text-align: center;
  color: #666666;
  transition: 0.3s;
  margin-left: 14px;
}

.mainBody .main .searchWrap .searchItem p:hover {
  background: #f03030;
  color: #ffffff;
}

.mainBody .main .searchWrap .searchLastItem {
  display: flex;
  margin-top: 20px;
  height: 40px;
}

.mainBody .main .searchWrap .searchLastItem p {
  font-weight: 400;
  font-size: 16px;
  color: #383838;
  line-height: 40px;
  margin-right: 13px;
}

.mainBody .main .searchWrap .searchLastItem input,
.mainBody .main .searchWrap .searchLastItem select {
  margin-right: 17px;
  width: 239px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #666;
}

.mainBody .main .searchWrap .searchLastItem input::placeholder {
  color: #c8c8c8;
}

.mainBody .main .searchWrap .searchLastItem .searchBo {
  margin-left: -8px;
  width: 40px;
  height: 40px;
  background: #e61818;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainBody .main .searchWrap .searchLastItem .searchBo img {
  width: 19px;
  height: 19px;
}

.mainBody .main .screenWrap {
  height: 35px;
  background: #eaeaea;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  margin-top: 30px;
}

.mainBody .main .screenWrap span {
  color: #666666;
}

.mainBody .main .screenWrap p {
  color: #e61818;
}

.mainBody .main .listWrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainBody .main .listWrap .listItem {
  width: 593px;
  height: 200px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 18px 8px;
  background-image: url(/Public/Home/images/thank_video_img/2.5.png);
  background-size: 100% 100%;
  display: flex;
  margin-bottom: 26px;
}

.mainBody .main .listWrap .listItem .listL {
  width: 218px;
  height: 163px;
  position: relative;
  margin-right: 13px;
}

.mainBody .main .listWrap .listItem .listL .listL1 {
  top: -2px;
  left: -2px;
  width: 218px;
  height: 163px;
}

.mainBody .main .listWrap .listItem .listL .listL2 {
  width: 218px;
  height: 146px;
  margin-top: 9px;
}

.mainBody .main .listWrap .listItem .listL .listL1 {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.mainBody .main .listWrap .listItem .listL p {
  position: absolute;
  top: 7px;
  left: -2px;
  display: block;
  width: 45px;
  height: 50px;
  background-image: url(/Public/Home/images/thank_video_img/2.1.png);
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 26px;
}

.mainBody .main .listWrap .listItem .listL p span {
  display: block;
  transform: rotate(-45deg);
  margin-top: -3px;
  margin-left: 2px;
}

.mainBody .main .listWrap .listItem .listR {
  display: block;
  font-size: 14px;
  line-height: 27px;
  position: relative;
  width: 100%;
  height: 100%;
}

.mainBody .main .listWrap .listItem .listR span {
  color: #000;
}

.mainBody .main .listWrap .listItem .listR>p:nth-child(1) {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 7px;
}

.listR:hover p,
.listR:hover span {
  color: #f03030 !important;
}

.mainBody .main .listWrap .listItem .listR img {
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: 23px;
  right: 14px;
}

.listRsch {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 244px;
}

/* 视频模块开始 */
.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 660px;
  height: 420px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
}

.videos .videotitle {
  width: 640px;
  height: 32px;
  background-color: #fafafa;
  line-height: 32px;
  padding-left: 20px;
  font-size: 16px;
}

.videos video {
  cursor: pointer;
  background: black;
}

.videos .vclose {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 32px;
  text-align: center;
}

/* 视频模块结束 */