.news-list {
    margin: 0 -20px;
}
.news-list +.btn-box{
    padding-top: 10px;
}
.news-list .item {
    width: 25%;
    padding: 0 20px;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    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: 18px;
}
.news-list .box .pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.news-list .box:hover .pic img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-filter: blur(3px);
}
.news-list .txt {
    position: relative;
    padding-left: 76px;
}
.news-list .date {
    display: block;
    width: 60px;
    color:#101010;
    font-family:Roboto;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0;
}
.news-list .date small {
    display: block;
    font-size: 13px;
}
.news-list .name {
    color: #266BD2;
    font-size: 17px;
    margin-bottom: 9px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 46px;
}
.news-list .description {
    color: #101010;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
}
.btn.more {
    padding: 0 28px 0 34px;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    margin: 0px auto 0;
    border: none;
    font-family: 'Roboto';
    font-weight: bold;
    display: block;
}

.c-btn-line {
    position: absolute;
    top: 0;
    right: 8%;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 24px;
    width: 8%;
    height: 1px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-btn-line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: .3s ease;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -ms-transform-origin: right top;
    transform-origin: right top;

}
.box:hover .c-btn-line{
    animation: btnline .5s 1 cubic-bezier(.645, .045, .355, 1);
}

.box:hover .c-btn-line:before{
    opacity: 1;
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
@keyframes btnline {
    0% {
        transform: scale(1, 1);
        transform-origin: 100% 100%;
    }

    33% {
        transform: scale(0, 1);
        transform-origin: 100% 100%;
    }

    66% {
        transform: scale(0, 1);
        transform-origin: 0 0;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
}
.news-list .btn.more {
    height: 45px;
    line-height: 45px;
    background: #4B8DF8;
    color: #FFFFFF;
    font-size: 17px;
    width: 153px;
    margin-top: 25px;
    padding-left: 17px;
    padding-right: 17px;
}
.news-list .box:hover .btn.more {
    background: #65AFFC;
}
.news-list .box .c-btn-line{
    width: 14%;
}
.news-list .box .c-btn-line:before,.news-list .box .c-btn-line{
    background: #fff;

}

.news-header {
    max-width: 1000px;
    margin: 0 auto;
}
.news-header .date {
    display: block;
    background: url('../../images/common/news/date_bg.png');
    width: 116px;
    height: 130px;
    color: #101010;
    font-family: Roboto;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    padding-top: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 25px;
}
.news-header .date small {
    display: block;
    font-size: 18px;
}
.news-header .title {
    color: #003e5b;
    font-size: 23px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
}
.news-detail {
    padding: 8px 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: 1000px;
    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-header .title{
        font-size: 20px;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@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;
    }
}