﻿.content {
    width: 1180px;
    padding: 10px 10px 60px 10px;
}

    .content .title {
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
    }

    .content .info {
        line-height: 30px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 30px;
    }

    .content .con {
        text-indent: 33px;
        line-height: 27px;
        font-size: 16px;
        position: relative;
        text-align: justify;
    }
