.subnav {
    height: 40px;
    border-bottom: 1px solid #A5A5A5;
}

.subnav_1 {
    width: 85%;
    height: 40px;
    display: flex;
    justify-content: left;
}

.subnav_1 span {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
}

.subnav_1 li {
    float: left;
    margin: 10px 5px;
    font-size: 14px;
    line-height: 20px;
}

.subnav_1 li a {
    color: #000;
}

#newsDetails {
    width: 85%;
    height: auto;
    margin: auto;
    color: #b5b5b5;
}

.news_rec {
    width: cale(100% - 20px);
    height: 75px;
    border-bottom: 1px solid white;
    padding: 40px 0px 0px 20px;
    font-size: 14px;
}

.news_rec>span {
    font-size: 14px;
}

.news_rec_title {
    font-size: 26px;
    margin-bottom: 5px;
}

.news_det {
    width: cale(100% - 60px);
    height: auto;
    padding: 40px;
    padding-bottom: 70px;
    border-bottom: 1px solid white;
}

.news_det>span {
    display: block;
    margin-bottom: 10px;
    font-weight: lighter;
    line-height: 26px;
}

.news_bottom {
    width: 100%;
    height: 100px;
}

.news_bottom>span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    position: relative;
    top: 20px;
    font-weight: lighter;
    border: 1px solid #b5b5b5;
    cursor: pointer;
}

.det_up {
    float: left;
    left: 10px;
}

.det_down {
    float: right;
    right: 10px;
}