.main-content {
    width: 100%;
    padding: 15px 0;
    min-height: 360px;
    position: relative;
}

.right {
    margin-right: 10px;
}

.list4 {
    width: calc(100% - 160px);
    padding: 50px 80px 0 80px;
    background: #fff;
    border-radius: 5px;
}

.data {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    color: #888;
}

h3 {
    text-align: center;
}

hr {
    border: none;
    height: 2px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.content {
    text-align: left;
    line-height: 48px;
    font-size: 15px;
    margin-top: 25px;
    color: #555;
}

.content p {
    display: block;
}

.content p:after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
    visibility: hidden
}

.content p img {
    max-width: 100% !important;
}

.enclosure {
    padding: 25px 80px 25px 80px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

/*.enclosure input[type='button'] {
    line-height: 28px;
    padding: 0 10px;
    background: #005ca1;
    border: 0;
    color: #fff;
}*/

#enclosure li{
    font-size: 13px;
    text-decoration: underline;
    color: #005ca1;
    line-height: 28px;
}
