@charset "utf-8";
.fr{float:right}
.fl{float:left}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tbpic{
	position:relative
}
.logo{
	position:absolute;
	z-index:999;
	top:0;
	left:0;
}
.ztblock{
	width:1270px;
	margin:0 auto;
	margin-top:30px;
	height:auto;
}

.ztlist{
	width: 45%;
    padding: 2%;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 30%);
	margin-bottom:30px;
}
.zttitle{
	height: 55px;
    line-height: 55px;
	font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.zttitle img{
	height: 55px;
}
.zttitle a{
	font-size: 16px;
    color: #41a2fa;
	float:right;
}
.ztlist ul{
	padding:10px;
}
.ztlist li{
	font-size:18px;
	height:40px;
	line-height:40px;
}
.ztlist li a{
	width: 400px;
}
.ztlist li a:hover{
	color:#41a2fa;
}
.ztlist li span{
	color:#999;
}