.contact-container {
    height: 445px;
    padding: 50px 180px;
    text-align: center
}

.contact-container .title {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #2c2c2c
}

.contact-container .article {
    color: #2c2c2c;
    height: 130px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px
}

.contact-container .contact {
    padding-top: 10px;
    overflow: hidden
}

.contact-container .contact li {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #2c2c2c;
    margin-bottom: 10px
}

.contact-container .contact li img {
    width: 48px;
    height: 48px;
    margin: 0 auto
}