@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 #ccc;
    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{
    color: #222;
    font-size: 17px !important;
    letter-spacing: 0.35px;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .name{
    color: #555;
    text-decoration: underline;
}
.article-list .item .description{
    color: #666666;
    line-height: 1.5;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .description{
    color: #464646;
}
.type5 .keyword_box{
    color: #222;
}
.article-list .item .date{
    font-family: 'Roboto', sans-serif;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    border-radius: 0;
    margin: -45px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #666666;
}
.type5 .article-list .item .box:hover .date{
    color: #222;
    background: #FFDB3F;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    position: relative;
    overflow-x: hidden;
    color: #fff;
    background: #FFDB3F !important;
    border-radius: 0;
    font-family: 'Roboto', serif;
    font-weight: 300 !important;
}
.type4 .article-list .box:hover .btn.more{
    color: #101010;
}
.type1 .article-list .btn.more:hover{
    color: #101010;
    background: #FFDB3F;
}
.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: #373737;
    z-index: -1;
    transition: all .3s ease;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,
.type3 .article-list .date{
    color: #000;
    border-color: #FFDB3F;
}
.type4 .article-list .date:before{
    color: #000;
    border-color: #000;
}
.article-list .pic .mask{
    background: rgba(0, 0, 0, 0.45);
}
.type2 .keyword_box {
    border-bottom: 1px solid #ccc;
}
.type2 .keyword_box:before {
    background: #ccc;
}
/*------------ 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: #000;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}
.type4 .keyword li a,
.keyword li a{
    border-radius: 0;
    background: #ccc;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 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: 15px;
    border-radius: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    color: #222;
    background: #FFDB3F;
}
.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;
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    color: #222;
    line-height: 1.5;
    background: url(../../../images/layout06-4/common/bg/line02.png) repeat-x top , url(../../../images/layout06-4/common/bg/line02.png) repeat-x bottom;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 480px){

}
