.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;
}
.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: #f31e3c;
    line-height: 1.2;
    padding-right: 10px;
    margin-right: 10px;
    border-right: dotted 1px #000;
}
.news-header .date small,
.news-list .txt .date small{
    font-size: 34px;
    display: block;
    font-weight: bold;
}
.news-header .date2{
    position: absolute;
    right: 10px;
    top: 20px;
    font-weight: 600;
    color: #f31e3c;
}
.news-list .name {
    overflow: hidden;
    height: 55px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #111;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.news-list .description {
	color: #666;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin: 20px 0;
}
.news-list .box:hover .description {
    text-decoration: underline;
}
.news-list .more {
    background: url(../../images/common/_icon/btn.jpg);
    width: 89px;
    height: 24px;
    text-indent: -5000px;
    margin-top: 10px;
    margin-left: 15px;
	-webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.2);
}
.news-list .box:hover .more {
    background-position: 0 100%;
}

.news-header {
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: solid 2px #f3f3f3;
    position: relative;
}
.news-header:before{
    content: '';
    width: 100px;
    position: absolute;
    border-bottom: solid #f31e3c 2px;
    bottom: -2px;
    left: 0;
}
.news-header .title {
    float: right;
    width: calc(100% - 125px);
    padding-right: 60px;
    margin-top: 10px;
    font-weight: bold;
    color: #111;
    font-size: 22px;
}
.news-detail {
    padding: 28px 0;
}
.news-detail .title {
    background: #33D3EB;
    width: 136px;
    color: #fff;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    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;
    }
}
@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;
    }
}