* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.footer {
  width: 100%;
  height: 116px;
  background: linear-gradient(103deg, #D03F46, #D3393B);
}
.footer .top {
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #B30905;
}
.footer .top p {
  margin: 0 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .top span {
  background-color: #B30905;
  display: inline-block;
  height: 20px;
  width: 1px;
}
.footer .icp {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  height: 56px;
  line-height: 56px;
}
.footer .icp img {
  width: 17px;
  height: 18px;
  vertical-align: middle;
}
.main {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
}
.main .topBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/bannerbg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 242px;
}
.main .topBanner .search {
  width: 800px;
  height: 40px;
  position: relative;
  margin-top: -50px;
}
.main .topBanner .search img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.main .topBanner .search input {
  font-family: Source Han Sans CN;
  font-size: 13px;
  color: #333;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
}
.main .topBanner .search input::placeholder {
  color: #999999;
}
.main .content .topSearch {
  padding: 20px;
  background-color: #fff;
  margin-top: -50px;
  margin-bottom: 20px;
}
.main .content .topSearch .one,
.main .content .topSearch .two {
  display: flex;
  align-items: center;
}
.main .content .topSearch .one .tit,
.main .content .topSearch .two .tit {
  width: 96px;
  height: 32px;
  background: #FAEBEB;
  border-radius: 3px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 13px;
  color: #D53B3D;
  text-align: center;
  line-height: 34px;
  margin-right: 14px;
}
.main .content .topSearch .one {
  margin-bottom: 20px;
}
.main .content .topSearch .one ul {
  display: flex;
  align-items: center;
}
.main .content .topSearch .one ul li {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  border-radius: 3px;
  width: 70px;
  height: 23px;
  margin-right: 14px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
}
.main .content .topSearch .one ul .active {
  color: #FFFFFF;
  background: #CF3E45;
}
.main .content .topSearch .selectItem {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  margin-right: 20px;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 3px;
}
.main .content .topSearch .all {
  color: #FFFFFF;
  background: #CF3E45;
}
.main .content .topSearch .selectArea .el-select .el-input__inner {
  height: 30px !important;
}
.main .content .topSearch .selectArea .el-select .el-input__icon {
  line-height: 30px !important;
}
.main .content .list {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 800px;
  background-image: url('../img/listbg.png');
  background-size: 100% 362px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 0;
}
.main .content .list .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
}
.main .content .list .title span {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #CF3E45;
  margin-right: 8px;
}
.main .content .list .listUl li {
  padding: 14px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.main .content .list .listUl li h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .content .list .listUl li .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .content .list .listUl li .desc {
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #666666;
}
.main .content .list .listUl li .time {
  display: flex;
  align-items: center;
}
.main .content .list .listUl li .time img {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 5px;
}
.main .content .list .listUl li .time span {
  font-family: Source Han Sans CN;
  font-size: 14px;
  color: #666666;
}
.main .content .list .pages {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.main .content .list .pages .el-pager li {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.main .content .list .pages .el-pagination .btn-next .el-icon,
.main .content .list .pages .el-pagination .btn-prev .el-icon {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.main .content .list .pages .el-pagination .btn-next,
.main .content .list .pages .el-pagination .btn-prev {
  background-color: transparent;
}
.main .content .list .pages .el-pager li {
  background-color: transparent;
}
.main .content .list .pages .el-pagination button,
.main .content .list .pages .el-pagination span:not([class*=suffix]) {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.main .content .list .pages .el-pagination button:disabled {
  color: #C0C4CC !important;
}
.main .content .list .pages .el-pager li.active {
  color: #CF3E45;
}
.main .content .list .pages .el-pager li:hover {
  color: #CF3E45;
}
