body {
    font-family: Arial, Helvetica, Liberation Sans, FreeSans, sans-serif;
}
.top-box {
    width: 962px;
    height: 28px;
    background-color: #000000;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 auto 30px auto;
}
.wrapper {
    background: url(../images/black-Linen.png);
    height: 100%;
}
.container {
    width: 960px;
    background: #ffffff;
    margin: 0 auto;
    padding: 15px 0;
}
.container .one {
    display: flex;
    padding: 0 15px;
}
.container .one .left {
    width: 40%;
}
.container .one .right {
    width: 60%;
}
.container .one .left img {
    width: 100%;
}
.container .one .left h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 15px 0;
}
.container .one .left a {
    display: block;
}
.container .one .right img {
    width: 100%;
}
.container .two {
    display: flex;
    margin: 15px 0;
    padding: 0 15px;
}
.container .two .left {
    width: 134px;
}
.container .two .left img {
    width: 100%;
}
.container .two .right {
    width: 107px;
}
.container .two .right img {
    width: 100%;
}
.container .two .center {
    width: 659px;
    padding: 20px;
}
.container .two .center p {
    font-size: 18px;
    line-height: 20px;
    color: #808080;
    text-align: center;
}
.container .three {
    display: flex;
    padding: 30px 0;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
}
.container .three .left {
    width: 23%;
}
.container .three .right {
    width: 67%;
}
.container .three .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
}
.container .three .left a {
    display: block;
    width: 68px;
    margin-right: 10px;
}
.container .three .left a img {
    width: 100%;
}
.container .three .left a:last-child {
    width: 48px;
}
.container .three .right {
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.container .three .right .btn-read {
    display: block;
    width: 399px;
    padding: 15px 0;
    z-index: 11;
    line-height: 120%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    margin: 0 0 0 auto;
    border-radius: 5px;
    background-image: linear-gradient(bottom, #2a2a2a, rgb(68, 68, 68));
    background-image: -o-linear-gradient(bottom, #2a2a2a, rgb(68, 68, 68));
    background-image: -moz-linear-gradient(bottom, #2a2a2a, rgb(68, 68, 68));
    background-image: -webkit-linear-gradient(bottom, #2a2a2a, rgb(68, 68, 68));
    background-image: -ms-linear-gradient(bottom, #2a2a2a, rgb(68, 68, 68));
    
}
.container .four {
    padding: 20px;
    display: flex;
}
.container .four p {
    color: #808080;
    font-size: 10px;
    line-height: 20px;
}
.container .four .left {
    width: 50%;
}
.container .four .right {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.container .four .right p {
    text-align: right;
}