@charset "utf-8";


/*news-list*/

.newslist  figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    /*padding: 15px 0;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newslist  figcaption {
    width: 255px;
    overflow: hidden;
    max-width: 100%;
}
.newslist figure .info {
    position: relative;
    width: calc(100% - 300px);
    max-width: 100%;
    /*border-bottom: 2px solid rgba(0, 131, 52, 0.1);*/
}
.newslist figure .info:after{
    content: "";
    display: block;
    width:0;
    background-color: rgb(0, 131, 52);
    height: 2px;
    -webkit-transition:width 1s;
    -o-transition:width 1s;
    transition:width 1s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newslist figure .info p>a {
    color: #131313;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.newslist figure .info p span {
    color: #8c8c8c;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
.newslist figure .info p span a.more{
    font-size: 13px;
    color: #008334;
}
.newslist figure .info p.date{
    font-size: 12px;
    color: #ccc;
    margin-bottom: 3px;
}

.newslist  figure:hover .info:after{
    width: 100%;
}
/*news-read*/


.news_detail .message{
    font-size: 14px;
    text-align:center;
    color:#3d3d3d;
    margin: 15px auto 0;
    padding-bottom: 15px;
}


@media  (max-width: 767px){
    .newslist figure {
        width: calc(50% - 7.5px);
        margin-right: 7.5px;
        margin-bottom: 15px;
        float: left;
    }
    .newslist figure:nth-child(2n){
        margin-left: 7.5px;
        margin-right: 0;
    }
    .newslist figcaption{
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .newslist figure .info{
        width: 100%;
        margin: auto;
    }
    .newslist figure .info p>a {
        font-size: 16px;
        margin-bottom: 10px;
        height: 24px;
        overflow: hidden;
        margin-top: 10px;
    }
    .newslist figure .info p span{
        display: none;
    }
}




/*新闻详情页*/
.news_detail h3 {
    color: #636363;
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
    text-align: center;
}

.news_l{
    width: 60%;
    display: block;
    float: left;
}
.news_r{
    width: 40%;
    padding-left: 120px;
    display: block;
    float: left;
}
.news_r h3{
    color: #008334;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #008334;
}


@media  (max-width: 1279px){
    .news_l{
        width: 100%;
        float: none;
    }
    .news_r{
        display: none;
    }

}


.news-fig-read {
    border-bottom: 3px solid #008334;
    padding-bottom: 0;
}
.news-fig-read figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.news-fig-read figure:last-child{
    padding-bottom: 0;
    border: 0;
}
.news-fig-read figure figcaption {
    width: 160px;
}
.news-fig-read figure .news-info {
    width: calc(100% - 180px);
}
.news-fig-read figure .news-info .news-title{
    font-size: 15px;
    /* font-weight: bold; */
    display: block;
    color: #505050;
    height: 60px;
    overflow: hidden;
}
.news-fig-read figure .news-info  .news-date{
    font-size: 12px;
    color: #0a0a0a;
}
.news-fig-read figure .news-info .news-more{}
.news-fig-read figure .news-info .news-more a{
    position: relative;
    display: inline-block;
    color: #008334;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media  (max-width: 767px){

    .newslist > .fig > figure{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newslist > .fig > figure>figcaption,.newslist > .fig > figure>.news-info {
        width: 100%;
        position: relative;
    }
    .newslist > .fig > figure>.news-info{
        padding: 15px;
    }
    .newslist > .fig > figure>.news-info .news-title a{
        font-size: 15px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .newslist > .fig > figure>.news-info .news-title:before {
        border-left: 10px solid #6b6b6b;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: 0;
        margin-left: 0;
        top: 20px;
    }
    .news_detail h3{
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .news_detail h3:before {
        margin: 0 auto 15px;
    }
    .news_detail .message {
        font-size: 14px;
        margin: 10px auto 10px;
        padding-bottom: 4px;
    }
    .news_cc p{

    }
    .news_cc p span{
        font-size: 14px!important;
    }
}
