@charset"utf-8";
/* 专题专栏 */
.theme {
  padding: 22px 16px;
  background: #fff;
  margin-top: 20px;
}

.theme .content-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.theme .list {
  margin-right: -53px;
  margin-top: 29px;
}

.theme .list .theme-item {
  display: block;
  float: left;
  width: 348.4px;
  height: 208px;
  margin-right: 53px;
  margin-bottom: 29px;
  text-align: center;
}

.theme .list .theme-item .picBox {
  padding: 9px;
  width: 100%;
  height: 174px;
  background: rgb(255, 255, 255);
  border: 1px solid #F2F2F2;
  border-bottom: none;
}

.theme .list .theme-item .cover {
  width: 330px;
  height:156px;
  overflow: hidden;
}

.theme .list .theme-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.theme .list .theme-item p {
  font-size: 14px;
  color: #666666;
  padding: 9px 20px;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
}

/* 专题专栏 */
@media screen and (max-width: 1200px) {
  .theme .list{
    margin-top: .4rem;
    margin-right: 0;
  }
  .theme .list .theme-item {
    width: 48%;
    margin-right: .26rem;
    margin-bottom: .29rem;
  }
  .theme .list .theme-item:nth-of-type(2n){
    margin-right: 0;
  }
  .theme .list .theme-item .cover {
    width: 100%;
    height:1.39rem;
  }
  .theme .list .theme-item .picBox {
    padding:0.08rem;
    width: 100%;
    height: 1.55rem;
    }
  .theme .list .theme-item p {
  font-size: .24rem;
  padding: .14rem .1rem .11rem;
}  
}