body {
	/* background: url(../images/hmain.jpg) no-repeat bottom center; */
}
.header {
    width: 100%;
    height: 530px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.body {
	
    width: 1200px;
    margin: 0px auto 30px;
}
.toutiao{
	padding: 15px 0 15px 0;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
.toutiao h1{
	text-align: center;
	font-size: 35px;
	color: #077d30;
}
.toutiao p{
	text-indent: 2em;
	margin-top: 10px !important;
	font-size: 18px;
}
.swiper-container{
	width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}
.swiper-container .left-box{
	width: 600px;
	height:400px;
	overflow: hidden;
}

.left-box{
	line-height: 30px;
	width: 580px;
}
.right-box{
	line-height: 30px;
	width: 580px;
}

.swiper-container .left-box{
	float: left;
}
.swiper-container .right-box{
	float: right;
}
.swiper-container .right-box span{
	float: right;
	font-size: 18px;
}
.swiper-container .right-box ul li a{
	display: inline-block;
	width: 95%; /* 设置a标签的宽度 */
	overflow: hidden; /* 隐藏超出范围的内容 */
	text-overflow: ellipsis; /* 使用省略号代替超出范围的文本 */
	white-space: nowrap; /* 禁止文本换行 */
	color: #343434;
	font-size: 18px;
}
.notice .left-box ul li a{
	display: inline-block;
	width: 95%; /* 设置a标签的宽度 */
	overflow: hidden; /* 隐藏超出范围的内容 */
	text-overflow: ellipsis; /* 使用省略号代替超出范围的文本 */
	white-space: nowrap; /* 禁止文本换行 */
	color: #343434;
	font-size: 18px;
}
.notice .right-box ul li a{
	display: inline-block;
	width: 95%; /* 设置a标签的宽度 */
	overflow: hidden; /* 隐藏超出范围的内容 */
	text-overflow: ellipsis; /* 使用省略号代替超出范围的文本 */
	white-space: nowrap; /* 禁止文本换行 */
    color: #343434;
	font-size: 18px;
}
.body .swiper-container .left-box{
	width: 700px;
	height: 450px;
}
.body .swiper-container .left-box ul{
	width: 700px;
	height: 450px;
}
.body .swiper-container .left-box li{
	width: 700px;
	height: 450px;
}
.body .swiper-container .left-box img{
	width: 700px;
	height: 450px;
}

.notice{
	/*height:400px;*/
}
.notice .left-box{
	float: left;
}
.notice .left-box span{
	float: right;
	font-size: 18px;
}
.notice .right-box{
	float: right;
}
.notice .right-box span{
	float: right;
	font-size: 18px;
}

.body .box-header{
	height: 60px;
	line-height: 60px;
	border-bottom: 3px solid #e9e9e9;
	position: relative;
}
.body .box-header .title{
	position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 3px solid #077d30;
    font-size: 20px;
    font-weight: bold;
    color: #077d30;
}
.notice .left-box .box-header{
	border-bottom: 0px solid;
}
.notice .right-box .box-header{
    border-bottom: 0px solid;
}
.swiper-container .right-box ul{
	margin-top: 15px;
}
.notice .left-box ul{
	margin-top: 30px;	
}
.notice .right-box ul{
	margin-top: 30px;	
}
.more{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}
.tags-header{
	padding: 15px 0 15px 0;
	overflow: hidden;
}
.tags-header .tags-item{
	width: 350px;
	height: 200px;
    border-bottom: 6px solid #e4fecb;
    transition: all 0.2s;
    position: relative;
    float: left;
    margin-right: 66px;
    color: #fff;
}
.tags-header .item1{
	/* background: #009900; */
	background: url(../images/1.jpg) no-repeat bottom center;
	border-radius: 10px;
	background-size: 350px;
}
.tags-header .item1 dl {
    background: url(../images/1.png) no-repeat 30px 20px;
}
.tags-header .item2{
	/* background: #009966; */
	background: url(../images/2.jpg) no-repeat bottom center;
	border-radius: 10px;
	background-size: 350px;
}
.tags-header .item2 dl {
    background: url(../images/2.png) no-repeat 30px 20px;
}
.tags-header .item3{
	margin-right: 0;
	/* background: #019e97; */
	background: url(../images/3.jpg) no-repeat bottom center;
	border-radius: 10px;
	background-size: 350px;
}

.tags-header .item3 dl {
    background: url(../images/4.png) no-repeat 30px 20px;
}
.tags-header .item4{
	margin-right: 0;
	/* background: #0099cc; */
	background: url(../images/3.jpg) no-repeat bottom center;
	border-radius: 10px;
	background-size: 350px;
}

.tags-header .item4 dl {
    background: url(../images/3.png) no-repeat 20px 20px;
}
/* .tags-header .tags-item dl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 32px;
    white-space: nowrap;
    padding-left: 50px;
	font-size: 20px;
} */

.tags-header .tags-item dl {
    position: absolute;
    line-height: 32px;
    padding-left: 30px;
    padding-top: 26%;
;
	background-size: 70px;
}
.tags-header .tags-item dt {
	font-weight: bold;
	font-size: 20px;
}
.tags-header .tags-item dd {
    font-size: 18px;
}
.logo{
	width: 1200px;
	margin: 0 auto;
}
