/* 热门留学资讯 */

.advisoryWrap {
    width: 100%;
    position: relative;
}

.advisory {
    background: #F0F2F5;
}

.advisoryChange {
    width: 100%;
    border-bottom: 2px solid #cbcbcb;
    position: absolute;
    top: 214px;
    left: 0;
    z-index: 2;
}

.advisoryChange p {
    display: inline-block;
    font-size: 20px;
    color: #686868;
    padding-bottom: 23px;
    position: relative;
    cursor: pointer;
    margin-right: 100px;
    text-align: center;
}

.advisoryChange p:first-child {
    margin-left: 175px;
}

.advisoryChange p.active {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.advisoryChange p.active:before {
    content: " ";
    width: 84px;
}

.advisoryChange p:before {
    content: " ";
    width: 0;
    height: 4px;
    background: #303030;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    transition: all 0.6s;
}

.advisoryChange p:hover {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.shareBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 104px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #4B4B4B;
    text-align: center;
    transition: all .5s;
    z-index: 3;
    cursor: pointer;
}

.shareBtn span {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #4B4B4B;
}

.shareBtn:hover {
    background: #6ea8fe;
    border: 1px solid #6ea8fe;
}

.shareBtn:hover span {
    color: #fff;
}

.advisory .advisoryBtn p {
    width: 104px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #4B4B4B;
    font-size: 16px;
    color: #4B4B4B;
    line-height: 28px;
    text-align: center;
}

.advisoryBox {
    margin-top: 120px;
    display: none;
}

.advisoryBox.active {
    display: block;
    animation: shows .5s forwards;
}

@keyframes shows {
    0% {
        display: none;
        transform: scale(0.8);
    }
    100% {
        display: block;
        transform: scale(1);
    }
}

.advisoryLeft {
    width: 107px;
    height: 600px;
    position: relative;
}

.advisoryLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.advisoryLeft p:first-child {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    right: 30px;
    letter-spacing: 15px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.advisoryLeft p:nth-child(2) {
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    top: 95px;
    left: 23px;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.advisoryLeft p:nth-child(3) {
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    bottom: 45px;
}

.advisoryLeft p:nth-child(3) i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/liuxue/img/index/arrow3.png') no-repeat center;
    background-size: cover;
    margin-left: 5px;
    vertical-align: middle;
}

.advisoryRight {
    width: 960px;
    height: 486px;
    background: #F6F6F6;
    padding: 62px 64px 52px 39px;
}

.advisoryTop,
.advisoryBottom {
    width: 100%;
    height: 50%;
}

.advisoryTop .chaPic {
    width: 319px;
    height: 211px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.advisoryTop .chaPic:after {
    content: "";
    width: 319px;
    height: 211px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.chaPic:hover img {
    transform: scale(1.2);
}

.advisoryTop .chaPic span {
    display: inline-block;
    position: absolute;
    left: 13px;
    bottom: 15px;
    width: 281px;
    font-size: 15px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 5;
}

.advisoryTop .chaPic img {
    width: 319px;
    height: 211px;
    object-fit: cover;
    border-radius: 8px;
    transition: all .5s;
}

.advisoryTop a,
.advisoryBottom a {
    display: inline-block;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advisoryBottom .chaPic {
    width: 319px;
    height: 211px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.advisoryBottom .chaPic:after {
    content: "";
    width: 319px;
    height: 211px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.advisoryBottom .chaPic img {
    width: 319px;
    height: 211px;
    object-fit: cover;
    border-radius: 8px;
    transition: all .5s;
}

.advisoryBottom .chaPic span {
    display: inline-block;
    position: absolute;
    left: 13px;
    bottom: 15px;
    width: 281px;
    font-size: 15px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 5;
}

.adMargin {
    margin: 0 29px;
}

.adList {
    width: 290px;
    height: 211px;
    display: inline-block;
}

.advisoryTop .adItem p {
    margin-bottom: 9px;
}

.adItem p {
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    color: #303030;
}

.adItem p:hover {
    color: #6ea8fe;
}

.adItem p span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #6ea8fe;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.advisoryBottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.advisoryBottom .adItem p {
    margin-top: 9px;
}