.block .block-title {
    border-bottom: 0;
    font-weight: 700;
    margin: 15px 0;
    font-size: 32px;
    color: #333333;
    font-family: serif;
    position:relative;
}
.block .block-title:before{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 110px;
		height: 64px;
		opacity: 1;
		content:"";
		background:url(../../icon-bg.png) no-repeat center center;
}
.more-link {
    top: 20px;
    font-size:14px;
        z-index: 3;
}
.jjhabout a.more-link :active,.jjhabout  a.more-link {
    color: #FFF;
}
.jjhabout a.more-link :hover {
    color: rgba(255,255,255,0.8);
}
.jjhabout .more-link {
    top: -90px;
    right:20px;
}
.layout-full.region-top {
    background: url(../../bg1.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}
.layout-full.region-top .block .block-title{
		text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
}
.layout-full.region-top  .block .block-title:before{
		right:0;
		margin:0 auto;
}
.newslistblock {
    padding-top: 20px;
}
.newsitem {
    min-height: 480px;
}

.newsitem ul {
    position: relative;
}

.newsitem ul li .bigimg img {
    width: 100%;
    max-width: 100%;
    height: 480px;
    object-fit: cover;
}

.newsitem ul,.newsitem li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsitem li div.titlebox {
    padding: 15px 15px;
    background: #FFF;
    width: 45%;
    height: 90px;
    position: relative;
    margin-left: 55%;
    transition:ease 0.5s all;
    overflow:hidden;
}
.newsitem li:not(:last-child) .titlebox:after{
	border-bottom:1px dashed rgba(0, 108, 71, 0.4);;
	position:absolute;
	left:35px;
	width:calc(100% - 70px);
	bottom:0;
	height:1px;
	content:"";
}
.newsitem li .titlebox:before {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 4px;
    height: 0px;
    background: #E7B55F;
    transition:0.8s ease all;
}
.newsitem .summary{
	display:none;
	line-height:150%;
	margin:10px 20px;
	height:105px;
	position:relative;
}
.newsitem .summary .newsmore{
	position:absolute;
	bottom:0px;
	font-size:0;
	width:30px;
	height:24px;
	background:url(../../newsmore.png) no-repeat left center;
	transition:ease 0.5s all;
	display:block;
}
.newsitem .summary .newsmore a{
	display:block;
	width:100%;
	height:100%;
}
.newsitem li div .text {
    margin-left: 20px;
    padding-top: 5px;
    position: relative;
    z-index: 3;
    margin-right: 20px;
}

.newsitem div.bigimg {
    width: 55%;
    position: absolute;
    left: 0;
    top: -20px;
    opacity: 0;
    transition: opacity 1s,display 1s;
}

.newsitem .posttime {
    color: #006C47;
    font-size: 12px;
    position:relative;
}
.newsitem .posttime span.day
 {
    margin-left: -2px;
}
.newsitem .posttime span.day:before{
	content:"-";
}
.newsitem div.title .posttime span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.newsitem div.title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: normal;
		font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}
.newsitem li.active .titlebox{
	height:210px;
}
.newsitem li.active .text{
	display:flex;
	align-items:center;
}
.newsitem li.active .posttime{
	width:64px;
	height:64px;
	position:relative;
	text-align:center;
	background:url(../../icon-date.png) no-repeat center center;
}
.newsitem li.active .text .title{
	width:calc(100% - 80px);
	margin-left:16px;
}

