
/*page not found*/
.page-page-not-found .body {
    min-height: auto;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding:80px 15px 36px 15px;
    background: transparent;
}
.widget-article .page_404 .ops {
    color: #004156;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #1183A7;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #1183A7;
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: #004156;
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #004156;
}
.widget-article .page_404 a{
    background: #00CA88;
    border-color: #00CA88;
    margin: 15px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight:500;
    line-height: 22px;
    padding: 10px 10px;
    width: 100%;
    margin-top: 20px;
    max-width: 170px;
    text-decoration: none;
    border-radius: 3px;
}
.widget-article .page_404 a:hover{
    background-color: #09D593;
}
.page-page-not-found .page-content {
    padding: 60px 30px 100px 30px;
}
/*page not found end*/
