@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border:solid 1px #D9D9D9;
    background: #fff;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list.type4 .item .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 0;
    font-family: 'Rubik',serif;
    background: transparent;
    color: #24262C;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 65px;
    height: 65px;
    padding-top: 15px;
}
.news-list.type4 .item .box:hover .date{
    border-radius: 50%;
    background: transparent;
    color: #B72428;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
/* n-type1 */
.news-list.type1 .date{
    position: relative;
    padding: 12px 10px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    box-sizing: border-box;
    margin-top: 27px;
    padding-top: 23px;
    line-height: 15px;
    background: transparent;
    color: #24262C;
    transition: all 0.5s ease;
    font-weight: 500;
    font-family: 'Rubik',serif;
    letter-spacing: -2px;
}
.news-list.type1 .item .txt_in{
    padding: 27px 0 27px 25px;
}
.news-list.type1 .box:hover .date{
    border-radius: 50%;
    background: transparent;
    color: #B72428;
}
.news-list.type1 .date .day {
    font-size: 40px;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
    font-size: 13px;
}
/* end n-type1 */
/* n-type2~3 */
.news-list.type2 .date,
.news-list.type3 .date{
    font-weight: 500;
    font-family: 'Rubik',serif;
}
.news-list.type2 .date .day{
    margin-right: 5px;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years{
    font-weight: 500;
}
.news-list.type2 .box:hover .date,
.news-list.type3 .box:hover .date{
    color: #B72428;
}
/* end n-type2~3 */
.news-list .item .name{
    color: #222;
}
.news-list .box:hover .name{
    color: #C12025;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list .btn.more{
    z-index: 5;
    border-radius: 0;
    overflow-x: hidden;
    color: #ECBBB7;
    background: #B72428;
    font-family: 'Rubik',serif;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more{
    background: #B72428;
    color: #ECBBB7;
    letter-spacing: 5px;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type1 .btn.more{
    display: none;
}
.news-list.type1 .txt{
    width: 100%;
}
.news-list.type3 .item {
    border-left: solid #ccc 1px;
}
@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: 13px;
    border-radius: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    font-weight: bolder;
}
.news-date .day{
    display: block;
    width: 100%;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    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%;
    padding: 10px 0 10px;
    color: #030101;
    background: url(../../../images/layout06/common/bg/line02.png) repeat-x top , url(../../../images/layout06/common/bg/line02.png) repeat-x bottom;
}
/*------------ rwd ------------*/
