@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
.article-box .keyword li,
.article-box .keyword li a {
    display: inline;
    padding: 0;
    transition: all .2s;
    background: none;
    border:none;
    color: #333333;
}
.article-box .keyword_box .keyword li a:hover{
    background: none;
    border-color: transparent;
    color: #D70C19;
    text-decoration: underline;
}
.article-box .keyword li+li:before {
    content: ',';
}
.article-list .item .date{
    font-family: Rokkitt,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #24262C;

}
.article-list .item .name{
    color: #1F365C;
    font-family: Work Sans,Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.article-list .item .box:hover .name{
    color: #D70C19;
}
.article-list .item .description{
    color: #333333;
}
.type1 .article-list .date{
        padding: 40px 34px 0;
}
.type1 .article-list .item .text{
    margin: 0 21px;
}
.type1 .article-list .item .text:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #F5F5F5;
    width: 190px;
}
.type1 .article-list .more-box{
    left: 35px;
}
.type1 .article-list .description{
    margin-bottom: 65px;
}
.type2 .keyword_box:before{
    width: 100%;
    background: #E8E9EA;
}
.type2 .keyword_box{
    border-bottom: solid 1px #E8E9EA;
}
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid transparent;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.type1 .article-list .text-all{
    border:none;
}
.type1 .keyword_box{
    border-top: solid 1px #E8E9EA;
    border-bottom: solid 1px #E8E9EA;
}
.type5 .keyword_box{
    color: #1f365c;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #1F365C;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
    font-family: Barlow Condensed;
    font-size: 20px;
    font-weight: normal;
    text-transform:uppercase;
}
.type1 .article-list .box:hover .btn.more,
.type4 .article-list .box:hover .btn.more{
    color: #fff;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #1F365C;
    transition: all .3s ease;
    border-radius: 5px;
    z-index: -1;
}
.type1 .article-list .btn.more a,
.type1 .article-list .box:hover .btn.more a,
.type .article-list .btn.more a,
.type .article-list .box:hover .btn.more a{
    z-index: 3;
    color: #fff;
}
.type1 .article-list .btn.more:after,
.type4 .article-list .btn.more:after{
    content: '';
    display: block;
    background: #D70E19;
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: -1;
}
.type1 .article-list .box:hover .btn.more:after,
.type4 .article-list .box:hover .btn.more:after{
    width: 100%;
    right: inherit;
    left: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #1F365C;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}

@media screen and (max-width: 1000px){
    .type1 .article-list .item .text:before{
        display: none;
    }
    .type1 .article-list .date{
        padding: 0;
    }
    .type1 .article-list .item .text{
        margin: 0;
    }
    .type1 .article-list .more-box{
        left: 0;
    }
    .type1 .article-list .description{
        margin-bottom: 15px;
    }
}
/*!列表通用 index article*/
.keyword_box.detail{
    margin: 15px 0;
}
.keyword li a {
    display: inline;
    padding: 0;
    transition: all .2s;
    background: none;
    border:none;
    color: #333333;
}
.keyword li+li:before {
    content: ',';
}
.keyword_box .keyword li a:hover{
    background: none;
    border-color: transparent;
    color: #D70C19;
    text-decoration: underline;
}
/*------------ detail-main ------------*/
.article-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    margin: -35px 0px 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 13px;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.article-date .day{
    display: block;
    width: 100%;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0px;
    margin: 20px 0 30px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #1F365C;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 480px){

}
