@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.1);
}
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border:solid 0px #D9DBDF;
    background: #EEEEEE;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    background: #444444;
    transition: all .3s ease;
}
.news-list.type4 .item .pic:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #a7a7a7;
    position: absolute;
    display: block;
    bottom: 0px;
    left: calc(0% - 0px);
    z-index: 1;
    transition: all .3s ease;
    top: unset;
    opacity: 1;
}
.news-list.type4 .item .box:hover .pic:before {
    background: #888;
}
.news-list.type4 .item .pic:after {
    content: '';
    width: 00%;
    height: 5px;
    background: #444;
    position: absolute;
    display: block;
    bottom: 0px;
    left: calc(0% - 0px);
    z-index: 1;
    transition: all .4s ease;
}
.news-list.type4 .item .box:hover .pic:after {
    width: 100%;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 56px;
    left: 21px;
    font-size: 30px;
    padding-top: 14px;
    border-radius: 0;
}
.news-list.type4 .date .month, 
.news-list.type4 .date .years {
    font-size: 13px;
    font-weight: 400;
}
.news-list.type4 .txt {
    position: static;
}
.news-list.type4 .item .box:hover{
    top: -25px;
  
}
.news-list.type4 .item .box:hover .date{
    background: #2C2521;
}
.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
   color: #000000;
}
.news-list  .description{
    color: #888888;
  
}
.news-list.type4 .description {
   
    -webkit-line-clamp: 2;
   
}

.news-list  .box:hover .description{
    color: #464646;
}
.news-list.type4 .name {
    margin-top: 12px;
    color: #333;
}
.news-list.type4 .box:hover .name{
    color: #222;
}
.news-list.type4  .box:hover .description{
    color: #222;
}
.news-list.type3  .name{
    /* color: #FFF; */
}
.news-list.type3 .box:hover .name{
    color: #333;
}
.news-list.type3  .description{
    /* color: #FFF; */
}
.news-list.type3 .date {
    color: #333;
}

.news-list.type2  .name{
    /* color: #FFF; */
}
.news-list.type2 .box:hover .name{
    color: #888;
}
.news-list.type2  .description{
    color: #888;
}
.news-list.type2 .date {
    color: #333;
}
.news-list.type2 .box:hover .description{
   
}
.news-list.type2 .item {
    border-bottom: 1px solid #ddd;
}
.news-list.type1  .name{
    color: #333;
}
.news-list.type1 .box:hover .name{
    color: #333;
}
.news-list.type1  .description{
    color: #888;
}
.news-list.type1 .date {
    color: #333;
}
.news-list.type1 .box:hover .description{
   
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type1 .item {
    border-bottom: 1px solid #ddd;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #7a7a7a;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #444444;
    color: #FFF;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }

    .news-list.type4 .item .date {
        top: 42px;
        left: 8px;
        width: 52px;
        height: 52px;
        font-size: 27px;
        padding-top: 10px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years {
        font-size: 12px;
    }

}
/*!列表通用 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;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -9px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 300;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
