@charset "utf8";
.nwListRows table{
    width: 100%;
}
.nwListRows table tr td{
    vertical-align: middle;
    font-size: 16px;
    color: #2B2B2B;
    line-height: 180%;
    border-bottom: 1px solid #CECECE;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nwListRows table tr:last-child td{
    border-bottom: 0;
}
.nwListRows table tr td:first-child{
    width: 155px;
    text-align: center;
}
.nwListRows table tr td:nth-child(2){
    width: 132px;
    text-align: center;
}
span.hoCat{
    display: block;
    background-color: #000;
    text-align: center;
    color: #fff;
    height: 26px;
    line-height: 26px;
}
.nwListRows table tr td:last-child{
    padding-left: 15px;
    padding-right: 10px;
}
#news{
    padding-top: 85px;
    padding-bottom: 112px;
}
.detail-breadcum{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 140%;
    color: #000;
}
.detail-content{
    margin-top: 75px;
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
span.detail-title{
    font-size: 25px;
    border-bottom: 1px solid #000;
    line-height: 160%;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 18px;
}
.detail-date{
    font-size: 15px;
    color: #000;
    line-height: 160%;
    display: block;
    margin-bottom: 42px;
}
.detail-text{
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 160%;
    color: #000;
}
.detail-back{
    font-size: 15px;
    margin-top: 70px;
}
#news.newsDetail{
    padding-bottom: 240px;
}
@media screen and (max-width:767px) {
    .detail-content{
        margin-top: 30px;
    }
    span.detail-title{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .detail-date{
        margin-bottom: 20px;
    }
    #news.newsDetail{
        padding-bottom: 85px;
    }
}