/*------------ news ------------*/

.news-list {
    margin: 0 -20px;
}

.news-list li {
    width: calc((100% / 3) - 0.1px);
    padding: 0 20px 35px;
}

.news-list li:nth-child(3n+1) {
    clear: left;
}

.news-list li a {
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #F7F7F7;
    padding: 12px;
    position: relative;
    max-width: 375px;
    margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #DDDDDD;
     -webkit-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.news-list li a:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(216,216,216,0.8);
    box-shadow: 0 0 15px rgba(216,216,216,0.8);
    -webkit-transform: translate(0,-12px);
    transform: translate(0,-12px);
}

.news-list li .pic {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list li .date{
    position: absolute;
    width: 68px;
    height: 72px;
    line-height: 1.2;
    color:#BBBBBB;
    font-size: 15px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    left: 25px;
    top: -10px;
    z-index: 15;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.01em;
}

.news-list li .date b,
.news-date b {
    font-size: 36px;
    color: #fff;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 6px 0 2px 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}


.news-date {
    position: absolute;
    width: 68px;
    height: 72px;
    line-height: 1.2;
    color:#BBBBBB;
    font-size: 15px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    left: 25px;
    top: -10px;
    z-index: 15;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
}

.news-list li .name {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color:#000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 15px 0 5px;
}

.news-list a:hover .name {
}


/*------------ detail-main ------------*/

.news-detail {
    background: #fff;
    padding: 0 15px 50px;
}

.news-title {
    position: relative;
    margin: 0 -15px 15px;
    padding: 35px 20px 20px 104px;
    letter-spacing: 2px;
    color: #000000;
    font-size: 18px;
    border-bottom: 1px solid #dedede;
    line-height: 1.5;
}

.news-date small {
    color: #F8921A;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 23px 0 0 13px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}


/*------------ rwd ------------*/

@media screen and (max-width: 900px) {
    .news-list li {
        width: 50%;
    }
    .news-list li:nth-child(3n+1) {
        clear: none;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
    .news-list {
        margin: 0;
    }
    .news-list li {
        width: 100%;
        padding: 0 0 35px;
    }
}

@media screen and (max-width: 480px) {
    .news-title {
        padding: 85px 20px 20px;
    }
}
