@charset "utf-8";
/*列表通用 index、news*/

.news-list .pic:before{
    display: none;
}
.news-list.type1 .item:nth-child(2n){
        background: #F1F1F1;
}
.news-list.type3:before{
    background: #F6F6F6;
}
.news-list.type4 .item .box{
    position: relative;
    transition: all .2s;
    border: none;
    background: none;
    z-index: 2;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
   
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    
}


.news-list.type4 .txt{
    position: relative;
    padding: 35px 20px 25px;
    background: #fff;
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);
    margin-top: -30px;
    z-index: 2;
    margin-right: 25px;
    transition: all 0.5s ease;
    min-height: unset;
}

.news-list.type4 .txt::before{
    content: '';
    display: block;
    width: 1px;
    height: 24px;
  
    background: #3271A7;
    position: absolute;
    top: 0;
    left: 25px;
}


.news-list.type4 .item .date,
.news-date{
    border-radius:  0 5px 0 0;
    font-weight: bold;
    color: #1B7D9F;
    color: #43AF3E;
    background: transparent;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -37px 0 15px;
    padding: 0;
    line-height: 1;
    width: 110px;
    height: 37px;
    font-family: "Prompt", sans-serif;
    transition: all 0.3s ease;
}

.news-list.type4 .box:hover .date{
    color: #1B7D9F;
}


.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: auto;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: unset;
    order: 3;
    margin: 0;
}


.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-size: 16px;
    font-weight: 600;
    font-family: "Prompt", sans-serif;
    line-height: 1.2;
}

.news-list.type4 .date .month:before {
    content: '.';
}

.news-list.type4 .date .day:before {
    content: '.';
}

.news-list.type4 .date{
    letter-spacing: unset;
}


.news-list.type4 .item .date {
    flex-wrap: nowrap;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Prompt", sans-serif;
    letter-spacing: unset;
    width: unset;
    height: UNSET;
    display: flex;
    justify-content: flex-start;
}


.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 25px;
    margin-bottom: 5px;
}

.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
    
}

.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
    color: #43AF3E;
}
.news-list .item .description{
    color: #888888;
}
.news-list .item .box:hover .description{
   
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #43AF3E;
   
    z-index: -1;
    transition: all .3s ease;
}

.news-list .box:hover .btn.more {
    background:  #3271A7;
    color: #fff;
}

.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type4 .date {
    padding-top: 15px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/

@media screen and (max-width: 484px){
    .news-list.type4 .txt {
       
        margin-top: -20px;
      
        margin-right: 10px;
        padding: 35px 15px 25px;
    }

    .news-list.type4 .txt::before {
       
        left: 15px;
    }
}

/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
     
    box-sizing: border-box;
    margin: 0;
    
    width: unset;
    color: #1B7D9F;
    font-weight: 600;
}
.news-date .day{
    display: block;
    width: auto;
    line-height: 1;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.8px;
    order: 3;
}
.news-date .day:before {
    content: '.';
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 15px;
    font-weight:600;
    letter-spacing: 0.8px;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight:normal;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
