.about_view {
    background-color: #fff;padding: 20px;
}
.about_view .about_title h1{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 24px;
    color: #ee7600;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}
.context .image {
    text-align: center;
}
.context .image img {
    width: 100%;
}
.context p {
    margin-bottom: 20px;line-height: 1.5;font-size: 16px;
}
.context .item-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #ee7600;
    font-weight: bold;
    position: relative;
}