.block h2.block-title {
    font-size: 24px;
    font-weight:600;
    color: #005826;
    padding: 0 0 10px 0;
    border-bottom:0;
}
a.more-link{
	font-size:14px;
	color:#999;
	display:flex;
	align-items:center;
}
a.more-link:before{
	display:inline-block;
	height:1px;
	width:60px;
	margin-right:5px;
	background-color:#999;
	content:"";
}
.block-region-top-first .pagination:before {
	position:absolute;
	width:100%;
	height:120px;
	background:url(../../swiper-bg.png) center center;
	bottom:0;
	left:0;
	content:"";
}
.block-region-top-first .pagination {
    text-align: right;
    padding-bottom: 60px;
    padding-right: 14%;
    bottom: 0;
}
.swiper-55-1 .swiper-pagination-bullet{
	background:#FFF;
	width:12px;
	height:12px;
	 opacity: 0.4;
	 margin: 0 8px !important; 
}
.swiper-55-1 .swiper-pagination-bullet-active{
	background:#FFF;
	position:relative;
	opacity:1;
}
.swiper-55-1 .swiper-pagination-bullet-active:after{
	width:20px;
	height:20px;
	content:'';
	top:-4px;
	left:-4px;
	background:rgba(255,255,255,0.4);
	position:absolute;
	border-radius:100%;
}
.layout-full.region-top-first {
    padding-bottom: 60px;
    margin-bottom: 20px;
    position: relative;
}
.block-region-top-second-left,.block-region-top-second-middle,.block-region-top-second-right {
    position: relative;
    padding: 20px 40px 5px 40px;
}
.layout-full.region-top-second{
 position:relative;
}

.list-3 .list-content li:last-child{
	border-bottom:none;
}
.list-3 .list-content li:hover {
    background:none;
}
.layout-full.region-middle-first {
    margin-bottom: 30px;
}
.newsitem {
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
}
.posttime {
    display: flex;
    flex-direction: column;
    width: 70px;
    font-size: 14px;
    color: #00933F;
    font-weight: 400;
    font-family: Arial;
    font-style: italic;
}
.posttime .day{
	font-size:20px;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
.text{
	width:calc(100% - 70px);
}
.text h3 a{
	color:#000;
	word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height:130%;
    margin-bottom:8px;
    font-size:18px;
    font-weight:600;
}
.text h3 a:hover{
	color:#00933F;
}
.summary {
    display: flex;
}
.summary img{
	display:block;
	width:140px;
	margin-right:20px;
}
.newsitem div.summarytext{
		padding-top: 2px;
    color: #909090;
    word-wrap: normal;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 150%;
}

.front-summary {
    padding: 30px 50px;
    margin-bottom: 25px;
    background:url(../../yx-bg.jpg) no-repeat center center;
    background-size:cover;
}
.front-summary p{
	font-size:14px !important;
}
.front-summary ol{
	margin-top:15px;
}
.front-summary ol li{
	color:#00933F;
	font-style: italic;
	font-weight:600;
}
@media(min-width:992px){
	.block-region-middle-first-right {
    padding: 20px 0px 20px 40px;
}
.layout-full.region-top-first:after {
				width: 600px;
        height: 94px;
        background: url(../../logo-s.jpg) no-repeat center center;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: 0 auto;
        content: "";
        position: absolute;
        background-size: contain;
        z-index: 2;
}
.layout-full.region-top-second:after{
    position: absolute;
    background-image: url(../../region-bottom-bg.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: -50px center;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    content: "";
    margin: 0 auto;
}
.block-region-top-second-left:after {
    background: #F4F9EF;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}
.block-region-top-second-middle {
    margin-top: 100px;
}
.block-region-top-second-middle:after {
    background: #F4F9EF;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5%;
    content: "";
    z-index: -1;
}
.block-region-top-second-right{
    margin-top: 50px;
}
.block-region-top-second-right:after {
    background: #F4F9EF;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    content: "";
    z-index: -1;
}
}
