.wrap {
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
}

#header_tittle {
    position: relative;
    border-bottom: 8px solid #f8f9fa;
    height: auto;
    margin: -1px 0 18px 0;
    width: 100%;
}

#header_tittle .imgbox {
    border-bottom: 8px solid #f8f9fa;
    padding-bottom: 20px;
}

#header_tittle h1 {
    border-bottom: 1px solid #bdd1e9;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: 600;
}

.blog {
    margin-top: 2em;
}

.blog h4 {
    color: #313232;
    font-size: 1.5em;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
}

.artical-content>h2,
.artical-content .section>h2,
.accorder-nav>h2 {
    font-size: 1.2em;
    font-weight: 600;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    height: auto;
    line-height: 40px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    border-left: 2px solid #b75459;
}
.artical-content h3 {
    font: 400 1.1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ef5656;
    text-align: left;
    text-transform: none;
    padding: 15px 25px 0px 20px;
}

.artical-content p {
    /*font: normal 15px/22px Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:2;
    color: #333;
    margin: 20px 0 20px 20px;
    /*line-height: 24px;*/
}

.artical-content .service p {
    padding: 20px 0 0 41px;
    margin-bottom: 10px;
    color: #333;
    text-align: justify;
    text-justify: newspaper;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

.artical-content .layui-nav {
    top: 80px !important;
}