/* 左侧 */

.secPdng {
    padding: 20px 0;
}

.contactInfoCell {
    border-left: 1px solid #f2f2f2;
    margin-left: 10px;
    padding-left: 50px;
    margin-top: 36px;
}

.contactInfo {
    margin-top: 36px;
    border-left: 1px solid #f2f2f2;
}

.name {
    font-size: 20px;
    color: #0099FF;
    margin: 0 auto;
    /* width: 307px; */
    /* white-space: nowrap; */
}

.name p {
    text-align: center;
    word-break: break-all;
    display: inline-block;
    word-wrap: break-word;
}

.place {
    color: #666666;
    font-size: 14px;
}

.contentO .leftdate {
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: url('../img/u158.png') no-repeat center;
    background-size: 100% 100%;
}

.contentO .leftdate span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}

.contentT .leftdate {
    /*text-align: center;*/
    /* height: 52px; */
    line-height: 30px;
    background: url('../img/u158.png') no-repeat center;
    background-size: 100% 100%;
}

.contentT .leftdate span {
    font-size: 14px;
}

.contentT .leftdate span P {
    margin: 0;
}

.lefttable tbody tr td:nth-child(1) {
    min-width: 104px;
}

/* 右侧 */

.title {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #4DB1F9;
}

.icofont-calendar {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.date {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: left;
    color: #666666;
}

@media screen and (max-width:1200px) {
    .col-lg-8,
    .col-lg-4 {
        width: 50%;
    }
}

@media screen and (max-width: 996px) {
    .col-lg-8,
    .col-lg-4 {
        width: 100%;
    }
    .contactInfoCell {
        margin-left: 0;
        padding-left: 0;
        border: 0;
    }
}