.nyBanner{
	height:150px;
}
.nyBanner .ch .fz30{
	font-size:36px !important;
}
.boxShd {
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
    padding: 15px 10px;
    box-sizing: border-box;
	margin-bottom:30px;
}
.ksWrap .item1{
	background:#fff;
}
.ksWrap .item1 .text{
	padding-top: 12px;
}
.boxShd.item3{
	padding-top:20px;
	background:#fff;
}
.ksWrap .item3{
	padding-top:20px;
	background:#fff;
}
.ksWrap .item4{
	margin-bottom:40px;
}
.ksWrap .item2{
	margin: 40px 0;
	padding: 50px 0 40px
}
.contentBox-3{
	width:32.3%;
	margin-right:1%;
	display:inline-block;
	vertical-align: top;
	box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
	padding:10px 20px;
	box-sizing: border-box;
	height: 465px;
    overflow: hidden;
	background:#fff;
	border-bottom:4px solid #fff;
}

.contentBox-3:last-child {
	margin-right:0;
}
.contentBox-2{
	width:49%;
	height:490px;
	overflow:hidden;
	margin-right:1.5%;
	display:inline-block;
	vertical-align: top;
	padding:15px 25px;
	box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
	box-sizing: border-box;
	background:#fff;
	border-bottom:4px solid #fff;
}

.contentBox-2:nth-child(1){
	border-color:#03653E;
}
.contentBox-2:nth-child(2){
	border-color:#03653E;
}
.contentBox-2:last-child{
	margin-right:0;
}
.contentBox-3:nth-child(1){
	border-color:#03653E;
}
.contentBox-3:nth-child(2){
	border-color:#03653E;
}
.contentBox-3:nth-child(3){
	border-color:#03653E;
}

.contentBox-2 .title{
	margin-bottom:30px;
}
.contentBox-2 .title h3{
	font-size:22px;
	padding-left:10px;
}
.contentBox-2 .title::before{
	content:"";
	display:block;
	width:3px;
	height:20px;
	margin-top: 15px;
	background:#016F48;
	position:absolute;
}
.contentBox-2 .title::after{
	content:"";
	display:block;
	width:160px;
	height:3px;
	margin-top: 3px;
	background:#016F48;
	position:absolute;
}

.contentBox-3 .title{
	margin-bottom:30px;
}
.contentBox-3 .title h3{
	font-size:20px;
	padding-left:10px;
}
.contentBox-3 .title::before{
	content:"";
	display:block;
	width:2px;
	height:15px;
	margin-top: 15px;
	background:#016F48;
	position:absolute;
}
.contentBox-3 .title::after{
	content:"";
	display:block;
	width:120px;
	height:2px;
	margin-top: 2px;
	background:#016F48;
	position:absolute;
}
.content-list a{
	display:block;
	margin-bottom: 15px;
}
.content-list a:hover h5{
	color:#1a659e;
}
.content-list a:hover .date *{
	color:#1a659e;
}
.content-list .pic{
	padding-bottom: 65%;
    position: relative;
    overflow: hidden;
}	
.topList-1 .pic{
	padding-bottom:52%;
}

.topList-2 .content-list a{
	display:inline-block;
	width:48%;
	vertical-align:top;
	margin-right:1.5%;
}
.topList-2 .content-list a:last-child{
	margin-right:0;
}
.content-list.pic-list a{
	overflow: auto;
}
.content-list.pic-list .pic{
	padding-bottom: 21%;
	float: left;
    width: 45%;
}
.content-list.pic-list .text{
	margin-left:48%;
}


.content-list a:hover .arrStyle {
    border-color: #016F48;
    background: #016F48;
}

.content-list .text .btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.content-list .text h5{
	font-weight:400;
	color:#444;
}
.content-list .text .date{
	color:#888;
}

.content-list.text-list a{
	padding-left:10px;
	padding-bottom: 10px;
}
.content-list.text-list a:before{
	content:"";
	display:block;
	width:5px;
	height:5px;
	margin-left: -10px;
    margin-top: 9px;
	background:#ccc;
	border-radius:10px;
	position:absolute;
}
.contentBox-3 .text-list a{
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.contentBox-3 .text-list a:last-child{
	border-bottom:0;
}

.contentBox-3 .content-list.pic-list a{
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
.contentBox-3 .content-list.pic-list a:last-child{
	border-bottom:0;
}

.moreList{
	float: right;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #999;
    color: #666;
    padding: 5px 20px;
    border-radius: 20px;
    margin-top: 3px;
}
.moreList:hover{
	background:#03653E;
	border-color:#03653E;
	color:#fff;
}
.group-List{
	margin:20px 0;
}
.group-List a{
	display:inline-block;
	margin:0 15px;
	width:200px;height:120px;
	transition: all 0.4s ease-out 0s;
	background:#999;
	margin-bottom:30px;
	
}
.group-List a:hover{
	transform:translateY(-10px);
}

.group-List a h5{
	height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    border: 1px solid #888;
    width: 180px;
    margin: 10px auto;
    border-radius: 4px;
}
.group-List a:nth-child(even){
	background:#05AC95;
}
.group-List a:nth-child(odd){
	background:#396BB8;
}
.group-List a:nth-child(1){
	background:#3668B7;
}
.group-List a:nth-child(2){
	background:#0EB49C;
}
.group-List a:nth-child(3){
	background:#B8984E;
}
.group-List a:nth-child(4){
	background:#38AAD1;
}
.group-List a:nth-child(5){
	background:#B8934C;
}
.group-List a:nth-child(6){
	background:#3668B7;
}
.group-List a:nth-child(7){
	background:#0EB49C;
}
.group-List a:nth-child(8){
	background:#B8984E;
}
.group-List a:nth-child(9){
	background:#38AAD1;
}
.group-List a:nth-child(10){
	background:#B8934C;
}
.float{
	padding: 12px 4px 0;
}
.float li dt{
	padding:5px 0;
}
.float li dt span{
	margin-top:5px;
	width: 30px;
    margin: 5px auto 0;
    color: #10751B;
    line-height: 18px;
    font-weight: 600;
}
.float li:last-child dt{
	padding: 10px 0 18px;
}


@media screen and (max-width: 1024px){
	.contentBox-2{
		width:100%;
		margin-bottom:20px;
	}
	.contentBox-3{
		width:100%;
		margin-bottom:20px;
		
	}
	
}