@charset "utf-8";

/* 分页 */
.nyBanner img{
display:block;
width:100%;
height:auto;
min-height:144px;object-fit: cover;}
.pic>img{
	width: 100%;
	display: block;}
.banner img {
	display: block;
	width: 100%;}

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 50px;}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;}

.pagination a.active {
	background: #0c3173;
	color: #fff;
	border: 1px solid #0c3173;}

.pagination a:hover {
	background:#0c3173;
	color: #fff;
	border: 1px solid #0c3173;}

.pagination span {
	display: inline-block;
	font-size: 14px;}

.nymain {
	position: relative;
	margin-top: 40px
;}

.nymain>div {
    min-height: 460px;}

.nymain .leftNav {
	float: left;
	width: 275px;
	position: relative;
	margin-right: 40px;}

.nymain .leftNav>h2 {
	line-height: 80px;
	color: #fff;
	background: #0055b0;
	font-size: 30px;
	overflow: hidden;
	text-align: center;}

.nymain .leftNav>h2 img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;}

.nymain .leftNav p {
	margin-left: 20px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 20px 0;}

.nymain .leftNav>ul {
	background: #ffffff;
	padding: 0 20px 120px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;}

.nymain .leftNav>ul>li:first-child {
	border-top: none;}

.nymain .leftNav ul li a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: center;}

.nymain .leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 20px;
	line-height: 50px;
	background: url(../image/sub_left_down.jpg) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;}

.nymain .leftNav>ul>li.on>span {
	transform: rotate(90deg);}

.nymain .leftNav>ul>li.on>a {
	color: #0055b0;
	font-weight: bold;}

.nymain .leftNav>ul>li.activ {
	background: #dadada;}

.nymain .leftNav>ul>li.active>a {
	color: #0055b0;
	font-weight: bold;}



.nymain .leftNav ul li.active ul {
	display: block;
	margin-top: 5px;}

.nymain .leftNav ul li a:hover {
	color: #0055b0;}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;}

.nymain .leftNav>ul>li>ul>li>a {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding: 5px 0;}
.nymain .leftNav>ul>li>ul>li.hover>a{
	color:#0055b0;
	font-weight: bold;}
.ny-right {
	overflow: hidden;}

.ny-rcom {
	font-size: 24px;
	color: #0c3173;
	margin-bottom: 15px;
	font-weight: normal;}

.position {}

.position>div {
	position: relative;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;}

.position h3 {
	font-size: 24px;
	font-weight: bold;
	color: #0055b0;
	text-align: left;
	line-height: 30px;
	position: relative;}

.position h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 3px;
	background: #0055b0;
	z-index: 9;}

.position span {
	color: #8c9396;
	font-size: 15px;
	vertical-align: middle;}

.position img {
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;}

.position a {
	font-size: 15px;
	color: #8c9396;
	margin: 0 2px;
	vertical-align: middle;}

.position a:hover {
	color: #0055b0;}

.text-list ul li {
	padding-left: 25px;
	line-height: 66px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 18px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	display: flex;
	justify-content: space-between;
	align-items: center;}

.text-list ul li:first-child {
	border-top: none;}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	width: calc(100% - 100px);
	transition: all .3s;}

.ddd {
	color: #666666;
	font-size: 16px;
	display: block;
	width: 100px;
	text-align: right;}

.text-list ul li:hover a {
	color: #0055b0;
	text-indent:10px;
	font-weight:bold;}

.text-list ul li:hover span {
	color: #0055b0;}
.text-list ul li::before{
	display:block;
	content:"";
	width:6px;
	height:6px;
	border-radius:100%;
	background:#0055b0;
	position:absolute;
	left:5px;
	top:50%;
	transform:translateY(-50%);}
.text-list ul li::after{
	display:block;
	content:"";
	width: 0;
	height:2px;
	background:#0055b0;
	position:absolute;
	left:0;
	bottom: -1px;
	transition:all .3s;}
.text-list ul li:hover::after{
	width:100%;}
.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 30px;
	font-weight: 600;}

.art-main .art-body {
	padding-top: 30px;}
.art-main .art-body p{
	margin: 8px 0;}
.art-main .art-body p,.art-main .art-body span {
	color: #333333;
	text-indent: 2em;
	font-size: 18px!important;
	line-height: 36px!important;
	text-align: justify;}

.art-main .art-body img {
	max-width: 100% !important;
	display: block;
	margin: 8px auto;
	height:auto !important;}

.art-main .cont-tit p {
	text-align: center;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #d9d9d9;
	font-size: 15px;
	color: #707070;
	padding: 15px 0;}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;}

