<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.fr{float:right}
.fl{float:left}
.clearfix {
    height:auto!important;
}
.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;
	
}
.allpage{
	margin:0;
	padding:0;
	background: left top no-repeat;
	background-size:100%;
	padding-bottom:80px;
}
.backlogo{
    position: absolute;
    top:30px;
    left:100px;
}
.backlogo img{
    cursor: pointer;
    width: 350px;
}
.tbpic{
	height:500px;
}
.tbpic img{
	width: 1270px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -635px;
    top: 230px;
}
.cntdiv{
	width:1330px;
	margin:0 auto;
	background:#fff;
	border-radius:20px;
	padding:50px 0;
	margin-top:50px;
}
.ztblock{
	width:1270px;
	margin:0 auto;
	height:auto;
}

.ztlist{
    width: 48%;
}

.zttitle{
	height:90px;
	line-height: 100px;
    padding-left: 80px;
    font-size: 26px;
    font-weight: bold;
    color: #516b06;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.zywj{
	background: left center no-repeat;
	background-size: 100% 100%;
}
.gzjz{
	background: left center no-repeat;
	background-size: 100% 100%;
}
.zttitle a img{
	float:right;
	width:30px;
	margin-top: 30px;
}

.ztlist li{
	font-size:18px;
	height:40px;
	line-height:40px;
    position: relative;
	padding-left:20px;
}
.ztlist li i{
	height: 6px;
    width: 6px;
    background: #516b06;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0px;
}
.ztlist li a{
	width: 1050px;
	color:#333;
}
.ztlist li a:hover{
	color:#516b06;
}
.ztlist li span{
	color:#999;
}
.fulllist{
	width:100%;
}




</pre></body></html>