/* 头部标题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;
}


/* 研究生 + 本科 + 高中 */
.santype{}
.santype .yanjius{padding: 30px 0;}
.santype .yanjius .yjsTitle{
    width: 100%;
    background-color: #f5ac00;
    color: #fff;
    font-size: 28px;line-height: 28px;
    text-align: left;
    padding: 12px 0 12px 35px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.santype .yanjius .yjsbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 43px;
}
.santype .yanjius .yjsbox .yjsswiper{
    width: 373px;
    height: 204px;
}
.santype .yanjius .yjsbox .yjsswiper img{
    width: 373px;
    height: 204px;
}
.santype .yanjius .zxbox{
    width: 370px;
    height: 204px;
    box-sizing: border-box;
} 
.santype .yanjius .zxbox .zxboxTitle{
    width: 100%;
    display: flex;
    align-items: center;
} 
.santype .yanjius .zxbox .zxboxTitle .zxitemone{
    width: 100%;
    height: 35px;
    flex: 1;
    background: #d2d2d2;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
} 
.santype .yanjius .zxbox .zxboxTitle .zxitemtwo{
    width: 100%;
    height: 35px;
    flex: 1;
    background: #d2d2d2;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
} 
.santype .yanjius .zxbox .zxboxTitle .zxitemthree{
    width: 100%;
    height: 35px;
    flex: 1;
    background: #d2d2d2;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
} 
.santype .yanjius .zxbox .zxboxTitle .yjszxitemActive{background-color: #f5ac00;} 
.santype .yanjius .zxbox .zxboxTitle .zxitemone:hover{background-color: #f5ac00;}
.santype .yanjius .zxbox .zxboxTitle .bkzxitemActive{background-color: #3498da;} 
.santype .yanjius .zxbox .zxboxTitle .zxitemtwo:hover{background-color: #3498da;}
.santype .yanjius .zxbox .zxboxTitle .gzzxitemActive{background-color: #8bc43e;} 
.santype .yanjius .zxbox .zxboxTitle .zxitemthree:hover{background-color: #8bc43e;}
.santype .yanjius .zxbox .zxlist{
    background: #fff;
    height: 167px;
    padding: 15px 20px;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
} 
.santype .yanjius .zxbox .listcur{display: flex;}
.santype .yanjius .zxbox .zxlist .zxcontentitem{
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #868686;cursor: pointer;
} 
.santype .yanjius .zxbox .zxlist .zxcontentitem:hover{color: #ed1c24;}



/* 留学签证 + 行前指南 + 留学生活 + 就业指南 */
.lastpart{
    width: 100%;
    display: flex;align-items: flex-start;justify-content: space-between;
    padding: 25px 0;
}
.lastpart .foursection{
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px 0;
}
.lastpart .foursection .part{
    width: 45%;
}
.lastpart .foursection .part .stwoist .stwoItem{
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
}




/* 国家2 */
/* 第二块 */
.secTwobox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 35px auto;
}
.secTwobox .secTwoLeft{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.secTwobox .secTwoLeft .stwoImg{
    width: 177px;height: 106px;
    cursor: pointer;
}
.secTwobox .secTwoRight{
    width: 1000px;
}
.secTwobox .secTwoRight .stwoist{
    width: 100%;
    padding: 20px 120px 0 120px;box-sizing: border-box;
    display: none;flex-wrap: wrap;justify-content: space-between;gap: 12px 0;
}
.secTwobox .secTwoRight .cur{display: flex;}
.secTwobox .secTwoRight .stwoist .stwoItem{
    width: 350px;
    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;
}
.secTwobox .secTwoRight .stwoist .stwoItem::before{
    content: '>';
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
}
.secTwobox .secTwoRight .stwoist .stwoItem:hover a{ color: #ff0000; }
.secTwobox .secTwoRight .stwoist .stwoItem:hover::before{ 
    content: '>';
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
    color: #ff0000; 
}
.secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1) a{
    color: #767676;font-size: 16px;font-weight: bold;
}
.secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1):hover a{color: #ff0000;}
.secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1)::before{ 
    content: '';
    width: 8px;height: 8px; 
    background-color: #767676;border-radius: 50%;
    position: absolute;top: 50%;transform: translate(0,-50%);
}
.secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2) a{
    color: #767676;font-size: 16px;font-weight: bold;
}
.secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2):hover a{color: #ff0000;}
.secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2)::before{ 
    content: '';
    width: 8px;height: 8px; 
    background-color: #767676;border-radius: 50%;
    position: absolute;top: 50%;transform: translate(0,-50%);
}


/* 院校推荐 */
.syyuanxiao{ margin: 35px auto; }
.syyuanxiao .yuanxiaobox{
    margin-top: 25px;
    display: flex;align-items: flex-start;gap: 35px;
}
.syyuanxiao .yuanxiaobox .yxleft{ display: flex;flex-direction: column;gap: 8px;}
.syyuanxiao .yuanxiaobox .yxleft .yxleftItem{
    width: 230px;height: 52px;
    background: #f9f9f9; border: 1px solid #eee;border-radius: 10px;
    display: flex;align-items: center;gap: 20px;
    padding-left: 30px;box-sizing: border-box;
    cursor: pointer;
    transition: all .2s;
}
.syyuanxiao .yuanxiaobox .yxleft .yxleftItem .flImg{width: 51px;height: 33px;}
.syyuanxiao .yuanxiaobox .yxleft .yxleftItem .flName{font-size: 16px;}
.syyuanxiao .yuanxiaobox .yxleft .yxItemActive{ background: #4c67fc; color: #fff; }
.syyuanxiao .yuanxiaobox .yxleft .yxleftItem:hover{ background: #4c67fc;color: #fff;}
.syyuanxiao .yuanxiaobox .yxcenrig{display: none;}
.syyuanxiao .yuanxiaobox .cur{display: flex;}
.syyuanxiao .yuanxiaobox .yxcenter{
    width: 550px;
    display: flex;flex-direction: column;align-items: flex-start;
}
.syyuanxiao .yuanxiaobox .yxcenter .yxone{
    width: 100%;
    display: none;align-items: flex-start;gap: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.syyuanxiao .yuanxiaobox .yxcenter .yxoneactive{display: flex;}
.syyuanxiao .yuanxiaobox .yxcenter .yxone .oneImgname{ display: flex;flex-direction: column;align-items: center;gap: 5px;}
.syyuanxiao .yuanxiaobox .yxcenter .yxone .oneImgname .yxImg{width: 135px;height: 130px;cursor: pointer;}
.syyuanxiao .yuanxiaobox .yxcenter .yxone .oneImgname .yxname{
    width: 135px;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    font-weight: bold;font-size: 14px;color: #4f4f4f;
}
.syyuanxiao .yuanxiaobox .yxcenter .yxone .yxdes{
    display: flex;flex-direction: column;align-items: flex-start;
    color: #666;
}
.syyuanxiao .yuanxiaobox .yxcenter .yxone .yxdes .desone{ font-size: 14px;font-weight: bold; }
.syyuanxiao .yuanxiaobox .yxcenter .yxone .yxdes .destwo{
    font-size: 12px;text-align: left;
    width: 400px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    margin-bottom: 10px;
}
.syyuanxiao .yuanxiaobox .yxcenter .yxmore{
    width: 100%;
    display: flex;justify-content: flex-end;
    font-size: 14px;color: #000;font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}
.syyuanxiao .yuanxiaobox .yxcenter .morelist{
    width: 100%;
    display: flex;align-items: flex-start;gap: 10px;
}
.syyuanxiao .yuanxiaobox .yxcenter .morelist .moreItem{
    width: 130px;height: 140px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 5px;
    cursor: pointer;
}
.syyuanxiao .yuanxiaobox .yxcenter .morelist .moreItem .moitemImg{width: 89px;height: 85px;}
.syyuanxiao .yuanxiaobox .yxcenter .morelist .moreItem .moitemname{
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    font-size: 14px;    width: 100%;
}
.syyuanxiao .yuanxiaobox .yxcenter .morelist a:hover{border: 1px solid #aaa;}


/* 国家详情2 */
.yxschool .swiperyuanxiao{
    margin-top: 25px;
}
.yxschool .swiperyuanxiao .yxItem{
    width: 255px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #eee;
}
.yxschool .swiperyuanxiao .yxItem .yxImg{width: 93.45px;height: 89.25px;}
.yxschool .swiperyuanxiao .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;
}
.yxschool .swiperyuanxiao .yxItem .yxinfor .yxname{
    color: #717171;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yxschool .swiperyuanxiao .yxItem .yxinfor .yxengname{
    color: #a5a5a5;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}








