@charset "utf-8";
/*------------ article ------------*/
/*列表通用 index article*/
.article-list .item .box{
    position: relative;
    margin: 0 auto 40px;
    padding-bottom: 40px;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.article-list .item .box .name{
    padding: 0;
    color: #ccc;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.article-list .item .box:hover .name{
    color: #fff;
    text-decoration: underline;
}
.article-list .item .box .description {
    color: #a8a8a8;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #fff;
    position: relative;
    border-radius: 0;
    transition: all 0.3s ease;
    font-family: 'Orbitron', serif;
}
.article-box .article-list .btn.more a {
    font-family: 'Orbitron', serif;
}
.type1 .article-list .box:hover .btn.more,
.type4 .article-list .box:hover .btn.more{
    border-color: #fff;
    background: #fff;
    color: #202020;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: #fff;
    font-family: 'Orbitron', serif;
}
/*/列表通用 index article*/
/*ar_type1*/
.type1 .article-list .date {
    font-size: 60px;
    padding: 25px 25px 0;
    line-height: 35px;
}
.type1 .article-list .date .month,
.type1 .article-list .date .years {
    font-size: 18px;
}
.article-list .text-all {
    padding: 15px 0;
}
.type1 .article-list .item .box {
    margin: 0 auto 30px;
    border-width: 0 0 1px;
    padding-bottom: 30px;
    border-color: rgba(255, 255, 255, 0.25);
}
.article-list .text-all {
    border-color: rgba(255, 255, 255, 0.125);
}
/*/ar_type1*/
/*ar_type2*/
.type2 .article-list .date {
    color: #fff;
    border-color: #666;
    border-width: 2px;
    max-width: 120px;
}
.type2 .keyword_box:before {
    background: rgba(255, 255, 255, 0.25);
}
.type2 .keyword_box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.type2 .article-list .date {
    font-size: 30px;
}
/*/ar_type2*/
/*ar_type3*/
.type3 .article-list .date {
    color: #fff;
}
.type3 .article-list .Category {
    background: #666;
    color: #fff;
    padding: 0 10px;
}
.type3 .article-list .Category+.date:before {
    background: rgba(255, 255, 255, 0.25);
}
.type3 .keyword_box:before {
    color: #ccc;
}
/*/ar_type3*/
/*ar_type4*/
.type4 .article-list .item .box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.type4 .article-list .date:before{
    color: #fff;
}
.type4 .right-box .tit {
    font-family: 'Orbitron', 'Noto Sans TC', serif;
    color: #ccc;
}
.type4 .keyword_box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.type4 .article-list .item .box {
    border-color:  rgba(255, 255, 255, 0.25);
}
.type4 .article-list .item .box .name {
    padding-top: 10px;
}
.type4 .article-list .more-box {
    bottom: 10px;
}
/*/ar_type4*/
/*ar_type5*/
.type5 .article-list .item .box{
    padding: 0;
    background: #202020;
    transition: all .3s ease;
}
.type5 .keyword_box{
    padding: 10px 0 0 30px;
    margin: 20px 0 0;
    color: #aaa;
}
.type5 .keyword_box:before{
    left: 2px;
}
.type5 .article-list .pic .mask{
    display: none;
}
.type5 .article-list .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -75px -15px 40px;
    padding: 0;
    width: 120px;
    height: 36px;
    color: #fff;
    line-height: 1;
    background: #202020;
    border-radius: 0;
    transition: all 0.3s ease;
    font-family: 'Orbitron', serif;
}
.type5 .article-list .item .box:hover .date {
    color: #202020;
    background: #fff;
}
.type5 .article-list .item .date .day{
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 15px;
    order: 1;
}
.type5 .article-list .item .month{
    margin: 0;
    font-size: 15px;
    order: 2;
}
.type5 .article-list .item .month:before {
    display: none;
}
.type5 .article-list .item .years {
    margin: 0;
    font-size: 15px;
    order: 3;
}
.type5 .article-list .item .years::before {
    content: ',';
    padding: 0 5px 0 0;
}
.type5 .article-list .item .years::after {
    display: none;
}
.type5 .article-list .item .pic {
    margin: 0;
}
.type5 .article-list .name {
    margin-bottom: 10px;
}
.type5 .article-list .description {
    margin: 0;
    padding: 0;
}
/*/ar_type5*/
/*------------ /article ------------*/
/*------------ 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;
}
.keyword li a,
.type4 .keyword_box .keyword li a {
    border: 1px solid #202020;
    background: #202020;
    color: #ccc;
    border-radius: 0;
    transition: all .3s ease;
}
.keyword li a:hover,
.keyword_box .keyword li a:hover,
.type4 .keyword_box .keyword li a:hover {
    background: #464646;
    border-color: #464646;
    color: #fff;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #fff;
}
/*------------ /keyword_box ------------*/
/*------------ content ------------*/
.share_box .share-link{
    text-align: left;
}
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order: 3;
}
.article-date { 
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 62px;
    font-size: 30px;
    font-weight: 500;
    line-height: 0.5;
    letter-spacing: -1px;
    border-radius: 0;
    z-index: 2;
    font-family: 'Orbitron', serif;
    color: #fff;
}
.article-date .years{
    order: 2;
}
.article-date .day{
    order: 1;
    width: 100%;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: -5px;
    font-size: 30px;
}
.article-date .month{
    order: 3;
}
.article-date .month::before {
    content: '.';
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -5px;
    letter-spacing: 0;
    font-weight: 500;
}
.article-title{
    margin: -47px auto 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 70px;
    padding-bottom: 30px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.article-detail{
    position: relative;
}
.share_box{
    text-align: left;
    padding: 0 20px 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-width: 0 0 1px;
    margin: 0;
}
.editor + .share_box{
    border-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.pic_box{
    display: none;
}
.article-detail .share_box{
    text-align: left;
}
.keyword_box.detail {
    padding: 15px 0 15px 40px;
    margin: 30px 0 0;
    background: #202020;
}
.keyword_box.detail i{
    color: #aaa;
    top: 20px;
    left: 15px;
}
.keyword_box.detail li+li:before{
    content: ',';
    color: #aaa;
}
.keyword_box.detail li a{
    padding: 0;
    background: none;
    border: 0;
    color: #aaa;
}
.keyword_box.detail li a:hover{
    text-decoration: underline;
    color: #fff;
    background: none;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .column3 .article-list {
        margin: 0 -10px;
    }
    .column3 .article-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px){
    .type5 .article-list .item .box {
        margin-bottom: 20px;
    }
    .article-list .item .box .name {
        font-size: 16px;
    }
    .article-list .item .box .description {
        font-size: 14px;
    }
    .type5 .article-list .item .date {
        margin: -45px -10px 20px;
        padding: 0;
        width: 100px;
        height: 25px;
    }
    .type5 .article-list .item .day,
    .type5 .article-list .item .month,
    .type5 .article-list .item .years {
        font-size: 14px;
    }
    .type5 .article-list .item .text {
        margin: 0 10px 15px;
        padding: 0 0 15px;
    }
    .type5 .article-list .name {
        margin-bottom: 5px;
    }
    .article-title {
        margin: 0 0 15px;
        padding: 0 5px 15px;
        font-size: 16px;
    }
}
@media screen and (max-width: 769px) {
    .article-list .text-all {
        padding-bottom: 0;
    }
}