* {
	margin: 0;
	padding: 0;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

body {
	background: url(/material/zt/ggfn/images/bg.png) top no-repeat #fff !important;
	overflow: hidden;
}

html {
	overflow: auto;
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
	cursor: auto;
}

img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none !important;
	outline: none;
	color: #414242;
}

/**/
.zt-box {
	margin: 0 auto 0;
	width: 100%;
	max-width: 1500px;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.zt-box2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    position: relative;
    padding: 0;
    /* overflow: hidden; */
    padding-top: 630px;
    box-sizing: border-box;
    display: flow-root;
}

.zt-box3 {
	margin: 80px auto 0;
	width: 100%;
	max-width: 1300px;
	position: relative;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.zt-box4 {
	margin: 0 auto;
	width: 100%;
	max-width: 1258px;
	position: relative;
	padding-top: 130px;
	overflow: hidden;
	box-sizing: border-box;
}

.main1 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 200px;
	margin-bottom: 0px;
}

.main1 .top_banner {
	width: 100%;
}

.main1 .logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}
/**/
.bt {
    width: 100%;
        margin: 0 auto 50px;
	    text-align: center;
}
.znleft {
    width: 46%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    background: linear-gradient(#fef6e6, #fff);
	    margin-top: 33px;
}
.dtdy li {
    border-bottom: 1px solid #ffdfae;
    padding: 10px 10px 20px 22px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(/material/zt/ggfn/images/jt.png) 0 14px no-repeat;
}
.dtdy li a {
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    white-space: pre-wrap;
    font-size: 18px;
}
.dtdy li span {
    width: 12%;
    float: right;
    text-align: right;
    font-size: 16px;
}
.znright {
    width: 54%;
    float: right;
}
.dytpk {
    width: 100%;
    height: 393px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 13px 2px rgb(161 161 161 / 42%);
}
.dytpk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wznrk {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 227px;
    background: url(/material/zt/ggfn/images/dtdybt.png) center no-repeat;
    background-size: 100%;
    padding-top: 89px;
    box-sizing: border-box;
}

.wznrk p {
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 67px;
    box-sizing: border-box;
}
.xhx {
    height: 1px;
    width: 90%;
    background: #fff;
    margin: 10px auto;
}
.wznrk span {
    color: #fff;
    font-size: 16px;
    padding: 0 34px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    white-space: pre-wrap;
    line-height: 30px;
}


.sngz li {
    background: #fbffda;
    float: left;
    _display: inline;
    width: 630px;
    height: 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fbffda;
    margin-bottom: 20px;
    padding: 14px;
}

.sngz .news-time {
    float: left;
    _display: inline;
    width: 93px;
    height: 93px;
    background: #eff5b8;
    margin-right: 15px;
    color: #628e11;
    text-align: center;
	padding-top: 15px;
	    box-sizing: border-box;
}

.sngz .news-title {
    float: left;
    width: 489px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    /* white-space: pre-wrap; */
    height: 67px;
    line-height: 38px;
    margin-top: 7px;
    font-size: 20px;
}

.sngz li:hover {
    border: 2px solid #82a43e;
   
}

.sngz li:hover a {
    text-decoration: none;
    color: #82a43e;
	font-weight: bold;
	
}

.sngz li:hover .news-time {
    background: #82a43e;
    color: #fff
}
.news-date {
    font-size: 30px;
    font-weight: 600;
}
.sngz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fwcx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fwcx li a {
    width: 75%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    font-size: 20px;
}
.fwcx li {
    width: 48%;
    margin-bottom: 50px;
}
.fwcx li p {
    width: 21%;
    float: right;
    font-size: 20px;
    text-align: right;
}
.fwcx li:hover a,.fwcx li:hover p{font-weight: bold;color: #ae350d;}