﻿@import "joinus.css";

.news_block_wrap{
    background-color: #fff;
}
.news_block_l,.news_block {
    float: left;
}
.news_block_l{
    height: 100%;
    width: 37%;
}
.news_block {
    width: calc(100% - 40px - 37%);
    padding: 20px;
    position: relative;
    color: #666;
}
@media only screen and (max-width:1280px) {
    .news_block_l{width: 51%;}
    .news_block {width: calc(100% - 40px - 51%);}
}
/*@media only screen and (max-width:1024px) {*/
    /*.news_block_l{width: 55%;}*/
    /*.news_block {width: calc(96% - 40px - 55%);}*/
/*}*/
@media screen and (max-width: 1024px){
    .news_block_l {
        float: none;
        width: 100%;
        max-width: 404px;
        margin: 20px auto 0;
    }
    .news_block {width: calc(100% - 40px);}
}

@media screen and (max-width: 425px){
    .news_block_l {
        float: none;
        margin: 0 auto 10px;
    }
}



/*.newsCenter .navMenu ul li:nth-child(1) .di em{background: url(../images/news_icon01s.png) center no-repeat;background-size: auto 100%;}
.newsCenter .navMenu ul li:nth-child(2) .di em{background: url(../images/news_icon02.png) center no-repeat;background-size: auto 100%;}
.newsCenter .navMenu ul li:nth-child(1) .fu em{background: url(../images/news_icon01.png) center no-repeat;background-size: auto 100%;}
.newsCenter .navMenu ul li:nth-child(2) .fu em{background: url(../images/news_icon02s.png) center no-repeat;background-size: auto 100%;}*/


.news_list ul{width: 101%;color: #666;margin-top: 60px;}
.news_list ul li{width: 25%;margin: 1%;float: left;padding: 3%;background-color: #fff;position: relative;}
.news_list ul li div dl{float: left;width: 50%;margin-bottom: 10px;margin-top: 20px;}
.news_list ul li div dl dd{margin-bottom: 12px;color:#999;}
.work_ch_btn{display:block;width: 136px;height: 32px;text-align:center;line-height: 32px;border:0;border-bottom: 2px solid #27409b;background-color: #f5f5f5;}
/*.news_list ul li span{position: absolute;top:0;display: block;left: 6%;height: 0;width: 8%;border-bottom: 1px solid #27409b;}*/
/*.news_list ul li:hover span,.news_list ul li.on span{left: 0;width: 100%;border-bottom: 1px solid #27409b;}*/
.news_list ul li h4{overflow: hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height: 90px;}
.news_list ul li p{overflow: hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;height: 110px;}
@media only screen and (max-width:950px) {
    .news_list ul{width: 101%}
    .news_list ul li{width: 42%;}
}
@media only screen and (max-width:906px) {
    .news_block {background-image: none!important;width: 92%;padding:3%;}
    .news_block_img {
        display: block;
        width: 98%;
        margin: 1%;
        margin-bottom: 20px;
        height: 250px;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .news_list ul{width: 100%}
}
@media only screen and (max-width:767px) {
    .news_list ul{width: 100%}
    .news_list ul li{width: 92%;}
    .news_list ul li span{left: 3%;}
    .joinus_main{padding-bottom: 35px!important;margin-bottom: -35px;}
    .joinus_main .wraper{margin-bottom: 35px!important;}
    .news_list ul li h4{display: block; height: auto;}
    .news_list ul li p{display: block; height: auto;}

}

/*详情页面*/
.lab span{display: inline-block;float: left;width: 20%;min-width: 130px;text-align: center;margin-bottom: 10px;}
.lab span i{cursor: pointer;}
.lab span i.on{color: #047AE8;font-size: 16px;}
.fnt_16{font-size: 16px;}
.fnt_14{font-size: 14px;}
.fnt_12{font-size: 12px;}
.updwon_re{text-align: right}


@media screen and (max-width: 425px){
    .updwon_re{display: none;}
}

.updwon_le{
	margin-top: 20px;
}
