@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 12px;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item .box {
    border: none;
    background: #FFF;
    box-shadow: 0px 0px 6px 3px #0000001f;
}
.news-list .date {
    font-family: 'Jost', sans-serif;
    color: #349D8E;
}
.news-list.type3 .item .box:hover .date {
    color: #FBB84D;
}
.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    background: #349D8E;
    width: 58px;
    height: 58px;
    padding-top: 12px;
    transition: unset;
    border-radius: 0%;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #FBB84D;
}
.news-list.type4 .date {
    font-size: 25px;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list.type4 .date .day {
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 3px;
}
.news-list.type4 .txt {
    padding-bottom: 0;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #666
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: normal;
    font-size: 12px;
}
.news-list.type2 .date {
    margin-top: 7px;
}
.news-list .box:hover .btn.more {
    background: #FBB84D;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
.news-list.type3 .item {
    border-left: solid #787B7C 0px;
}
.news-list.type3:before {
    width: 0px;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    background: #349D8E;
    color: #fff;
    transition: all 0.3s ease;
}
/*!列表通用 index、news*/

.news-list.type4 .item {
    margin-bottom: 40px;
}

/*瀑布流*/
.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: 25px;
    line-height: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -1px;
    margin: 0px 0px 13px;
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    padding-top: 13px;
    border-radius: 0px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    line-height: 0.5;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #FFF;
}
.news-date .month{
    order:3;
}
.news-date .month,.news-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.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 0px 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: 1400px){
    .news-list.type4 {
        margin: 0 -7px;
    }
    .news-list.type4 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px){
    .news-title{
        padding: 60px 4px 0px;
    }
    .news-header {
        margin-bottom: 20px;
    }
}
