﻿.hp_cont {
    font-size: 18px;
}

    .hp_cont .title {
        height: 45px;
        line-height: 45px;
        background-color: #eeeeee;
        font-size: 16px;
        padding-left: 24px;
        border: #e5e5e5 solid;
        border-width: 1px 1px 0px 1px;
        color: #EA5E23;
    }

    .hp_cont .ct {
        min-height: 200px;
        border: #e5e5e5 solid;
        border-width: 0px 1px 1px 1px;
        display: block;
        color: #777777;
        font-size: 14px;
        padding: 0px 25px;
        line-height: 25px;
    }

        .hp_cont .ct img {
            width: 150px;
            height: 150px;
        }

    .hp_cont .item1, .hp_cont .item2, .hp_cont .item3, .hp_cont .item4 {
        margin-top: 50px;
    }

    .hp_cont .item4 {
        margin-bottom: 25px;
    }
