ul.college-list{
    font-size: initial;
    list-style: none;
    width: 1000px;
    margin:0 auto 80px auto;
}
.college-list li{
    align-items: center;
    border-bottom: solid 1px #abcade;
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.college-list li:after{
    content: '';
    display: inline-block;
    background: url("../images/col-li-more.png") no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}

.college-list li a{
    align-items: center;
    font-size: initial;
    color: rgba(0,0,0,0.89);
    display: flex;
    text-decoration: none;

}
.college-list li a span{
    font-size: 24px;
    line-height: 36px;
    margin-right: 16px;
}
.college-list li a:before{
    font-size: initial;
    background: #065692;
    border-radius: 50%;
    content: '';
    margin-left: 20px;
    margin-right: 16px;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.college-list li a:hover{
    color: #065692;
    text-decoration: none;
}
.category-list{
    margin: 0 auto;
}
.category-area-first,.category-area-second{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.category-area-first figure{
    border-radius: 6px;
    width: 384px;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.category-area-second figure{
    border-radius: 6px;
    width: 587px;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.category-area-first a,.category-area-second a{
    color:#fff;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    text-decoration: none;
}
.category-area-first a:hover,.category-area-second a:hover{
    background-color: rgba(0,0,0,20%);
    color:#fff;
    text-decoration: none;
}
.category-item-name{

    color:#fff;
    font-size: 24px;
    display: inline-block;
    line-height: 48px;
    height: 48px;
    background: #065692;
    border-radius: 0 24px 24px 0;
    position: absolute;
    left: 0;
    bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}
.bread{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    margin:16px 0 50px 0;
}
.bread a{
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    margin:0 4px;
}
.bread a:hover{
    color: #065692;
    text-decoration: underline;
}
.college-details{
    margin: 0 auto;
}
.college-details .title{
    color: rgba(0,0,0,0.9);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.publish_time{
    align-items: center;
    display: flex;
    margin: 24px 0 36px 0;
    text-align: center;
    font-size: 14px;
    justify-content: center;
}
.publish_time .clock{
    align-items: center;
    border:solid 1px  rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    justify-content: center;
    overflow: hidden;
}
.publish_time .clock:before{
    content: '';
    border-left:solid 1px  rgba(0,0,0,0.5);
    border-bottom:solid 1px  rgba(0,0,0,0.5);
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 2px;
    width: 4px;
    height: 4px;
    overflow: hidden;
}
.college-details-content{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 50px;
}
.college-details-content p{
    margin:10px 0;
}
.college-details-content img{
    max-width: 800px;
}
.content-previous-next{
    border-top: 1px solid #D9D9D9;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    margin:0 auto 80px auto;
}
.content-previous-next a{
    display: flex;
    align-items: center;
    color: rgba(0,0,0,0.6);
    text-decoration: none;
    width: 54%;
}
.content-previous-next a:hover{
    color: rgba(0,0,0,0.6);
    text-decoration: underline;
}
.content-previous-next a i{
    font-style: normal;
    flex-grow: 0;
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .category-area figure{
        border-radius: .24rem;
        font-size: initial;
        margin-bottom: .32rem;
        position: relative;
        overflow: hidden;
    }
    .category-area figure img{
        width: 100%;
    }

    .category-area a{
        color:#fff;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        font-size: initial;
        text-decoration: none;
    }
    .category-area a:hover{
        background-color: rgba(0,0,0,20%);
        color:#fff;
        text-decoration: none;
    }
    .category-item-name{
        color:#fff;
        font-size:.28rem;
        display: inline-block;
        line-height: .48rem;
        height: .48rem;
        background: #065692;
        border-radius: 0 .24rem .24rem 0;
        position: absolute;
        left: 0;
        bottom: .4rem;
        padding-right: .2rem;
        padding-left: .2rem;
    }
    ul.college-list{
        font-size: initial;
        list-style: none;
        width: initial;
        margin: 0 .32rem;
        padding-bottom: .48rem;
    }
    .college-list li{
        height: auto;
        padding-bottom: .1rem;
        margin-bottom: .1rem;
    }
    .college-list li a:before {
        margin-left: .1rem;
        margin-right: .1rem;
        width: .2rem;
        height: .2rem;
    }
    .college-list li:after {
        width: .2rem;
        height: .2rem;
        flex-shrink: 0;
    }
    .college-list li a{
        flex-grow: 0;
    }
    .college-list li a span {
        font-size: .28rem;
        line-height: .48rem;
    }
    .college-details .title{
        font-size: .32rem;
    }
    .publish_time{
        margin: .2rem 0 .4rem 0;
        font-size: .28rem;
    }
    .college-details-content {
        font-size: .28rem;
        line-height: .5rem;
        margin-bottom: .48rem;
    }
    .college-details-content img{
        max-width: 100%;
    }
    .college-details-content{
        margin:.1rem 0;
    }
    .content-previous-next{
        flex-direction: column;
        border-top: 1px solid #D9D9D9;
        font-size: .24rem;
        padding-top:.32rem;
        margin: 0 0 .48rem 0;
    }
    .content-previous-next a{
        width: auto;
    }
    .content-previous-next a:first-child{
        margin-bottom: .1rem;
    }
}


