@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box {
    top: 0;
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #444;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #5BC2D9;
}
.news-list .item .description{
    color: #666;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #878787;
}
.news-list .date {
    color: #444;
    font-family: 'Sulphur Point', serif; 
}
.news-list .date .month,
.news-list .date .years {
    color: #878787;
}
/*/列表通用 index、news*/
/*n_type1*/
.news-list .btn.more {
    border-radius: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #5BC2D9;
    font-family: 'Sulphur Point', serif;
    z-index: 5;
    overflow-x: hidden;
    bottom: 40px;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: linear-gradient(45deg, #98C837 0%, #5BC2D9 100%);
    z-index: -1;
    transition: all .3s ease;
    opacity: 0;
}
.news-list .box:hover .btn.more:before{
    opacity: 1;
}
.news-list.type1 .item:nth-child(2n) {
    background: url(../../../images/layout06/common/bg.webp);
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list .box:hover .btn.more {
    background: transparent;
    color: #fff;
}
.news-list.type1 .txt {
    padding: 0 20px 0 0;
    width: 83%;
    padding: 0;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    margin: 0 -10px;
}
.news-list.type2 .item {
    margin-bottom: 0;
    padding: 0 10px;
    border: 0;
}
.news-list.type2 .item .box {
    margin: 0 auto 40px;
    padding: 0 0 40px;
}
.news-list.type2 .item .name {
    margin: 10px 0 5px;
}
.news-list.type2 .item .box {
    border-bottom: 2px dotted #ececec;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 .item {
    border-left: 2px dotted #ececec;
}
.news-list.type3 .date {
    color: #878787;
}
.news-list.type3 .item .name {
    margin: 0 0 10px;
}
.news-list.column3 .item:nth-child(3n+1) {
    border: 0;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
}
.news-list.type4 .item .box {
    border: 0;
}
.news-list.type4 .txt {
    position: static;
    min-height: unset;
    padding: 10px 0 0;
}
.news-list.type4 .item .date {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #444;
    background: #fff;
    font-family: 'Sulphur Point', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.news-list.type4 .item .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -25px;
    font-size: 30px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 14px;
    color: #878787;
}
.news-list.type4 .item .box:hover .date {
    color: #fff;
    background: linear-gradient(45deg, #98C837 0%, #5BC2D9 100%);
} 
.news-list.type4 .box:hover .date .month,
.news-list.type4 .box:hover .date .years {
    color: #fff;
}  
.news-list.type4 .item .name {
    margin: 0 0 10px;
}
/*/n_type4*/
/*n_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/n_瀑布流*/
/*------------ /news ------------*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    position: relative;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #fff;
    background: linear-gradient(45deg, #98C837 0%, #5BC2D9 100%);
    font-family: 'Sulphur Point', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.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: 15px;
    color: #fff;
    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%;
    padding: 0 0 10px;
}
.news-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.5px;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 0 10px;
    color: #444;
    border: 1px dotted #ececec;
    border-width: 2px 0;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list.type4 .item .date {
        top: 10px;
        left: 10px;
        width: 55px;
        height: 55px;
    }
    .news-list.type4 .item .date .day {
        font-size: 25px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 13px;
    }
    .news-title {
        font-size: 18px;
    }
    .news-date {
        width: 60px;
        height: 60px;
    }
    .news-date .day {
        font-size: 30px;
    }
    .news-date .month,
    .news-date .years {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0;
    }
}
@media screen and (max-width: 520px) {
    .news-list.type1 .txt {
        width: 100%;
    }
}