/*研究生教育*/
.sjlb{
    overflow: hidden;
    margin-top: 0.3rem;
}
.sjlb dl{
    float: left;
    width: 50%;
    padding: 0 0.1rem;
}
.sjlb dl dt{
    line-height: 0.3rem;
    border-bottom: 1px solid #02529f;
    overflow: hidden;
    color: #02529f;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.sjlb dl dt a{
    float: right;
    color: #333333;
    font-size: 0.16rem;
}
.sjlb dl dd{
    height: 2.88rem;
    overflow: hidden;
}
.sjlb dl dd div{
    line-height: 0.36rem;
    color: #999999;
    overflow: hidden;
}
.sjlb dl dd div a{
    display: block;
    max-width: 75%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.16rem;
}
.sjlb dl dd div span{
    float: right;
    font-size: 0.16rem;
    color: #999999;
}
.sjlb dl:nth-child(1),.sjlb dl:nth-child(2){
    margin-bottom: 0.2rem;
}

.sjlb dl:nth-child(odd){
    padding-right: 0.2rem;
}

.sjlb dl:nth-child(even){
    padding-left: 0.2rem;
}


/*手机适配*/
@media all and (max-width:1200px){

    .sjlb dl{
        width: 100%;
        padding: 0;
    }
    .sjlb dl:nth-child(odd) {
        padding-right: 0;
    }
    .sjlb dl:nth-child(even) {
        padding-left: 0;
    }





}