.newsitem li.active .titlebox:before {
		height: 160px;
}
.newsitem li.active div.title:after,.newsitem li.active div.summary {
    display: block;
}
.newsitem li.active div.summary p{
	    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
		font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.newsitem  li.active div.title a {
    -webkit-line-clamp: 2;
	
}
.newsitem li.active div span.year {
		color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    display: block;
    padding: 5px 0px 0px 10px
}
.newsitem li.active div span.day{
	display:block;
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
}
.newsitem li.active div span.day:before{
	display:none;
}
.newsitem li.active div.bigimg {
    opacity: 1;
    z-index: 1;
}
@media(max-width:768px){
.layout-full.region-top,.layout-full.region-middle-second,.layout-full.region-bottom-standard{
	padding:30px 0;
}
.layout-full.region-top .block-region-top{
	padding:0 15px;
}
li.newslist {
        display: flex;
}
.newsitem div.bigimg {
    width: 210px;
    position: inherit;
    opacity: 1;
    height:210px;
}
.newsitem div.bigimg a{ 
	display:block;
	line-height:1;
	height: 100%;
}
.newsitem ul li .bigimg img {
    height: 100%;
}
.newsitem li div.titlebox {
    width: calc(100% - 210px);
    margin-left:0;
    height: 210px;
}
.newsitem li div.title:after,.newsitem li div.summary
 {
    display: block;
}
.newsitem li .titlebox:before {
    height: 160px;
}
.newsitem li div.title:after,.newsitem li div.summary .stext{
		overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
		font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

}
@media(max-width:560px){
	li.newslist {
        display: flex;
        flex-direction: column;
}
.newsitem div.bigimg {
				width: 100%;
        position: inherit;
        opacity: 1;
        height: auto;
        aspect-ratio: 16 / 9;
}
.newsitem li div.titlebox {
				width: 100%;
        margin-left: 0;
        height: auto;
}
}
/****************************  about  ****************/

.layout-full.region-middle-second{
	  background: url(../../bg2.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    color:#FFF;
}
.layout-full.region-middle-second p{
	color:#FFF;
	font-size:16px;
}
.layout-full.region-middle-second .block .block-title{
		text-align: center;
    color: #FFF;
    margin-bottom: 50px;
    padding-top: 50px;
}
.layout-full.region-middle-second .block .block-title:before{
	filter: brightness(0) invert(1);
	opacity:0.7;
		right:0;
		margin:0 auto;
}

.front-about div{
	padding:30px 40px;
	border-radius:4px;
	background: rgba(255, 255, 255, 0.1);
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}
.front-about div h2{
	font-size:24px;
	margin-bottom:20px;
	font-weight:700;
	font-family: serif;
	position:relative;
}
.front-about div h2:before{
	position: absolute;
  top:0;
  left:-40px;
  height:100%;
	opacity: 1;
	width:2px;
	background: #E7B55F;
	border-radius:4px;
	content:"";
}
@media(min-width:992px){
.front-about{
  display:flex;
  flex-wrap:wrap;
}
.front-about div{
	width:calc(50% - 20px);	
}
.front-about .about-left{
	margin-right:20px;
}
.front-about .about-right{
	margin-left:20px;
}
}

/********************* edf **********/
.layout-full.region-bottom{
	padding:50px 0;
}
.edf{
	text-align:center;
}
.layout-full.region-bottom .block .block-title,.layout-full.region-bottom-standard .block .block-title{
	padding-left:20px;
	padding-top:25px;
}
.jzmxhead{
    padding: 20px 30px 10px 30px;
    color: #FFF;
    position: relative;
    background: url(../../wyjz-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top:15px;
}
.jzmxhead h2{
	    font-family: serif;
	    font-weight:600;
	    font-size:20px;
	    margin-bottom:8px;
}
.jzmxhead a{
	color:#FFF;
	font-size:12px;
}
.jzmxhead a.jzbutton{
	display:inline-block;
	position:absolute;
	right:30px;
	top:30px;
	padding:5px 20px;
	border-radius:20px;
	background-color:rgba(255,255,255,0.9);
	color:#006C47;
	font-size:14px;
}
.jzmxhead a.jzbutton:hover{
	box-shadow:2px 2px 6px #333;
	background-color:rgba(255,255,255,1);
}

/**************** damg****************************/
.layout-full.region-bottom-standard {
	padding:40px 0;
	background-color:#F5F9F8;
	position:relative;
}
.danglistblock{
	position:relative;
	padding: 20px 0;
	overflow:hidden;
	z-index: 1;
}
.danglist{
	width:calc(50% - 20px);
}
.danglist:not(:last-child) .dangitems{
	display:flex;
	align-items:center;
	margin-bottom:20px;
	position:relative;
}
.danglist:not(:last-child) .dangitems:after{
	position:absolute;
	content:"";
	height:1px;
	border-bottom:1px dotted #006C47;
	width:calc(100% - 220px);
	right:0;
	bottom:0;
}
.danglist:not(:last-child) .dangitems .smallimg{
	width:200px;
}
.danglist:not(:last-child) .dangitems .date-title{
	width:calc(100% - 220px);
	margin-left:20px;

}
.danglist .smallimg {
	overflow:hidden !important;
}
.danglist .smallimg a,.danglist .smallimg img {
    line-height: 1;
    display: block;
}
.smallimg img,.edf img {

	transition:ease 0.5s all;
}
.smallimg img:hover,.edf img:hover {
	transform:scale(1.03);
}
.danglist .title a{
	    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
		font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:8px;
    color:#333;
}
.danglist .posttime{
	font-size:13px;
	color:#006c47;
}
@media (min-width: 992px) and (max-width: 1279px){
	.danglist{
		float:left;
		padding:0px 10px;
	}
}
@media(min-width:1280px){
.danglist:nth-child(4){
	position:absolute;
	right:0;
	top:0;
}
.lastitem{
	position:relative;
}
.lastitem .date-title{
	background-color:#FFF;
	padding:25px 30px;
	width:95%;
	position:relative;
	bottom:-25px;
	right:0;
	position:absolute;
}
.layout-full.region-bottom-standard:after{
	position:absolute;
	right:0;
	bottom:0;
	background:url(../../bg-sun.png) no-repeat center bottom;
	width:380px;
	height:620px;
	background-size:contain;
	content:"";
}
}
@media (max-width: 1279px){
.danglist:nth-child(4) .dangitems{
	display:flex;
	align-items:center;
	margin-bottom:20px;
	position:relative;
}
.danglist:nth-child(4) .dangitems:after{
	position:absolute;
	content:"";
	height:1px;
	border-bottom:1px dotted #006C47;
	width:calc(100% - 220px);
	right:0;
	bottom:0;
}
.danglist:nth-child(4) .dangitems .smallimg{
	width:200px;
}
.danglist:nth-child(4) .dangitems .date-title{
	width:calc(100% - 220px);
	margin-left:20px;

}
}
@media (max-width: 991px){
	
.layout-full.region-bottom-standard .block-region-bottom {
    padding: 0 15px;
}

	.danglist{
	width:100%;
}
.danglist .title a {
    font-size: 16px;
}
}

@media (max-width: 560px){
.danglist .dangitems .smallimg {
    width: 150px !important;
}
.danglist .dangitems .date-title{
	width:calc(100% - 170px) !important;
}
.danglist .title a {
   font-size: 14px;
   -webkit-line-clamp: 2;
    }
.danglist .dangitems:after{
	width:calc(100% - 170px) !important;
}
.danglist .posttime {
    font-size: 12px;
	
}
}