.profile {
    margin: 0 auto;
    width: 1200px;
    padding: 0;
    margin-bottom: 30px;
}

.profileTitle {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.box:after {
    display: block;
    clear: both;
    content: "";
}

.panelBox {
    background: #f9f9f9;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 1000px;
    float: right;
    min-height: 500px;
    white-space: normal;
    word-break: break-all;
}

.profileTitle span {
    display: inline-block;
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
}

.profileContent {
    line-height: 25px;
    width: 998px;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
}
    /*就业办信息*/
    .profileContent .branchTitle {
        width: 958px;
        ;
        line-height: 70px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #cccccc;
    }

    .profileContent .branchInfo {
        padding-top: 20px;
        line-height: 46px;
        font-size: 14px;
    }

        .profileContent .branchInfo > p > span {
            color: #999999;
            display: inline-block;
            width: 154px;
            text-align: right;
        }







    /*学校概况学校介绍*/


    .profileContent .schoolInfo .schoolLogo {
        text-align: center;
        padding-top: 20px;
    }

        .profileContent .schoolInfo .schoolLogo > img {
            max-width: 150px;
            max-height: 150px;
        }

        .profileContent .schoolInfo .schoolLogo .schoolName {
            font-size: 20px;
            font-weight: bold;
            margin-top: 20px;
        }

        .profileContent .schoolInfo .schoolLogo .schoolLabel {
            width: 500px;
            margin: 0 auto;
        }

            .profileContent .schoolInfo .schoolLogo .schoolLabel span {
                display: inline-block;
                line-height: 30px;
                color: #ffffff;
                padding: 0 15px;
                border-radius: 30px;
                margin-top: 30px;
            }

    .profileContent .schoolInfo .basicInfo:after {
        display: block;
        clear: both;
        content: "";
    }

/*.profileContent .schoolInfo .basicInfo div {
    float: left;
    margin: 20px 0 0 180px;
}*/
.schoolInfo .basicInfo .basicLeft {
    float: left;
    margin-left: 100px;
}

.schoolInfo .basicInfo .basicRight {
    float: right;
    margin: 0 10px 0 70px;
    width: 490px;
}

.profileContent .schoolInfo .basicInfo div > p {
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .profileContent .schoolInfo .basicInfo div > p > span {
        color: #999999;
    }

.profileContent .contentBox .boxTitle {
    border-bottom: 1px solid #CCCCCC;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.profileContent .contentBox .contentDetails {
    padding: 10px 0;
}

    .profileContent .contentBox .contentDetails span {
        font-size: 14px !important;
    }

    .profileContent .contentBox .contentDetails > img {
        width: 206px;
        height: 150px;
        margin: 24px 0 0 24px;
    }
