@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    color: #333333;
    font-weight:bold;
}
.news-list .box:hover .name{
    color: #9B7542;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #FFF !important;
    background: #9B7542 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #0F2D3C;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .item:nth-child(2n){
    background: #F1F1F1;
}
.news-list.type3 .item {
    border-left: solid #dddddd 1px;
}
.news-list.type3:before{
    background: #FFF;
}
.news-list.type4 .txt {
    position: static;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 0px #D9D9D9;
    background: #F9F9F9;   
}
.news-list.type4 .item .box:before{
    content: "";
    background: url('../../../images/layout06-5/common/news/news_shadow.png') repeat center top;
    width: 250px;
    height: 62px;
    position: absolute;
    left: calc(50% - 125px);
    bottom: -28px;
    z-index: -1;
}
.news-list.type4 .item .date,
.news-date{
    color: #0F2D3C;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    background: #C5A577;
}
.news-list.type4 .item .box:hover .date{
    color: #C5A577;
    background: #0F2D3C;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 10px;
    margin-top: 0;
    border-radius: 0;
    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.type4 .name {
    margin-top: 10px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 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;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
