.news-list {
    margin: 0 -40px;
}
.news-list li+li {
    border-left: dashed #DFDDD3 1px;
}
.news-list li:nth-child(5) {
    border-left: none;
}
.news-list .item {
    width: 25%;
    padding: 0 20px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 300px;
    margin: 0 auto 50px;
    position: relative;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.news-list .txt {
    position: relative;
    padding: 0 15px;
}
.news-header .date,
.news-list .txt .date{
    float: left;
    font-size: 14px;
    text-align: center;
    color: #8A8A8A;
    line-height: 1.2;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #ccc;
    font-family: 'Jost','微軟正黑體', sans-serif;
}
.news-header .date small,
.news-list .txt .date small{
    font-size: 34px;
    display: block;
    font-weight: 400;
}
.news-header .date2{
    position: absolute;
    right: 10px;
    top: 20px;
    color: #8a8a8a;
    font-family: 'Jost','微軟正黑體', sans-serif;
}
.news-list .name {
    height: 55px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #111;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list .description {
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin: 20px 0;
}
.news-list .more {
    background: #7d7d7d;
    color:#fff;
    text-align:center;
    border-radius:5px;
    letter-spacing:0.1em;
    width: 90px;
    height: 25px;
    line-height:25px;
    font-family: 'Jost','微軟正黑體', sans-serif;
    margin-top: 10px;
    margin-left: 15px;
    transition:all .3s ease;
}
.news-list .box:hover .more {
    background:#212121;
    letter-spacing:0.15em;
}
.news-header {
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: solid 2px #dfdfdf;
    position: relative;
}
.news-header:before{
    content: '';
    width: 100px;
    position: absolute;
    border-bottom: solid #8a8a8a 2px;
    bottom: -2px;
    left: 0;
}
.news-header .title {
    float: right;
    width: calc(100% - 120px);
    padding-right: 55px;
    margin-top: 10px;
    font-weight: bold;
    color: #111;
    font-size: 22px;
    margin: 0 0;
}
.news-detail {
    padding: 28px 0;
}
.news-detail .title {
    background: #33D3EB;
    width: 136px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    margin: 0 auto 30px;
}
.news-detail .editor {
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .item:nth-child(odd){
        border-left:none;
    }
    .news-header .title{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .news-list li+li {
        border-left: none;
    }
    .news-header .date{
        float: none;
        width: 48px;
        display: block;
    }
    .news-header .title{
        float: none;
        width: 100%;
        padding-right: 0;
    }
}