body{
    background: #fff;
}
.nav{
    background: #fff;
}
.ns-nav a{
    width: 22%;
}
.ns-nav a img{
    padding: 0;
    width: 65%;
    height: auto;
}
.ns-nav a span{
    height: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

.title_h{
	width: 92%;
	margin:0 auto;
}
.title_h h1{
	text-align: center;
	font-size: 16px;
	color: #5cb619;
	line-height: 30px;
	font-weight: normal;
	margin-top: 6px;
}
.title_h span{
	text-align: center;
	color: #505050;
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}
/*
.top div span::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/ic11.png)no-repeat;
    background-size: 100% 100%;
    left: 5px;
    top: calc((100% - 20px)/2);
}

.top div span::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/ic11.png)no-repeat;
    background-size: 100% 100%;
    right: 5px;
    top: calc((100% - 20px)/2);
    transform: rotateY(180deg);
}
*/
.top a{
    color: #686868;
    right: 0;
    position: absolute;
    margin-right: 5px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.abbr-img a{
    height: 180px;
    position: relative;
    margin-top: 10px;
}
.abbr-img a img{
    height: 180px;
}
.abbr-img a span{
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0.3em;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.abbr-img2 a{
    height: 100px;
    position: relative;
    margin-top: 10px;
    width: 48%;
}
.abbr-img2 a img{
    height: 100px;
}
.abbr-img2 a span{
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 0.3em;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.abbr-list a{
    display: block;
    box-sizing: border-box;
}
/*
.abbr-list a p{
    height: 30px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    position: relative;
	padding-left: 25px;
}
*/
.abbr-list a span{
    display: block;
    width: 86%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #8c8c8c;
	padding-left: 25px;
    font-size: 10px;
}
.abbr-list a span strong{
	padding-right: 26px;
	float: right;
	 color: #08cbb8;
	 font-weight: normal;
	 font-size: 12px;
	 background: url(../images/qg_pic2_03.png) no-repeat right center;
}
.sell-img{
    margin-bottom: 10px;
}
.sell-img a{
    height: 116px;
	background: #f5b201;
    width: 30%;
}
.sell-img a img{
    height: 86px;
	width:calc(99% - 3px);
	margin: 0 auto;
	display: block;
    margin-top: 2px;
}
.sell-img a span{
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
	color: #fff;
    padding: 0 4px;
}
.sell-img a p{
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	 overflow: hidden;
}
.sell-ul a{
    display: block;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
    text-indent: 0.6em;
    position: relative;
    font-size: 15px;
}
.sell-ul a span{
	float: right;
	 font-size: 12px;
	 color: #686868;
}

.sell-ul a::after{
    content: '';
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    left: 0;
    top: calc((100% - 0.3em)/2);
    background: #00b075;
    border-radius: 0.3em;
}
.sell-ul{
	margin: 0 auto;
}
.sell-adv{
    height: 240px;
    display: block;
}
.sell-adv2{
    height: 70px;
}
.company-img a{
    width: 22vw;
    height: calc(22vw +30px);
}
.company-img img{
    height: 22vw;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
}
.company-img span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.top2{
    position: relative;
}
.top2 span{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #fff;
    background: #5cb619;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.top2 span::after{
    content: '';
    position: absolute;
    left: 10px;
    height: 20px;
    width: 20px;
    background: url(../img/ic12.png)no-repeat;
    background-size: 100% 100%;
    top: calc((100% - 20px)/2);
}
.rec-ul a{
    text-indent: 0.6em;
    position: relative;
    font-size: 15px;
    
}

.rec-adv{
    height: 70px;
}
.exh-img a{
    width: 22vw;
    height: calc(22vw + 50px);
}
.exh-img a img{
    height: 22vw;
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
}
.exh-img a span{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    color: #7c7c7c;
}
.exh-img2{
    height: 180px;
    position: relative;
}
.exh-img2 span{
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    text-indent: 0.3em;
}
.exh-ul a{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #707070;
    text-indent: 0.6em;
    position: relative;
}
.exh-ul a::after{
    content: '';
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    border-radius: 0.3em;
    left: 0;
    top: calc((100% - 0.3em)/2);
    background: #707070;
}
.zstop a{
    position: absolute;
    right: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    top: 0;
}
.zstop span::after{
    background: url(../img/ic13.png)no-repeat;
    background-size: 100% 100%;
}
.zh-list{
    margin-top: 0;
    border: 1px solid #a0a0a0;
    border-top: 0;
    box-sizing: border-box;
}
.zh-ul{
    width: 90%;
    margin: 10px auto;
    margin-top: 0;
    padding-top: 10px;
}
.zh-ul a{
    margin-top: 10px;
    display: flex;
    width: 49%;
    justify-content: space-between;
    align-items: center;
}
.zh-ul a:nth-child(-n+2){
    margin-top: 0;
}
.zh-ul a img{
    width: 49%;
}
.zh-ul a div{
    width: 49%
}
.zh-ul a div p{
    height: 50px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
}
.zh-ul a div span{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
/*左图右文*/
.ztyw{
	display: flex;
	width: 94%;	
	justify-content: space-between;
	margin: 10px auto;
}
.ztyw_l{
	width: 30%;
	height: 70px;
	overflow: hidden;
}
.ztyw_l img{
	width: 100%;
}
.ztyw_r{
	width: 64%;
}
.ztyw_r h1{
	font-size: 14px;
	overflow: hidden;
	width: 94%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; 
	color: #fea60e;
	font-weight: normal;
}
.ztyw_r p{
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	width: 96%;
	height:30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	margin-top: 2px;
}
.ztyw_r span{
	width: 90%;
	font-size: 12px;
	margin-top: 2px;
	display: block;
	float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.ztyw_r a{
    float:left;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    border: 1px #48ae44 solid;
    padding: 0 10px;
}
.ztyw_r h2{
	font-size: 14px;
	overflow: hidden;
	width: 94%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	color: #000000;
	font-weight: normal;
	margin-bottom: 2px;
    line-height: 24px;
}
.ztyw_r2 span{
	width: 60%;
	font-size: 10px !important;
	margin-top: 2px;
	display: block;
	float: none !important;
}
.ztyw_a{
	float: right;
	background-image: linear-gradient(#10c195, #84c155);
	 color: #FFFFFF;
	 padding: 4px 6px;
	 border-radius: 6px;
	 font-size: 12px;
	 margin-top: -26px;
}
/*搜索框架*/
.sousskj{
    width: 94%;
    margin: 0 auto;
    background: #fff;
    height: 60px;
    padding: 6px 0;
}
.sous_sous{
    width: 64%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.sous_sous1{
    width:29%;
    margin-top: 6px;
}
.sous_sous1 h1{
    font-size: 12px;
    font-weight: normal;
    color: #f5b201;
}
.sous_sous2{
    width: 70%;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp:2;
 
    height:38px;
    overflow: hidden;
    -webkit-box-orient:vertical
}
.sous_sous2 a{
    font-size: 12px;
}
/*公共标题*/
.t_hr{
    width: 94%;
    margin: 0 auto;
    height: 2px;
    background: #06c22e;
    border:none;
}
.pu_img{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}
.pu_img img{
    width: 100%;
}
.pu_title{
    width: 94%;
    background:#06c22e;
    height: 42px;
    margin: 0 auto;
    background-size:100%;
    margin-top: 2px;
}
.pu_title h1{
    font-size: 18px;
    color: #fff;
    font-weight:normal;
    line-height:42px;
    padding-left: 40px;
    background:url(../images/tit_bg_03.png) no-repeat 14px center;
    float: left;
}
.pu_title h1 strong{
    font-weight: normal;
    font-size: 14px;
}

.pu_title a{
    font-size: 12px;
    line-height: 42px;
    float: right;
    margin-right: 10px;
    color: #7e0105;
}
.pu_title a img{
     width: 80%;
     margin-top: 14px;
}
.new_list a p strong{
     background: #f5b201;
     color: #fff;
     font-size: 12px;
     padding: 2px 4px;
     margin-right: 5px;
     border-radius: 2px;
}

.str2{
    background: #09b37a !important;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    margin-right: 5px;
    border-radius: 2px;
}
.new_list{
    margin-bottom: 15px;
}

.new_list a p{
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.new_list a span{
    line-height: 16px;
    width: 80%;
    margin-top: 6px;
    display: -webkit-box ;
	padding-left: 25px;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    font-size: 10px;
    color: #8c8c8c;
}

.qgxx_kj{
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
    padding-bottom: 0px;
}
.zong_kj hr{
    background: none;
    border: none;
    border-top: 1px solid #f2f2f2;
    width: 94%;
    margin: 0 auto;
}

.qgxx{
    width: 30%;
}
.qgxx a{
    display: flex;
    flex-wrap: wrap;
}
.qgxx h1{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.qgxx span{
    font-size:8px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.qgxx span strong{
    color: #f5b201;
    font-weight: normal;
}
.qgxx span span{
    color: #44c397;
    font-style: none;
}
.new_1{
    width: 94%;
    margin: 0 auto;
    height: 180px;
}

.gdqg{
    display: flex;
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: space-around;
    height: 150px;
}
.gdqg a{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.gdqg a h1{
    font-size: 14px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    position: relative;
    padding-left: 10px;
}
.gdqg a h1::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #fea60e;
    position: absolute;
     left: 0;
     top: 6px;
     border-radius: 4px;
}

.gdqg a span{
    float:right;
    width: 20%;
    font-size: 12px;
    color: #00000090;
}
.jmqy_center{
    display: flex;
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: space-around;
    height: 220px;
}
.jmqy_c_kj{
    width: 100%;
}
.jmqy_c_kj h1{
    color: #000000;
    font-size: 16px;
    border-left: 6px solid #7e0105;
    padding-left: 6px;
    line-height: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.jmqy_c_kj p{
    font-size: 15px;
    color: #797979;
    display: -webkit-box ;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    margin-top: 6px;
}
.hyzh_2{
    width: 94%;
    margin: 0 auto;
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.hyzx_top{
    margin-top: 16px;
    width: 100%;
}
.hyzx_top a img{
    width: 100%;
    height: 200px;
}
.hyzx_top a h1{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hyzx_top a p{
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}