@charset "utf-8";
/* CSS Document */
.topnews{
	margin-top: 50px;
}
.topnews .swiper-slide a{
	height: 591px;
	position: relative;
	display: block;
	line-height: 0px;
	overflow: hidden;
}
.topnews .swiper-slide a img{
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
.topnews .swiper-slide a img:hover{
	transform: scale(1.1);
}
.top-ifm{
background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(bottom, #000000 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to top, #000000 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 40px 20px 15px;
}
.top-date{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #E1B234;
	line-height: 30px;
	max-width: 260px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px
}
.top-title{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 5px;
	width: calc(100% - 100px)
}
.swiper-button-next{
	width: 50px;
	height: 50px;
	background: url(top-R.png) no-repeat center;
}
.swiper-button-prev{
	width: 50px;
	height: 50px;
	background: url(top-L.png) no-repeat center;
}
.swiper-button-next::after,.swiper-button-prev::after{
	display: none;
	content: ""
}
.swiper-horizontal>.swiper-pagination-bullets{
	left: auto;
	bottom: 10px;
	right: 10px;
	width: auto;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 5px;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	color: #0F7800;
}
@media(max-width:1480px){
	.topnews .swiper-slide a{
		height: 413px;
	}
}
@media(max-width:1199px){
	.topnews .swiper-slide a{
		height: 518px;
	}
}
@media(max-width:991px){
	.topnews .swiper-slide a{
		height: 413px;
	}
}
@media(max-width:768px){
	.topnews .swiper-slide a{
		height: auto;
	}
	.top-ifm{
		position: static;
		padding-bottom: 30px;
		background: rgba(52,52,52,0.9);
	}
	.top-title{
		width: 100%;
	}
	.swiper-button-next .swiper-button-prev{
		display: none!important;
	}
}








.title-child{
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 700;
	font-size: 22px;
	color: #444444;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: 2px solid #FFA200;
	margin: 40px 0 0 30px;
}
.top-list .first-news a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #0F7800;
	line-height: 30px;
	text-align: left;
	margin-top: 20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.top-list .first-news p{
	text-indent: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	
}
.top-list .first-news{
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
.main-title{
	margin-top: 50px;
    position: relative;
	margin-bottom: 35px;
}
.main-title h3{
    display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #444444;
	line-height: 30px;
	padding-top: 10px;
	border-top: 3px solid #FFA200;
}
.main-title h3 span{
	font-size: 16px;
	color: #666;
}
.main-title h3 a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #444444;
	line-height: 24px;
	margin-right: 46px;
	display: inline-block;
	padding-bottom: 16px;
}
.main-title h3 a:hover{
    font-weight: bold;
	color: #444!important;
}
.main-title .title-active a{
    font-weight: bold;
}
.more{
    position: absolute;
    right: 0px;
    top: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 15px;
}
.active-bl{
    display: block!important;
}
.first-news{
	overflow: hidden;
}
.first-img{
	width: 368px;
	float: left;
	line-height: 0;
}
.first-img img{
	width: 100%;
}
.first-ifm{
	width: calc(100% - 390px);
	float: right;
}
.first-ifm a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #0F7800;
	line-height: 30px;
	text-align: left;
	display: block;
	margin-top: 20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.first-ifm p{
	text-indent: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
}
.top-list{
	margin-top: 50px
}
.top-list ul{
	margin-top: 35px;
}
.top-list ul li{
	padding-left: 26px;
	background: url(top-list.png) no-repeat left 10px;
	margin-top: 20px;
}
.top-list ul li a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 30px;
}


.yjfx-list li{
	margin-bottom: 20px;
}
.yjfx-img{
	padding: 0px 0px 15px 12px;
	background: url(yjfx-bg.png) no-repeat bottom;
	background-size: 100% 65%;
	display: block;
}
.yjfx-img img{
	display: block;
	width: 100%;
}
.yjfx-img p{
	font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
line-height: 30px;
	margin-top: 10px
}

.news-list li{
	position: relative;
	padding-right: 100px;
	margin-top: 20px;
	line-height: 0;
}
.news-list li a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
    line-height: 30px;
    padding-left: 24px;
    background: url(list.png) no-repeat left 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    position: absolute;
	right: 0px;
	top: 0px;
}
.dyn-list li a{
	overflow: auto;
    text-overflow: inherit;
    white-space: normal;
}





