@charset "utf-8";
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 0px;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
   border:1px solid #ddd;
   background: transparent;
   color: #484848;
   transition: all 0.3s;
   font-weight: normal;
   font-family: "Roboto Condensed", sans-serif;
}
.news-list .box:hover .btn.more {
    background: #9ac1d9; 
     border:1px solid #9ac1d9;
    color:#fff;
  
}
.news-list.type1 .item:nth-child(2n){
    background:#fff;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: rgba(204, 204, 204, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type2 .item{
   border:none;
   margin-bottom: 10px;
   padding: 0 10px 20px;
}
.news-list.type2 .item:nth-child(3),
.news-list.type2 .item:nth-child(4){
    background:none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    text-align:left;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list .date{
    color: #484848;
}
.news-list.type2 .date{
    margin-top: 8px;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
}
.news-list.type2 .date .month {
    font-weight: normal;
}

.news-list.type2 .date .day{
    border-top: #9CC2DA 2px solid;
    color: #484848;
  
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 500;
    background: #9CC2DA;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -42px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .item .name{
    color: #333333;
    font-weight: 600;
    font-family: "Noto Serif TC", serif;
     font-size: 17px;
}
.news-list .box:hover .name{
    color: #000;
    text-decoration: underline;
   
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
/*!列表通用 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: #9cc2da;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    background: none;
    margin: 0 0 0px;
    font-family: "Roboto Condensed", sans-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{
    order: 2;
    width: 100%;
    border-bottom: 1px solid #E6E4E3;
    color: #000;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0px 12px 0px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
    .news-title{
        padding: 17px 15px;
        /* background: #f5f4f1; */
    }
}
