@charset "utf-8";


/*news-list*/

.news .content {
    display: block;
}
.news figure {
    width: 31%;
    box-shadow: 0 0 4px 0 #ccc;
    padding: 1.5%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 30px;
    background-color: #fff;
}
.news figure:nth-child(3n){
    margin-right: 0;
}
.news figure figcaption img{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.news .con-info .title a {
    font-size: 20px;
    color: #464646;
    display: inline-block;
    margin: 5px 0;
    height: 24px;
    overflow: hidden;
}
.news .con-info .title a:after {
    content: "";
    width: 6em;
    height: 0;
    border: 1px solid #df0024;
    display: block;
    margin-top: 0.5em;
}
.news .con-info .text {
    font-size: 14px;
    color: #939393;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news figure:hover figcaption img{
/*    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}
@media (max-width: 767px) {
    .news figure {
        width: calc(50% - 7.5px);
        margin-bottom: 15px;
        margin-right: 7.5px;
    }
    .news figure:nth-child(2n) {
        margin-left: 7.5px;
        margin-right: 0;
    }
    .news figure:last-child {
        display: none;
    }
    .news .content {
        margin-top: 0;
    }
    .news figure img {
        max-width: 100%;
    }
    .news .con-info .title a {
        font-size: 15px;
    }
    .news .con-info .text {
        font-size: 12px;
        height: 36px;
    }
}




/*news-read*/
.news_detail{
    /* background-color: rgba(0, 168, 236, .1);*/
   /* padding: 2% 0;*/
}
.news_detail h3{
   /* font-size: 24px;
    color: #3d3d3d;
    text-align: center;
    background-color: #fff;
    padding: 15px 0;*/
}
/*.news_detail h3:before{
    content: "";
    display: block;
    margin: 0 auto 30px;
    width: 110px;
    height: 1px;
    background-color: #2b2b2b;
}*/
.news_detail .message{
    font-size: 14px;
    text-align:center;
    color:#3d3d3d;
    margin: 15px auto 0;
    padding-bottom: 15px;
}


@media  (max-width: 767px){
    #box_left{
        /* padding: 0 15px;*/
    }
    #box_right{
        /*padding: 0 15px;*/
    }
    .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: 16px;
        line-height: 1.5;
    }
    .news_detail h3:before {
        margin: 0 auto 15px;
    }
    .news_detail .message {
        font-size: 14px;
        margin: 15px auto;
    }
    .news_cc p{

    }
    .news_cc p span{
        font-size: 14px!important;
    }
}



/*新闻*/

.news-fig{}
.news-fig figure{
    display: block;
    float: left;
    width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.news-fig figure:nth-child(3n){
    margin-right: 0;
}
.news-fig figure figcaption{}
.news-fig figure .news-info{
    padding: 15px 0;
}
.news-fig figure .news-info .news-date {
    font-size: 12px;
    font-weight: 700;
    color: #444;
}
.news-fig figure .news-info .news-title{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.news-fig figure .news-info .news-summary{
    height: 38px;
    overflow: hidden;
    line-height: 1.5;
    font-size: 12px;
    color: #505050;
    margin: 15px 0;
}
.news-fig figure .news-info .news-more{}
.news-fig figure .news-info .news-more a{
    position: relative;
    display: inline-block;
    color: #0073bc;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media  (min-width: 768px){
    .news-fig figure .news-info .news-title{
        height: 54px;
    }
}

@media  (max-width: 767px){

    .news-fig figure{
        /*  width: calc(50% - 7.5px);
          margin-right: 7.5px!important;
          margin-bottom: 15px;*/
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        float: none;
    }
    .news-fig figure .news-info {
        padding: 15px;
    }
    .news-fig figure:nth-child(2n){
        /* margin-left: 7.5px!important;
         margin-right: 0!important;*/
    }
    .news-fig figure .news-info .news-title {
        font-size: 16px;
        height: 26px;
        overflow: hidden;
    }
    .news-fig figure:nth-child(2n){
        background-color: #f5f5f5;
    }
}


/*新闻详情页*/
.news_detail h3 {
    color: #636363;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.news_l{
    width: 60%;
    display: block;
    float: left;
}
.news_r{
    width: 40%;
    padding-left: 120px;
    display: block;
    float: left;
}


.news_r h3{
    color: #b7b7b7;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 3px solid #b7b7b7;
}


@media  (max-width: 1279px){
    .news_l{
        width: 100%;
        float: none;
    }
    .news_r{
        display: none;
    }

}


.news-fig-read {
    border-bottom: 3px solid #b7b7b7;
    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: 16px;
    /*   font-weight: bold;*/
    display: block;
    color: #000;
    height: 60px;
    overflow: hidden;
}
.news-fig-read figure .news-info .news-more{}
.news-fig-read figure .news-info .news-more a{
    position: relative;
    display: inline-block;
    color: #c29b56;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}


@media  (max-width: 767px){
    .news_detail h3{
        font-size: 20px;
        line-height: 1.7;
    }
}
