/* .content{
    padding: 20px;
} */
.content h2{
    font-size: 36px;
    line-height: 45x;
    padding: 0px 0 30px;
}
.content h2>p{
    font-size: 38px;
    line-height: 45px;
    text-indent: 0;
}
.content p{
    line-height: 40px;
    text-indent: 2em;
    padding: 20px 0;
}
.content_nav p{
    text-indent: 0em;
}
.contentText_right>p:first-of-type{
    font-size: 14px;
    /* text-align: center; */
    text-indent: 0;
    padding: 0 0 15px;
    border-bottom: 3px solid #d9d9d9;
    color: #888;
    display: flex;
    align-items: center;
}
.contentText_right>p:first-of-type img{
    width: 30px;
    height: 30px;
    margin: 0;
}
.contentText_right>p:first-of-type span{
    padding-left: 10px;
}
.contentText{
    display: flex;
}
.contentText_left{
    /* padding-top: 30px; */
    padding-right: 20px;
    border-right: 1px solid #aaa;
    margin-right: 20px;
}
.contentText_left ul{
    width: 200px;
}
.contentText_left ul li{
    display: flex;
    /* align-items: center; */
}
.contentText_left ul li img{
    width: 16px;
    height: 16px;
    padding: 12px 0;
    margin-right: 10px;
}
.contentText_left ul a{
    font-size: 16px;
    line-height: 40px;
    color: #000;
    cursor: pointer;
}
.contentText_leftE ul a{
    font-size: 14px;
}
.contentText_left ul a:hover{
    color: #06609c;
}
/* .contentText_right{
    height: 800px;
    overflow: auto;
} */
h5{
    line-height: 40px;
}
h6{
    line-height: 40px;
}
.contentText_right>div>p{
    text-align: center;
}
.contentText_right>ul{
    text-indent: 2em;
    padding-bottom: 20px;
}
.contentText_right>ul>li{
    line-height: 30px;
}
.contentText_right img{
    display: block;
    width: 100%;
    margin: 20px auto;
}
.backToTop{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 50px;
}
.backToTop img{
    width: 100%;
}
.contentText_right{
    border-bottom: 1px solid #d9d9d9;
}