.products {
  background-color: #F4F4F4;
}
/* 项目封面 */
.products .cover{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(#1A034F, #251335, #16033D);
  margin-top: 43px;
}
.products .cover h1{
  font-size: 60px;
  color: #FFDC00;
  margin-bottom: 10px;
  line-height: 84px;
}
.products .cover h2{
  font-weight: normal;
  font-size: 24px;
  color: #FFDC00;
  line-height: 33px;
}

/* 发布按钮 */
.products .btn-box{
  display: flex;
  justify-content: flex-end;
  text-align: right;
  /*padding: 34px 0 27px 0;*/
}
.products .btn-box .btn{
  width: 180px;
  height: 40px;
}

.products .ad{
  height: 300px;
  margin-bottom: 25px;
  background-size: cover;
  background-position: center;
}

/* 广告 */
.products .ad{
  height: 300px;
  background-size: cover;
  background-position: center;
}

/* 项目列表 */
.products .items {
  justify-content: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 1200px;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
.products .items li:after{
  content: '';
  width: 280px;
}
.products .items li {
  width: 280px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all .3s;
  margin-right: 26px;
}
.products .items li:nth-child(4n) {
  margin-right: 0;
}
.products .items li:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 5px #ebecf0;
}
.products .items li .img {
  position: relative;
  width: 280px;
  height: 196px;
  background-size: cover;
  background-position: center;
}
.products .items li .img .corner {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.products .items li h1,
.products .items li h2,
.products .items li p {
  padding: 0 10px;
}
.products .items li .type {
  font-size: 14px;
  color: #E1C200;
  padding: 12px 0;
  margin: 0 10px;
  border-bottom: 1px dashed #ddd;
}
.products .items li h1, .products .items li h2 {
  color: #333;
}
.products .items li h1 {
  font-size: 20px;
  padding: 7px 10px;
}
.products .items li h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 45px;
}
.products .items li .des{
  display: flex;
  justify-content: space-between;
  color: #333;
  margin-bottom: 6px;
}

.no p{
  width: 100%;
  padding: 50px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
/*新增*/
.subscript {
  color: #fff;
  height: 45px;
  width: 265px;
  position: absolute;
  right: -81px;
  text-align: center;
  line-height: 30px;
  font-family: "黑体";
  background-color: #08979C;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 56px;
  font-size: 18px;
  line-height: 45px
}
/*banner*/
.swiper-container{
  width: 1200px;
  height: 300px;
}
.swiper-slide{
  border-radius: 10px;
  background-size: 1200px 300px;
  background-repeat: no-repeat;
}