body {
    background: #f4f4f4;
}

.content {
    margin-bottom: 100px;
}

.public_con {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.public_con li {
    width: 285px;
    *width: 280px;
    height: 187px;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 04s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.public_con a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.public_con .img_shadow {
    position: absolute;
    background: #00c3c5;
    width: 100%;
    overflow: hidden;
}

.public_con a img {
    width: 100%;
}

.pub_icon .pub_bg {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.public_con .pub_icon img {
    position: absolute;
    z-index: 10;
}

.pub_icon img {
    width: 82%!important;
    left: 9%;
    top: 9%;
}

.formerword {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 55px;
    display: block;
    font-size: 16px;
    color: #0054ed;
}

.block {
    width: 1215px;
    margin-top: 15px;
    margin-left: -7.5px;
}

.block .inner {
    width: 390px;
    padding: 0 7.5px;
    float: left;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.block .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 509px;
    background-color: #ffffff;
    box-shadow: 1px 2px 12px 0px rgba(78, 78, 78, 0.04);
    text-align: center;
    transition: background 0.3s ease-in-out;
    transition: all 0.4s linear;
    overflow: hidden;
    padding-top: 45%;
}
.block .inner:nth-child(1) .box{
    background:#ffffff url(../images/public/pub-infobg1.jpg) no-repeat;
    background-size:100% 100%;
}
.block .inner:nth-child(2) .box{
    background:#ffffff url(../images/public/pub-infobg2.jpg) no-repeat;background-size:100% 100%;
}
.block .inner:nth-child(3) .box{
    background:#ffffff url(../images/public/pub-infobg3.jpg) no-repeat;background-size:100% 100%;
}

.block .inner .box:hover {
    background: #079080;
}

.block .box:hover .icon {
    background-image: url(../images/public/pub-info1.png);
}

.block .box:hover .arrow {
    background-image: url(../images/public/arrow1.png);
}

.block .box:hover .date,
.block .box:hover .txt {
    color: #ffffff;
}

.block .box .icon {
    width: 90px;
    height: 90px;
    margin: 80px auto 53px;
    background: url(../images/public/pub-info2.png);
    background-size: 100% 100%;
    display: none;
}

.block .box .date {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    transition: color 0.3 ease-in-out;
}

.block .box .txt {
    font-size: 24px;
    color: #ffffff;
    margin-top: 30px;
    transition: color 0.3 ease-in-out;
}

.block .box .arrow {
    width: 26px;
    height: 18px;
    margin: 53px auto 0;
    background: url(../images/public/arrow2.png);
    display: none;
}

@media (max-width: 1200px) {
    .h2_title {
        width: 90%;
        margin-left: 5%;
    }
    .formerword {
        width: 90%;
        margin-left: 5%;
    }
    .content {
        width: 90%;
        margin-left: 5%;
    }
    .public_con {
        margin-right: 0;
        margin-left: 0;
    }
    .block {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .public_con li {
        width: 33.33%;
        box-sizing: border-box;
        height: auto;
    }
    .block .inner {
        width: 33.33%;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .public_con li {
        width: 50%;
    }
    .block .inner {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .public_con li {
        width: 100%;
    }
    .formerword {
        font-size: 16px;
    }
    .block .inner {
        width: 100%;
    }
}
