@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type3:before{
    background: url(../../../images/layout04/common/bg/bg01.jpg);
}
.news-list .item .box{
    padding: 12px;
    background: #EEEAE6;
    background: rgba(241,237,233,0.4);
    transition: all .3s ease;
    border-radius: 15px;
}
.news-list .btn.more{
    bottom: 12px;
    background: #FCA372;
    
    color: #ffffff;
}


.news-list .box:hover .btn.more {
    background: #EB5405;
    color: #ffffff;
}

.news-list.type3 .item {
    padding: 0px 20px;
    margin: 10px 0px 20px;
    position: relative;
    border-left: solid #d7d7d7 1px;
}


.news-list.type4 .item .box{
    border: none;
    border-radius: 15px;
    padding: 10px;
}

.news-list .item .box:hover{
    background: rgba(233, 194, 105, 0.4);
}

.news-list  .pic{
    border-radius: 15px;
}

.news-list.type4 .pic {
    border-radius: 15px;
}


.news-list.type4 .txt {
    position: static;
    padding: 15px 0px 0;
    min-height: auto;
}

.news-list .item .date{
    font-family: 'Open Sans', sans-serif;
}


.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    padding-top: 13px;
   
    background: #EB5405;
    
}


.news-list .date {
  
    font-family: 'Jost', sans-serif;
}

.news-list.type2 .date {
  
    font-weight: normal;
}

.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 56px;
    left: 21px;
}





.news-list.type4 .date .day {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.05em;
}


.news-list.type4 .date .month, .news-list.type4 .date .years {
    
    font-weight: 400;
}
.news-list .item .name{
    color: #666666;
    font-size: 16px;
}
.news-list .box:hover .name{
   
}
.news-list .item .description{
    color: #666
}
/*!列表通用 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;
    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: 13px;
    border-radius: 10px;
    font-weight: 300;
    font-family: 'Jost', sans-serif;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: rgb(255, 255, 255);
    font-weight: 300;
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 400;
}
.news-title{
    margin: -60px auto 10px;
    color: #000;
    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;
    }
}



.news-list.type3 {
    margin: 0 0px;
}