@charset "utf-8";
/*列表通用 index、news*/
.news-list.type3:before{
    background: #fff;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all 0.3s ease;
    top: 0;
    padding: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    z-index: 2;
}
.news-list.type4 .item .pic{
    padding: 0;
    margin: 10px;
}
.news-list.type4 .item .box{
    border: none;
    margin: 0 auto 15px;
}
.news-list.type4 .txt {
    padding: 112px 20px 25px 20px;
    margin-top: -112px;
    background: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.news-list.type4 .box:hover .txt{
    background: #00b3db;
}
.news-list .item .name{
    color: #202020;
}
.news-list .item .box:hover .name{
    color: #00b3db;
}
.news-list.type4 .item .box:hover .name{
    color: #fff;
}
.news-list .item .description{
    color: #777777;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
}
.news-list.type4 .item .box:hover .description{
    color: rgba(255,255,255,0.7);
}
.news-list .item .date{
    font-family: 'Oswald',serif;
    color: #333;
}
.news-list .item .box:hover .date{
    color: #00b3db;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Oswald',serif;
    font-weight: 500;
    background: #00b3db;
    transition: all 0.3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list.type4 .item .box:hover .date{
    background: #fff;
    color: #00b3db;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #333;
    bottom: 10px;
    border-radius: 0;
    font-family: 'Roboto',serif;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 15px;
}
.news-list .box:hover .btn.more {
    background: #00b3db;
    color: #fff;
}
.news-list.type2 .item {
    border-bottom: 1px solid #D6DADE;
}
.news-list.type3 .item {
    border-left: solid #D6DADE 1px;
}
/*!列表通用 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: 0px auto;
    color: #00b3db;
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
    display: flex;
}
.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: bold;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6DADE;
    width: 100%;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
