@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    background: #1b2143;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #3e53e6;
    bottom: 10px;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    width: 100%;
    margin: 0px auto;
    color: #C8A063;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
    font-family: "DM Serif Text", 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{
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "DM Serif Text", sans-serif;
}
.news-list .item .name{
    color: #fff;
}
.news-list .box:hover .name{
    color: #C8A063;
}
.news-list .item .description{
    color: #eee;
    max-height: 72px;
}
.news-list .item .box:hover .description{
    
}
.news-list .more-box{
    margin: 16px 0 0;
}
.news-list .btn.more{
    position: relative;
    bottom: 0;
    font-size: 0;
    overflow: visible;
    line-height: inherit;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #000 0%,#000 49%,#C8A063 51%,#C8A063 100%);
    background-size:200%;
    background-position-x:0%;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    transition: all .3s;
}
.news-list .box:hover .btn.more{
    background: linear-gradient(to right, #000 0%,#000 49%,#C8A063 51%,#C8A063 100%);
    background-size:200%;
    background-position-x:0%;
    background-position-x:-100%;
}
.news-list .btn.more:before{
    display:none;
}
.news-list .btn.more:after{
    content: '';
    width: 12px;
    height: 10px;
    background: linear-gradient(to right, #fff 0%,#fff 49%,#fff 51%,#fff 100%);
    background-size:200%;
    background-position-x:0%;
    clip-path: polygon(0 40%, 55% 40%, 55% 0, 100% 50%, 55% 100%, 55% 60%, 0 60%);
    position: relative;
    transition: all .3s cubic-bezier(.19,1,.22,1);
}
.news-list .box:hover .btn.more:after{
    background-position-x:-100%;
}
.news-list .txt:before,
.news-list .txt:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: all 1s;
}
.news-list.type3 .txt:before,
.news-list.type3 .txt:after{
    display: none;
}
.news-list .txt:before {
    bottom: 0;
    right: 0;
    border-right: 1px solid #C8A063;
    border-bottom: 1px solid #C8A063;
}
.news-list .txt:after {
    top: 0;
    left: 0;
    border-left: 1px solid #C8A063;
    border-top: 1px solid #C8A063;
}
.news-list .box:hover .txt:before,
.news-list .box:hover .txt:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*-type1*/
.news-list.type1{
    
}
.news-list.type1 .item{
    border:none;
}
.news-list.type1 .item+.item {
    border-top: 1px solid rgba(189, 180, 193, 0.3);
    padding:16px 0 0;
    margin:16px 0 0;
}

.news-list.type1 .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .box:before,
.news-list.type1 .box:after{
    display:none;
}
.news-list.type1 .txt{
    width: 100%;
    height: auto;
    min-height: inherit;
    padding: 0;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .date{
    padding: 8px;
    font-family: "DM Serif Text", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-weight:500;
    width: 56px;
    height: 56px;
    color: #555;
    transition:all .3s;
    background:#fff;
    border: 1px solid #f0f0f0;
}
.news-list.type1 .box:hover .date{
    color: #fff;
    background:#C8A063;
}
.news-list.type1 .date .day {
    display: block;
    width:100%;
    font-size: 36px;
    line-height:1;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type1 .item .txt_in{
    padding: 0;
    height: fit-content;
}
.news-list.type1 .name{
    margin-bottom:4px;
}
.news-list.type1 .description{
    -webkit-line-clamp: 2;
    max-height: max-content;
    height: auto;
}
.news-list.type1 .box:hover .description {
    
}
.news-list.type1 .more-box{
    margin: 0;
}
/*-type2*/
.news-list.type2 .box{
    background: transparent;
}
.news-list.type2 .txt{
    padding: 16px 16px 48px;
    background: transparent;
    margin-left: 180px;
}
.news-list.type2 .name{
    color: #333;
}
.news-list.type2 .description{
    color: #999;
}
.news-list.type2 .more-box {
    margin: -32px auto 0;
    width: fit-content;
}
@media screen and (max-width: 767px) {
    .news-list.type2 .txt{
        margin-left: 0;
    }
}
/*-type3*/
.news-list.type3{
    margin: 0 auto;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.news-list.type3 .date{
    color: #24262C;
}
.news-list.type3 .name{
    margin: 0 0 8px;
    color: #333;
}
.news-list.type3 .description{
    color: #999;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .more-box{
    display: none;
}
/*-type4*/
.news-list.type4{
    margin: 0 auto;
}
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: transparent;
    padding: 0;
    border: 0;
}
.news-list.type4 .item .box:hover {
    
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    position: static;
    padding: 16px;
    z-index: 99;
    /* border: 1px solid #d9d9d9; */
    border-width: 0 1px 1px;
    transition: all .3s;
    min-height: 100px;
    position: relative;
    z-index: 0;
}
.news-list.type4 .item .date {
    margin: 0;
    background: #333;
    border-radius: 0;
    font-family: "DM Serif Text", serif;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.news-list.onlyitem-list .item .date{
    margin: 16px 0 ;
    position: static;
}
.news-list.type4  .item .box:hover .date{
    background: #C8A063;
    color: #fff;
}
.news-list.type4 .item .date .day{
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-weight: 400;
    font-size: 13px;
}
.news-list.type4 .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    color: #333;
}
.news-list.type4 .box:hover .name{
    color: #C8A063;
}
.news-list.type4 .description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    color: #888;
}
.news-list.type4 .box:hover .description{

}
.news-list.type4 .more-box{
    display: none;
}
/*-//modify news-list css*/
/*------------ rwd ------------*/
