@charset "utf-8";
/*------------ news ------------*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #444;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #21A59C;
}
.news-list .item .description{
    font-size: 16px;
    color: #868686;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.news-list .date {
    color: #071D49;
    font-family: 'Poppins', serif;
}
/*/列表通用 index、news*/
/*n_type1*/
.news-list.type1 .date .day {
    font-size: 45px;
    letter-spacing: -1px;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
    letter-spacing: -0.5px;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #F3F4F7;
}
.news-list.type1 .item {
    border-bottom: 1px dashed #d6d6d6;
}
/*n_type1*/
/*n_type2*/
.news-list.type2 .item {
    border-bottom: 1px dashed #d6d6d6;
}
.news-list.type2 .pic,
.news-list.type2 .pic img {
    border-radius: 10px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-weight: normal;
    border-radius: 40px;
    letter-spacing: 1px;
    background: #071D49;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #00988D;
}
.news-list.type2 .date .day {
    font-size: 25px;
    padding-right: 5px;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3 .item {
    border: 0;
    padding: 0 10px;
    margin: 0 auto 20px;
}
.news-list.type3 .box {
    padding: 35px 25px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.news-list.type3 .box:hover {
    background: #21A59C;
}
.news-list.type3 .date .day,
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    margin: 0;
    color: #071D49;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}
.news-list.type3 .box:hover .date .day,
.news-list.type3 .box:hover .date .month,
.news-list.type3 .box:hover .date .years {
    color: #fff;
}
.news-list.type3 .box:hover .name {
    color: #fff;
}
.news-list.type3 .description {
    -webkit-line-clamp: 1;
    max-height: 24px;
}
.news-list.type3 .box:hover .description {
    color: rgba(255, 255, 255, 0.8);
}
.news-list.type3 .more-box {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 30px 0 0;
}
.news-list.type3 .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #071D49;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: '微軟正黑體', sans-serif;
    background: transparent;
    margin: 0 0 0 auto;
    width: 95px;
    transition: all 0.3s ease;
}
.news-list.type3 .box:hover .more {
    background: transparent;
    color: #fff;
    letter-spacing: 3px;
}
.news-list.type3 .btn.more:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: unset;
    width: 15px;
    height: 15px;
    background: #071D49;
    border-radius: 100%;
    transition: all .3s ease;  
}
.news-list.type3 .box:hover .btn.more:before {
    background: #fff;
    opacity: 1;
}
.news-list.type3 .btn.more::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    transition: all .3s ease;
}
.news-list.type3 .box:hover .btn.more::after {
    border-color: transparent transparent transparent #21A59C;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item .box{
    border-radius: 10px;
    border: 0;
    background: #fff;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.news-list.type4 .item .pic,
.news-list.type4 .item .pic img {
    border-radius: 10px 10px 0 0;
}
.news-list.type4 .txt {
    padding: 15px;
    position: static;
}
.news-list.type4 .item .date,
.news-date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: normal;
    background: #071D49;
    border-radius: 100%;
    font-family: 'Poppins', 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 .box:hover .date {
    background:#00988D;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -22px;
    font-size: 27px;
    font-weight: 600;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 11px;
    font-weight: 600;
}
/*/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;
    top: unset;
    left: unset;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: #00988E;
    z-index: 2;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -22px;
    font-size: 27px;
    font-weight: 600;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 11px;
    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%;
    margin: 0 0 10px;
}
.news-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    color: #071D49;
    letter-spacing: 1px;
    border: 1px dashed #d6d6d6;
    border-width: 1px 0;
    line-height: 1.4;
}
/*------------ /content ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list.type3 .box {
        padding: 25px 15px;
    }
    .news-list .name {
        font-size: 18px;
    }
    .news-list.type3 .more-box {
        margin: 15px 0 0;
    }
    .news-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 .name {
        margin: 20px 0 15px;
    }
}