/* 头部标题list */
.allTitle{
    width: 100%;
    border: 1px solid #eee;
    display: flex;
    margin: 20px auto;
}
.allTitle .pageitem{
    flex: 1;
    width: 100%;height: 35px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    color: #505050;font-size: 15px;line-height: 35px;font-weight: bold;
    cursor: pointer;transition: all .25s;
}
.allTitle .pageitem:last-child{border-right: none;}
.allTitle .pageitem:first-child{background-color: #4d68ff;color: #fff;}
.allTitle .pageitem:hover{background-color: #4d68ff;color: #fff;}


/* 轮播图 + 资讯 */
.gjsettwo{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.gjsettwo .scenbox{
    width: 645px;height: 336px;
}
.gjsettwo .srbox{
    width: 530px;height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    gap: 15px 0 ;
    position: relative;
}
.gjsettwo .srbox .srItem{
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;line-height: 14px;text-align: left;
    cursor: pointer;
    padding-left: 15px;box-sizing: border-box;
}
.gjsettwo .srbox .srItem:nth-child(9n+1){
    width: 100%;
    overflow: visible;
    background: #f5f5f5;
    box-sizing: border-box;
    color: #000;font-weight: bold;
    position: relative;
    line-height: 14px;
    padding: 12px 0;
    margin-top: 18px;
}
.gjsettwo .srbox .srItem:first-child{margin-top: 0;}
.gjsettwo .srbox::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;top: 170px;
}



/* 三块 */
.threepart{
    width: 100%;
    margin: 45px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.part{width: 30%;}
.part .stwoist{
    margin-top: 15px;
    width: 100%;
    display: flex;flex-wrap: wrap;gap: 10px 0;
}
.part .stwoist .stwoItem{
    width: 100%;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px;
    text-align: left;font-size: 14px;
    position: relative;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    cursor: pointer;
    padding-left: 20px;box-sizing: border-box;
}
.part .stwoist .stwoItem:hover{ color: #ff0000; }
.part .stwoist .stwoItem::before{
    content: '';
    position: absolute;left: 0;top: 29%;
    width: 4px;height: 4px;border-radius: 50%;
    background: #767676;
}
.part .stwoist .stwoItem:hover::before{
    content: '';
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
    width: 4px;height: 4px;border-radius: 50%;
    background: #ff0000;
}


/* 留学方案 + 热门活动 */
.twopart{
    width: 100%;
    display: flex;align-items: flex-start;justify-content: space-between;
    margin-bottom: 45px;
}
.twopart .prone{
    width: 940px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.twopart .prone .fourRight{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    margin-top: 15px;
    gap: 12px 4px;
}
.twopart .prone .fourRight .fourImg{
    width: 310px;
    height: 165px;
    cursor: pointer;
}
.twopart .prtwo{width: 240px;}
.twopart .prtwo .hdList{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.twopart .prtwo .hdList .hdItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.twopart .prtwo .hdList .hdItem .hdtop{
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.twopart .prtwo .hdList .hdItem .hdtop .hdtoptone{
    width: 18px;height: 18px;
    background: #7f7f7f;border-radius: 50%;
    color: #fff;font-size: 14px;line-height: 18px;text-align: center;
}
.twopart .prtwo .hdList .hdItem .hdtop .hdtoptwo{
    color: #7f7f7f;
    text-align: left;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twopart .prtwo .hdList .hdItem .hdImg{
    display: none;
    width: 100%;height: 107px;
    padding-left: 20px;box-sizing: border-box;
}
.twopart .prtwo .hdList .hdItemActive .hdtop .hdtoptone{
    background: #ff8400;
}
.twopart .prtwo .hdList .hdItemActive .hdtop .hdtoptwo{
    color: #ff8400;
}
.twopart .prtwo .hdList .hdItemActive .hdImg{
    display: flex;
}


/* 院校推荐 */
.yxyy{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.yxyy .yuanxiao{width: 800px;}
.yxyy .yuanxiao .yxbox{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 12px;
    margin-top: 15px;
}
.yxyy .yuanxiao .yxbox .yxItem{
    width: 255px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #eee;
}
.yxyy .yuanxiao .yxbox .yxItem .yxImg{width: 93.45px;height: 89.25px;}
.yxyy .yuanxiao .yxbox .yxItem .yxinfor{
    width: 145px;
    height: 100%;
    text-align: left;
    border-left: 1px solid #eee;
    padding-left: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
}
.yxyy .yuanxiao .yxbox .yxItem .yxinfor .yxname{
    color: #717171;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yxyy .yuanxiao .yxbox .yxItem .yxinfor .yxengname{
    color: #a5a5a5;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 资讯模块 */
.zxbox{
    margin: 30px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:20px 30px ;
    position: relative;
}
.zxbox .zxitem{
    width: 380px;
    box-sizing: border-box;
}
.zxbox .zxitem .zxtitle{
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
}
.zxbox .zxitem .zxtitle .zxtitleItem{
    width: 25%;
    color: #696969;font-weight: bold;font-size: 19px;
    padding-bottom: 5px;
    position: relative;top: 1px;text-align: center;
    cursor: pointer;
}
.zxbox .zxitem .zxtitle .zxtitleItemactive{
    color: #6379fa;
    border-bottom: 1px solid #6379fa;
}
.zxbox .zxitem .zxcontent{
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    margin-top: 10px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}
.zxbox .zxitem .zxcontentcur{display: flex;}
.zxbox .zxitem .zxcontent .zxImg{
    width: 100%;
    display: flex;gap:12px;
}
.zxbox .zxitem .zxcontent .zxImg .zxitemtwo{width: 174px;height: 95px;}
.zxbox .zxitem .zxcontent .zxitem{
    width: 100%;
    color: #999;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.zxbox .zxitem .zxcontent .zxitem::before{
    content: '';
    width: 5px;height: 5px;
    background-color: #999;border-radius: 50%;
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
}
.zxbox .zxitem .zxcontent .zxitem:hover{color: #f00;}
.zxbox .zxitem .zxcontent .zxitem:hover::before{
    content: '';
    width: 5px;height: 5px;
    background-color: #f00;border-radius: 50%;
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
}
.zxbox .zxitem .zxcontent .zxitem .zxbigImg{
    width: 380px;
    height: 215px;
}