.art-body .table-container{width:100%;overflow-x: auto;}
.art-body table{
    display: table;
    border: none!important;
    border-right: 1px solid #dddddd!important;
    border-bottom: 1px solid #dddddd!important;
    margin: 0 auto!important;
    width: auto;
    background: #fff;
    min-width: 768px;
    max-width: 100%;}
.art-body table tr th,
.art-body table tr td {
    border:none!important;
    border-left: 1px solid #dddddd!important;
    border-top: 1px solid #dddddd!important;
    padding: 5px !important;
    text-align: center;
    width: auto !important;text-indent: 0 !important;font-size: 16px!important;line-height: 24px!important;margin:0!important;color:#000!important;}
.art-main .art-body table tr th p,.art-main .art-body table tr td p{text-indent: 0 !important;font-size: 16px!important;line-height: 24px!important;margin:0!important;color:#000!important;text-align: center;}

.art-main .cont-tit p .liulan {
	margin-left: 50px;}
.art-info {
	border-top: 1px dashed #eaeaea;
	margin-top: 25px;}

.pnext {
	margin-top: 25px;}

.pnext p {
	text-indent: initial;
	font-size: 16px;
	line-height: 32px;
	color: #555555;}

.pnext p a {
	font-size: 16px;
	color: #555555;}

.pnext p:hover {}

.pnext p:hover a {
	color: #0055b0;
	font-weight:bold;}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;}

.img-lists ul li {
	float: left;
	width: 32%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	margin-right: 2%;
	margin-top: 25px;
	box-sizing: border-box;}
.img-lists ul li:nth-of-type(3n){
	margin-right:0;}
.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);}

.img-lists ul li a {
	display: block;
	width: 100%;
	height: auto;}

.img-lists ul li .pic{
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;}
.img-lists ul li a .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	transition:all .3s;}
.img-lists ul li a>div.info {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;}

.img-lists ul li:hover a>div.info p {
	color: #0055b0;
	font-weight:bold;}
.img-lists ul li a:hover .pic img{
	transform:scale(1.1);}
.nymain{
	padding-bottom: 40px;}
.fy{
	margin-top:40px;}

.szdw-list li{
	float:left;
	margin-top: 30px;
	width:16.8%;
	margin-right: 4%;}
.szdw-list li:nth-of-type(5n){
	margin-right: 0;}
.szdw-list li a{
	display:block;
	font-size: 18px;
	line-height: 48px;
	color: #333;
	border-bottom: 1px solid rgba(0,85,176,0.2);
  background: url(../image/teasub1.jpg) no-repeat right center;}
.szdw-list li a:hover{
  color: #0055b0;
  font-weight: bold;
  border-bottom: 1px solid #0055b0;
  background: url(../image/teasub2.jpg) no-repeat right center;}
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
	.ldtz-info p {
		font-size: 14px;}
}

