@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #007BC1;
    color: #fff;
}
.news-list .box:hover .btn.more{
    background: #009ADD;
    color: #fff;
}
.news-list.type3 .date{
    color: #007BC1;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: url(../../../images/layout01/common/news/hover.png) 50% 60% no-repeat rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #007BC1;
}
.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;
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*-modify news-list css*/
/*-type common*/
.news-list{
    position: relative;
    z-index: 4;
}
.news-list.type4 .pic:before, .news-list.type2 .pic:before{
    display: none;
}
.news-list .date{
    font-family: "Rubik", sans-serif;
}
.news-list .box:hover .name {
    color: #007BC1;
}
.news-list .btn.more{
    background: #009ADD;
    font-family: "Lato", sans-serif;
}
.news-list .btn.more:before{
    background: #007BC1;
}
.news-list .box:hover .btn.more {
    background: #009ADD;
    color: #fff;
}
/*-type1*/
.news-list.type1{
    background: #fff;
}
/*-type2*/
/*-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{
    overflow: hidden;
    transition: all .3s;
}
.news-list.type4 .item .box:hover {

}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
    clip-path: polygon(5% 25%, 50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%);
}
.news-list.type4 .txt {
    transition: all .3s;
    padding: 0;
}
.news-list.type4 .txt .txt_in {
    padding: 125px 20px 20px;
    margin-top: -100px;
    position: relative;
    z-index: -1;
    background: #fff;
}
.news-list.type4 .txt .txt_in:before{
    content:'';
    display:block;
    border:1px solid #ddd;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-10;
}
.news-list.type4 .item .date {
    width: 72px;
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -82px 0 0 30px;
    padding: 0;
    line-height: 1;
    clip-path: polygon(5% 25%, 50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%);
}
.news-list.type4  .item .box:hover .date{
    background: #009ADD;
    color: #fff;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -32px;
    font-size: 32px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-size: 11px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
/*-//modify news-list css*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #007BC1;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    background: #fff;
    margin: 0;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    color: #444;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
}
