@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 10px 10px 0;
    border-radius: 5px;
    background: #fff;
    transition: all .5s ease;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #444;
    margin-bottom: 5px;
    font-weight: normal;
    transition: all 0.5s ease;
}
.article-list .item .box:hover .name{
    color: #23AADC;
}
.article-list .item .box .description{
    color: #8C8C8C;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    font-family: 'Ubuntu', serif;
}
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description {
    color: #8C8C8C;
    letter-spacing: 1px;
}
.article-box .article-list .btn.more{
    position: relative;
    overflow-x: initial;
    background: #23AADC;
    color: #fff;
    z-index: 5;
    font-family: 'Ubuntu', serif;
    border: 1px solid #23AADC;
    transition: all 0.5s ease;
    font-weight: normal;
}
.article-box .article-list .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    color: #23AADC;
    background: #fff;
}
/*ar_type1*/
.type1 .article-list .item .box {
    margin: 0 auto 25px;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}
.type1 .article-list .date .day {
    letter-spacing: -7px;
}
.article-list .text-all {
    border-color: #E2E2EA;
}
/*!ar_type1*/
/*ar_type2*/
.type2 .article-list .item .box {
    background: #fff;
}
.type2 .article-list .date {
    color: #444;
    border-color: #23AADC;
}
.type2 .keyword_box:before {
    background: #E2E2EA;
}
.type2 .keyword_box {
    border-bottom: 1px solid #E2E2EA;
}
.type2 .article-list .item .text {
    padding: 15px 15px 15px 0;
}
.type2 .article-list .item:nth-child(even) .text {
    padding: 15px 0 15px 15px;
}
/*!ar_type2*/
/*ar_type3*/
.type3 .article-list .Category {
    background: #F4F4F4;
    padding: 0 10px;
    color: #23AADC;
    border-radius: 5px;
}
.type3 .article-list .Category+.date:before {
    background: #b1b1b1;
}
.type3 .article-list .item .box {
    background: #fff;
    padding: 10px;
    margin: 0 auto 45px;
}
.type3 .article-list .date {
    color: #444;
}
/*!ar_type3*/
/*ar_type4*/
.type4 .article-list .date:before{
    color: #23AADC;
}
.type4 .article-list .date {
    color: #444;
}
.type4 .keyword li a {
    background: #fff;
    border: 1px solid #fff;
}
.type4 .article-list .description {
    margin: 60px 0 40px;
    color: #8C8C8C;
    letter-spacing: 1px;
}
/*!ar_type4*/
/*ar_type5*/
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -25px;
    color: #AAAAAA;
    background: #fff;
    border-top: 1px solid #E2E2EA;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Ubuntu', serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(102, 102, 102, 0.85);
    transition: all .5s ease;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 100%;
    color: #fff;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    line-height: 0.8;
    background: #23AADC;
    transition: all .5s ease;
    display: flex;
    flex-wrap: wrap;
    margin: -42px 0 15px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'Ubuntu', serif;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -10px;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 500;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: -10px;
    letter-spacing: 0;
    font-weight: bold;
}
.type5 .article-list .item .name {
    font-size: 18px;
    padding: 0;
}
.type5 .article-list .description {
    margin: 10px 0 25px;
}
.type5 .article-list .item .years:after {
    content: '/';
}
/*!ar_type5*/
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    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: #222;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.article-date{
    margin: 0 0 15px;
    z-index: 2;
}
.article-date .years{
    order: 2;
}
.article-date .day{
    order: 1;
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -10px;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 500;
}
.article-date .month{
    order:3;
}
.article-date .month::before {
    content: '/';
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: -10px;
    letter-spacing: 0;
    font-weight: bold;
}
.article-title{
    color: #444;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 35px;
    padding-left: 100px;
    border-bottom: 1px solid #E2E2EA;
    margin: -60px -15px 10px;
}
.article-detail{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #E2E2EA;
    border-width: 0px 0 1px;
    margin: 0 -15px;
}
.editor + .share_box{
    border-width: 0;
    border-bottom: 1px solid #dedede;
}
.pic_box{
    padding: 0px;
    margin: 20px auto 30px;
    background: #f8f8f8;
}
.pic_box img{
    max-width: 650px;
    margin: auto;
}
.article-detail .share_box{
    text-align: left;
}
.keyword_box.detail{
    padding-bottom: 20px;
    margin-top: 10px;
}
.keyword_box.detail i{
    color: #aaa;
    top: 12px;
}
.keyword_box.detail li+li:before{
    content: ',';
}
.keyword_box.detail  li a{
    padding: 0;
    background:none;
    border:none;
    color: #AAAAAA;
}
.keyword_box.detail  li a:hover{
    color: #222;
    text-decoration: underline;
    background: none;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .type5 .article-list .item .box{
        padding: 10px;
    }
}
@media screen and (max-width: 769px) {
    .type2 .article-list .item .box {
        margin: 0 auto 20px;
        padding: 0;
    }
    .type2 .article-list .item .text {
        padding: 15px;
    }
    .type2 .article-list .text-all {
        padding: 0;
    }
    .type2 .article-list .description {
        margin: 15px 0 20px;
    }
}