@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 {
    margin: 0 0 10px;
}
.news-list .btn.more{
    /* bottom: 12px; */
}
.news-list.type4 .item .box{
    border:none;
}
.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: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
}
.news-list.type4 .date .day{
    color: #ffffff;
    font-weight: bolder;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}
.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: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}
.news-list .item .name{
    color: #333333;
    font-size: 17px;
    margin: 15px 0 10px;
    font-family: "Noto Sans TC", sans-serif;
}
.news-list .item:hover .name{
    color: #0067AC;
}
.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: #0067AC;
}
.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 #D3DFF3 3px;
}
.news-list.type4 .item:hover,
.news-list.type3 .item:hover {
    border-left: solid #0066AC 3px;
}
.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;
}
/*!列表通用 index、news*/
/*------------ news ------------*/
.news-list.type3 {
    position: relative;
    margin: 0 0px;
}
/*------------ 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #ffffff;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 35px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: -30px;
    letter-spacing: 0;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
}
.news-title{
    margin: -60px auto 10px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 66px;
}
.news-detail{
    background-color: #fff;
    padding: 0px 15px 25px;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #dedede;
    border-width: 1px 0;
    margin: 0 -15px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
