@charset "utf-8";
body {
    background:  no-repeat center top #ebf1fd;
    background-size: 100%;
}
a,span{
	font-size: 18px;
	line-height: 36px;
	color: #000000;
}
/* 顶部 */
.czzj_top{
    clear: both;
    overflow: hidden;
    padding: 40px 0;
}
.czzj_content{
    margin-top: 250px;
    padding: 35px;
    overflow: hidden;
    background: #ffffff;
	margin-bottom: 50px;
}
.czzj_first{
    overflow: hidden;
}
.czzj_lst{
    overflow: hidden;
    padding: 20px 15px;
}
.czzj_lst .czzj_lst_tit a{
    display: inline-block;
    background: #1e6bff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 40px;
    border-radius: 25px;
}
.czzj_lst .czzj_lst_cont .m-lst40 ul li{
	background: url(/uploads/image/tizzcjd/zcjd_ico.png) no-repeat left center;
	line-height: 50px;
}
.czzj_lst .czzj_lst_cont .m-lst40 ul li span{
    line-height: 50px;
    color: #808080;
    font-size: 16px;
}
.czzj_lst .czzj_lst_cont .m-lst40 ul li a{
    color: #000000;
}
.czzj_lst_gwh_cont{
    background: #e8f1ff;
    height: 370px;
    border-radius: 10px;
    margin-top: -23px;
}
.czzj_lst_gwh .czzj_lst_tit{text-align: center;}
.czzj_lst_gwh_cont ul{
    padding-top: 30px;
}
.czzj_lst_gwh_cont ul li{
	background: none;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: unset;
	padding: 9px 24px;
	margin: 10px;
	border-bottom: 1px dashed #c1c4ca;
	text-indent: unset;
}
.czzj_lst_gwh_cont ul li:last-child{
	border: none;
}
.czzj_lst_gwh_cont ul li a{
    color: #000000;
}
.czzj_second .czzj_img img{
    width: 100%;
}
.footerpc .text p span,.footerpc .text p a{
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;
}



@media (min-width: 1314px) {
    .container {
        width: 1320px;
    }
}
@media (max-width: 1440px) {
	.czzj_content {
	    margin-top: 220px;
	}
}
@media (max-width: 1024px) {
	.czzj_content {
	    margin-top: 200px;
	}
	.czzj_lst .czzj_lst_tit a{
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.czzj_top .a_logo img {
		width: 90%;
	}
	.czzj_content {
		margin-top: 155px;
	}
	.czzj_lst .czzj_lst_tit a{
		padding: 5px 15px;
	}
}
@media (max-width: 425px) {
	.czzj_top{
		padding: 10px 0;
	}
	.czzj_content {
		margin-top: 100px;
		padding: 10px;
	}
}
@media (max-width: 375px) {
	.czzj_content {
		margin-top: 60px;
	}
}
@media (max-width: 320px) {
	.czzj_content {
		margin-top: 40px;
	}
}