.banner {
    width: 100%;
    height: 2rem;
}

.contentBoxT {

}

.contentBoxT .content {
    width: 1200px;
    margin: 0 auto 0 auto;
    /* background-color: aquamarine; */
}

.content {
    position: relative;
}

.content .top {
    display: flex;
}

.content .top .left {
    width: 50%;
    padding: 100px;
}

.content .top .right {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 32px;
    font-family: "Futura PT Extra", "Futura Std", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-style: italic;
}

.content .bottom .word {
    /* width: 100%; */
    height: 800px;
    background-color: bisque;
}

.next {
    font-size: 16px;
    margin-bottom: 50px;
}

.next div {
    margin-bottom: 10px;
}

.content .bottom p {
    margin-bottom: 50px;
    text-indent: 36px;
    font-size: 18px;
    font-weight: 300;
}

.back .breadcrumb li{
   font-size: 15px;
}

.back .breadcrumb {
   display: flex;
}

.back {
    position: absolute;
    top: 30px;
}

.back a {
    font-size: 16px;
    font-weight: 300;
    transition: .5s;
}

.back a:hover {
    color: #f3d007;
}

.back .active {
    font-size: 16px;
    font-weight: 300;
}

.back .active a {
    cursor: inherit;
}

.back .active a:hover {
    color: #000;
}