@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type3:before{
    background: #fff;
}
.news-list .item .box{
    padding: 0;
    transition: all .3s ease;
}
.news-list .btn.more{
    position: absolute;
    box-sizing: border-box;
    bottom: 12px;
    background: transparent;
    color: #ADBAC7;
    font-weight: normal;
    letter-spacing: 0.2px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0;
    transition: all .3s ease;
    border-radius: 0;
    font-family: 'Roboto', serif;
}
.news-list .btn.more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 87px;
    height: 1px;
    background: #6395D1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more::before {
    width: 27px;
}
.news-list .box:hover .btn.more {
    letter-spacing: 2.5px;
    background: transparent;
    color: #ADBAC7;
}
.news-list .item .name{
    color: #393F55;
    -webkit-line-clamp: 1;
    max-height: 25px;
    height: 25px;
}
.news-list .box:hover .name{
    color: #00438C;
}
.news-list .item .description{
    color: #888
}
.news-list .pic:before {
    display: none;
}
/* type2 */
.news-list.type2 .date {
    font-family: 'Roboto', serif;
    color: #00438C;
}
.news-list.type2 .item {
    border-color: #DFE8E7;
}
.news-list.type2 .date {
    font-size: 25px;
    font-weight: 400;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years{
    font-size: 15px;
    font-weight: 400;
}
.news-list.type2 .description {
    letter-spacing: 0.5px;
}
/* type3 */
.news-list.type3 .date {
    font-family: 'Roboto', serif;
    color: #00438C;
    font-weight: normal;
}
.news-list.type3 .item {
    border-left: solid #DFE8E7 1px;
}
.news-list.type3 .name{
    margin: 20px 0 10px;
}
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
/* type4 */
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    background: #00438C;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 20px 15px;
    padding: 0;
    line-height: 1;
    font-family: 'Roboto', serif;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: normal;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -20px;
    font-weight: normal;
    font-size: 13px;
}
.news-list.type4 .txt{
    padding: 0;
}
/*!列表通用 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;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.share_box{
    width: 100%;
    order:3;
}
.news-date{
    margin: -31px 0 15px;
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order: 1;
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: normal;
}
.news-date .month{
    order: 3;
}
.news-date .month,
.news-date .years{
    font-size: 13px;
    line-height: 1;
    margin-top: -20px;
    letter-spacing: 0;
    font-weight: normal;
}
.news-date .month:before {
    content: '.';
}
.news-title{
    margin: -60px auto 10px;
    color: #393F55;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 75px;
}
.news-detail{
    position: relative;
}
.share_box{
    text-align: left;
    padding: 10px 20px 10px 15px;
    border: 1px solid #DFE8E7;
    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.type3 .item+.item {
        border-top: solid #DFE8E7 1px;
    }
    .news-list.type4 .item .date, .news-date {
        width: 50px;
        height: 50px;
        margin: -31px 15px 15px;
    }
    .news-list.type4 .item .date .day {
        font-size: 20px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        margin-top: -15px;
        font-size: 10px;
    }
    .news-date {
        margin: 0;
    }
    .news-date .day {
        font-size: 20px;
    }
    .news-date .month,
    .news-date .years{
        margin-top: -15px;
        font-size: 10px;
    }
}