/*============= 基本樣式  =============*/
.article-list .item .box {
    margin: 0 auto;
    margin-bottom: 45px;
    position: relative;
    transition: all .2s;
    box-sizing: border-box;
}
.article-list .item .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.right-item .box{
    position: relative;
}
.right-item .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
/*new*/
.right-box{
    display: none;
}
.type4 .article-list .item .box .top_box{
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.type4 .article-list.right-box .item .box .top_box{
    flex-direction: unset;
}
.type4 .article-list .pic .mask{
    display: none;
}
.keyword_box {
    color: #666;
    font-size: 14px;
    line-height: 2.8em;
    padding: 9px 0;
    height: auto;
    position: relative;
    box-sizing: border-box;
    margin: 0px;
    z-index: 50;
    word-break: break-all;
}
.keyword_box ul {
    position: relative;
    word-break: keep-all;
}
.type5 .keyword_box ul{
    word-break: initial;
}
.keyword li,
.keyword li a ,
.list-h .keyword > li a,
.list-h .keyword .item a {
    display: inline;
    transition: all .2s;
    text-align: center;
    width: auto;
    word-break: break-all;
    margin-bottom: 3px;
}
.type4 .article-list.orig .keyword_box {
    display: none;
    border-bottom: 0;
}
.keyword li a {
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    border-radius: 5px;
    padding: 7px 8px;
    margin-right: 4px;
    line-height: 1.4;
}
.keyword_box .keyword li a:hover {
    background: #787B7C;
    border-color: #787B7C;
    color: #fff;
}
.article-list .pic .mask {
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all .2s;
}
.article-list .item .box:hover .mask{
    opacity: 1;
}
.type4 .article-list .btn.more {
    background: #DCDEDE;
    font-family: 'Open Sans';
    color: #24262C;
    width: 112px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
}
.type4 .article-list .box:hover .btn.more{
    background: #24262C;
    color: #DCDEDE;
    z-index: 60;
}
.type4 .article-list .description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 70px;
    margin: 20px 0 40px;
    color: #A9A5A3;
    height: auto;
}
.type4 .keyword_box {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
/*!new*/
/*-- 攔位 --*/
.article-list.orig{
    margin-left: -20px;
    margin-right: -20px;
}
.article-list.orig .item {
    width: 50%;
    max-width: 460px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.article-list.orig .item:nth-child(2n+1)  {
    clear: left;
}
/*============= style 1 txt+pic end =============*/
/*============= style 2 pic+txt  =============*/
.keyword_box{
    border-color:  #24262C;
}
/*============= style 2 pic+txt end  =============*/
/*============= style 3 pic+txt  =============*/
/*-- keyword --*/
/*============= style 3 pic+txt end  =============*/
/*============= style 4 NEW-box  =============*/
.article-box.type4 {
    display: flex;
    width: 100%;
}
.type4 .right-box{
    display: block;
}
.type4 .article-box-left {
    width: 65%;
    margin-right: 60px;
}
.type4 .right-box {
    display: block;
    width: 33%;
}
.type4 .article-list .item .pic {
    order: 1;
    max-width: 420px;
    max-height: 240px;
}
.type4 .article-list .item .text {
    margin: 0 0 0 0;
    order: 2;
    width: 100%;
    padding: 0 0 0px;
    position: relative;
}
.type4 .article-list .item .name {
    font-size: 18px;
    line-height: 1.64;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    max-height: 55px;
    color: #24262C;
    padding-top: 10px;
    margin: 0;
    margin-bottom: 10px;
    transition: all .3s ease;
}
.article-list .box:hover .name {
    color: #CD0B02;
}
.type4 .article-list .text-all {
    margin: 0;
    text-align: left;
    border: none;
    padding: 0 0 0px;
    min-height: inherit;
}
.type4 .article-list .more-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.type4 .article-list .date {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    color: #666666;
    text-align: left;
    padding: 0 0 0 0px;
    margin: 0;
}
.type4 .article-list .author {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    color: #666666;
    text-align: left;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}
.type4 .article-list .author:before {
    content: "";
    position: absolute;
    background: #666;
    width: 1px;
    height: 15px;
    right: 0;
    top: 3px;
}
/*-- right --*/
.type4 .article-list.right-box li .box {
    padding: 0;
    border: none;
    margin-bottom: 20px;
}
.type4 .article-list.right-box .item {
    width: 100%;
}
.type4 .article-list.right-box li .pic {
    max-width: 210px;
}
.type4 .article-list.right-box li .text {
    margin: 0 0 0 15px;
}
.type4 .article-list.right-box li .name {
    -webkit-line-clamp: 4;
    height: auto;
    max-height: 100px;
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 0;
    word-break: break-word;
}
/*-- keyword --*/
.type4 .article-list.orig .keyword_box {
    display: none;
}
.type4 .tit {
    color: #333333;
    font-size: 20px;
    padding-bottom: 23px;
    display: block;
    margin-top: 0px;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}
.type4 .tit:before {
    content: "";
    background: #C32721;
    width: 3px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
}
.type4 .tit b:before {
    content: '●';
    margin: 7px;
    font-size: 8px;
    height: 10px;
    font-family: 'arial';
    vertical-align: middle;
    position: relative;
    top: -4px;
}
.type4 .keyword li a {
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    margin-right: 4px;
    padding: 6px 7px;
}
.type4 .keyword_box .keyword li a:hover {
    background: #787B7C;
    border-color: #787B7C;
    color: #fff;
}
.type4 .keyword_box {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    margin-bottom: 40px;
    padding-top: 0;
}

/*============= style 4 NEW-box end =============*/
.airtle-title{
    font-size:28px;
    color:#222; 
    font-weight: 500;
}
.article-date{
    font-size: 15px;
    margin-bottom: 24px;
    display: block;
    color: #b1b1b1;
}
.btn.back{
    line-height: 31px;
    color: #fff;
    font-size: 15px;
    background: #bdbdbd;
    border: 1px #DBDBDB solid;
    padding: 5px 40px 5px 40px;
    transition: all .3s ease;
    float: unset;
    width: unset;
    height: unset;
    outline: unset;
}
.btn.back:hover{
    background: #C30E22;
}
.btn-box{
    margin-bottom: 60px;
}
.keyword_box.detail{
    display: flex;
    margin-top: 20px;
}
.keyword_box.detail > span{
    color: #333333;
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    white-space: nowrap;
}
@media screen and (max-width: 1530px) {
    .article-list.orig .item {
        width: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .type4 .article-list.right-box li .text {
        margin: 0px 0 0 5px;
        max-width: unset;
    }
}
@media screen and (max-width: 769px) {
   .article-list .keyword_box{
        display: none;
    }
    .article-list .text-all{
        padding-bottom: 20px;
    }
  
    .article-list .item .name {
        padding-top: 0;
    }
    /*============= style 1 txt+pic end =============*/
    /*--- ---*/
    .type4 .article-list .item .pic{
        display: block;
    }
    .type4 .article-box-left {
        width: 100%;
        margin-right: 0px;
        order: 2;
    }
    .type4 .article-list .item .box {
        margin: 0 auto 15px;
        padding-bottom: 15px;
    }
    .type4 .right-box {
        display: block;
        width: 100%;
        order: 1;
        padding-bottom:10px;
        margin-bottom:25px;
        border-bottom:1px solid #EFEFEF;
    }
    .type4 .article-list .more-box{
        bottom: 0;
    }
     .type4 .article-list .description{
        margin: 10px 0 20px;
     }
    .article-box.type4 {
        flex-wrap: wrap;
    }
    .type4 .keyword_box {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .type4 .article-list.right-box li .text {
        margin-left: 5px;
        margin-top: 5px;
    }
    .type4 .article-list .item .box .top_box{
        display: flex;
    }
    .type4 .tit {
        margin:0;
    }
}
@media screen and (max-width: 600px) {
    .type4 .article-list.right-box li .pic {
        max-width: 460px;
        text-align: left;
    }
    .type4 .article-list.right-box li .name {
        max-width: 420px;

    }
    .type4 .article-list .item .box .top_box{
        display: block;
    }
    .type4 .article-list .item .text{
        margin-left: 0;
    }
}