
.container{
    width: 100%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #f3f6fb;
    min-height: 499px;
}
.select_nav{
    width: 80%;
    min-height: 30px;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 0px;

}
.tjcp{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.tjcptitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.tjcplist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.tjcplist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.tjcplist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}

.fwfl{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.fwfltitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.fllist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.fllist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.fllist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}


.pzlx{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.pzlxtitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.pzlxlist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.pzlxlist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.pzlxlist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}

.fwlx{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.fwlxtitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.fwlxlist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.fwlxlist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.fwlxlist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}


.juli{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.julititle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.julilist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.julilist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.julilist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}



.fbsj{
	width: 100%;
	min-height: 30px;
	display: flex;
	margin: 20px 0px;
	justify-content: space-between;
}
.fbsjtitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.fbsjlist{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.fbsjlist li{
	line-height: 30px;
	padding: 0 20px;
	color: #333333;
	cursor: pointer;
}
.fbsjlist li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}




.zkzd-btn{
	position: relative;
    height: 24px;
    border-top: 1px solid #ddd;
	margin-bottom: 5px;
	width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.zkzd-btn span{
	cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    display: block;
    width: 114px;
    height: 24px;
    top: -2px;
    background-color: #fbfbfb;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-top-color: #fff;
    line-height: 24px;
}
.contentlist{
	background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 80%;
    margin-left: auto;
	margin-right: auto;
	padding: 20px;
	box-sizing: border-box;
}
.lists{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.lists li{
    width: 24%;
    box-shadow: 1px 4px 6px rgba(33, 22, 19, 0.3);
	margin-bottom: 19px;
	margin-left: 1%;
}
.lists li a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.lists li a img{
	width: 100%;
	height: 252px;
	transition: all 0.8s;
	/*object-fit: cover;*/
}
.lists li a img:hover{
	transform: scale(1.1);
}
.lists .fuwu_box2_li_con{
	padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
}
.lists .fuwu_box2_li_con h3{
	font-size: 26px;
    color: #05ba58;
}
.lists .fuwu_box2_li_con h3 span{
	font-size: 14px;
    color: #333333;
}
.lists .fuwu_box2_li_con h2{
	position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 29px;
    width: 100%;
}
.lists .fuwu_box2_li_con h2 a{
	font-size: 18px;
    color: #333333;
}
.lists .fuwu_box2_li_con p{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    color: #868686;
    line-height: 27px;
}
.lists .fuwu_box2_li_con p b{
	font-weight: normal;
    color: #333333;
}

@media screen and (max-width: 1200px){
.select_nav{
	width: 100%;
	font-size: 1rem;
	padding: 0px;
}
.contentlist{
	    background-color: #fff;
    border: 1px solid #dddddd;
    /* margin-bottom: 18px; */
    /* margin-top: 10px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
}
.lists li a img{
	    width: 100%;
    height: 16rem;
}
.lists .fuwu_box2_li_con h3{
	    font-size: 1.5rem;
    color: #05ba58;
    line-height: 1.5rem;
}
.lists .fuwu_box2_li_con h2 a{
	font-size: 1.5rem;
}
.lists .fuwu_box2_li_con p{
	font-size: 1rem;
}
.lists .fuwu_box2_li_con p b{
	width: 49%
}
.lists .fuwu_box2_li_con p img{
	    width: 15px;
    height: 15px;
    margin-top: 4px;
}
.lists .fuwu_box2_li_con{
	padding: 5px;
}
.shhfwem{
	font-size: 1rem;
	line-height: 1.5rem;
}
}
.cpxl{
	width: 100%;
	min-height: 200px;
	display: none;
}
.cpxlul{
	width: 100%;
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
.cpxltitle{
	width: 10%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	display: block;
	text-align: end;
}
.cpxlul li{
	display: flex;
	justify-content: space-between;
}
.cpxllistul{
	display: flex;
	flex-wrap: wrap;
	width: 88%;
}
.cpxllistul li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.cpxllistul li.active{
	background: #ff9900;
	color: #ffffff;
	border-radius: 5px;
}
.zjsearch{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    box-sizing: border-box;
    display: flex;
    padding: 0 0 0 2%;
}
.zjsearch input{
    width: 14rem;
    height: 4rem;
    line-height: 4rem\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 0px;
    border-color: #d0d0d0;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 1rem;
    margin: 0 5px;
}
.zjsearch button{
    width: 8rem;
    height: 4rem;
    border-radius: 0px;
}