.banner {
    width: 100%;
    height: 2rem;
}

.contentBoxT {}

.contentBoxT .content {
    width: 1200px;
    margin: 90px auto 0 auto;
    position: relative;
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.left {
    background-color: #fff;
    box-shadow: 0 0 10px -5px #000;
    padding: 0 50px 50px 50px;
    width: 900px;
}

.left .top {
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    margin: 30px 0 20px 0;
}

.left .middle {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

.left .middle span {
    margin-right: 15px;
}

.left .bottom {
    font-size: 16px;
    font-weight: 300;
    text-indent: 32px;
    line-height: 30px;
}

.right {
    width: 250px;
    margin-left: 50px;
}

.right .next div {
    background-color: #fff;
    box-shadow: 0 0 10px -7px #000;
    margin-bottom: 20px;
    overflow: hidden;
    height: 155px;
    position: relative;
}

.right .next div>p {
    margin: 10px 0 10px 10px;
}

.right .next div a p:first-child{
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.right .next div a p:last-child {
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    position: absolute;
    bottom: 15px;
}

.none {
    margin-left: 10px;
}

.next {
    font-size: 16px;
    height: 330px;
    position: sticky;
    top: 95px;
}

.back .breadcrumb li {
    font-size: 15px;
}

.back .breadcrumb {
    display: flex;
}

.back {
    position: absolute;
    top: -40px;
}

.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;
}

.news_time {
    display: inline-flex;
    align-items: center;
    height: 25px;
}

.news_time>img {
    display: inline;
    width: 25px;
}

.news_time>span {
    height: 25px;
    line-height: 34px;
    margin-left: 10px;
}

.news_read {
    display: inline-flex;
    align-items: center;
    height: 25px;
}

.news_read>img {
    display: inline;
    width: 25px;
}

.news_read>span {
    height: 25px;
    line-height: 34px;
    margin-left: 10px;
}