.ny-banner img{
	max-width: 100%;
}
.position{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	color: #333;
	font-size: 16px;
	border-bottom: 2px solid #69c7a2;
	padding: 15px 0;
	margin-top: 15px;
}
.position a{
	color: #333;
	font-size: 16px;
}
.t1list{
    display: flex;
    flex-wrap: wrap;
}
.t1list .item{
    width:24%;
    margin-right: 1.33%;
    margin-top:1.33%;
    position: relative;
}
.t1list .item:nth-child(4n){
    margin-right: 0;
}
.t1list .item .wz{
    position: absolute;
    left: 0;
    bottom:10px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.nt{
	display: flex;
	justify-content: space-between;
	margin: 2vw 0;
}
.nt .ntl{
	font-size: 24px;
	color: #003697;
}
.bllc{
	margin-top: 4vw;
	padding-bottom: 8vw;
}
.title{
	font-size: 24px;
	color: #003697;
	text-align: center;
}
.mlc{
	text-align: center;
	margin: 4vw 0;
	position: relative;
}
.ab1t img{
    max-width: 100%;
    height: auto!important;
}
/*.ab1t p{*/
/*    overflow: hidden;*/
/*}*/
.mlc .lr{
	padding-left: 5vw;
}
.mlc .ll{
	padding-right: 5vw;
}
.mcl{
	text-align: left;
	right: 13%;
}
.mcr{
	text-align: right;
	left: 13%;
}
.mlc .mc{
	position: absolute;
	width: 17vw;
}
.mlc .mc .wz{
	font-size: 14px;
	color: #333;
}
.mlc .mc1{
	top: 0vh;
}
.mlc .mc2{
	top: 230px;
}
.mlc .mc3{
	top: 460px;
}
.mlc .mc4{
	top: 690px;
}
.mlc .mc5{
	top: 920px;
}
.mlc .mc6{
	top: 1150px;
}
.mlc .mc7{
	top: 1380px;
}

.jylist{
	display: flex;
	flex-wrap: wrap;
}
.jylist .item{
	width: 32.33%;
	margin-right: 1.5%;
	position: relative;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top:2vw;
}
.jylist .item:nth-child(3n){
	margin-right: 0;
}
.jylist .item .wz{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #003895;
	text-align: center;
	padding:15px;
	color: #fff;
}
.jylist .item .wz .wz1{
	font-size: 24px;
}
.jylist .item .wz .wz2{
	margin-top: 5px;
}
.jylist .item .swz{
	position: absolute;
	height: 0%;
	width: 100%;
	background: #3ab483;
	top: 0;
	left: 0;
	padding:15px;
	color: #fff;
	transition: 1s;
	opacity: 0;
}
.jylist .item .swz .swz1{
	font-size: 24px;
}
.jylist .item .swz .swz2{
	margin-top: 10px;
}
.jylist .item .swz .jx{
/*	height: 220px;*/
height: 87%;
	overflow-y: scroll;
	margin-top: 25px;
	line-height: 1.7;
}

.jylist .item .swz .jx::-webkit-scrollbar {
    width: 2px; /* 控制横向滚动条的宽度 */
    height: 2px; /* 控制纵向滚动条的高度 */
}
 
.jylist .item .swz .jx::-webkit-scrollbar-thumb {
    background-color: #999; /* 滑块的颜色 */
}
 
.jylist .item .swz .jx::-webkit-scrollbar-track {
    background-color: #014090; /* 滚动条背景色 */
}
.jylist .item:hover .swz{
	height: 100%;
	opacity: 1;
}
.jy2list .item{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px solid #3ab485;
	padding-bottom: 70px;
	margin-top: 70px;
}
.jy2list .item .itl{
	width: 50%;
}
.jy2list .item .itr{
	width: 47%;
}
.jy2list .item .itr .it1{
	color: #053790;
	font-size: 24px;
}
.jy2list .item .itr .it2{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 40px;
}
.jy2list .item:nth-child(even){
	flex-direction: row-reverse;
}
.jy2list .item:nth-child(even) .itr{
	display: grid;
	justify-content: end;
}
.jy2list .item:last-child{
	border-bottom: none;
}
.fg .fglist{
	display: flex;
	flex-wrap: wrap;
}
.fg .fglist .item{
	width: 32.33%;
	margin-right: 1.5%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-top: 4%;
}
.fg .fglist .item .wz{
	position: absolute;
	width: 100%;
	bottom:0;
	padding:10px;
	text-align: center;
	background: linear-gradient(0deg, rgba(0,0,0,0.6), transparent);
	color: #fff;
	transition: 2s;
}
.fg .fglist .item:nth-child(3n){
	margin-right: 0;
}
.fg .fglist .item:hover .wz{
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	display: grid;
	align-items: center;
}
.sx .nt{
	border-top: 1px solid #39b183;
	padding-top: 20px;
	margin-top: 20px;
}
.sx .sxlist{
	display: flex;
	flex-wrap: wrap;
}
.sx .sxlist .item{
	width: 24%;
	margin-right: 1.33%;
	text-align: center;
	margin-top: 25px;
}
.sx .sxlist .item:nth-child(4n){
	margin-right: 0;
}
.sx .sxlist .item h3{
	font-size: 18px;
	color: #003b99;
	margin-top: 15px;
}
.sx .sxlist .item .hsc{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.nnav .nn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #6bc2a0;
	padding-bottom: 10px;
	margin-top: 20px;
}
.nnav .nn .nnl{
	font-size: 24px;
	color: #003697;
}
.nnav .nn .nnr{
	color: #333;
	font-size: 16px;
}
.nnav .nn .nnr a{
	color: #333;
	font-size: 16px;
}
.nnav .nnb{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
} 
.nnav .nnb .nnbl{
	display: flex;

}
.nnav .nnb .nnbl a{
	padding:4px 15px;
	border: 1px solid #818181;
	border-radius: 8px;
	margin-right: 5px;
	color: #818181;
}
.nnav .nnb .nnbl a:hover{
	color: #fff;
	background: #00388f;
	border-color: #00388f;
}
.nnav .nnb .nnbl a.active{
	color: #fff;
	background: #00388f;
	border-color: #00388f;
}
.newslist{
	display: flex;
	flex-wrap: wrap;
}
.newslist .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 4vw;
}
.newslist .item .img img{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.newslist .item:nth-child(3n){
	margin-right: 0;
}
.newslist .item .wz{
	margin-top: 15px;
}
.newslist .item .wz .wtitle{
	font-size: 18px;
	color: #626262;
}
.newslist .item .wz .wcon{
	font-size: 14px;
	color: #6e6e6e;
}
.newslist .item .wz .date{
	font-size: 14px;
	color: #6e6e6e;
}
.newslist .item:hover .wz .wtitle{
	color: #00388f;
}
.page{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.page .page-num{
	border:1px solid #7a7a7a;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	color: #7a7a7a;
	margin:0 5px;
}
.page .page-num.page-num-current{
	color: #003895;
	border-color: #003895;
}
.page .page-num:hover{
	color: #003895;
	border-color: #003895;
}
.cmy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmy .cmyl{
    width: 48.5%;
}
.cmy .cmyr{
    width: 48.5%;
}

@media(max-width:780px){
    .bllc{
        display: none;
    }
    .cmy .cmyl{
    width: 100%;
}
.cmy .cmyr{
    width: 100%;
    margin-top:15px;
}
    .nt .ntl{
        font-size: 18px;
    }
    .position{
        font-size: 14px;
    }
    .position a{
        font-size: 14px;
    }
    .jylist .item{
        width: 49%;
        margin-right: 2%!important;;
    }
    .jylist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .jylist .item .wz .wz1{
        font-size: 14px;
    }
    .jylist .item .swz .swz2{
        font-size: 14px;
    }
    .jylist .item .swz .swz1{
        font-size: 14px;
    }
    .jylist .item .swz .jx{
        font-size: 12px;
    }
    .jylist .item .wz .wz2{
        font-size: 12px;
    }
    .jy2list .item{
        margin-top:40px;
        padding-bottom: 40px;
    }
    .jy2list .item .itl{
        width: 100%;
    }
    .jy2list .item .itr{
        width:100%;
        margin-top:15px;
    }
    .jy2list .item .itr .it2{
        margin-top:20px;
    }
    .fg .fglist .item{
        width: 48%;
        margin-right: 2%!important;
    }
    .fg .fglist .item:nth-child(2n){
        margin-right: 0!important;
    }
    .nnb .nnbr img{
        width:60px;
    }
    .nt .ntr img{
        width:60px;
    }
    .nnav .nnb .nnbl a{
        font-size: 14px;
        padding:4px 8px;
    }
    .newslist .item .wz .wtitle{
        font-size: 14px;
    }
    .newslist .item .wz .wcon{
        font-size: 12px;
    }
    .t1list .item{
        width:48%;
        margin-right: 2%!important;
        margin-top:2%;
    }
    .t1list .item:nth-child(2n){
        margin-right: 0;
    }
    .nnav .nn .nnl{
        font-size: 18px;
    }
}