.p-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
    /*margin-bottom: 150px;*/
    width: 1100px;
}

.p-container-hd {
    color: #e8552d;
}

.p-container-hd-icon {
    display: block;
    float: left;
    width: 75px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 42px;
}

.p-container-hd-font {
    float: left;
    height: 60px;
    line-height: 25px;
    font-size: 16px;
}

.p-container-box-side {
    float: left;
    width: 755px;
    height: 635px;
    background-color: #ffffff;
}

.p-container-box-side-img {
    height: 70px;
}
.p-container-box-side-img  img{
    width: 100%;
}

.p-container-box-info {
    float: right;
    width: 295px;
    height: 635px;
    background-color: #333333;
}

.p-container-box-info-tit {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.p-container-box-info-item {
    zoom: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}

.p-container-box-info-item:after {
    height: 0;
    width: 0;
    visibility: hidden;
    display: block;
    content: '';
    clear: both;
}

.p-container-box-info-item-tit {
    float: left;
    display: block;
    width: 95px;
    font-size: 14px;
    color: #b3b3b3;
    text-align: right;
}

.p-container-box-info-item-font {
    float: left;
    font-size: 14px;
    display: block;
    width: 185px;
    color: #fff;
    word-wrap: break-word;
}

.ui-form-button {
    margin-left: 25%;
    margin-top: 35px;
}

.ui-form-code {
    margin-left: 10px;
}
