@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .date {
    color: #646464;
}
.news-list .item .name{
    color: #555;
}
.news-list .box:hover .name{
   color: #E69052;
}
.news-list .item .description{
    color: #888;
}
.news-list .item .box:hover .description{
    color: #686868;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Raleway',serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    transition: all .3s ease;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #4162A9;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .btn.more:before {
    background: #E69052;
}
.news-list.type1 .box:hover .btn.more {
    background: #4162A9;
    letter-spacing: 3px;
    color: #FFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list.type2 .btn.more:before {
    background: #4162A9;
}
.news-list.type2 .box:hover .btn.more {
    background: #E69052;
    color: #FFF;
}
.news-list.type3:before {
    background:#F4F7EE;
}
.news-list.type3 .item {
    border-left: solid #d3d3d3 1px;
}
.news-list.type3 .box:hover .name {
    color: #E69052;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: solid 1px #D9D9D9;
    background: #F9F9F9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 14px 3px rgb(0 0 0 / 10%);
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
}
.news-list.type4 .item .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 50%;
    color: #FFFFFF;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    background: #4162A9;
    width: 65px;
    height: 65px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -32.5px auto 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .box:hover .date{
    background: #ED6F49;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: normal;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years{
    font-weight: normal;
    font-size: 12px;
    margin-top: -5px;
}
@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{
    position: relative;
    box-sizing: border-box;
    letter-spacing: -1px;
    z-index: 2;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: 'Jost', sans-serif;
    padding: 0;
    line-height: 1;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: normal;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    letter-spacing: 0;
    font-weight: normal;
    margin-top: -5px;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
    margin-bottom: 10px;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 0 10px;
    color: #555;
    border: 1px solid #ddd;
    border-width: 1px 0;
}
/*------------ rwd ------------*/