.list-college .college-box .college-title img {
    display: block;
    margin: 0 auto;
}

.college-box .college-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 0.71rem;
}

.college-box .college-con::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    height: calc(100% + 0.71rem);
    width: 1px;
    background: #bcbcbd;
    top: -0.71rem;
}

.college-box .college-con .college-left {
    width: 50%;
}

.college-box .college-con .college-left>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    padding-top: 0.33rem;
    margin-bottom: 0.5rem;
}

.college-box .college-con .college-left>div::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    background: #003f88;
    width: 100%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

.college-box .college-con .college-left>div .collh4 a {
    font-size: 0.24rem;
    color: #003f88;
    padding-right: 30px;
    font-weight: bold;
}

.college-box .college-con .college-left>div .collul li a {
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.6rem;
    display: inline-block;
    /*background: url(../images/college-icon.png) no-repeat right center;*/
    padding-right: 26px;
}
.college-box .college-con .college-left>div .collul li a:hover {
color: #003f88;
}
.college-box .college-con .college-left>div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #003f88;
    width: 100%;
}

.college-box .college-con .college-right {
    width: 50%;
}

.college-box .college-con .college-right>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 0.3rem;
    position: relative;
    padding-top: 0.2rem;
    margin-bottom: 0.7rem;
}

.college-box .college-con .college-right>div:nth-child(1) {
    margin-top: 0.45rem;
}

.college-box .college-con .college-right>div::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    background: #003f88;
    width: 100%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
}

.college-box .college-con .college-right>div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #003f88;
    width: 100%;
}

.college-box .college-con .college-right .collh4 a {
    font-size: 0.24rem;
    color: #003f88;
    font-weight: bold;

}

.college-box .college-con .college-right>div ul {
    width: 50%;
}

.college-box .college-con .college-right>div ul li a {
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.6rem;
    display: inline-block;
    /*background: url(../images/college-icon.png) no-repeat right center;*/
    padding-right: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.college-box .college-con::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    height: 20px;
    width: 20px;
    background: rgba(0, 63, 136, 100%);
    bottom: 0;
    border-radius: 50%;
}

.college-moblie {
  display:none;
    position: relative;
    padding-top: 52px;
}

.college-moblie::before {
    content: "";
    position: absolute;
    left: 34px;
    height: calc(100% + 0.4rem);
    width: 2px;
    background: #dcdcdc;
    top: 0;
}

.college-moblie::after {
    content: "";
    position: absolute;
    left: 25px;
    height: 20px;
    width: 20px;
    background: rgba(0, 63, 136, 100%);
    bottom: -32px;
    border-radius: 50%;
}

.college-moblie .micon {
    padding-left: 1.1rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding-top: 0.4rem;
    margin-bottom: 0.8rem;
    box-sizing: border-box;
}

.college-moblie .micon::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 32px;
    background: rgba(0, 63, 136, 100%);
    width: 100%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.college-moblie .micon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    border-top: 1px solid #003f88;
    width: 100%;
}

.college-moblie .micon h4 {
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.college-moblie .micon h4 a {
    font-size: 0.44rem;
    color: #003f88;
}

.college-moblie .micon ul li a {

    font-size: 0.32rem;
    color: #000000;
    line-height: 0.6rem;
    display: inline-block;
    /*background: url(../images/college-icon.png) no-repeat right center;*/
    padding-right: 26px;
}

@media screen and (max-width: 870px) {
    .college-box .college-con .college-right>div ul {
        width: 52%;
    }
}

@media screen and (max-width: 800px) {
    .college-box .college-con {
        display: none;
    }

    .list-college .college-box .college-title img {
        margin: 0;
    }

    .list-college {
        overflow: hidden;
    }


    .college-moblie {
        display: block;
    }
}