@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before {
    background: #D6DADE;
}
.news-list .pic:before {
    display: none;
}
.news-list .item .box {
    transition: all .3s ease;
    top: 0;
    padding: 0;
}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    z-index: 2;
}
.news-list.type2 .pic {
    margin: 10px;
    padding: 0;
}
.news-list.type2 .date {
    font-size: 28px;
}
.news-list.type2 .date .month {
    padding-left: 5px;
}
.news-list.type4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-list.type4 .item .pic {
    padding: 0;
    margin: 10px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 11px;
}
.news-list.type4 .item .box {
    border: 1px solid #ddd;
    margin: 15px auto 15px;
    background: #fff;
}
.news-list.type4 .txt,
.news-list.type2 .txt {
    padding: 10px 20px 25px 20px;
    transition: all 0.3s ease;
}
.news-list.type2 .box:hover .txt,
.news-list.type4 .box:hover .txt {
    background: #023971;
}
.news-list .item .name {
    color: #222222;
}
.news-list.type2 .item .box:hover .name {
    color: #333;
}
.news-list.type2 .item .box:hover .name,
.news-list.type4 .item .box:hover .name {
    color: #fff;
}
.news-list .item .description {
    color: #777777;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
}
.news-list.type2 .item .box:hover .description,
.news-list.type4 .item .box:hover .description {
    color: rgba(255, 255, 255, 0.7);
}
.news-list .item .date {
    font-family: 'Archivo Black', sans-serif;
    color: #333;
}
.news-list .item .box:hover .date {
    color: #023971;
}
.news-list.type2 .item .box:hover .date {
    color: #fff;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 500;
    background: #555;
    transition: all 0.3s ease;
}
.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: 33px;
}
.news-list.type4 .item .box:hover .date {
    background: #fff;
    color: #023971;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #333;
    bottom: 10px;
    border-radius: 0;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 15px;
}
.news-list.type2 .box {
    margin-bottom: 20px !important;
}
.news-list.type2 .btn.more {
    display: flex;
    justify-content: center;
    text-align: center;
    right: 0;
    left: 0;
    margin: 15px auto 0;
}
.news-list .box:hover .btn.more {
    background: #023971;
    color: #fff;
}
.news-list.type2 .box:hover .btn.more {
    background: #fff;
    color: #023971;
}
.news-list.type2 .item {
    border-bottom: 1px solid #D6DADE;
}
.news-list.type3 {
    margin: 0 -35px;
}
.news-list.type3 .item {
    border-left: solid #D6DADE 1px;
}
.news-sect .news-list.type3:not(.masonry-list) .item {
    margin-bottom: 15px;
    padding: 0 25px;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
}
.news-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.news-date{
    width: 100%;
    margin: 0px auto;
    color: #033a71;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #434253;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