.mis-first{
	padding-bottom: 37px;
	margin-bottom: 38px;
	border-bottom: 1px dashed #C3D7EF;
}
.mis-first a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 35px;
}
.mis-date{
	width: 95px;
	height: 65px;
	background: #E1B234;
	padding-top: 5px;
	float: left;
	margin-right: 10px;
}
.mis-date span:first-child{
    display: block;
    text-align: center;
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 8px
}
.mis-date span:last-child{
    display: block;
    text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 10px;
}



.notice li{
    overflow: hidden;
	padding-bottom: 19px;
    position: relative;
    padding-left: 83px;
    min-height: 85px;
	background: url(notice-bg.png) repeat-y;
	background-position: 62px;
}
.notice li:last-child{
	margin-bottom: 0px;
}
.notice li div{
	padding-right: 20px;
	height: 85px;
    position: absolute;
    left: 0px;
	padding-top: 15px
}
.notice li div span:first-child{
    display: block;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #0F7800;
	line-height: 30px;
	margin-bottom: 5px
}
.notice li div span:last-child{
    display: block;
    text-align: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 14px;
	color: #0F7800;
	line-height: 14px;
}
.notice li a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 36px;
}
.gray-part{
	padding-bottom: 50px;
	background-size: cover;
	margin-top: 75px;
}
.zy-list{
	border-top: 1px solid #D6E8D4;
}
.zy-list li{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #D6E8D4;
}
@media(max-width:1430px) and (min-width:1200px){
    .main-left{
        width: 700px
    }
    .main-right{
        width: 430px
    }
	.news-img a{
		height: 185px
	}
}
@media(max-width:1200px){
    .main-left{
        width: 100%;
        float: none
    }
    .main-right{
        width: 100%;
        float: none
    }
    
}
@media(max-width:991px){
	.lbt-title a{
		line-height: 30px;
	}
	.main-title h3 a{
		pointer-events:none;
	}
	.news-list li a{
        overflow: auto;
        white-space: inherit;
        display: block;
    }
}
@media(max-width:768px){
	.news-lbt{
		margin-top: 30px;
	}
	.list-tab{
		margin-top: 30px;
	}
    .lbt-title{
		padding: 30px 100px 10px 30px;
    }
    .row{
        margin: 0px
    }
	
    .lbt-title a{
        left: 10px;
        bottom: 30px;
        line-height:30px;
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
		display: block;
    }
	.main-title h3 a{
		margin-right: 15px;
	}
	.news-dynamics{
		padding-left: 0px;
	}
	.news-img{
		position: static;
	}
	.news-img a{
		width: 100%;
		height: auto;
	}
	.news-list{
		margin-top: 20px;
	}
	.news-list li{
		padding-right: 0px;
	}
    .news-list li span{
		position: static;
        padding-left: 24px
    }
	.more{
		display: none;
	}
}
@media(max-width:500px){
	.news-img{
		width: 100%;
	}
	.news-img a{
		height: auto;
		line-height: 0px;
	}
}











/*二三级样式*/
.main-2nd{
	min-height: calc(100vh - 600px)
}
.chnl-left{
	width: 20%;
	float: left;
}
.row{
	height: auto;
}
.left-menu{
	margin-top: 50px;
    margin-right: -1px;
}
.left-title{
	background: #0F7800;
	padding: 30px 0px 30px 25px;
}
.left-title span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #0F7800;
	line-height: 18px;
	display: block;
}
.left-title h2{
	font-family: Microsoft YaHei;
	font-weight: inherit;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
.left-menu ul li{
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	padding: 8px 30px 8px 8px
}
.left-menu ul li a{
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #444444;
	line-height: 30px;
	vertical-align: middle
}
.left-menu ul li.left-active{
	background: url(left-active.png) no-repeat;
	background-position: right 8px center;
}
.left-menu ul li.left-active a{
	color: #0F7800;
	font-weight: 700
}
.chnl-right{
	width: 80%;
	padding-left: 40px;
	float: left;
	margin-top: 50px;
	padding-bottom: 75px;
}
.title-2nd{
	padding-bottom: 24px;
	margin-top: 40px;
	border-bottom: 1px solid #ddd;
}
.title-2nd h2{
	ont-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #444444;
	line-height: 30px;
}
.location{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	float: right;
}
.location a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}



