@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .name,
.type5 .article-list .item .name{
    font-weight: normal !important;
    color: #333;
    line-height: 1.5;
    transition: all 0.5s ease;
    font-size: 18px !important;
}
.article-list .item .box:hover .name{
    color: #0E4D96;
}
.article-list .item .description{
    color: #545454;
}
.article-list .item .box:hover .description{
    color: #464646;
}
.type5 .keyword_box{
    color: #787878;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 0;
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    background: #333;
}
.type5 .article-list .item .date{
    display: flex;
    flex-wrap: wrap;
    margin: -42px 0px 13px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
    top: 15px;
    left: 15px;
    position: absolute;
    margin: 0;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 0;
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    background: #333;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    background: #0E4D96;
    color: #fff;
}
.type1 .article-list .date{
    font-family: 'Rubik',sans-serif;
    font-weight: 300;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date{
    font-family: 'Rubik',sans-serif;
    color: #333;
    border-color: #DC1428;
    font-weight: 300;
}
.type4 .article-list .date .month, 
.type4 .article-list .date .years {
    font-weight: 300;
}
.type4 .article-list .date:before{
    border-color: #DC1428;
    color: #DC1428;
}
.article-list .text-all {
    border-color: #ddd;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
.type2 .keyword_box:before{
    background: #ddd;
}
.type5 .article-list .item .text{
    position: static;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 20px;
    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: #787878;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.keyword li a{
    border-radius: 0;
}
.type4 .keyword_box .keyword li a:hover,
.keyword_box .keyword li a:hover{
    background: #787878;
    border-color: #787878;
    color: #fff;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #787878;
}
/*!列表通用 index article*/
/*------------ 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: 0;
    border-radius: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0px;
    margin: 0px 0 10px;
    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: #2D3520;
    padding: 10px 0 10px;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x top , url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .box {
        margin-bottom: 30px;
        padding: 0;
    }
    .article-list .text-all {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 769px){
    .article-list .text-all {
        padding-bottom: 10px;
    }
    .type5 .article-list .item .text {
        margin: 0 15px;
    }
    .type4 .article-list.right-box li .text{
        margin: 10px 0 0;
    }
    .type4 .article-list .item .box {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px){
    .article-list .item .name, .type5 .article-list .item .name{
        font-size: 16px !important;
    }
    .type5 .article-list .item .date {
        top: 5px;
        left: 5px;
        width: 50px;
        height: 50px;
    }
    .type5 .article-list .item .date .day {
        font-size: 25px;
    }
    .type5 .article-list .date .month,
    .type5 .article-list .date .years {
        font-size: 10px;
        font-weight: 500;
    }
    .news-list .item .description {
        font-size: 14px;
    }
    .type4 .article-list .item .name {
        margin-bottom: 60px;
        min-height: 35px;
    }
}
@media screen and (max-width: 600px){
    .type4 .article-list .item .text{
        margin-top: 10px;
    }
}