@charset"utf-8";
/* 专题专栏 */
.theme {
  padding: 19px 17px;
  background: #fff;
}

.theme .content-title {
  margin-bottom: 19px;
}

.theme .list {
  margin-right: -30px;
}

.theme .list .theme-item {
  display: block;
  float: left;
  width: 30.6%;
  margin-right: 30px;
  margin-bottom: 29px;
  text-align: center;
}

.theme .list .theme-item .picBox {
  padding: 10px;
  width: 100%;
  height: 170px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  border-bottom: none;
}

.theme .list .theme-item .cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.theme .list .theme-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme .list .theme-item p {
  color: #666666;
  padding: 11px 35px;
  background: rgb(251, 251, 251);
  border: 1px solid rgb(242, 242, 242);
}

/* 专题专栏 */
@media screen and (max-width: 1200px) {
  .theme .list{
    margin-top: .4rem;
  }
  .theme .list .theme-item {
    width: 45%;
    margin-right: 30px;
    margin-bottom: 29px;
    
  }
}