.banner{
    width: 100%;
    height: 4.2rem;
    margin-top: 1rem;
}
.title{
    width: 100%;
    height: 1rem;
    background: #ffffff;
    box-shadow: 0px 0px 10px #eeeeee;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.title .title-li{
    width: auto;
    height: 1rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 1rem;
    float: left;
    margin-right: 0.4rem;
    box-sizing: border-box;
}
.title-li a{
    color: #333333;
}
.title-li.active{
    border-bottom: 0.04rem solid #b47437;
}
.title-li.active a{
    font-weight: bold;
    color: #b47437;
}
.course{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.top{
    width: 100%;
    height: 0.8rem;
    border-left: 0.06rem solid #b47437;
    padding-left: 0.25rem;
    box-sizing: border-box;
    margin-top: 0.6rem;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.36rem;
    font-weight: bold;
    color: #b47437;
    line-height: 0.46rem;
}
.top .top-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    font-weight: bold;
    color: #999999;
    line-height: 0.34rem;
}
.course .cou-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.44rem;
    margin-top: 0.45rem;
    text-indent: 2em;
}
.course .cou-img{
    width: 100%;
    height: 3.6rem;
    margin-top: 0.2rem;
}
.course .cou-box{
    width: 100%;
    /*height: 3.59rem;*/
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.cou-box .cou-le{
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.44rem;
    text-indent: 2em;
}
.cou-box .cou-ri{
    width: 3.59rem;
    height: 3.59rem;
}

.course .cou-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.35rem;
}
.cou-on .cou-le{
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.44rem;
    text-indent: 2em;
}
.cou-on .cou-ri{
    width: 100%;
    height: 2.63rem;
    margin-top: 0.32rem;
}


.surroundings{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.surroundings .sur-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.sur-ul .sur-li{
    width: 3.5rem;
    height: 2.4rem;
}
.surroundings .sur-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sur-box .sur-top{
    width: 100%;
    height: 2.94rem;
    margin-top: 0.3rem;
}
.sur-box .sur-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}
.sur-on .sur-le{
    width: 3.36rem;
    height: auto;
    overflow: hidden;
}
.sur-le .sur-li{
    width: 3.36rem;
    height: 2.21rem;
}
.sur-le .sur-li:last-child{
    margin-top: 0.2rem;
    height: 2.44rem;
}
.sur-on .sur-ri{
    width: 3.54rem;
    height: 4.85rem;
}
.sur-box .sur-last{
    width: 100%;
    height: 3.2rem;
    margin-top: 0.2rem;
}


.culture{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.culture .cul-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.44rem;
    margin-bottom: 0.6rem;
}
.cul-box .cul-li{
    width: 100%;
    height: 3rem;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;

}
.cul-li .cul-le{
    width: 3.55rem;
    height: 3rem;
}
.cul-li .cul-ri{
    width: 3.55rem;
    height: 3rem;
    overflow: hidden;
    padding: 0.5rem 0 0 0.48rem;
    box-sizing: border-box;
	padding-top: 0.9rem;
}
.cul-ri .cul-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
}
.cul-ri .cul-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #959595;
    line-height: 0.24rem;
    margin-top: 0.1rem;
}
.cul-ri .cul-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}
