.fanganbox{
}
.fanganbox .fangtop{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.fanganbox .fanleft{
    width: 250px; height: 100%;
    display: flex;flex-direction: column;align-items: center;
    border: 1px solid #e5e5e5;
}
.fanganbox .fanleft .slTitle{
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.fanganbox .fanleft .slItem{
    width: 100%;
    display: flex;align-items: center;justify-content: space-between;
    padding: 0 25px;box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}
.fanganbox .fanleft .slItem .sltitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fanganbox .fanleft .slItem .slcone{
    color: #4f4f4f;font-size: 16px;line-height: 16px;
    text-align: left;   
}
.fanganbox .fanleft .slItem .slicon{
    color: #4f4f4f;font-weight: bold;font-size: 18px;
}
.fanganbox .fanleft .slItem .slChild{
    position: absolute;right: -330px;top:10px ;z-index: 100;
    background-color: #fff;border: 1px solid #e5e5e5;
    width: 350px;
    padding: 15px;box-sizing: border-box;
    display: none;flex-direction: column;align-items: flex-start;gap: 15px;flex-wrap: wrap;
}
.fanganbox .fanleft .slItem .cur{display: flex;}
.fanganbox .fanleft .slItem .slChild .childtitle{
    text-align: left;color: #6379fa;font-size: 14px;line-height: 14px;font-weight: bold;
    margin-bottom: 8px;
}
.fanganbox .fanleft .slItem .slChild .childList{
    width: 100%;
    display: flex;flex-wrap: wrap;align-items: center;gap: 18px;
}
.fanganbox .fanleft .slItem .slChild .childList .childitem{
    text-align: left;
    width: 150px;box-sizing: border-box;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    font-size: 14px;color: #000;
    cursor: pointer;
}
.fanganbox .fanleft .slItem .slChild .childList .childitem:hover{color: #6379fa;}
.fanganbox .fanleft .slItem:hover .slChild{display: flex;}

.fanganbox .fangtop .scenbox{
    width: 925px;height: 300px;
}
.fanganbox .fangtop .scenbox .spierImg{width: 100%; height: 300px;display: flex;align-items: center;justify-content: center;}


.usa{margin-top: 50px;}
.fangantitle{
    display: flex;
    align-items: center;
    gap: 25px;
}
.fangantitle .titleone{
    width: 196px;
    height: 50px;
    line-height: 50px;
    background: #3971ff;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.fangantitle .titlelist{
    display: flex;
    align-items: center;
    gap: 25px;
}
.fangantitle .titlelist .titletwo{
    color: #636363;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.meiguo .titlelist .activeColor{color: #3971ff;}
.yingguo .titlelist .activeColor{color: #0e59aa;}
.jianada .titlelist .activeColor{color: #b81c21;}
.aoxin .titlelist .activeColor{color: #17916e;}
.gangxin .titlelist .activeColor{color: #0572a4;}
.ouzhou .titlelist .activeColor{color: #be77b8;}
.yazhou .titlelist .activeColor{color: #20b727;}
.danxiang .titlelist .activeColor{color: #f39800;}
.yxbox{margin: 25px 0 50px 0;}
.yxbox .faItem{
    border: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.yxbox .faItem .teaimg{width: 100%;height: auto;}
.yxbox .faItem .teaname{
    color: #8a8a8a;
    font-size: 16px;line-height: 16px;
    font-weight: bold;
    margin: 8px auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.yxbox .faItem .teapro{
    font-size: 14px; 
    width: 100%;
    height: 100px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0;
}
.yxbox .faItem .teabtn{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.yxbox .faItem .teabtn .teabtnone{
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #3971ff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #3971ff;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.yxbox .abocontainer{display: none;}
.yxbox .cur{display: flex;}