@charset "utf-8";
.content-title{
    display: none;
}
.content,.has-side .content{
    padding-top: 50px;
}
.share_box .share-link {
    text-align: left;
}
/*列表通用 index article*/
.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;
}
.article-list .item .description{
    color: #818D92;
}
.type5 .keyword_box{
    color: #818D92;
}
.type5 .keyword_box:before{
    content: '';
    height: 13px;
    width: 5px;
    background: #818D92;
    float: left;
    margin-right: 10px;
}
.type5 .article-list .item .date,
.article-date {
    color: #485837;
    margin: 0px 0 13px;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.type5 .article-list .item .text{
    margin: 0;
}
.type5 .article-list .description{
    color: #818D92;
}
.type5 .article-list .item .date{
    width: 100%;
    height: 39px;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    justify-content: end;
    padding-top: 0;
    margin-bottom: 0;
}
.type5 .article-list .item .day{
    width: auto;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 10px;
}
.type5 .article-list .item .month:after{
    content: '-';
}
.type5 .article-list .item .years:after{
    display: none;
}
.type5 .article-list .item .years{
    order: 3;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    position: relative;
}
.type4 .article-list .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: #626F3E;
    transition: all .3s ease;
    border-radius: 5px;
}
.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,.type4 .article-list .date:before{
    color: #626F3E;
    border-color: #626F3E;
}
.article-list .item .box .name,
.article-list .item .box:hover .name{
    color: #1E2414;
    margin-top: 0;
    font-weight: normal;
}
.article-list .item .box .pic{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.article-list .item .box .pic img{
    display: block;
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.article-list .item .box:hover .pic img{
     -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.article-list .item .text{
    position: relative;
    padding-top: 10px;
}
.article-list .item .text:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #849483;
    width: 32px;
    height: 5px;
    left: 0;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .text:before{
    width: 82%;
}
.type1 .article-list .item .text:before,
.type2 .article-list .item .text:before{
    display: none;
}
.article-list .right-item .item .text:before{
    display: none;
}
.article-list .pic .mask{
    display: none;
}
.type5 .article-list .item .name{
    font-size: 17px;
}
.type4 .article-list .item .name{
    padding-top: 10px;
}
/*------------ 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: #485837;
    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: #485837;
}
.type2 .keyword_box:before{
    background:  #4b5935;
}
.type2 .keyword_box{
    border:none;
}
/*!列表通用 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: 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;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .article-detail .fb {
        width: 82px;
        overflow: hidden;
    }
}
