@charset"utf-8";
.content{
  padding: 0  0 35px;
}
.common-title a {
    color: #4293E4;
    font-weight: bold;
    padding: 0 12px;
}


.theme .list {
  margin-right: -53px;
  margin-top: 30px;
}

.theme .list .theme-item {
  display: block;
  float: left;
  width: 364px;
  height: 217px;
  margin-right: 53px;
  margin-bottom: 39px;
  text-align: center;
}

.theme .list .theme-item .picBox {
  padding: 9px;
  width: 100%;
  background: rgb(255, 255, 255);
  border: 1px solid #F2F2F2;
  border-bottom: none;
}

.theme .list .theme-item .cover {
  width: 345px;
  height: 163px;
  overflow: hidden;
}

.theme .list .theme-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.theme .list .theme-item p {
  font-size: 16px;
  color: #666666;
  padding: 9px 20px;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
}

/* ×¨Ìâ×¨À¸ */
@media screen and (max-width: 1200px) {
  .content {
      padding: 0 .3rem .5rem;
  }
  .common-title a {
  padding: 0 .15rem;
}
  .theme .list{
    margin-top: .4rem;
    margin-right: 0;
  }
  .theme .list .theme-item {
    width: 48%;
    height: auto;
    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.48rem;
  }
  .theme .list .theme-item .picBox {
    padding:0.08rem;
    width: 100%;
    height: 1.64rem;
    }
  .theme .list .theme-item p {
  font-size: .26rem;
  padding: .12rem .1rem .11rem;
}  
}