.contentBody {
    position: relative;
    width: calc(var(--bodyW) - 52rem);
    min-height: 50rem;
}

.contentBody .content {
    padding: 11.8rem 0;
}

.contentBody .text {
    max-width: 89.7rem;
    min-width: 76.7rem;
    margin-right: 9rem;
    float:left;
}

.contentBody .text h1 {
    font-size:3.6rem;
    text-align: center;
    margin: 1.8rem 0;
}

.contentBody .text ul {
    font-size:1.6rem;
}

.contentBody .text div {
    font-size:1.6rem;
    text-align: center;
    margin-bottom: 4.1rem;
}
.contentBody .text div p{
    text-align:left;
}
.contentBody .text>p {
    padding: 3.6rem 0;
    border-top: .1rem solid #D6D6D6;
}

.contentBody .text table{
    width:100% !important;
}

.contentBody img {
    margin: 2rem 0;
    max-width: 76rem;
}

.contentBody .newRelease {
    max-width: 29.6rem;
    float:left;
    position: sticky;
    top: 16.5rem;
}

.contentBody .newRelease div {
    width: 100%;
}

.contentBody .newRelease div img {
    width: 100%;
}

.contentBody .newRelease a {
    display: inline-block;
    width: 100%;
    height: 11.3rem;
    background-color: #F3F7FA;
    margin-bottom: 1rem;
    padding: 1.9rem;
    box-sizing: border-box;
}
.contentBody .newRelease a:hover p:nth-child(1){
    font-weight: 700;
    color: #0081CC;
}

.contentBody .newRelease a p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.contentBody .newRelease a img{
    margin-right: 1rem;
}
.contentBody .newRelease a p:nth-child(1) {
    font-size: 1.8rem;
    font-weight: 400;
    color: #333333;
    transition: .3s ease 0s;
}
.contentBody .newRelease a p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}
.text_pagePN{
    width: calc(var(--bodyW) - 52rem);
    margin-bottom: 8rem;
}
.text_pagePN div{
   margin: 1rem 0;
}

