

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.comm-box {
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.comm-header h3 {
    font-size: 28px;
    color: #333333;
    height: 42px;
    /* padding: 25px 0 20px; */
    text-align: center;
    font-weight: inherit;
}
.fem_c {
    display: block;
    margin: 30px auto auto;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #1296db;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.comm-content {
    width: 1373px;
    padding: 15px 0px;
    margin: 0 auto;
    position: relative;
}

.comm-content-list {
    position: relative;
    zoom: 1; }

.comm-content-list li {
    width: 170px;
    height: 228px;
    float: left;
    position: relative;
    margin: 10px 0 30px 12px;
    box-shadow: 0 0 10px #ece4e4;
}

.comm-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 228px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    padding: 9px;
}

.comm-list-item img {
    width: 100%;
}

.comm-list-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 280px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
}

.comm-list-text {
  position: absolute;
    left: 56%;
    top: 59%;
    margin-left: -102px;
    margin-top: -135px;
    width: 184px;
    height: 228px;
    padding: 12px;
    background: #fff;
    color: #444;
}

.comm-go-home {
    display: block;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 135px;
    height: 37px;
    line-height: 37px;
    background-color: #1296db;
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 15px;
}

.comm-list-item:hover .comm-list-cont {
    width: 180px;
    height: 240px;
    left: -10px;
    top: -10px;
    opacity: 100;
    filter: alpha(opacity=95)
}
.comm-list-item h4{
    margin-top: 6px;
    text-align: center;
    font-size: 18px;
}
.comm-list-item p {
    line-height: 18px;
    margin-top: -15px;
    font-family: microsoft Yahei;
    text-align: center;
    padding: 0 3px;
    font-size: 12px;
}

.comm-content-list li .comm-list-text p {
    line-height: 22px;
    font-family: microsoft Yahei;
    font-size: 12px;
    text-align: left;
    margin: 0;
}
@media (max-width: 991px) {
 .comm-content-list li {
    width: 170px;
    height: 228px;
    float: left;
    position: relative;
    margin: 10px 0 30px 5px;
    box-shadow: 0 0 10px #ece4e4;
}
  }




