@charset "utf-8";
/*列表通用 index、news*/
.news-list .slick-track {
    padding-top: 25px;
}

.news-list .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.news-list .box .pic img {
    transition: all ease 0.5s;
}
.news-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.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;

    background: #FFF;
    border: 1px solid #DDDDDD;
    top: 0;

}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
    transition: all .2s;
    top: 0;
    border: 1px solid #DDDDDD;

}
.news-list .item .box:hover{
    top: -20px;
}
.news-list .box:hover{
    top: -20px;
    box-shadow: 0px 4px 10px 4px #c7c7c7;
}

.news-list.type4 .date {
    left: -20px;
    border-radius: 0;
}

.news-list.type4 .item .date,
.news-date{
    color: #FFFFFF;
    width: 118px;
    height: 35px;
    padding-top: 13px;
    background: #444444;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
}
.news-date{
    background:#e60a12 ;
}
.news-list.type4 .date .day{
    color: #FFF;
    font-weight: 400;
    order: 3;
    width: unset;
}
.news-list.type4 .date .years {
    order: 1;
    font-size: 15px;
}
.news-list.type4 .date .month{
    order: 2;
    font-size: 15px;
}
.news-list.type4 .date .month:before {
    content: "-";
}
.news-list.type4 .date .day:before {
    content: "-";
}
.news-list.type4 .txt {
    padding: 0 20px 0px 20px;
}
.news-list .item .name{
    color: #000000;
}
.news-list .item .description{
    color: #666
}
.news-list .box:hover .btn.more {
    background: #E7141B;
    color: #FFF;
}
.news-list.type3 .item {
    border-left: solid #DDD 1px;
}
.news-list.type4 .box:hover .date {
    background: #E7141B;
}
/*!列表通用 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: 35px;
    line-height: 27px;
    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: #FFF;
    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: #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;
    }
}
