@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}

.news-list.type3 .item{
    border: unset;
}

.news-list.type3:before{
    background: url(../../../images/layout04/common/bg/bg01.jpg);
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #EFF1F3;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}

.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    background: #0066AC;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    width: 135px;
}

.news-list .box:hover .btn.more {
    background: #48B15F;
    color: #fff;
}

.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    padding-top: 13px;
    font-weight: 500;
    background: #0066AC;
    font-family: "Montserrat", sans-serif;
}
.news-list.type4 .date .day{
    
}
.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%;

    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list .item .name{
    color: #333;
}
.news-list .box:hover .name{
    color:  #0066AC;
}
.news-list .item .description{
    color: #666
}

/*.news-list.type3*/

.news-list.type3:before{
    display: none;
}

.news-list.type3 .item {
    padding: 0px 10px;
    margin: 10px 0px 10px;
    position: relative;
    border-left: unset;
}

.news-list.type3 .item .box{
    border-left: 3px solid #DFF2FF;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 20px 20PX 0px;
    padding: 20px;
    
}


.news-list.type3 .item .box:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #0066AC;
}

.news-list.type3 .date .month:before, .news-list.type3 .date .day:before {
    content: '.';
}
.news-list.type3 .date{
    font-family: "Montserrat", sans-serif;
    color: #0067AC;
    font-size: 17px;
    display: flex;
    align-items: baseline;
}



.news-list.type3 .date .month, .news-list.type3 .date .years {
    font-size: 17px;
}

 
.news-list.type3 .name{
    margin-top: 5px;
}

.news-list.type3 {
    margin: 0;
}

/*.news-list.type3*/

/*!列表通用 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: 65px;
    height: 65px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
     
    font-weight: bolder;
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 30px;
}
.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-weight: 600;
}

.news-date .month , .news-date .years:after {
    content: '.';
}

.news-title{
    margin: -60px auto 10px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 95px;
}
.news-detail{
     
    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;
    }
}
