#akd_content  .main p.title{
    padding:0;
    line-height: 4;
    margin-top: -30px;
}
.border_main .main_title{
    font-weight:600;
}
.border_main p{
    width: 85%;
}
h2.title span{
    font-size: 13px;
    color: #666;
    font-weight: 500;
    position: absolute;
    top: 55px;
    left: -15px;
    width: 150%;
}
#akd_content .main h2.title:before{
    content: " ";
    border-right: 23px solid #333;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid transparent;
    position: absolute;
    left: -46px;
    top: 0;
}
#akd_content .main h2.title::after{
    content: " ";
    border-left: 23px solid #333;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 23px solid transparent;
    position: absolute;
    right: -46px;
    top: 0;
}
#akd_content .main h2.title{
    width: 200px;
    background: #333;
    text-align:center;
    color:#fff;
    padding:5px 0;
    position:relative;
    z-index:2;
    margin:16px auto
}
.main hr{
    background:#333;
    height:1px;
    position:relative;
    top: -40px;
}
#akd_content .main .border_main{
    border:none
}