.m_menu_box {
	display: none;
}
.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url(arrowL.png) no-repeat center;
    background-color:rgba(50, 160, 97, 0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url(arrowR.png);
}
.m_menu {
    border-radius: 6px 0 0 6px;
	position: relative;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
	background-color: rgba(50, 160, 97, 0.7);
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
}
.m_menu li:first-child{
	background-color:rgb(6 121 74 / 90%);
}
.m_menu_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 9999;
	padding: 0px 30px 0px 10px;
	white-space: nowrap;
}
@media(max-width:991px){
	.chnl-left{
		display: none;
	}
	.chnl-right{
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
	.main-chnl{
		padding: 15px 15px;
	}
    .m_menu_box { 
		display: block;
		top: 200px; 
	}
	.main-title .location{
		position: static;
		min-height: 0px;
		margin-bottom: 10px;
		max-width: inherit;
	}
	.location{
		float: none;
		
	}
}
@media(max-width:500px){
	.main-chnl .main-title h3 a{
		font-size: 24px;
	}
}


.txtlist li{
	line-height: 75px;
	border-bottom: 1px solid #ddd;
}
.txtlist li a{
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 30px;
	vertical-align: middle;
	width: calc(100% - 135px)
}
.txtlist li span{
	float: right;
	font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #666666;
line-height: 30px;
	margin-top: 22px;
}
/*翻页*/
#pager{
    margin-top: 40px;
    text-align: center;
}
#pager a{
    font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #0F7800;
    line-height: 30px;
	background: #ECECEC;
    padding: 10px 15px;
}
#pager a:hover{
    background:  #0F7800;
    color: #fff!important;
}
#pager span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    background:  #0F7800;
    padding: 10px 15px;
}
.article p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	margin-top: 20px;
}
.img-txtlist li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0px;
	overflow: hidden;
}
.img-txtlist .img{
	width: 284px;
	line-height: 0;
	display: block;
	float: left;
	overflow: hidden;
}
.img-txtlist .img img{
	width: 100%;
	transition: all 0.3s;
}
.img-txtlist .img img:hover{
	transform: scale(1.1);
}
.img-txtlist .ifm{
	float: right;
	width: calc(100% - 310px);
}
.img-txtlist .ifm a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444444;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
}
.img-txtlist .ifm p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.img-txtlist .ifm span{
	line-height: 26px;
	padding-left: 45px;
	background: url(time.png) no-repeat left;
	margin-top: 20px;
	display: block;
}
.imglist{
	margin: 0px -20px;
	overflow: hidden;
}
.imglist li{
	padding: 0px 20px;
	width: 33.33%;
	float: left;
	margin-top: 30px;
}
.imglist li a:first-child{
	width: 100%;
	display: block;
	overflow: hidden;
	line-height: 0;
	height: 222px;
}
.imglist li a:first-child img{
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
.imglist li a:first-child img:hover{
	transform: scale(1.1)
}
.imglist li a:last-child{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	margin-top: 10px;
}
@media(max-width:1480px){
	.imglist li a:first-child{
		height: 144px
	}
}
@media(max-width:1199px){
	.imglist li a:first-child{
		height: 116px
	}
}
@media(max-width:991px){
	.txtlist li{
		line-height: 50px;
		padding: 15px 0px;
	}
	.txtlist li a{
		width: 100%;
	}
	.txtlist li span{
		float: none;
		margin-top: 0px;
	}
	.imglist li a:first-child{
		height: 124px
	}
}
@media(max-width:768px){
	.img-txtlist .img{
		width: 100%;
	}
	.img-txtlist .ifm{
		width: 100%;
		margin-top: 20px;
	}
	.imglist li{
		width: 100%;
	}
	.imglist li a:first-child{
		height: auto;
	}
}

/*文字细览*/
.article-title h2{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #444444;
	line-height: 40px;
    text-align: center;
    padding: 10px 0px;
	margin-top: 20px;
}
.article-ifm{
    margin: 20px 0px 0px;
	text-align: right;
	min-height: 30px;
}
.ifm-left{
	text-align: center;
}
.ifm-left span{
    font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #0F7800;
line-height: 24px;
    margin: 0px 20px
}
.ifm-left span:last-child{
	margin-right: 0px
}
.ifm-left a{
    color: #0F7800;
}
.other-share{
	display: inline-block;
}
.social-share .icon-wechat .wechat-qrcode{
	z-index: 999!important;
}
.main-chnl>.other-share{
	display: block;
	text-align: right;
	padding-top: 15px;
	border-top: 1px dashed rgba(4, 103, 204, 0.08);
	margin-top: 15px;
}
@media(max-width:1210px){
	.article img{
		max-width: 100%;
	}
}
@media(max-width:1001px){
    .article-ifm{
        text-align: center;
    }
    .ifm-left span{
        margin: 0px 10px
    }
    .ifm-left{
        float: none;
        display: inline-block;
    }
    .other-share{
        margin: 0px 10px;
    }
}





/*人员列表*/
.people-list{
	overflow: hidden;
}
.people-list li{
	width: 20%;
	padding: 0px 38px;
	text-align: center;
	margin-top: 50px;
	float: left;
	line-height: 0;
	
}
.people-list li div{
	border-bottom: 2px solid #017434;
	padding-bottom: 20px;
}
.people-img{
	width: 100%;
	line-height: 0;
	display: block;
	overflow: hidden;
	height: 172px;
	position: relative;
}
.people-img img{
	width: 100%;
	top: 50%;
  position: absolute;
  transform: translateY(-50%);
	display: block;
}
.people-name{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	line-height: 18px;
	margin-top: 17px;
	display: inline-block;
}
.people-list li span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #777;
	line-height: 16px;
	margin-top: 15px;
	display: inline-block;
	height: 32px;
}
.people-list-2{
	overflow: hidden;
}
.people-list-2 li{
	width: 20%;
	float: left;
	background: url("peo-arrow.png") no-repeat left;
	padding-left: 30px;
	margin-top: 30px;
}
.people-list-2 li a{
	font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #002A6F;
  line-height: 30px;
  margin-bottom: 20px;
}
.people-list-2 li a:hover{
	color: #E8BD0F;
}
.people-list-2 li span{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-left: 10px;
}
@media(max-width:1680px){
	.people-list li{
		padding: 0px 22px
	}
}
@media(max-width:1480px){
	.people-img{
		height: 128px;
	}
}
@media(max-width:1210px){
	.people-img{
		height: 132px;
	}
	.people-list li{
		width: 25%
	}
}
@media(max-width:1001px){
	.people-list li{
		width: 33.33%;
		padding: 38px
	}
	.people-img{
		height: 160px;
	}
}
@media(max-width:768px){
	.people-list li{
		width: 50%;
	}
}
@media(max-width:500px){
	.people-list li{
		padding: 0px 20px;
		width: 100%;
		margin-top: 30px;
	}
	.people-img{
		height: 220px;
	}
	.people-img img{
		height: auto;
		 
	}
}



