@charset "utf-8";
/*列表通用 index、news*/
.news-list .item .box{
    transition: all .3s ease;
    margin: 0 auto;
    top: 0;
}
.news-list .pic,
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}
.news-list .item .name{
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #E9B62E;
}
.news-list .item .description{
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.news-list .date {
    color: #222;
    font-family: 'Cardo', serif;
}
/*/列表通用 index、news*/
/*n_type2*/
.news-list.type2 {
    margin: 0;
}
.news-list.type2 .item .pic {
    margin-right: 20px;
}
.news-list.type2 .item {
    border-color: #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.news-list.type2 .date {
    font-size: 30px;
    padding-right: 5px;
}
.news-list .btn.more{
    border-radius: 0;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    color: #222;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
    z-index: 1;
}
.news-list .box:hover .btn.more::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list .box:hover .btn.more {
    color: #222;
}
.news-list .box:hover .btn.more::before{
    opacity: 1;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -30px;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
    padding: 0 30px;
    margin-bottom: 40px;
}
.news-list.type3 .box {
    margin: 0 auto;
}
.news-list.type3 .date {
    position: relative;
    display: flex;
    justify-content: center;
    width: 80px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #222;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    font-family: 'Cardo', serif;
    z-index: 1;
}
.news-list.type3 .item:nth-of-type(2n) .date {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.news-list.type3 .box .date::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list.type3 .box:hover .date::before{
    opacity: 1;
}
.news-list.type3 .name {
    -webkit-line-clamp: 1;
    height: 28px;
    margin: 20px 0 10px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: none;
    padding: 0;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 15px 15px;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    color: #222;
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
    border-radius: 0;
    font-family: 'Cardo', serif;
}
.news-list.type4 .item:nth-of-type(2n) .date {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.news-list.type4 .box .date::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list.type4 .box:hover .date::before {
    opacity: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    line-height: 28px;
}
.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
}
/*n_瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none !important;
}
/*/n_瀑布流*/
/*------------ content ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.share_box{
    width: 100%;
    order: 3;
    text-align: left;
    margin: 0 0 20px;
}
.news-date{
    display: flex;
    margin: 0 0 20px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #222;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    font-family: 'Cardo', 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: #222;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    font-family: 'Noto Serif TC', serif;
}
/*------------/content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
