@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;
    position: relative;
    top: 0;
}
.news-list .item .box:hover{
    top: -20px;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    background: #FFF;
    border: solid 1px #E1E1E1;
}
.news-list .item .box:hover{
    background: #FDB940;
}
.news-list .item .box:hover .name{
    color: #FFF;
}
.news-list .item .box:hover .description{
    color: #FFF;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: #f3f3f3;
    color: #073190;
}
.news-list.type4 .date .day{
    color: #FFF;
    color: #073190;
    font-weight: 400;   
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
}
.news-list.type4 .date {
    margin: -63px 0px 13px;
    left: -32px;
    border: 1px solid #E1E1E1;
}
.news-list.type4 .item .box:hover .date {
    border: 1px solid #073190;
    background: #073190;
    color: #FFFFFF;
}
.news-list.type4 .item .box:hover .day {
    color: #FFFFFF;
}
.news-list.type4 .item .name{
    font-size: 16px;
}
.news-list.type4 .txt {
    padding: 0 20px 0px 20px;
}
.news-list .item .name{
    color: #201f1f;
}
.news-list.type4 .box:hover .name{
    text-decoration: unset;
}
.news-list .item .description{
    color: #666
}
.news-list .box .btn.more {
    border-radius: 0;
}
.news-list .box:hover .btn.more {
    background: #073190;
    color: #FFF;
}
.news-list  .box:hover .date {
    color: #FFF;
}
.news-list.type2 .name{
    font-weight: bold;
}
.news-list.type2 .date {
    color: #093391;
}
/*!列表通用 index、news*/
.news-date{
    background: #FFF;
}
/*瀑布流*/
.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: 57px;
    height: 63px;
    padding-top: 8px;
    border-radius: 3px;
    font-weight: 500;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order:1;
    width: 100%;
    color: #201f1f;
    font-weight: bolder;
}
.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: 600;
}
.news-title{
    margin: -60px auto 10px;
    color: #201f1f;
    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;
    }
}

@media screen and (max-width: 767px){
    .news-list.type2 .box {
        text-align: left;
        padding: 5px;
        margin-bottom: 0;
    }
    .news-list.type2.column2 .item {
        width: 100%;
    }
    .news-list.type2 .item {
        margin-bottom: 0px;
        border-bottom: 0px solid #E7E7E7;
        padding-bottom: 25px;
    }
    .news-list.type2 .pic {
        float: left;
        width: 180px;
        padding-bottom: 0;
        height: auto;
        margin-right: 15px;
    }
    .news-list.type2 .item .name {
        font-weight: bold;
    }
    .news-list.type2 .txt {
        margin: 5px 0 0px;
    }
    .news-list.type2 .btn.more {
        bottom: 5px;
    }
}

