@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    background: #fff;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    padding: 0;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .name{
    color: #444;
    font-size: 20px;
}
.news-list .item .box:hover .name {
    color: #00B0FF;
}
.news-list .item .description {
    color: #777777;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: auto;
}
.news-list .item .date{
    font-family: 'Rajdhani', serif;
}
.news-list.type2 .item {
    padding: 0 10px 45px;
    border-bottom: 1px solid #ddd;
}
.news-list.type2 .item .box {
    padding: 10px;
    margin: 0;
    background: #F2FBFF;
    box-shadow: none;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
}
.news-list.type3 .item .box {
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
}
.news-list.type4 .item {
    margin-bottom: 45px;
}
.news-list.type4 .item .box{
    border: none;
    border-bottom: 3px solid #00B0FF;
    padding: 10px;
    background: #F2FBFF;
    box-shadow: none;
}
.news-list.type4 .item .box:hover {
    border-color: #FF3D00;
}
.news-list.type4 .txt {
    position: static;
    padding: 20px 0;
    min-height: auto;
}
.news-list.type4 .name {
    -webkit-line-clamp: 1;
    height: 25px;
}
.news-list.type4 .item .date {
    position: absolute;
    top: 10px;
    left: 23px;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    background: #00B0FF;
    font-family: 'Rajdhani', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #FF3D00;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #00B0FF;
    bottom: 10px;
    border-radius: 0;
    transition: all 0.3s ease;
    font-family: 'Rajdhani', serif;
}
.news-list .box:hover .btn.more {
    background: #FF3D00;
    color: #fff;
}
/*!列表通用 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: 0 auto;
    color: #00B0FF;
    background: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    display: flex;
    font-family: 'Rajdhani', serif;
}
.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: 22px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    letter-spacing: 1.5px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .name{
        font-size: 18px;
    }
    .news-list .item .description {
        font-size: 14px;
    }
    .news-title {
        font-size: 20px;
    }
    .news-date {
        font-size: 16px;
    }
}
