@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;
}

.type5 .keyword_box {
    color: #888;
}

.article-list .item .name {
    color: #333;
    font-weight: 500 !important;
}

.article-list .box:hover .name {
    color: #EC6B00;
}

.article-list .item .description {
    color: #8C8C8C;
}

.article-list .item .box:hover .description {
    color: #464646;
}

.type5 .article-list .item .date, .article-date {
    color: #FFFFFF;
    margin: -45px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #0000B2;
    background: -moz-linear-gradient(280deg, #0000B2 24%, #FF007F 78%);
    background: -webkit-linear-gradient(280deg, #0000B2 24%, #FF007F 78%);
    background: linear-gradient(to 280deg, #0000B2 24%, #FF007F 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000B2', endColorstr='#FF007F', GradientType=1);
}

.article-date {
    margin: auto;
}

.type1 .article-list .btn.more, .type4 .article-list .btn.more {
    z-index: 5;
    overflow-x: unset;
    color: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    font-size: 12px;
    border-radius: 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

.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: linear-gradient(to right, #F6FF14 0, #FB785A 14.28%, #F5029B 28.56%, #E4059F 42.85%, #6C1BB7 57.14%, #3524C2 71.42%, #002ECD 85.71%, #F6FF14 100%) 0 center/200% auto;
    animation: linkAnimation 4s linear infinite;
    z-index: -1;
    transition: all .3s ease;
    opacity: 0;
}

.type1 .article-list .box:hover .btn.more:before, .type4 .article-list .box:hover .btn.more:before {
    transition: all .7s ease;
    opacity: 1;
}

@keyframes linkAnimation {
    to {
        background-position-x: 200%
    }
}

.type1 .article-list .box:hover .btn.more, .type4 .article-list .box:hover .btn.more {
    border-color: transparent;
    color: #000;
}

.type3 .article-list .date, .type4 .article-list .date:before {
    color: #EC6B00;
    border-color: #EC6B00;
}

.type2 .article-list .date {
    border-color: #EC6B00;
}

.article-list .text-all {
    border-color: #ddd;
}

/* date */

.type1 .article-list .item .box:hover .date, .type2 .article-list .item .box:hover .date, .type3 .article-list .item .box:hover .date, .type4 .article-list .item .box:hover .date {
    color: #FF007F;
}

/* date */

.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}

.type2 .keyword_box:before {
    background: #ddd;
}

.type3 .article-list .Category {
    padding: 0 10px;
    color: #fff;
    background: #0000B2;
    background: -moz-linear-gradient(280deg, #0000B2 24%, #FF007F 78%);
    background: -webkit-linear-gradient( 280deg, #0000B2 24%, #FF007F 78%);
    background: linear-gradient(to 280deg, #0000B2 24%, #FF007F 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000B2', endColorstr='#FF007F', GradientType=1);
}

/*------------ 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: #787878;
    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: #999;
}

.type4 .keyword li a, .keyword li a {
    border-radius: 0;
}

.keyword_box .keyword li a:hover, .type4 .keyword_box .keyword li a:hover {
    background: #EC6B00;
    border-color: #EC6B00;
    color: #fff;
}

.type5 .keyword_box .keyword li a:hover {
    color: #FF0099;
}

/*!列表通用 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) {}