@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
.article-list .item .box {
    position: relative;
    margin: 0 auto 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    order: 2;
}
.article-list .item .name{
    color: #121212;
    font-weight: normal;
    letter-spacing: 0.85px;
    transition: all .3s ease;
}
.article-list .box:hover .name{
    color: #06348B;
}
/*/列表通用 index article*/
.article-date{
    margin: auto;
}
.type4 .article-list .date {
    font-family: 'Prompt', serif;
}
/*al_共同*/
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description{
    color: #666666;
    letter-spacing: 0.85px;
    line-height: 1.5;
    font-size: 16px;
    max-height: 75px;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
    position: relative;
    z-index: 5;
    overflow-x: unset;
    border: 3px solid #0B398C;
    background: #fff;
    color: #1980C3;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 34px;
    border-radius: 0;
    font-family: 'Prompt', serif;
    overflow: hidden;
}
.type1 .article-list .box .btn.more::before,
.type4 .article-list .box .btn.more::before {
    content: '';
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    background: #0B398C;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transition: all 0.3s ease;
    z-index: -1;
}
.type1 .article-list .box .btn.more:hover::before,
.type4 .article-list .box:hover .btn.more::before {
    height: 450%;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    color: #fff;
    background: transparent;
}
/*/al_共同*/
/*type1*/
.type1 .article-list .item .box {
    margin: 0 auto 30px;
    border-color: #ddd;
    padding-bottom: 30px;
}
.article-list .text-all {
    border-color: #ddd;
}
.type1 .article-list .date {
    font-family: 'Prompt', serif;
}
/*/type1*/
/*type2*/
.type2 .keyword_box:before {
    background: #ddd;
}
.type2 .article-list .date{
    color: #06348B;
    border-color: #06348B;
    font-family: 'Prompt', serif;
}
.type2 .keyword_box {
    border-bottom: 1px solid #ddd;
}
.type2 .article-list .date .day {
    padding: 0 5px 0 0;
}
/*/type2*/
/*type3*/
.type3 .article-list .date{
    color: #444;
    border-color: #06348B;
    font-family: 'Prompt','微軟正黑體', serif;
}
.type3 .article-list .Category {
    color: #fff;
    padding: 0 10px;
    background: -webkit-linear-gradient(left, #08368B 0, #1981C3 100%);
}
.type3 .article-list .Category+.date:before {
    background: #999;
}
.type3 .keyword_box:before {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Prompt','微軟正黑體', serif;
}
/*/type3*/
/*type4*/
.type4 .article-list .date:before{
    color: #06348B;
    border-color: #06348B;
}
.type4 .right-box .tit {
    font-size: 20px;
    font-family: 'Prompt','微軟正黑體', serif;
}
.type4 .keyword_box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.type4 .article-list.right-box li .name{
    font-size: 16px;
    max-height: 110px;
}
/*/al_type4*/
/*al_type5*/
.type5 .article-list .item .box {
    background: #F0F3F7;
    border: 0;
}
.type5 .article-list .item .box:hover {
    background: -webkit-linear-gradient(top, #08368B 0, #1981C3 100%);
}
.type5 .article-list .box:hover .name {
    color: #fff;
}
.type5 .article-list .box:hover .description {
    color: #fff;
    letter-spacing: 0.85px;
    line-height: 1.5;
}
.type5 .article-list .box:hover .keyword_box:before {
    color: #fff;
}
.type5 .article-list .box:hover .keyword li a {
    color: #fff;
}
.type5 .article-list .box:hover .keyword li+li:before {
    color: #fff;
}
.type5 .article-list .keyword li a:hover {
    color: #95d6ff;
}
.type5 .keyword_box {
    color: #444;
}
.type5 .article-list .item .date,
.article-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -40px 0 15px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    border-radius: 0;
    background: -webkit-linear-gradient(top, #08368B 0, #1981C3 100%);
    font-family: 'Prompt', serif;
    transition: all 0.3s ease;
}
.type5 .article-list .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.type5 .article-list .item .box:hover .date {
    background: #fff;
    color: #08368B;
}
.type5 .article-list .item .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    height: 28px;
    padding: 0;
}
.type4 .article-list .description{
    font-size: 16px;
    max-height: 75px;
}
/*/al_type5*/
/*keyword_box*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #121212;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.keyword li a{
    border-radius: 0;
    background: #F0F3F7;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*/keyword_box*/
/*------------ content ------------*/
.article-date{
    text-align: center;
    width: 62px;
    height: 62px;
    margin: 0;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0px;
    margin: 0px 0 10px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #121212;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-width: 1px 0;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
}