@charset "utf-8";
/*列表通用 index、news*/

.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 6px;
    color: #FFFFFF;
    font-family: 'Noto Serif TC', sans-serif;
    font-weight: 600;
    background: #473F7F;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: 500;
}
.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;
    top: 43px;
    position: absolute;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .txt{
}
.news-list .item .name{
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-family: 'Noto Serif TC', sans-serif;
    color: #444444;
    margin-bottom: 0px;
}
.news-list .box:hover .name{
    color: #473F7F;
}
.news-list .item .description{
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 14px;
    font-family: 'Noto Serif TC', sans-serif;
    color: #8C8C8C;
    -webkit-line-clamp: 2;
}
.news-list .item .box:hover .description{
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background:#473F7F;    
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 index、news*/


/*------------ news ------------*/
.news-sect{
    padding: 95px 0 65px 0;
}
.news-sect:before{
    background: url('../../../images/layout06/common/index/bgp1.webp') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;bottom: 0;
    width: 991px;
    content: '';
    display: block;
    height: 526px;
    top: 0;
    right: 0;
}
.news-sect .n_left {
    position: absolute;
    top: 50%;
    left: -345px;
    width: 284px;
    height: 648px;
    background: url(../../../images/layout06/common/index/n_left.png) no-repeat;
    background-size: contain;
}
.news-sect .n_right {
    position: absolute;
    top: 90%;
    right: -312px;
    width: 268px;
    height: 377px;
    background: url(../../../images/layout06/common/index/n_right.png) no-repeat;
    background-size: contain;
}
.news-sect .title {
    text-align: left;
    margin: 0 -15px;
}
.news-sect .title h2 {
    margin: -90px 0 0 15px;
}
.news-sect .title h2::after {
    margin: 20px 0 35px 0;
}
.news-list .date {
    font-family: 'Noto Serif TC', sans-serif;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*!_type1*/
.news-list.type1 .item {
    border-bottom: 1px solid #ddd;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-weight: normal;
    font-family: 'Noto Serif TC', sans-serif;
    border-radius: 0px;
    transition: all 0.3s ease;
    width: 127px;
    height: 48px;
    line-height: 3;
}
.news-list .box:hover .btn.more {
    background: rgb(71,63,127,0.8);
    color: #ffffff;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #f5f5f5;
}
.news-list.type1 .date {
    font-family: 'Noto Serif TC', sans-serif
}
/*!_type1*/
/*!_type2*/
.news-list.type2 .item .pic {
    border-radius: 20px;
}
.news-list.type2 .item {
    padding: 0 10px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .date {
    font-family: 'Noto Serif TC', sans-serif
}
/*!_type2*/
/*!_type3*/
.news-list.type3 .item {
    border-left: 1px solid #ddd;
}
.news-list.type3 .name {
    height: auto;
    white-space: inherit;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*!_type3*/
/*!_type4*/
.news-list.type4 .txt {
    position: static;
    padding: 0px;
}
.news-list.type4 .item .box{
    border: 0;
}
.news-list.type4 .item .txt_in, 
.news-date {
    position: absolute;
    background: #ffffff;
    margin: 0px 15px;
    border-radius: 10px;
    bottom: 20px;
    padding: 20px;
    box-shadow: 7px 12px 16px rgba(0, 0, 0, 0.05);
}
.news-list.type4 .item .date {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    background: #473F7F;
    font-family: 'Noto Serif TC', sans-serif;
    transition: all 0.3s ease;
}
.news-date {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    background: #473F7F;
    font-family: 'Noto Serif TC', sans-serif;
    transition: all 0.3s ease;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: bold;
}
/*!_type4*/
/*瀑布流*/
.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;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.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: 12px;
    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%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
