
body{
    background-color: #f4f6f9;
    width: 100vw;
    overflow-x: hidden;
}
.sch-list {
    background-color: #f4f6f9;
    width: 100vw;
    overflow-x: hidden;
}

.list-content {
    width: 1440px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
}

.list-cont {
    width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* 左侧内容 */
.list-left {
    margin-top: 20px;
    width: 1108px;
    background: #FFFFFF;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    padding: 21px 22px;

}

.list-left-title {
    font-size: 24px;
    line-height: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 14px;
}

.list-left-headline {
    width: 836px;
    height: 40px;
    background: #F5F9F9;
    border-radius: 4px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00C77D;
    line-height: 40px;
    margin-top: 20px;
}

.list-left-hrline {
    width: 4px;
    height: 20px;
    background: #00C77D;
    border-radius: 2px;
    display: inline-block;
    margin-left: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}


.list-group-title .list-dian {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999999;
    position: relative;
    bottom: 3px;
    margin-right: 5px;

}

.list-hr {
    width: 100%;
    padding: 0px 20px;
}


/* 右侧内容 */
.list-right {
    width: 300px;
    /* height: 220px; */
    margin-top: 20px;
}

.list-right-tag {
    width: 300px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 12px;
}

.list-right-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1894fd;
    padding: 19px 0 12px 17px;
}

.list-right-tag ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.list-right-tag ul li {
    list-style-type: disc;
    display: inline-block;
    width: 120px;
    position: relative;
    padding-left: 12px;
    margin-top: 4px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-right-tag ul li::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}



.sort-padding {
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    padding-left: 17px;

}

.city-content{
    width: 1440px;
    padding: 14px 20px;
    display:flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 10px;
    background: #FFFFFF;
    border-radius: 12px;
}

.city-btn{
    min-width: 65px;
    display:flex;
    justify-content:center;
    align-items: center;
    height: 33px;
 
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
}

.city-btn:hover{
    color: #1894fd;
    border: 1px solid #1894fd;
}


/* 首页通用标题字体 */
.exr-co-headline {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
}

.exr-co-headline-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.exr-co-headline-icon img{
    width: 100%;
    height: 100%;

}

/* 咨询 */
.exr-co-level {
    margin-top: 24px;
    width: 1440px;
    /* height: 572px; */
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.exr-level-left {
    width: 1080px;
    padding: 20px 0 22px 22px;
}

.exr-level-left-top {
    display: flex;
    flex-direction: row;
}

.exr-co-level-choose ul {
    width: 750px;
    padding: 0;
    margin: 0;
    margin-left: 33px;
}

.exr-co-level-choose ul li {
    display: inline-block;
    list-style-type: none;
    height: 13px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
    border-right: 1px solid #999999;
    padding: 0 12px;
}

.exr-co-level-choose ul li a {
    color: #999999;
}

.exr-co-level-choose ul li:first-child {
    padding-left: 0;
}

.exr-co-level-choose ul li:last-child {
    border: 0px;
    padding-right: 0;
}

.level-content {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    margin-top: 27px;
    margin-bottom: 5px;
}


.exr-co-recom-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 24px;
    margin-top: 10px;
}

.exr-co-recom-ll {
    position: relative;
    width: 375px;
}

.exr-co-recom-ll-title {
    position: relative;
    margin: 18px 0px;
    width: 375px;
    height: 24px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.exr-co-recom-ll-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-break: anywhere;
}


.exr-co-recom-ll  img {
    width: 375px;
    height: 210px;
    border-radius: 8px;
    object-fit: cover;
}

.exr-co-recom-lr{
    width: 252px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}

.exr-co-recom-lr-large{
    width: 310px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}

.exr-co-recom-lr-box{
    height:80px;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
    justify-content: space-between;
}

.exr-co-recom-lr-title{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.exr-co-recom-lr-text{
    /* margin-top: 15px; */
    font-size: 16px;
    font-family: PingFang SC;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-break: anywhere;
}



.exr-level-right {
    width: 303px;
    margin-top: 22px;
    margin-left: 29px;
    margin-right: 20px;
}

.exr-level-right-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.exr-lecel-right-more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.exr-rank-first {
    width: 260px;
    height: 64px;
    background: #F7FAFA;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.exr-rank-num {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: #FF5A5A;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
    margin-right: 9px;
}

.exr-rank-right {
    margin-top: 8px;
}

.exr-rank-title {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.exr-rank-info {
    width: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.exr-rank-eye {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.exr-rank-eye img {
    width: 15px;
    height: 11px;
}

.exr-rank-up {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.exr-rank-up img {
    width: 13px;
    height: 11px;
    object-fit: cover;
}

.exr-rank-content{
    display: grid;
    flex-direction:column;
    border-radius: 8px;
    padding:10px 12px 0px 21px;
    row-gap: 20px;
}

.exr-rank-box {
    width: 100%;
    display: grid;
    flex-direction: row;
    grid-template-columns: 25px auto;
    align-items: center;
}

.exr-co-level .exr-rank-box .exr-rank-num {
    background-color: #CCCCCC;
}
.exr-co-level .exr-rank-box:nth-child(1) .exr-rank-num {
    background-color: #FF5A5A;
}

.exr-co-level .exr-rank-box:nth-child(2) .exr-rank-num {
    background-color: #FF9900;
}

.exr-co-level .exr-rank-box:nth-child(3) .exr-rank-num {
    background-color: #FEC95E;
}

.exr-rank-infotext {
    position: relative;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}



.list-left-cont{
    display:flex;
    flex-direction:column;
    margin-bottom: 40px;
}

.list-box{
    position: relative;
    padding: 28px 0;
    display:flex;
    width: 100%;
    border-bottom: 1px dashed #999999
}
.list-box-left img{
    width: 250px;
    height: 140px;
    border-radius: 8px;
    margin-right: 22px;
}

.list-box-right{
    position: relative;

    display: flex;
    flex-direction:column;
    justify-content: space-between;
}

.list-box-right-top{
    position: relative;
    display: flex;
    flex-direction:column;
}

.list-box-right-title{
    position: relative;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    width: 100%;
}

.list-box-right-text{
    position: relative;
    width: 100%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-break: anywhere;
}

.list-box-right-bottom{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}


.list-right-sort {
    margin-top: 22px;
    width: 300px;
    background: #FFFFFF;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    box-sizing: border-box;
    padding-bottom: 30px;
}


.list-right-sort .exr-rank-box .exr-rank-num {
    background-color: #CCCCCC;
}

.list-right-sort .exr-rank-box:nth-child(1) .exr-rank-num {
    background-color: #FF5A5A;
}

.list-right-sort .exr-rank-box:nth-child(2) .exr-rank-num {
    background-color: #FF9900;
}

.list-right-sort .exr-rank-box:nth-child(3) .exr-rank-num {
    background-color: #FEC95E;
}
