@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 30px;
    transition: all .3s ease;
}
.news-list.type4 .item .box{
    max-width: 310px;
    border: solid 1px #dddddd;
}
.news-list .btn.more{
    bottom: 12px;
    border-radius: 30px;
    font-family: "Viga", sans-serif;
    background: #708BAB;
    color: #FFFFFF;
    font-weight: normal !important;
}
.news-list .box:hover .btn.more {
    background: #153869;
    color: #FFFFFF;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
}
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item .box{
    min-height: 208px;
}
.news-list.type4{
    margin: 0 -10px;
}
.news-list.type4 .item{
    padding: 0 10px;
    margin-bottom: 45px;
}
.news-list.type4 .pic{
    border-radius: 20px;
}
.news-list .date{
    font-family: "Viga", sans-serif !important;
    font-weight: normal !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 15px;
    color: #FFFFFF;
    width: 58px;
    height: 58px;
    padding-top:0;
    background: #708BAB;
    font-family: "Viga", sans-serif !important;
    transition: all .3s ease;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date{
    background: #153869;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-right: 0px;
    font-weight: normal;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.1;
    font-size: 30px;
    letter-spacing: 0.03em;
    font-weight: normal;
    margin: 0;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 10px;
    letter-spacing: 0.03em;
    font-weight: normal;
    margin-top: -15px;
}

.news-list.type4 .txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 15px 0px 0;
    min-height: inherit;
    align-items: center;
}
.news-list.type4 .txt_in{
    width: 75%;
}
.news-list .item .name{
    color: #292E3A;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.06em;
    transition: all .3s ease;
    height: auto;
}
.news-list .box:hover .name{
    color: #153869;
}
.news-list.type4 .name{
    margin: 0;
    height: 54px;
    box-sizing: border-box;
    padding-left: 12px;
}
.news-list .item .description{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.25;
    max-height:inherit;
    height: auto;
}
@media screen and (max-width: 1280px){
    .news-list.type4 .item{
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item{
        margin-bottom: 30px;
    }
    .news-list.type4 .item .date, .news-date{
        min-width: 52px;
        min-height: 52px;
        border-radius: 10px;
    }
    .news-list .item .box{
        border-radius: 20px;
    }
    .news-list.type4 .item .date .day {
        line-height: 1.2;
        font-size: 28px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 9px;
    }
    .news-list .item .name{
        font-size: 17px;
    }
    .news-list.type3 .item .box{
        min-height: inherit;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 .box{
        margin-bottom: 15px;
    }
}
/*!列表通用 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: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    color: #FFFFFF;
    width: 58px;
    height: 58px;
    padding-top:0;
    background: #708BAB;
    font-family: "Viga", sans-serif !important;
    transition: all .3s ease;
    align-items: center;
}

.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    display: block;
    width: 100%;
    line-height: 1.1;
    font-size: 30px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 0;
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years,
.news-date .month,.news-date .month{
    font-size: 10px;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin-top: -15px;
}
.news-title{
    margin: -60px auto 10px;
    color: #282D39;
    font-size: 18px;
    font-weight: normal;
    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 #dddddd;
    border-width: 1px 0;
    margin: 0 -15px;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 20px;
    }
}
