#newPage{
    padding-top: 192px;
}
.new-background{
    width: 100%;
}
.new-background img{
    width: 100%;
    height: 100%;
}
.new-content{
    padding: 43px 12.4% 93px 12.4%;
}
.news-title{
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    font-weight: 400;
}
.new-date{
    color: #999;
    margin-bottom: 24px;
    margin-top: 36px;
}
.new-details-text{
    padding: 30px 0;
    border-top:1px solid #EBEBEB ;
    border-bottom:1px solid #EBEBEB;
}
.new-details-text p{
    color: #666;
    line-height: 1.5em;
}

.share-box{
    margin: 26px 0;
    display: flex;
    justify-content: end;
}
.share-con{
    /* display: flex;
    align-items: center; */
    position: relative;
}
.share-text{
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
}
.share-list{
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    max-width: 240px;
    padding: 15px;
    position: absolute;
    right: -10px;
    text-align: left;
    top: 35px;
    vertical-align: middle;
    white-space: normal;
    width: 256px;
    display: none;
}
.share-con:hover .share-list{
    display: block;
}


.detail-title{
    color: #333;
    margin-right: 28px;
}
.next-box{
    margin-top: 30px;
}