@charset "utf-8";
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 30px;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: linear-gradient(to bottom, rgba(0,149,213,1) 0%,rgba(0,95,175,1) 100%);
    color: #fff;
    transition: all 0.3s;
    font-weight: normal;
}
.news-list .box:hover .btn.more {
    background: linear-gradient(to bottom, rgba(0,95,175,1) 0%,rgba(0,95,175,1) 100%);
}
.news-list.type1 .item:nth-child(2n){
    background:#f2fcff;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list .pic:before{
    content:'';
    display:block;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:none;
    border:#0095D5 0px solid;
    transition:all .3s;
    border-radius: 0 30px 0 30px;
}
.news-list .box:hover .pic:before{
    border:#0095D5 5px solid;
}
.news-list.type2 .item{
    border:none;
    background: url('../../../images/layout02-1/common/index/dot_line.png') bottom center repeat-x;
}
.news-list.type2 .item:nth-child(3),
.news-list.type2 .item:nth-child(4){
    background:none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 0 30px 0 30px;
}
.news-list.type4 .item .box:hover .pic img{
    
}
.news-list .item .date{
    color: #0095D5;
}
.news-list.type2 .date{
    margin-top: 8px;
}
.news-list.type2 .date .day{
    border-top:#0095D5 2px solid;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #0095D5;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -42px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .item .name{
    color: #000;
    font-weight:bold;
}
.news-list .box:hover .name{
    color: #000;
    text-decoration: underline;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
/*!列表通用 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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #0095D5;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    background: #fff;
    margin: 0 0 0px;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    order: 2;
    width: 100%;
    border-bottom: 1px solid #E6E4E3;
    color: #000;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0px 12px 0px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
    .news-title{
        padding: 17px 15px;
        background: #f5f4f1;
    }
}
