@charset "utf-8";
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    border-radius: 30px;
    background: #EFF1F3;
    transition: all .3s ease;
}
.news-list .item .name{
    color: #000;
}
.news-list .box:hover .name{
    color: #21369F;
}
.news-list .item .description{
    color: #666;
}
.news-list .pic:before{
    display: none;
}
/* type2 */
.news-list.type2 .pic {
    border-radius: 20px;
}
.news-list.type2 .item .date {
    font-family: 'Montserrat',serif;
}
.news-list .btn.more{
    bottom: 12px;
    font-family: 'Montserrat',serif;
    background: #21369F;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 30px;
}
.news-list .box:hover .btn.more {
    background: #00A7CB;
    color: #fff;
}
.news-list.type2 .item {
    border-bottom: 1px solid #DFE8E7;
}
/* end type2 */
/* type3 */
.news-list.type3 .item {
    margin: 20px 0;
    padding: 0 20px;
    border-left: solid #DFE8E7 1px;
}
.news-list.type3 .item .box{
    border-radius: 15px;
    margin: 0;
}
.news-list.type3 .item .date {
    font-family: 'Montserrat',serif;
}
/* end type3 */
/* type4 */
.news-list.type4 .item .name{
    margin: 0;
}
.news-list.type4 .pic {
    border-radius: 20px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    min-height: unset;
}
.news-list.type4 .txt_in {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 72px);
    margin: 0 0 0 15px;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 15px;
    color: #fff;
    width: 57px;
    height: 57px;
    background: #21369F;
    font-family: 'Montserrat',serif;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #00A5CC;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -25px;
}
/* end type4 */
/*!列表通用 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{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
    margin: 0 0 10px; 
}
.news-date .years{
    order: 2;
}
.news-date .day{
    order: 1;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 35px;
    width: 100%;
    line-height: 1.25;
    margin-bottom: 10px;
}
.news-date .month{
    order: 3;
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: 2;
    margin-top: -25px;
    letter-spacing: 0;
    font-weight: 600;
}
.news-date .month:before {
    content: '.';
}
.news-title{
    margin: -60px auto 10px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 75px;
}
.news-detail{
    /* background-color: #fff;
    padding: 0px 15px 25px; */
}
.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;
    }
}