@media screen and (max-width: 1140px) {
	.list-jg ul li a {
		padding: 0 20px;}
}
@media screen and (min-width: 1025px){
.nymain .leftNav>ul{
	display:block!important;}
}
@media screen and (max-width: 1024px) {
	.banner:before {
		display: none;}
	.nymain .leftNav>h2 {
		line-height: 46px;
		font-size: 18px;
		text-align: left;
		padding-left: 15px;
		font-weight: 600;
		background: #0055b0;
		display: flex;
		align-items: center;
		justify-content: space-between;}
	.nymain .leftNav>h2 span {
		float: right;
		width: 24px;
		height: 30px;
		background: url(../image/sub_left_down2.jpg) no-repeat center center;
		background-position: left center;
		margin-right: 10px;}
	.nymain .leftNav>ul>li{
		padding:10px 0;}
	.nymain .leftNav ul li a {
		font-size: 16px;
		text-align: left;}
	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 14px;
		text-align: left;
		text-indent: 20px;
		line-height: 24px;}
	.nymain {
		padding: 10px 0;
		margin-top: 0;}
	.nymain .leftNav {
		float: none;
		width: auto;
		top: 0;
		margin-right: 0;
		margin-top: 15px;}
	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;}
	.ny-right {
		float: none;
		width: 100%;}
	.nymain .leftNav>ul{
		padding: 0 15px;
		display:none;}
	.ny-right .position {
	margin-top: 24px;}
	.position span {
		font-size: 14px;}
	.position a {
		font-size: 14px;
		margin: 0;}
	.position h3 {
	font-size: 20px;}
	.text-list ul li {
		font-size: 16px;}
	.img-lists ul li {
		width: 48%;
		margin: 20px 1%;}
	.img-lists ul li a>img {
		height: 209px;}
	.img-lists ul li a>div.info p {
		font-size: 16px;
		line-height: 24px;
		overflow: hidden;
		white-space: normal;
		text-overflow: clip;
		text-align: left;}
	.img-lists ul li a>div.info img {
		height: 12px;}
	.img-lists ul li a>div.info span {
		font-size: 12px;}
	.dt-list2 li {
		padding: 25px 0;}
	.timg-list ul li a h3 {
		font-size: 16px;}
	.timg-list-img {
		width: 260px;}
	.timg-linfo {
		padding-top: 10px;}
	.ldtz-pic {
		float: none;
		margin: 0 auto;}
	.ldtz-info {
		padding: 0 20px;
		padding-bottom: 15px;
		margin-top: 20px;
		text-align: center;}
	.ldtz-info h3::before {
		left: 50%;
		transform: translateX(-50%);}
	.ldtz ul li a {
		padding-top: 15px;}
	.list-jg ul li {
		width: 46%;}
	.list-jg ul li a span {
		font-size: 14px;}
	.fy{
		margin-top:30px;}
}

@media screen and (max-width:768px) {
	.banner::after {
		content: none;}
	.ny-right .position {
		margin-top: 15px;
		margin-bottom: 0;}
	.position>div {
		text-align: left;
		flex-wrap: wrap;}
	.position h3 {
		width: 100%;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
		font-weight: 600;
		padding-bottom: 5px;}
	.position h3::after {
		width: 100%;
		height: 2px;
		right: 0;
		bottom: 0;}
	.pagination {
		padding-top: 50px;}
	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;}
	.nymain .leftNav ul {
		display: none;}
	.nymain .leftNav ul li a {
		line-height: 30px;}
	.nymain .leftNav>ul>li>span {
		top: 13px;}
	.text-list ul li {
		line-height: 50px;}
	.art-main .art-tit h3 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 13px;}
	.art-main .cont-tit p{
		padding:10px 0;}
	.art-main .art-body p {
		font-size: 16px!important;
		line-height: 26px!important;
		margin: 5px 0;}
	.art-main #vsb_content.art-body span{
		font-size: 14px!important;
		line-height: 26px!important;}
	.art-main .cont-tit p span {
		font-size: 14px;}
	.art-main .cont-tit p img {
		height: 12px;}
	.pnext {
		float: none;
		border: none;
		width: auto;}
	.pnext p {
		line-height: 30px;}
	.zzjg_text li {
		width: 50%;}
	.img-lists ul li {
		margin: 10px 1%;}
	.img-lists ul li a>img {
		height: 191px;}
	.xbxx {
		padding-top: 0;}
	.xbxx ul li a {
		padding: 15px 10px;}
	.xbxx ul li a h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;}
	.xbxx ul li a p {
		font-size: 14px;
		line-height: 26px;
		height: 72px;
		padding: 0;}
	.xbxx ul li a div span {
		font-size: 12px;}
	.xbxx ul li a div img {
		height: 14px;}
	.img-lists2 ul li {
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;}
	.nymain .leftNav>h2 img {
		height: 20px;}
	.ddd {
		font-size: 14px;}
	.position a {
		margin: 0 2px;}
	.dt-list2 li a>.dt-text h3 {
		font-size: 18px;}
	.dt-list2 li a>.dt-text p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;}
	.dt-list2 li a>.dt-text {
		padding-left: 10px;}
	.dt-list2 li .date {
		width: 60px;}
	.dt-list2 li .date span {
		font-size: 24px;}
	.dt-list2 li .date {
		padding: 4px 0;}
	.dt-list2 li {
		padding: 15px 0;}
	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 14px;}
	.art-main .art-body {
		padding-top: 15px;}
	.timg-list-img {
		width: 220px;
		margin-right: 20px;}
	.timg-linfo span {
		margin-top: 10px;}
	.timg-linfo p {
		margin-top: 10px;}
	.timg-list ul li {
		margin-top: 0;
		margin-bottom: 20px;}
	.list-ld ul li {
		padding: 15px 0;}
	.list-ld ul li h3 {
		font-size: 18px;}
	.list-ld ul li p {
		font-size: 14px;
		margin-top: 10px;}
	.list-ls ul li {
		padding: 15px 0;}
	.list-ls ul li h3 {
		font-size: 18px;}
	.list-ls ul li p {
		font-size: 14px;
		margin-top: 10px;}
	.list-ls ul {
		margin-top: 0;}
	.fy{
		margin-top:20px;}
	.szdw-list li{
		float:left;
		margin-top: 30px;
		width:23.5%;
		margin-right: 2%;}
	.szdw-list li:nth-of-type(5n){
		margin-right: 2%;}
	.szdw-list li:nth-of-type(4n){
		margin-right: 0%;}
}

