@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #EFF1F3;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type3 .item{
    padding: 0px 10px;
    border-left: none;
    margin: 20px 0px 30px;
}
.news-list.type2 .item .box,
.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: inherit;
}
.news-list.type3 .item .box{
    padding: 20px 30px;
    border-radius: 50px;
}
.news-list.type4 .item .box:hover .pic{
     border: 5px solid #28586a;
}
.news-list.type2 .pic,
.news-list.type4 .pic{
    border-radius: 40px;
    border: 5px solid #fff;
    box-sizing: border-box;
    transition: all .3s ease;
}
.news-list.type4 .item{
    padding:0 10px;
}
.news-list .txt{
    position: relative;
    z-index: 5;
}
.news-list.type4 .txt{
    padding: 0 10px;
    min-height: auto;
}
.news-list.type2 .more-box{
    display: none;
}
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: #28586a;
}


/*-change date style-*/
.news-list.type1 .date,
.news-list.type2 .date,
.news-list.type4 .date,
.news-list.type3 .date {
    font-size: 17px!important;
    display: flex!important;
    position: static!important;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 32px;
    color: #fff;
    background: #28586a;
    margin: 10px 0 16px;
    padding: 0!important;
    border-radius: 60px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-family: "Fredoka", sans-serif;
}
.news-list.type1 .box:hover .date, 
.news-list.type2 .box:hover .date, 
.news-list.type4 .box:hover .date, 
.news-list.type3 .box:hover .date{
    background: #f6f6f6;
    color: #28586a;
}
.news-list.type3 .date{
    margin: -32px 0 16px;
}
.news-list.type4 .date{
    margin: -16px 0 5px;
}
.news-list.type4 .date .day,
.news-list.type4 .date .month, 
.news-list.type4 .date .years{
    display: flex;
    width: auto;
    line-height: 1;
    font-size: inherit;
    
}
.news-list.type4 .item .date .day {

}
.news-list.type1 .day,
.news-list.type2 .day,
.news-list.type4 .day,
.news-list.type3 .day {
    order: 3;
    color: inherit!important;
    display: flex!important;
    width: auto!important;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.news-list.type1 .month,
.news-list.type2 .month,
.news-list.type4 .month,
.news-list.type3 .month {
    order: 2;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.news-list.type1 .years,
.news-list.type2 .years,
.news-list.type4 .years,
.news-list.type3 .years {
    order: 1;
    font-size: 17px!important;
    line-height: 1.5!important;
    margin: 0!important;
    letter-spacing: 0.1em!important;
    font-weight:500!important;
}
.news-list.type1 .date .years:before ,
.news-list.type2 .date .years:before ,
.news-list.type4 .date .years:before ,
.news-list.type3 .date .years:before {
    display: none;
}
.news-list.type1 .date .month:before,
.news-list.type1 .date .day:before,
.news-list.type2 .date .month:before,
.news-list.type2 .date .day:before,
.news-list.type4 .date .month:before,
.news-list.type4 .date .day:before,
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
.news-list .item .name{
    color: #444;
    height: auto;
    margin: 0px 0 10px;
    line-height: 28px;
    max-height: 56px;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: bold;
}
.news-list .box:hover .name{
    color: #28586a;
}
.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 10px;
    position: relative;
    z-index: 2;
    width: 57px;
    height: 63px;
    padding-top: 10px;
    border-radius: 3px;
    font-weight: 500;
    align-items: center;
    font-family: "Fredoka", sans-serif;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #fff;
    font-weight: bolder;
    display: block;
    line-height: 0.8;
    margin-bottom: 23px;
    font-size: 35px;
    font-family: "Fredoka", sans-serif;
}
.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-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;
    }
}
