/* 头部图 */
.header-img {
	width: 100%;
	/*height: 400px;*/
	margin-bottom: 30px;
}

.header-img a,
.header-img a img {
	width: 100%;
}

/* 标题 */
.header-title {
	margin-bottom: 30px;
}

.header-title h1 {
	width: 100%;
}

.header-title h1 a {
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	#00CC33-space: nowrap;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}

.header-title p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	#00CC33-space: nowrap;
}


.header-title p span a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.header-title p span:last-child i a {
	color: #FF0000;
	margin-left: 10px;
}


/* 轮播图代码 */
/* 本例子css */
.banner {
	margin-bottom: 30px;
}

.banner-img {
	width: 630px;
	height: 420px;
	overflow: hidden;
	position: relative;
	float: left;
}

.banner-img .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 8px;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 30px;
}

.banner-img .hd ul li.on {
	background: #0066CC;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 630px;
	height: 50px;
	background: rgba(000, 000, 000, 0.5);
	z-index: 100;
	left: 0;
	bottom: 0;
}

.mask a {
	display: inline-block;
	margin-top: 12px;
	margin-left: 32px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-img .bd img {
	width: 630px;
	height: 420px;
	display: block;
}

.prev,
.next {
	width: 50px;
	height: 100px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.prev {
	left: 0;
}

.next {
	right: 0px;
}

.prev img,
.next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 24px;
}


/* 轮播列表 */
.banner-list {
	width: 550px;
	float: right;
}

.banner-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
}

.banner-title h1 {
	float: left;
}

.banner-title h1 a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}

.banner-title h1 a::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #0066CC;
	border-radius: 2px;
	margin-right: 10px;
}

.banner-title span {
	float: right;
}

.banner-title span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.banner-list ul,
.banner-list ul li {
	width: 100%;
}

.banner-list ul li a {
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-list ul li:first-child a {
	font-weight: bold;
}

.banner-list ul li:not(:first-child) a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 8px;
}

.banner-list ul:first-of-type {
	margin-bottom: 20px;
}

/* 通用 */
.content {
	margin-bottom: 30px;
}

.before {
	width: 380px;
	border-top: 2px solid #009900;
	float: left;
}

.title {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

.title h2 {
	float: left;
}

.title h2 a {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
}

.title h2 a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 24px;
	background: -webkit-linear-gradient(to bottom, #00CC33 0%, #00CC33 50%, #2D7737 75%, #2D7737 100%);
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(to bottom, #00CC33 0%, #00CC33 50%, #2D7737 50%, #2D7737 100%);
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(to bottom, #00CC33 0%, #00CC33 50%, #2D7737 50%, #2D7737 100%);
	/* Firefox 3.6-15 */
	background: linear-gradient(to bottom, #00CC33 0%, #00CC33 50%, #2D7737 50%, #2D7737 100%);
	/* 标准语法 */
	margin-right: 10px;
}

.title span {
	float: right;
}

.title span a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}


/* 标准与政策解读 */
.policy {
	margin-right: 30px;
}

.policy ul,
.policy ul li,
.policy ul li h2,
.policy ul li p,
.policy ul li h2 a,
.policy ul li p a {
	width: 100%;
}

.policy ul li {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 18px;
}

.policy ul li:first-of-type {
	padding-top: 0px;
}

.policy ul li h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.policy ul li p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 三农视野 */
.field {
	margin-right: 20px;
}

.field .img {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.field .img a {
	width: 100%;
}

.field .img img {
	width: 100%;
	height: 210px;
}

.field .img span {
	width: 380px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.field ul,
.field ul li {
	width: 100%;
}

.field ul li a {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.field ul li a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 8px;
}

/* 农安动态 */
.dynamic .banner-img,
.dynamic .banner-img .bd img {
	width: 380px;
	height: 214px;
	float: none;
}

.dynamic .prev,
.dynamic .next {
	width: 40px;
	height: 70px;
}

.dynamic .gery {
	width: 380px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}

.dynamic .gery a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 下半部分 */
.content-bottom {
	margin-bottom: 35px;
}

.show-text,
.show-text h2,
.show-text p,
.show-text h2 a,
.show-text p a {
	width: 100%;
}

.show-text h2 {
	margin-top: 10px;
}

.show-text h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show-text p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 农产品三品一标 */
.product {
	margin-right: 30px;
}

.product ul,
.product ul li,
.product ul li a {
	width: 100%;
}

.product ul li:not(:last-child) {
	margin-bottom: 20px;
}

.product ul li a {
	overflow: hidden;
}

.product ul li a img {
	width: 180px;
	height: 100px;
	float: left;
}

.product ul li a p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	width: 182px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	float: right;
	margin-top: 10px;
}

/* 农安科普 */
.content-bottom .field ul {
	margin-top: 20px;
}

/* 专版导览 */
.guide-one {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.guide-one h2,
.guide-one p,
.guide-one h2 a,
.guide-one p a {
	width: 100%;
}

.guide-one h2 a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.guide-one p a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.guide ul,
.guide ul li {
	width: 100%;
}

.guide ul li a {
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #333333;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.guide ul li a::before {
	display: inline-block;
	content: '•';
	color: #000000;
	margin-right: 8px;
}

/* 尾部链接 */
footer{
	width:100%;
	height: 50px;
	background: #0066CC;
}

footer p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F2F2F2;
	line-height: 50px;
}