/* 中部网站内容开始 */
/* @media screen and (max-width: 767px) {
    section {
        margin-top: 140px;
    }
} */

.text-big h2 {
    width: 100%;
    padding: 25px 0 10px;
    font-weight: 700;
    color: #333;
}

.text-small h3 {
    font-weight: 700;
    color: #333;
}

.text-small h3:nth-of-type(n+2) {
    padding-top: 23px;
}

.text-small h4 {
    font-weight: 500;
    color: #333;
}

.text-small li {
    box-sizing: border-box;
    float: left;
    width: 48%;
    padding: 20px 20px;
    margin: 1%;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
}

.text-small li:hover {
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, .3);
}

.text-small h3 {
    clear: both;
}

.links-contact-information {
    clear: both;
    padding: 30px;
    border-radius: 40px;
}

.links-contact-information a {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 16px;
    color: #333;
    border-radius: 40px;
    border: 2px solid #cc0002;
    background-color: rgb(225, 225, 225);
}

.links-contact-information a:hover {
    color: #fff;
    background-color: #cc0002;
    transition: 0.5s;
}


@media screen and (max-width: 992px) {
    .text-small li {
        width: 98%;
    }
}

/* 中部网站内容结束 */