@charset "utf-8";

/* 分页 */
.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: #006cd4;
	color: #fff;
	border: 1px solid #006cd4;
}

.pagination a:hover {
	background: #006cd4;
	color: #fff;
	border: 1px solid #006cd4;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

.nymain {
	position: relative;
	margin-top: 40px;
}

.nymain>div {

}

.nymain .leftNav {
	float: left;
	width: 275px;
	position: relative;
	margin-right: 40px;
}

.nymain .leftNav>h2 {
	line-height: 100px;
	color: #fff;
	background: #006cd4;
	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 {
	border-right: 1px solid rgba(203,203,235,0.6);
	background: #fff;
	/*padding-bottom: 150px;*/
	 box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px dotted #b0bdcb;
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 20px;
	line-height: 65px;
	padding-left: 45px;
}

.nymain .leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 20px;
	line-height: 50px;
	background: url(../images/sub_left_down.png) 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 {
	background: rgba(7, 49, 144, 0.04);
	color: #006cd4;
	font-weight: 600;
}

.nymain .leftNav>ul>li.activ {
	background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
	color: #006cd4;
	font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {
	/*border-left: 3px solid #006cd4;*/
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	background-position: 31px center;
	color: #006cd4;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 64px;
	border-top: 1px solid #eeeeee;
	padding-left: 65px;
	color: #666666;
}

.ny-right {
	overflow: hidden;
	min-height: 400px;
	margin-bottom: 40px;
}

.ny-rcom {
	font-size: 24px;
	color: #006cd4;
	margin-bottom: 15px;
	font-weight: normal;
}

.position {
	padding-top: 13px;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 66px;
	border-bottom: 1px solid #006cd4;
}

.position h3 {
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-align: left;
	bottom: 0;
	left: 0;
}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #006cd4;
	z-index: 9;
}

.position span {
	color: #8c9396;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}

.position a {
	font-size: 14px;
	color: #8c9396;
	margin: 0 5px;
	vertical-align: middle;
}

.position a:hover {
	color: #0166b3;
}

.text-list ul li {
	padding-left: 15px;
	padding-right: 110px;
	position: relative;
	line-height: 62px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	background: url(../images/list-dot.png) no-repeat;
	background-position: left 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;
}

.text-list ul li span {
	position: absolute;
	right: 0;
	color: #666666;
	font-size: 16px;
}

.text-list ul li:hover a {
	color: #006cd4;
}

.text-list ul li:hover span {
	color: #006cd4;
}

.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 {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 10px;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: inline-block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #d9d9d9;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	margin: 0 10px;
}

.art-info {
	border-top: 1px dashed #eaeaea;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 32px;
	color: #555555;
}

.pnext p a {
	font-size: 15px;
	color: #555555;
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #006cd4;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	padding-top: 61%;
}

.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
	color: #006cd4;
}

/*组织机构*/
.system .sy-item h4{
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	padding-left: 30px;
	background: #eeeeee;
	line-height: 55px;
	border-left: 5px solid #006cd4;
}

.system .sy-item ul>li{
	float: left;
	width: 21%;

	background: #eeeeee;
	margin: 15px 0;
	margin-left: 5.3%;
	transition: all .3s;
}
.system .sy-item ul>li:nth-child(4n+1){
	margin-left: 0;
}
.system .sy-item ul>li a{
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
	padding: 0 15px;
	transition: all .3s;

}
.system .sy-item ul>li:hover{
	background: #006cd4;
}
.system .sy-item ul>li:hover a{
	font-weight: 600;
	color: #fff;
}
.system .sy-item ul{
	margin-top: 25px;
}
.system .sy-item {
	margin-top: 50px;
}
.system .sy-item:first-child{
	margin-top: 36px;
}

/*常见问题*/

.nymain .leftNav2{
	overflow: hidden;
}
.nymain .leftNav2 h2{
	line-height: 220px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: url('../images/aside_tit.jpg') 50% no-repeat;
	background-size: cover;

}

.nymain .leftNav2 ul{
	position:relative;
	padding:50px 0 66px;
	margin-top:-30px;
	background-color: transparent;
}
.nymain .leftNav2>ul>li{
	line-height: 26px;
	/* background: #f9f9f9; */
	text-align: center;
	transition: all 0.5s;
	font-size: 20px;
	border-bottom: none;
}
.nymain .leftNav2>ul>li:not(:first-child){
	border-top: 1px solid rgba(255,255,255,.2);
}
.nymain .leftNav2 ul:before{
	content:'';
	position:absolute;
	transform:skewY(5deg);
	bottom: -30px;top:15px;
	left:0;width:100%;
	background:url('../images/line.jpg') 50% repeat-y;
	z-index:0;}


.nymain .leftNav2 ul li a{
	color: #fff;
	font-size: 18px;
	padding: 15px 0;
	display: block;
	line-height: 26px;
}
.nymain .leftNav2 ul li.active{
	/* background: #fff; */
}
.nymain .leftNav2 ul li.active a{
	color: #fcc740;
	font-weight: normal;
}
.nymain .leftNav2 ul li:hover{
	background: #fff;
}
.nymain .leftNav2 ul li:hover a{
	color: #bc1919;
}


/*常见问题*/


@media screen and (max-width: 1420px) {

	.dt-list2 li a>.dt-text h3 {
		font-size: 20px;
	}

	.nymain .leftNav ul li a {
		padding-left: 30px;
	}
	/*常见问题*/
	.nymain .leftNav2 ul li a{
		padding-left: 0 !important;
	}
	/*常见问题*/
	.nymain .leftNav {
		margin-right: 50px;
	}

}


@media screen and (max-width: 1024px) {
	.banner{
		margin-top: 70px;
	}
	.nymain{
		margin-top: 20px;
	}
	.nymain .leftNav>ul
	{
		margin-top: 0;
		padding: 0;
		background: #fff;
	}
	.nymain .leftNav>h2,
	.nymain .leftNav2>h2{
		line-height: 70px;
		font-size: 20px;
		background: #006cd4;
	}
	.nymain .leftNav2 ul:before{
		display: none;
	}




	.nymain .leftNav {
		margin-right: 30px;
		width: 220px;
	}
	.nymain .leftNav ul li a {
		font-size: 14px;
		padding-left: 20px;
		line-height: 46px;
	}
	.nymain .leftNav>ul>li>ul>li>a {
		padding-left: 40px;
		line-height: 38px;
	}

	.nymain .leftNav ul li:hover a {}


	.nymain .leftNav2>ul{
		border: none;
		margin-top: 0;
		padding: 0;
		background: #fff;
	}

	.nymain .leftNav2 ul li{
		font-size: 14px;
		background: #fbfbfb;
	}
	.nymain .leftNav2 ul li:not(:first-child){border-top:1px solid #eee}
	.nymain .leftNav2 ul li a{color:#333;line-height: 26px;
		padding-left: 0 !important;}
	.nymain .leftNav2 ul li.active a{color:#006cd4}



	.position {
		padding-top: 0;
	}
	.position span {
		font-size: 14px;
	}
	.position a {
		font-size: 14px;
	}
	.position h3 {
		left: 0;
		height: 70px;
		line-height: 70px;
	}
	.text-list ul li {
		font-size: 15px;
	}
	.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: 14px;
	}
	.img-lists ul li a>div.info img {
		height: 12px;
	}
	.img-lists ul li a>div.info span {
		font-size: 12px;
	}


	.nymain .leftNav>h2 {
		line-height: 46px;
		font-size: 16px;
		text-align: left;
		font-weight: 600;
		padding-left: 20px;
	}
	.nymain .leftNav>h2 span {
		float: right;
		width: 24px;
		height: 30px;
		margin-top: 8px;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		margin-right: 10px;
	}
	.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: auto;
	}
	.position {
		padding: 16px 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.position>div {
		text-align: left;
		line-height: 40px;
	}
	.position h3 {
		left: 0;
		width: auto;
		height: 45px;
		font-size: 20px;
		line-height: 45px;
		position: relative;
		left: 0;
		margin-bottom: 10px;
		font-weight: 600;
		display: none;
	}
	.position h3::after {
		width: 37px;
		height: 37px;
		right: -10px;
		bottom: -15px;
	}
	.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 {
		padding-left: 20px;
	}
	.nymain .leftNav>ul>li>span {
		top: 13px;
	}
	.text-list ul li {
		line-height: 50px;
		padding-right: 100px;
	}
	.art-main .art-tit h3 {
		font-size: 16px;
		line-height: 30px;
		margin-top: 0;
	}
	.art-main .art-body p {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.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;
	}

	.img-lists ul{
		margin-left: -1%;
		margin-right: -1%;
	}
	.img-lists ul li {
		margin: 10px 1%;
	}
	.img-lists ul li a>img {
		height: 191px;
	}
	.img-lists ul li a>div.info p{
		margin-bottom: 0;
	}


	.nymain .leftNav>h2 img {
		height: 20px;
	}
	.text-list ul li span {
		font-size: 12px;
	}
	.position a {
		margin: 0 2px;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 12px;

	}
	.art-main .art-body {
		padding-top: 0;
	}

}
@media screen and (max-width: 640px){
	.system .sy-item ul>li{
		width: 32%;
	}
	.system .sy-item ul>li:nth-child(4n+1){
		margin-left: 2%;
	}
	.system .sy-item ul>li:nth-child(3n+1){
		margin-left: 0;
	}
}
@media screen and (max-width:480px) {
	.banner{
		margin-top: 60px;
	}
	.img-lists ul li a>img {
		height: 100px;
	}
	.text-list ul li {
		padding-left: 15px;
	}
	.art-main .cont-tit p .liulan {
		margin-left: 15px;
	}
	.text-list ul li span {
		width: 80px
	}
	.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;
	}

	.system .sy-item ul>li{
		width: 48%;
	}

	.system .sy-item ul>li:nth-child(3n+1){
		margin-left: 2%;
	}
	.system .sy-item ul>li:nth-child(2n+1){
		margin-left: 0;
	}
}

@media screen and (max-width:320px) {
	.text-list ul li {
		line-height: 40px;
	}
	.art-main .art-tit h3 {
		/* font-size: 20px; */
		/* font-weight: bold; */
	}
	.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;
	}


}