@charset "utf-8";
/*列表通用 index、news*/
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    border-radius: 30px;
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #c0e8fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #c0e8fd 0%, #a5c4fe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #c0e8fd 0%,#a5c4fe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #c0e8fd 0%,#a5c4fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e8fd', endColorstr='#a5c4fe',GradientType=1 ); /* IE6-9 */
    color: #000000;
    transition: all 0.3s;
    font-weight: normal;
}
.news-list .box:hover .btn.more {
    background: #c0e8fd; /* Old browsers */
    background: -moz-linear-gradient(left,  #a5c4fe 0%, #c0e8fd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #a5c4fe 0%,#c0e8fd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #a5c4fe 0%,#c0e8fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c4fe', endColorstr='#c0e8fd',GradientType=1 ); /* IE6-9 */
    color: #000000;
}
.news-list.type1 .item:nth-child(2n){
    background:#f2fcff;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: 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.type2 .item{
    border:none;
    background: url('../../../images/layout02-1/common/index/dot_line.png') bottom center repeat-x;
}
.news-list.type2 .item:nth-child(3),
.news-list.type2 .item:nth-child(4){
    background:none;
}
.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 .box:hover .pic img{
    opacity: 0.7;
}
.news-list .item .date{
    color: #139FD0;
}
.news-list.type2 .date{
    margin-top: 8px;
}
.news-list.type2 .date .day{
    border-top:#139FD0 2px solid;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #139FD0;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -42px 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: #000;
    font-weight:bold;
}
.news-list .box:hover .name{
    color: #000;
    text-decoration: underline;
}
.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;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.share_box{
    width: 100%;
    order:3;
    text-align: left;
}
.news-date{
    display: flex;
    color: #139FD0;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    background: #fff;
    margin: 0 0 0px;
}
.news-date .day{
    order:3;
}
.news-date .month{
    order:2;
}
.news-date .month:before,.news-date .day:before{
    content: '-';
    display: inline-block;
}
.news-title{
    order: 2;
    width: 100%;
    border-bottom: 1px solid #E6E4E3;
    color: #000;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 12px 0px 12px 0px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .news-list .item .txt{
        padding: 0 5px 20px 5px;
    }
    .news-title{
        padding: 17px 15px;
        background: #f5f4f1;
    }
}
