.top .topMsg {
    position: relative;
}

.top .topMsg p {
    position: absolute;
    bottom: 10px;
    left: 43%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #fff;
}

.top .topMsg img {
    width: 100%;
}

.study {
    margin: 50px 0;
    /* 红圆点 */
}

.study p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
}

.study h3 {
    text-align: center;
    margin-bottom: 50px;
}

.study .studyTitle {
    display: block;
    width: 450px;
    height: 60px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background-color: #527fa2;
    margin: 50px 0;
}
.table tr td{
    font-size: 18px;
}
.table tr td .toggle-add{
    cursor: pointer;
    background: url(../images/add.png) no-repeat center center;
    height: 14px;
    width: 14px;
    margin-top: 10px;
    margin-right: 50%;
    float: right;
}
.table tr td .toggle-jian{
    display: none;
    cursor: pointer;
    margin-right: 50%;
    background: url(../images/jian.png) no-repeat center center;
    height: 14px;
    width: 14px;
    margin-top: 10px;
    float: right;
}
.table tr td span{
    line-height: 32px;
}
.study .studyTitle span {
    font-size: 18px;
}

.study p {
    margin-top: 30px;
    font-size: 20px;
}
.table p{
    font-size: 18px;
}
.table .hides{
    display: none;
}
.study img {
    width: 100%;
}


.study .join .table-responsive th{
    font-size: 20px;
}
.study .studySalary {
    text-align: center;

}
.study .studySalary img{
    width: 60%;
}
.study .join .centerTitle {
    text-align: center;
    margin-bottom: 50px;/*  添加分类后要删除*/
}

.study .join .dropdown {
    margin-top: 50px;
    margin-bottom: 20px;
}



.table-responsive .toggle-con { padding: 30px; }
.table-responsive .toggle-con p { font-size: 16px; margin-top: 10px; }

 .table-striped>tbody>tr>td:first-child { width: 40%; } 


@media (max-width: 768px) {
    .table p{
        font-size: 14px;
    }
    .top .topMsg p {
        bottom: 10px;
        font-size: 16px;
        left: 0px; width: 100%; text-align: center; transform: none;
        bottom: 15%;
    }

    .study .studyTitle {
        display: block;
        width: 100%;
        height: 60px;
        font-size: 28px;
        color: #fff;
        text-align: center;
        line-height: 60px;
        background-color: #527fa2;
        margin: 50px 0;
    }
    .study .studyTitle span {
        font-size: 18px;
    }
    .table-responsive{
        position: relative;
        padding-left: 0px; padding-right: 0px;
    }
    .table-responsive>.table{
        margin-bottom: 0;
        overflow-x: auto !important;

    }
    .study .join .table-responsive th{
        font-size: 14px;
        border-top: none;
        text-align: center;
        padding-top: 10px; padding-bottom: 10px;
    }

    .study .join .centerTitle { margin-bottom: 20px; }

    .table tr td{
        font-size: 14px;
        text-align: center;
    }

    .study { margin-top: 20px; margin-bottom: 20px; }
    .study h3 { margin-top: 0px; margin-bottom: 20px; }
    .study p { font-size: 14px; line-height: 25px; margin-top: 0px; }
    .study .studyTitle { margin: 20px 0px; font-size: 20px; height: 50px; line-height: 50px; }

    .table-responsive tr .toggle-con { padding: 20px; }
    .table-responsive tr .toggle-con  { padding: 10px; text-align: left; }
    .table-responsive tr .toggle-con p { white-space: normal; font-size: 14px; text-align: left; }



}