@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
    background: #fdfdfd;
    border: 3px solid #f0efe9;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #ff6c00;
}
.article-list .item .date{
    color: #F569A5;
    border-color: #F569A5;
}
.type2 .keyword_box:before{
    background: #d89959;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
        color: #3B3B3B;
}
.article-list .item .description{
    color: #999;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #FF7DB9;
    border-color: #FF7DB9;
    background: none;
}
.keyword_box.detail .keyword li a{
    border:none;
    padding: 0;
}
.keyword_box.detail .keyword li a:hover{
    background: none;
    color: #B70065;
}
.keyword li a:hover{
    color:#B70065;
}
.article-box .keyword li a:hover{
    background:  #B70065;
    border-color:  #B70065;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: rgb(247,178,208); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(247,178,208,1) 0%, rgba(255,108,188,1) 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247,178,208,1) 0%,rgba(255,108,188,1) 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247,178,208,1) 0%,rgba(255,108,188,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b2d0', endColorstr='#ff6cbc',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    background: #FFF;
    color: #D80078;
    border: 1px solid #DB0079;
    line-height:36px;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    opacity: 0.8;
    color: #fff;
    border-color:#FFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: rgb(247,178,208); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(247,178,208,1) 0%, rgba(255,108,188,1) 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247,178,208,1) 0%,rgba(255,108,188,1) 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247,178,208,1) 0%,rgba(255,108,188,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b2d0', endColorstr='#ff6cbc',GradientType=1 );
}
.type4 .keyword_box .keyword li a:hover{
    background: #B70065;
    border-color: #B70065;
}
/*------------ 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: #ff6cbc;
    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:#B70065;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.article-date{
    color: #ffffff;
    font-size: 25px;
    padding-left: 1px;
    font-family: 'Roboto', sans-serif;
    background: rgb(247,178,208);
    background: -moz-linear-gradient(left, rgba(247,178,208,1) 0%, rgba(255,108,188,1) 85%);
    background: -webkit-linear-gradient(left, rgba(247,178,208,1) 0%,rgba(255,108,188,1) 85%);
    background: linear-gradient(to right, rgba(247,178,208,1) 0%,rgba(255,108,188,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b2d0', endColorstr='#ff6cbc',GradientType=1 );
    width: 120px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: 0 0 5px;
}
.article-date .years{
    font-size: 14px;
    order: 2;
} 
.article-date .day{
    order:1;
}
.article-date .month{
    order:3;
    font-size: 14px;
}
.article-date .day:after{
    content: '/';
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -2px;
    
}
.article-date .month:before{
    content: '.';
    display: inline-block;
}
.pic_box{
    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: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.article-detail{
    border-bottom:  1px dashed #d7ccb7;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 769px){
    .type2 .article-list .item .box{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px){
  
}
