@charset "utf-8";


body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.banner {
    position: relative;
}
.banner, .carousel-item img {
    width: 100%;
    height: 450px;
}
.banner .login {
    display: block;
    position: absolute;
    top: 15px;
    right: 80px;
    z-index: 99;
    margin: inherit;
    left: unset;
    width: 370px;
    height: 420px;
    padding: 6px 0;
}
.login .title {
    margin: 6px auto !important;
    padding: 0 !important;
    width: 300px !important;
}
.login .item {
    text-align: center;
    padding: 0 !important;
}
.login .options {
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center;
    width: 300px;
}

.content {
    width: 65%;
    height: 450px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.content .item {
    /*width: 210px;*/
    width: 23%;
    height: 180px;
    background: linear-gradient(360deg,rgba(255,255,255,1) 0%,rgba(241,247,255,1) 100%);
    box-shadow: 0px 5px 8px rgba(191,204,220,1);
    border-radius: 12px;
    margin: 18px 0px;
    text-align: center;
    cursor: pointer;
}

.content .item  img {
    width: 110px;
    height: 80px;
    margin: 30px auto;
}

.content .item span {
    color: #323C51;
    font-size: 17px;
}

.content .item:hover {
    background: linear-gradient(360deg,rgba(255,255,255,1) 0%,rgba(233,239,247,1) 100%);
    box-shadow: 3px 5px 4px rgba(191,204,220,1);
}
.img-class {
    width: 65%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}
.img-class img {
    width: 23%;
}
.require {
    color: red;
    margin-left: 6px;
}



.recommend {
    width: 90%;
    margin: 30px auto;
    background: #F8F8F8;
}

.recommend .info span {
    float: left;
    color: #333;
    font-size: 12px;
    line-height: 24px;
}
.recommend .info .title {
    font-size: 18px;
    color: #111;
    margin-right: 18px;
}
.recommend .info .more {
    float: right;
    color: #777;
}
.colleges {
    width: 100%;
    margin: 10px auto;
}
.colleges ul {
    width: 100%;
    display: flex;
    align-items: center;
}
.colleges ul li {
    width: 20%;
    text-align: center;
}
.colleges ul li p {
    text-align: center;
    margin: 4px 0;
}
.colleges ul li img {
    width: 100px;
    height: 100px;
}



.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}

.college-list {
    position: absolute;
    top: 900px;
    right: 1%;
    width: 16%;
    background: rgb(250,250,250);
    border: 1px solid #eee;
}

.college-list .title {
    box-sizing: border-box;
    line-height: 32px;
    width: 90%;
    margin: 0 auto;
}
.college-list .title a {
    margin-right: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.college-list ul li {
    display: flex;
    align-content: center;
    min-height: 46px;
    margin: 4px 0;
    padding: 0 4px;
    box-sizing: border-box;
}

.college-list ul li .info {
    margin-left: 10px;
}

.college-list ul li .info span {
    color: #333;
    font-size: 12px;
    margin-right: 10px;
}


.active-category {
    color: red !important;
}


.major-hot {
    position: absolute;
    top: 600px;
    left: 1%;
    width: 16%;
    background: rgb(250,250,250);
    border: 1px solid #eee;
    box-shadow: 1px 2px 2px rgba(191,204,220,1);
}

.major-hot .title {
    box-sizing: border-box;
    line-height: 32px;
    width: 90%;
    margin: 0 auto;
}

.major-hot table {
    width: 100%;
}
.major-hot tr {
    border-bottom: 1px solid rgb(230, 230, 230);
}
.major-hot table td {
    text-align: center;
    padding: 5px 0;
    color: #333;
}
.major-hot table td p {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.red0 {
    color: #ff0000 !important;
}
.red1 {
    color: #ff4f2a !important;
}
.red2 {
    color: #ff8a42 !important;
}

.condition {
    width: 94%;
    margin: 4px auto;
}
.condition a {
    margin: 0 1px;
    box-sizing: border-box;
}
