@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;
}
.news-list .item .name{
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 7px;
}
.news-list .box:hover .name{
    color: #F37A41;
}
.news-list .item .description{
    color: #8C8C8C;
}

.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #113f76;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #F37A41;
    color: #FFF;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 0px #D9D9D9;
    background: transparent;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 50%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background: #F37A41;
    width: 60px;
    height: 60px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .3s ease;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -20px;
    font-size: 31px;
    font-weight: 600;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size:10px;
}
.news-list.type4 .txt {
    position: static;
    padding: 10px;
    min-height: auto;
}

.news-list.type4 .name{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
    line-height: 1.5;
    margin-bottom: 4px;
    font-size: 20px;
}
.news-list.type4 .description {
    max-height: 26px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.news-list.type4:not(.onlyitem-list) .item .box:hover .date{
    background: #113f76;
}
.news-list.type1 .txt{
    width: 100%;
    padding: 0;
}
.news-list.type1 .date {
    font-size: 32px;
    padding: 22px 5px 10px;
    line-height: 19px;
    text-align: center;
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    color:#F37A41;
}
.news-list.type1 .box:hover .date {
    color:#113f76;
    transition: all .3s ease;
}
.news-list.type1 .date .month, .news-list.type1 .date .years{
    font-size: 13px;
    font-weight:500;
}
.news-list.type1 .description{
    -webkit-line-clamp: 1;
}
.news-list.type1 .item {
    margin-bottom: 0px;
    border-bottom: 2px solid #eee;
}
.news-list.type1 .item:last-child{
    border-bottom: 0px solid #eee;
}
.news-list.type1 .item .txt_in {
    padding: 10px 15px;
    overflow: hidden;
    width: 100%;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: none;
}
.news-list.type1 .btn.more{
    font-size:0;
    width: 30px;
    height: 30px;
    overflow-x: visible;
    background: none;
}
.news-list.type1 .box:hover  .btn.more{
     background: none;
}
.news-list.type1 .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: url(../../../images/layout06/common/index/moreic_.png) no-repeat;
    z-index: -1;
    transition: all .3s ease;
}
.news-list.type1 .box:hover .btn.more:before { 
    opacity:1;
    background: url(../../../images/layout06/common/index/moreic2.png) no-repeat; 
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4 .txt_in {
        width: calc(100% - 0px);
        margin-left: 0;
        margin-top: 0;
        padding: 5px 0;
    }
    .news-list.type4.onlyitem-list .txt_in {
        width: calc(100%);
        margin-left: 0px;
        margin-top: 10px;
        padding: 0;
    }
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
    color: #333;
}
/*------------ rwd ------------*/


@media screen and (max-width:1280px) {
    .news-list.column4 .item {
        width: 25%;
    }

    .news-list.column4 .item:nth-child(3n+1) {
        clear: none;
    }
}

@media screen and (max-width: 1000px) {
     .news-list.column4 .item {
        width: 50%;
    }
        .news-list.column4 .item:nth-child(2n+1){
        clear: left;
    }
}