.peo-ifm{
	margin-top: 40px;
	background: #017434 no-repeat;
	background-size: cover;
	overflow: hidden;
}
.peo-ifm img{
	height: 283px;
	float: left;
}
.peo-right{
	float: right;
	width: calc(100% - 300px);
	margin-top: 40px;
}
.peo-right h2{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	line-height: 37px;
	border-bottom: 2px solid #FFC400;
	display: inline-block;
	padding-bottom: 8px
}
.peo-right span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 11px;
}
.peo-right p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-top: 20px;
}
.people-ifm h3{
	margin: 35px 0px 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	padding-left: 13px;
	background: #EFF6F2;
	border-left: 4px solid #017434;
}
.people-ifm p.peo-ifm-right{
	float: left;
	width: 50%;
	margin-top: 30px;
}
.peo-ifm p{
	color: #fff;
}
.people-ifm p,.people-ifm li,.people-ifm span{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	margin-top: 5px;
	line-height: 37px;
	word-break: break-all;
	text-align: justify;
}
.peo-ifm p{
	color: #fff;
}
@media(max-width:778px){
	.peo-ifm img{
		float: none;
	}
	.peo-right{
		float: none;
		margin-top: 15px;
		width: 100%;
	}
	.people-ifm p.peo-ifm-right{
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.peo-intro{
		margin-bottom: 20px;
	}
}




