/* 内容部分 */
.contentWrap{
    width: 100%;
    min-height: calc(100% - 388px);
}
/* banner部分 */
.banner{
    width: 100%;
    height: 300px;
    /* background: url('/public/protal/images/member.png') no-repeat center;
    background-size: cover; */
}
.banner>img{
    width: 100%;
    height: 100%;
    display: block;
}
/* 中间部分 */
.content{
    width: 100%;
}
.contentCenter{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.centerTitle{
    width: 100%;
    height: 51px;
    margin: 50px auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.centerTitleBox{
    width: auto;
    height: 51px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
}
.centerTitleLeft{
    width: 43px;
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-left.png') no-repeat center;
    background-size: contain;
}
.centerTitleMiddle{
    width: auto;
    line-height: 51px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #19b1b6;
    font-family: "宋体";
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-middle.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.centerTitleRight{
    width: 43px;
    height: 51px;
    display: block;
    float: left;
    background: url('/public/protal/images/title-right.png')no-repeat center;
    background-size: contain;
}
.centerText{
    width: 100%;
    font-size: 18px;
    color: #323232;
    margin-bottom: 60px;
}
.centerMiddle{
    width: 100%;
    height: 270px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-bottom: 46px;
}
.centerMiddleTop{
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.middleTopBox{
    width: 395px;
    height: 46px;
    float: left;
}
.middleToptext{
    width: 170px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #999;
    box-sizing: border-box;
}
.middleToptext-on{
    color: #19b1b6;
    border-bottom: 2px solid #19b1b6;
}
.centerMiddleBottom{
    width: 100%;
    height: 223px;
    padding: 65px 50px;
    box-sizing: border-box;
    position: relative;
}
.middleBottomLeft{
    width: 136px;
    height: 90px;
    float: left;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.middleBottomLeft img{
    width: 67px;
    height: 63px;
    display: block;
    margin-top: 10px;
    margin-left: 35px;
}
.middleBottomRight{
    width: calc(100% - 136px);
    height: 90px;
    float: left;
    padding-left: 42px;
    box-sizing: border-box;
}
.bottomRightText{
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 18px;
}
/* 样式2 */
.rightLine{
    width: 100%;
    height: 32px;
    overflow: hidden;
    margin-bottom: 20px;
}
.lineType{
    width: auto;
    height: 32px;
    display: block;
    float: left;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-right: 22px;
}
.typeMember{
    background: #19b1b6;
}
.typeStudent{
    background: #77b554;
}
.lineText{
    width: auto;
    height: 32px;
    display: block;
    float: left;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #999;
    padding: 0px 15px;
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    margin-right: 22px;
}
.middleBottomTiShi{
    width: 930px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    position: absolute;
    left: 225px;
    bottom: 40px;
}
/* 样式3 */
.rightLinePhone{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    margin-bottom: 10px;
}