@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .item .box{
    padding: 10px;
    background: rgba(170, 170, 170, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: all .3s ease;
    overflow: hidden;
}
.news-list .box:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F4F1E2;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list .box:hover:before{
    opacity: 1;
}
.news-list .pic,
.news-list .pic img {
    border-radius: 15px;
}
.news-list .date {
    color: #00BBD4;
    font-family: 'Montserrat', serif;
}
.news-list .item:nth-of-type(4n + 1) .box .date {
    color: #00BBD4;
}
.news-list .item:nth-of-type(4n + 2) .box .date {
    color: #FE7042;
}
.news-list .item:nth-of-type(4n + 3) .box .date {
    color: #49AE4E;
}
.news-list .item:nth-of-type(4n + 4) .box .date {
    color: #EDB301;
}
.news-list .item .name{
    color: #121212;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #00BBD4;
}
.news-list .item .description{
    text-align: left;
    font-size: 15px;
    color: #878787;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #666;
}
/*/列表通用 index、news*/
/*n_type2*/
.news-list.type2 .item {
    padding: 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .box {
    margin: 0 auto 30px;
}
.news-list.type2 .date,
.news-list.type2 .date .day, 
.news-list.type2 .date .month,
.news-list.type2 .date .years  {
    font-weight: normal;
}
.news-list.type2 .date .day {
    font-size: 30px;
    padding-right: 5px;
}
.news-list .btn.more {
    bottom: 10px;
    font-weight: normal;
    font-family: 'Montserrat', serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #121212;
    border-radius: 40px;
    line-height: 38px;
    width: 120px;
    border: 1px solid rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.news-list .box:hover .btn.more {
    background: #00BBD4;
    border-color: #00BBD4;
    color: #fff;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3 .item {
    padding: 0 10px;
    margin: 0 auto 30px;
    border: 0;
}
.news-list.type3 .item .box {
    padding: 30px 20px;
    margin: 0;
}
.news-list.type3 .txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.news-list.type3 .date {
    font-size: 18px;
    display: flex;
    position: static;
    margin: 50px 0 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}
.news-list.type3 .item:nth-of-type(4n + 1) .box .date {
    color: #00BBD4;
}
.news-list.type3 .item:nth-of-type(4n + 2) .box .date {
    color: #FE7042;
}
.news-list.type3 .item:nth-of-type(4n + 3) .box .date {
    color: #49AE4E;
}
.news-list.type3 .item:nth-of-type(4n + 4) .box .date {
    color: #EDB301;
}
.news-list.type3 .date .day,
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}
.news-list.type3 .name {
    margin-top: 0;
}
.news-list.type3 .description {
    -webkit-line-clamp: 1;
    max-height: 23px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 30px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    padding: 15px 10px;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date{
    position: relative;
    border-radius: 0;
    color: #00BBD4;
    width: 100%;
    height: 18px;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1;
    font-family: 'Montserrat', serif;
}
.news-list.type4 .item .date .day{
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    order: 3;
    font-weight: normal;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .date .month{
    margin: 0;
    font-size: 18px;
    line-height: 1;
    order: 2;
    font-weight: normal;
}
.news-list.type4 .date .years {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    order: 1;
    font-weight: normal;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    max-height: 24px;
    -webkit-line-clamp: 1;
}
/*/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;
    text-align: center;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order: 3;
}
.news-date{
    position: relative;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    padding: 5px 0 0;
    width: 60px;
    height: 60px;
    font-weight: 500;
    background: rgba(170, 170, 170, .2);
    border-radius: 100%;
    z-index: 2;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order: 1;
    width: 100%;
    font-weight: 600;
    display: block;
    line-height: 0.8;
    margin-bottom: 20px;
    font-size: 30px;
}
.news-date .month{
    order: 3;
}
.news-date .month::before {
    content: '.';
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-weight: 500;
}
.news-title{
    margin: -60px auto 10px;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.8px;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 75px;
}
.news-detail{
    position: relative;
    box-sizing: border-box;
}
.share_box{
    text-align: left;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list.type2 {
        margin: 0 -5px;
    }
    .news-list.type2 .item {
        padding: 0 5px;
    }
    .news-date {
        margin: 0 0 5px;
    }
    .news-title{
        font-size: 18px;
        padding: 0 0 15px;
        margin: 0;
    }
    .news-header {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .news-list.type2 .txt {
        margin: 0;
        padding: 15px 0 0;
    }
    .news-list.type2 .btn.more {
        bottom: unset;
        margin: 15px 0 0;
    }
}