@media screen and (max-width:540px) {
	.img-lists ul li a>img {
		height: 100px;}
	.text-list ul li {
		font-size: 14px;
		flex-wrap: wrap;
		padding: 8px 0 8px 15px;}
	.text-list ul li a{
		width:100%;
		line-height: 24px;
		white-space: normal;
		font-size: 15px;
		text-align: justify;}
	.text-list ul li::before{
		top: 20px;
		left: 0;}
	.art-main .cont-tit p .liulan {
		margin-left: 15px;}
	.ddd {
		width: 100%;
		text-align: left;
		line-height: 20px;
		margin-top: 5px;}
	.img-lists2 ul li {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;}
	.timg-list-img {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;}
	.timg-linfo {
		padding-top: 0;}
	.ldtz ul li {
		float: none;
		width: auto;}
	.ldtz ul li:nth-child(2n+1) {
		margin-right: 0;}
	.ldtz-pic {
		float: left;}
	.ldtz ul li {
		margin-bottom: 30px;}
	.ldtz ul li a {
		padding: 0;}
	.ldtz-pic {
		width: 120px;}
	.ldtz-info {
		text-align: left;}
	.ldtz-info h3::before {
		left: 0;
		transform: translateX(0);}
	.ldtz-info h3 {
		padding-top: 15px;
		margin-bottom: 10px;}
	.ldtz ul li a {
		margin: 0;}
	.fy{
		margin-top: 18px;
		margin-bottom: 5px;}
	.img-lists ul li {
		margin: 10px 0;
		width: 100%;}
	.szdw-list li{
		float:left;
		margin-top: 30px;
		width:30%;
		margin-right: 5%;}
	.szdw-list li:nth-of-type(5n){
		margin-right: 5%;}
	.szdw-list li:nth-of-type(4n){
		margin-right: 5%;}
	.szdw-list li:nth-of-type(3n){
		margin-right: 0%;}
}

@media screen and (max-width:320px) {
	.text-list ul li {
		line-height: 40px;
		font-size: 12px;}
	.art-main .art-tit h3 {}
	.art-main .art-tit span {
		font-size: 12px;
		padding-bottom: 5px;
		line-height: 24px;
		height: 24px;}
	.art-main .art-body p {
		font-size: 12px;
		line-height: 30px;}
	.img-lists ul li a>img {
		height: 84px;}

}