@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before {
    display: none;
}
.news-list.type4 .item .box {
    transition: all .3s ease;
    border: solid 1px #D9DBDF;
    background: #fff;
}
.news-list .item .box {
    transition: all .3s ease;
    top: 0;
}
.news-list.type4 .item .box:hover {
    top: -10px;
}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .pic:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #DDDDDD;
    position: absolute;
    display: block;
    bottom: 0px;
    left: calc(0% - 0px);
    z-index: 1;
    transition: all .3s ease;
    top: unset;
    opacity: 1;
}
.news-list.type4 .item .pic:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #17B6EB;
    position: absolute;
    display: block;
    bottom: 0px;
    left: calc(0% - 0px);
    z-index: 1;
    transition: all .4s ease;
}
.news-list.type4 .item .box:hover .pic:after {
    width: 100%;
}
.news-list .item .date {
    font-family: 'Poppins', sans-serif;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 100%;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #A8AFBC;
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
}
.news-list .item .name {
    color: #444;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0.35px;
}
.news-list .box:hover .name {
    color: #3D99BF;
}
.news-list .item .description {
    color: #8C8C8C;
    font-size: 14px;
}
.news-list .item .box:hover .description {
    color: #7C7C7C;
}
.news-list .btn.more {
    z-index: 5;
    overflow-x: unset;
    color: #525252;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}
.news-list .btn.more:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before {
    opacity: 0;
}
.news-list .box:hover .btn.more {
    background: #3D99BF;
    border-color: #3D99BF;
    color: #fff;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
}
.news-list.type1 .item .box {
    background: #fff;
}
.news-list.type2 .item {
    border-bottom: 1px solid #ddd;
    padding: 25px 10px;
    margin-bottom: 20px;
}
.news-list.type2,
.news-list.type3 {
    background: #fff;
}
.news-list.type2 .item:nth-last-child(-n+2) {
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .news-list.type4 .item .box:hover {
        top: 0;
    }
}
/*!列表通用 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;
}
.news-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: -1px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 13px;
    border-radius: 3px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.news-date .day{
    display: block;
    width: 100%;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
