@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #078948;
    color: #fff;
    font-weight: normal;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.news-list .box:hover .btn.more{
    background: #FF8F00;
    color: #fff;
}
.news-list .item .box{
    transition: all 0.5s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .date {
    font-family: 'Barlow', serif;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #fff;
    font-family: 'Barlow', serif;
    font-weight: 500;
    background: #078948;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 0 10px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -12px;
    font-size: 25px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 12px;
    margin-top: -8px;
    letter-spacing: 0;
    font-weight: 500;
}
.news-list .item .name{
    color: #444;
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
}
.news-list .box:hover .name{
    color: #078948;
}
.news-list .item .description{
    color: #858585;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: normal;
    transition: all 0.5s ease;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
    display: none;
}
/* n_type3 */
.news-list.type3:before {
    display: none;
}
.news-list.type3 {
    margin: 0 -30px;
}
.news-list.type3 .item {
    border: 0;
    padding: 0 30px;
    margin: 0 0 20px;
}
.news-list.type3 .name {
    -webkit-line-clamp: 1;
    height: 27px;
    margin: 15px 0 10px;
}
.news-list.type3 .description {
    -webkit-line-clamp: 2;
    max-height: 45px;
}
.news-list.type3 .date {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    font-family: 'Barlow', serif;
    width: 88%;
}
.news-list.type3 .day {
    position: relative;
    order: 2;
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 500;
    padding: 0 0 0 20px;
}
.news-list.type3 .day::before {
    content: '' !important;
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -13.5px;
    margin-top: -2px;
    transform: rotate(25deg);
    background: #444;
}
.news-list.type3 .month {
    order: 1;
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 500;
}
.news-list.type3 .date .month:before {
    content: '';
}
.news-list.type3 .years {
    color: #078948;
    font-size: 15px;
    order: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 500;
}
.news-list.type3 .years::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #d1d1d1;
    top: 50%;
    right: 50px;
    visibility: visible;
}
/* /n_type3 */
/* n_type4 */
.news-list.type4 .item .box{
    transition: all 0.5s ease;
    border: none;
}
.news-list.type4 .txt {
    padding: 0 10px 20px;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #FFFFFF;
    font-family: 'Barlow', serif;
    font-weight: 500;
    background: #078948;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 0 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -12px;
    font-size: 25px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 12px;
    margin-top: -8px;
    letter-spacing: 0;
    font-weight: 500;
}
/* /n_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;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    align-items: baseline;
    background: transparent;
    margin: 0 0 15px;
    color: #444;
}
.news-date .day{
    position: relative;
    order: 2;
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 500;
    padding: 0 0 0 20px;
}
.news-date .day::before {
    content: '' !important;
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -13.5px;
    margin-top: -2px;
    transform: rotate(25deg);
    background: #444;
}
.news-date .month{
    order: 1;
    margin: 0;
    line-height: 1.2;
    font-size: 25px;
    font-weight: 500;
}
.news-date .years {
    order: 3;
    color: #078948;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    padding-left: 5px;
    font-weight: 500;
}
.news-title{
    color: #444;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: normal;
    margin: 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;
    }
}
