@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}

.news-list .btn.more {
    background: #fff;
    border: 1px solid #2338B6;
    color: #2338B6;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

.news-list .box:hover .btn.more {
    background: #2338B6;
    color: #fff;
}

.news-list.type3 .date {
    color: #2338B6;
}

.news-list.type4 .pic:before, .news-list.type2 .pic:before {
    content: "";
    background: rgba(51, 51, 51, 0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.news-list.type4 .box:hover .pic:before, .news-list.type2 .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.news-list.type4 .item .box {
    transition: all .3s ease;
    border: solid 1px #D9D9D9;
    background: #F9F9F9;
}

.news-list.type4 .item .box:hover {
    top: -10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .box:hover .pic img {
    opacity: 0.7;
}

.news-list.type4 .item .date, .news-date {
    border-radius: 3px;
    color: #2338B6;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px #2338B6 solid;
    background: #fff;
}

.news-list.type4 .item .box:hover .date {
    background: #2338B6;
    color: #fff;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
}

.news-list .item .name {
    color: #666666;
}

.news-list .box:hover .name {
    color: #2338B6;
}

.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: #2338B6;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
    border-radius: 0;
    padding: 0 15px;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
