@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #EFF1F3;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type3 .item{
    padding: 0px 10px;
    border-left: none;
    margin: 20px 0px 30px;
}
.news-list.type2 .item .box,
.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: inherit;
}
.news-list.type3 .item .box{
    padding: 20px 30px;
    border-radius: 50px;
}
.news-list .item .box:hover{
}
.news-list.type2 .pic,
.news-list.type4 .pic{
    border-radius: 50px;
}
.news-list .pic:before {
    content: '';
    background: none;
    border-radius: 50px;
    border: 0px solid #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}
.news-list .box:hover .pic:before {
    border: 4px solid #65AE8E;
    opacity: 1;
}
.news-list .txt{
    position: relative;
    z-index: 5;
}
.news-list.type4 .txt{
    padding: 0 15px;
    min-height: auto;
}
.news-list.type2 .more-box{
    display: none;
}
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
}


/*-change date style-*/
.news-list.type1 .date,
.news-list.type2 .date,
.news-list.type4 .date,
.news-list.type3 .date {
    font-size: 15px!important;
    display: flex!important;
    position: static!important;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 32px;
    background: #fff;
    color: #65AE8E;
    margin: -16px 0 16px;
    padding: 0!important;
    border-radius: 60px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-family: "Fredoka", sans-serif;
}
.news-list.type1 .box:hover .date, 
.news-list.type2 .box:hover .date, 
.news-list.type4 .box:hover .date, 
.news-list.type3 .box:hover .date{
     color: #fff;
    background: #65AE8E;
}
.news-list.type3 .date{
    margin: -32px 0 16px;
}
.news-list.type4 .date{
    margin: -16px 0 10px;
}
.news-list.type4 .date .day,
.news-list.type4 .date .month, 
.news-list.type4 .date .years{
    display: flex;
    width: auto;
    line-height: 1;
    font-size: inherit;
    
}
.news-list.type4 .item .date .day {

}
.news-list.type1 .day,
.news-list.type2 .day,
.news-list.type4 .day,
.news-list.type3 .day {
    order: 3;
    color: inherit!important;
    display: flex!important;
    width: auto!important;
    font-size: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 1px!important;
    font-weight:500!important;
}
.news-list.type1 .month,
.news-list.type2 .month,
.news-list.type4 .month,
.news-list.type3 .month {
    order: 2;
    font-size: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 1px!important;
    font-weight:500!important;
}
.news-list.type1 .years,
.news-list.type2 .years,
.news-list.type4 .years,
.news-list.type3 .years {
    order: 1;
    font-size: 15px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 1px!important;
    font-weight:500!important;
}
.news-list.type1 .date .years:before ,
.news-list.type2 .date .years:before ,
.news-list.type4 .date .years:before ,
.news-list.type3 .date .years:before {
    display: none;
}
.news-list.type1 .date .month:before,
.news-list.type1 .date .day:before,
.news-list.type2 .date .month:before,
.news-list.type2 .date .day:before,
.news-list.type4 .date .month:before,
.news-list.type4 .date .day:before,
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
.news-list .item .name{
    color: #3E2F25;
     font-weight: 600;
    height: auto;
    margin: 0px 0 10px;
    line-height: 28px;
    max-height: 56px;
    -webkit-line-clamp: 1;
   
}
.news-list .box:hover .name{
    color: #65AE8E;
}
.news-list .item .description{
    color: #666
}
/*!列表通用 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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #65ae8e;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
    width: auto;
    height: auto;
    font-family: "Fredoka", sans-serif;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
