.news-list {
    padding: 30px 0px 0px;
}
.news-list .item {
    width:16.666%;
    margin: 0 auto;
    padding: 0px 15px 20px;
}

.news-list .box {
    text-align: center;
}

.news-list li .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
    max-width:200px;
    border-radius: 50%;
}
.news-list .pic:before{
    content: " ";
    position: absolute;
    background: rgba(252,222,222,0.75) url('../images/cover.png')center -20% no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 11;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.news-list a:hover .pic:before{
    background: rgba(252,222,222,0.75) url('../images/cover.png')center no-repeat;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.news-list .date,.news-header .date{
    display: inline-block;
    color: #2693FF;
    font-family: '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    line-height: 1;
    text-align: center;
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 14px;
}
.news-list .date:before,.news-header .date:before{
    content: " ";
    position: absolute;
    background:url('../images/icon.svg') -170px -261px;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
}
.news-list .title {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.news-list .box:hover .title {
    color: #ADADAD;
}
.news-list .description {
    margin-top: 6px;
    font-size: 14px;
    color: #878787;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:70px;
}


.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}
.news-header .title{
    font-size: 21px;
    color: #7F522C;
}
.news-detail {
    padding-bottom: 20px;
}


.down-btn{
    width: 200px;
    height: 65px;
    background: url(../images/promotion/down-btn.png) 0 0;
    display: block;
    text-indent: -5000px;
    float: right;
}
.down-btn:hover{
    background-position: 0 100%;
}



@media screen and (max-width: 1280px) {
    .news-list .item {
        width:20%;
    }
}
@media screen and (max-width: 1200px) {
    .news-list .item {
        width:25%;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .item {
        width:25%;
    }
}
@media screen and (max-width: 800px) {
    .news-list .item {
        width:33.33%;
    }
}
@media screen and (max-width: 767px) {
    .news-list .item {
        width:50%;
    }
}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}