@charset "utf-8";
.share_box{
    display: none!important;
}
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 1px #D9D9D9;
    background: #F9F9F9;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
    color: #000000;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 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{
    background: #00A3D9;
    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: 0;
    border-radius: 0;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
    font-family: 'Jost', sans-serif;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: inherit;
    line-height: 1;
    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%;
}
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "Jost", sans-serif;
}
.news-list .box:hover .name {
    color: #003153;
}
.news-list .btn.more{
    background: #00A3D9;
    font-family: "Jost", sans-serif;
}

.news-list .box:hover .btn.more {

}
/*-type1*/
.news-list.type1{
    
}
.news-list.type1 .item{
    border:none;
}
.news-list.type1 .item+.item {
    border-top: 1px solid #E7E7E7;
    padding:16px 0 0;
    margin:16px 0 0;
}

.news-list.type1 .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list.type1 .txt{
    width: 100%;
    height: auto;
    min-height: inherit;
    padding: 0;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .date{
    padding: 0;
    font-family: "Jost", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-weight:500;
    width: 56px;
    height: 56px;
    color: #164E9B;
    transition:all .3s;
}
.news-list.type1 .box:hover .date{
    color: #003153;
}
.news-list.type1 .date .day {
    display: block;
    width:100%;
    font-size:32px;
    line-height:1;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: -8px;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type1 .item .txt_in{
    padding: 0;
    margin-right: 24px;
    height: fit-content;
}
.news-list.type1 .name{
    margin-bottom:4px;
}
.news-list.type1 .description{
    -webkit-line-clamp: 1;
    max-height: max-content;
    height: auto;
}
.news-list.type1 .box:hover .description {
    color: #003153;
}
.news-list.type1 .more-box{
    margin: 0;
}
.news-list.type1 .btn.more{
    font-size: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: auto;
    height: auto;
    line-height: inherit;
    text-indent: -9999px;
}
.news-list.type1 .box:hover .btn.more{
    background:transparent;
}
.news-list.type1 .btn.more:before{
    display:none;
}
.news-list.type1 .btn.more:after{
    content: "";
    background: #444;
    width: 16px;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    display: block;
    mask-size: cover;
    position: relative;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
}
/*-type2*/
.news-list.type2 .btn.more{
    background: linear-gradient(to right, rgba(0,163,217,1) 0%,rgba(22,78,155,1) 100%);
}
.news-list.type2 .box:hover .btn.more{
    background: #0a79ba;
    color: #fff;
}
/*-type3*/
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.news-list.type3 .date{

}
.news-list.type3 .name{
    margin: 0 0 8px;
}
.news-list.type3 .description{
/*    -webkit-line-clamp: 1;
    max-height: 24px;*/
}
.news-list.type3:before{
    display: none;
}
/*-type4*/
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: transparent;
}
.news-list.type4 .item .box:hover {
    top: -10px;
    box-shadow: inherit;
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    position: static;
    padding: 16px;
    background: #fff;
    z-index: 99;
    border: 1px solid #ebebeb;
    transition: all .3s;
}
.news-list.type4 .item .date {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    background: #164E9B;
    border-radius: 0;
}
.news-list.type4  .item .box:hover .date{
    background: #003153;
    color: #fff;
}
.news-list.type4 .item .date .day{
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-weight: 400;
}
/*-//modify news-list css*/
/*------------ rwd ------------*/
