@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    display:none;
}
.news-list.type3 .item {
    padding: 0px 30px;
    margin: 10px 0px 20px;
    position: relative;
    border-left:solid  #fff 0px;
}
.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: 20px;
    overflow: hidden;
}
.news-list .item .name{
    color: #333;
    font-weight: 500;
}
.news-list .box:hover .name{
    color: #008E66;
}
.news-list .item .description{
    color: #666666;
}

.news-list.type4 .item .name{
    color: #333;
    font-weight: 500;
}
.news-list.type4 .box:hover .name{
    color: #008E66;
}
.news-list.type4 .item .description{
    color: #666666;
}

.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: #EB6B5E;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #333333;
    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: 0 0 10px 10px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    background: #008E66;
    width: 65px;
    height: 65px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 3px 0 0;
    line-height: 2;
    position: absolute;
    left: 20px;
    top: 0;
    transition: all .3s ease;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -19px;
    font-size: 28px;
    /* font-weight: 600; */
}
.news-list.type4 .txt {
    position: static;
    padding: 0;
    min-height: auto;
}
.news-list.type4:not(.onlyitem-list) .txt_in {
     
    transition: all .3s ease;
     
    position: relative;
     
    padding: 5px 10px 0;
     
    box-sizing: border-box;
     
    border-radius: 15px;
}
.news-list.type4 .name{
    color:#35353F;
    -webkit-line-clamp: 2;
    height:auto;
    margin-bottom: 0px;
}
.news-list.type4 .description {
   display:none;
}

.news-list.type4:not(.onlyitem-list) .item .box:hover .date{
    background: #EB6B5E;
}

@media screen and (max-width: 1000px){
   
}
/*!列表通用 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: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
