.news-list .box {
    margin: 0 auto 30px;
    line-height: 1.65;
    overflow: hidden;
    position: relative;
}
.news-list .box .txt{
    box-sizing: border-box;
    border: 2px solid #E94609;
}
.news-list .box .txt:before{
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border:solid 1px #E94608;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.news-list .item:hover .box .txt:before{
    border-width: 3px;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.news-list .pic {
    float: right;
    width: 280px;
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    margin-right: 294px;
    padding: 48px 36px 48px 181px;
    position: relative;
    background: #FFF;
    transition: all .3s ease;
    /*min-height: 210px;*/
}

.news-list .date {
    display: inline-block;
    color: #E94609;
    font-family: "Cinzel";
    font-weight: bold;
    font-size: 60px;
    line-height: 0.9;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -50px;
    width: 140px;
    font-weight: bold;
}

.news-list .item:hover .date {
    color: #FFF;
}
.news-list .date span,
.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
    font-weight: bold;
    letter-spacing: 0;
}
.news-list .date small{
    white-space:nowrap;
}
.news-list .name {
    color: #E94608;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    transition: all .3s ease;
}
.news-list .item:hover .box .name {
    color: #FFF;
}
.news-list .description {
    color: #555555;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.3;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}
.news-list .item:hover .box .description {
    color: #FFF;
}
.news-list .item:hover .box .txt{
    background: #E94608;
}
.news-list .item:hover .box .txt{
    border: 2px solid #ED6A39;
}
.news-list .item:hover .box .txt:before{
    border: 1px solid #ED6A39;
}
.news-list .box .txt:after {
    content: "";
    background: url(../../images/common/index/news_pic5.png);
    width: 114px;
    height: 110px;
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 0;
    transition: all .3s ease;
}
.news-list .item{
    transition: all .3s ease;
    position: relative;
    top: 0;
}
.news-list .item:hover{
    transition: all .3s ease;
    top:-10px;
}
.news-list .item:hover .txt:after {
    opacity: 1;
}
.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
}
.news-header .date {
    display: table-cell;
    vertical-align: middle;
    color: #E94609;
    font-family: Archivo Black;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    border: 4px double #E94609;
    background: #FFF;
    width: 110px;
    height: 110px;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "Cinzel";
}
.news-header .date span,
.news-header .date small {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-top: 2px;
    font-weight: bold;
    letter-spacing: 0;
}
.news-header .date small {
    white-space: nowrap;
}
.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #E94609;
    font-weight: 400;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
}
.news-detail {
    padding-bottom: 20px;
}
.share_box{
    margin-top: -20px;
    margin-bottom: 15px;
    text-align: left;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn ,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    color: #000;
    cursor: pointer;
    font-size:25px;
}
.share_box .share-link .btn:hover{
    color:#e94609;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}
.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}
.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}
.share_box .share-link .btn.line:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}
.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}
.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0;
    padding: 0px 0 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 3px 0 0;
}
.share_box .share-link .a2a_kit .a2a_button_whatsapp,
.share_box .share-link .a2a_kit .a2a_button_sina_weibo{
    font-size: 25px;
    line-height: 1;
    padding: 3px 0 0;
    width: 25px;
}
.share_box .share-link .a2a_kit .a2a_button_whatsapp:hover{
    color:#38d855;
}
.share_box .share-link .a2a_kit .a2a_button_sina_weibo:hover{
    color:#e0152c;
}
.share .btn {
    background: #1F1F1F;
    color:#F5F5F5;
    width: 35px;
    height: 35px;
    line-height: 10px;
    border-radius: 4px;
    margin-left: 2px
}
.share .btn .ic{
    font-size:28px;
}

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .box {
        max-width: 320px;
        text-align: center;
    }
    .news-list .pic {
        float: none;
        width: auto;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
        /*height: 220px;*/
    }
    .news-list .date {
        position: static;
        height: auto;
        font-size: 35px;
        margin: 0 0 6px;
        width: unset;
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 110px;
        height: 80px;
        font-size: 28px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 6px 0 0;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: inherit;
        white-space: nowrap;
    }
    .news-header .title {
        padding: 0;
        text-align: center;
        font-size: 21px;
    }
    .share_box{
        text-align:center;
    }
}
@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}