


/* article---start--- */
body {
    background-color: #f3f3f3;
}

.body-w {
    margin-top: 20px;
    font-size: 16px;
}



.page-article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.page-a-text {
    width: 65%;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-bottom p,
.footer-bottom i{
    color: #ffffff;
}

.page-a-right {
    width: 30%;
}

.a-r-top,
.a-r-bottom {
    background-color: #fff;
    width: 100%;
}

.page-a-title,
.page-a-time {
    text-align: center;
    padding: 10px 0;
}

.a-r-top h2,
.a-r-bottom h2{
    font-size: 28px;
    padding: 10px 20px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 0!important;
}

.a-r-top img {
    width: 75%;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

.a-r-top a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.a-r-bottom {
    margin-top: 20px;
    padding-bottom: 10px;
}

.a-r-bottom ul li {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #d6d6d6;
    list-style: none;
}

.a-r-bottom ul li:before {
    content: none;
}

.a-r-bottom ul li a {
    display: inline-block;
    width: 100%;
}

.up-down {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.up-down div {
    width: 49%;
}

.up-down div:last-child {
    text-align: left;
}

.page-a-text img {
    max-width: 100%;
}

.up-down a {
    color: #f39801;
}

.a-r-bottom ul {
    padding: 0 0  0 20px;
}