@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    /* display: none; */
}
.news-list .item .box{
    padding: 30px;
    background: #FFFFFF;
    transition: all .3s ease;
    border-radius: 0 30px 30px 0 ;
    margin: 0 auto 0px;
}
.news-list .txt {
}
.news-list .btn.more{
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .txt {
    padding: 0px;
}
.news-list .item .box:hover{
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.184);
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #1A4086;
    width: 100%;
    padding-top: 13px;
    margin-top: 15px;
    background: #FFFFFF;
    height: 15px;
}
.news-list.type4 .date .day{
    color: #1A4086;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: auto;
    line-height: 0.8;
    margin-bottom: 0px;
    font-size: 17px;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: 0px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 17px;
}
.news-list.type4 .date .month {
    order: unset;
}
.news-list.type3 .item .name{
    margin: 15px 0 10px;
}
.news-list .item .name{
    color: #333333;
    font-size: 17px;
    margin: 0px 0 10px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
}
.news-list .item:hover .name{
    color: #1A4086;
}
.news-list .box:hover .name{
    /* text-decoration: underline; */
}
.news-list .item .description{
    color: #666;
    font-family: "Noto Sans TC", sans-serif;
}
.news-list .date,
.news-list.type3 .date{
    font-size: 17px;
    font-family:"Figtree", sans-serif;
    font-weight: 600;
    color: #1A4086;
}
.news-list.type3 .day {
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
}
.news-list.type4 .item,
.news-list.type3 .item {
    padding: 0px 20px 0 0;
    border-left: solid #BDCCD9 3px;
}
.news-list.type4 .item:hover,
.news-list.type3 .item:hover {
    border-left: 3px solid;
    border-image: linear-gradient(to bottom, #1A4086 0%, #3FC0FF 100%);
    border-image-slice: 1;
}
.news-list .date .month,
.news-list .date .years {
    font-size: 17px;
}
.news-list.type3:before {
    width: 0px;
}
.news-sect .news-list.type4 .item:nth-child(n) {
    /* width: 325px; */
    position: relative!important;
    left: auto!important;
    top: auto!important;
}
@media screen and (max-width: 1440px){
    .news-sect .news-list.type3 .item:nth-child(n){
        width: 325px!important;
    }
    .news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
        width: 50%!important;
    }
}
@media screen and (max-width: 1000px){
    .news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
        width: 100%!important;
    }
}
.news-list .btn.more {
    background: #1A4086;
    font-family: 'Open Sans';
    color: #ffffff;
}
.news-list .btn.more {
    background: #1A4086;
    color: #fff;
    border-radius: 50px;
    bottom: 20px;
}
.news-list .box:hover .btn.more {
    background: #FAB92B;
    color: #fff;
}
.news-list.type3 {
    margin: 0 0px;
}
.news-list.type2 .date {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.news-list.type2 .date {
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 1px;
}
.news-list.type2 .date .month:before {
    content: '-';
}
.news-list.type2 .date .years:before {
    display: none;
}
/*!列表通用 index、news*/
/*瀑布流*/
.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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #3FC0FF;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
}
.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: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
