@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3 .item .box:hover {
    box-shadow: none;
  }
.news-list.type3 .item {
    border-left: 1px solid #a4a4a4;
}
.news-list.type3 .item .box {
    padding: 10px 15px 20px;
}
.news-list.type4 .item .date{
    display: flex;
    font-size: 13px;
    width: auto;
    height: auto;
    margin: 10px 0;
    justify-content: end;
    background: transparent;
    color: #545454;
    font-weight: initial;
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: initial;
}
.news-list.type4 .date .day {
    order: 3;
    width: auto;
    display: inline-block;
}
.news-list.type4 .date .month {
    order: 2;
}
.news-list.type4 .date .years {
    order: 1;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .txt {
    padding: 0 15px 20px 15px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box{
    background: #fff;
}
.news-list .box:hover{
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(130 130 130 / 20%);
}
.news-list .box:hover .name {
    color: #8b2d31;
}
.news-list .item .name{
    color:#515151;
    font-weight: bold;
}
.news-list .item .description,
.news-list .item .date{
    color: #6c6c6c;
}
.news-list .box:hover .date,
.news-list .item .box:hover .description{
    color: #111;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #545454;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.news-list.type4 .item .date .day{
    order: 3;
    width: auto;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
}
.news-list.type4 .item .date .day:before {
    content: ".";
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #8b2c30;
    bottom: 10px;
    border-radius: 0;
}
.news-list.type2 .txt {
    padding: 10px 0;
}

/*!列表通用 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: #8b2c30;
    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 #ececec;
    width: 100%;
    color: #000;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
