.detail {
    margin: 0 auto 100px;
    max-width: 1296px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .title {
        font-weight: 600;
        font-size: 41px;
        color: #2D2D2D;
        min-height: 100px;
        /*line-height: 100px;*/
    }
    .content {
        padding: 44px 0;
        text-indent: 28px;
        font-weight: 400;
        font-size: 14px;
        color: #2D2D2D;
        line-height: 30px;
        border-top: solid 2px #E2E2E2;

        img {
            display: block;
            width: 920px;
	    margin: 30px auto;
        }
    }
    .lnk {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0 56px;
        background: #F3F6F9;
        font-weight: 400;
        font-size: 14px;
        color: #2D2D2D;
        display: flex;
        justify-content: space-between;
    }
}