@charset "utf-8";

.banner {
	position: relative
;}

.banner img {
	display: block;
	width: 100%
;}

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 50px
;}

.pnext {
	padding-top: 20px;
	margin-top: 35px;
	border-top: 1px dashed #999
;}

.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: #00609e;
	color: #fff;
	border: 1px solid #00609e
;}

.pagination a:hover {
	background: #00609e;
	color: #fff;
	border: 1px solid #00609e
;}

.pagination span {
	display: inline-block;
	font-size: 14px
;}

#nymain {
	background: url() no-repeat;
	background-size: 1920px auto;
	background-position: center bottom
;}

.nymain {
	position: relative;
	margin-top: 40px
;}

.nymain .leftNav {
	float: left;
	width: 290px;
	position: relative;
	margin-right: 50px;
	padding-left: 8px
;}

.nymain .leftNav::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 85%;
	min-height: 90px;
	background: url(../images/ny-nav.jpg) no-repeat;
	background-size: cover;
	z-index: 1
;}

.nymain .leftNav>h2 {
	line-height: 90px;
	color: #fff;
	background: #00609e;
	font-size: 28px;
	font-weight: 600;
	position: relative
;}

.nymain .leftNav>h2 b {
	display: inline-block;
	padding: 0 30px;
	background: #00609e;
	z-index: 9;
	position: relative;
	letter-spacing: 2px
;}

.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 {
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
	background: #eff2f5;
	position: relative;
	background: url(../images/ny-nav-bj.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom
;}

.nymain .leftNav>ul::after {
	position: absolute;
	left: -10px;
	width: 10px;
	bottom: 0;
	z-index: 999;
	border-bottom: 80px solid #fff;
	border-right: 275px solid transparent;
	z-index: 8
;}

.nymain .leftNav>ul>li {
	position: relative
;}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
	margin-top: 0
;}

.nymain .leftNav ul li a {
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 80px;
	position: relative;
	padding-left: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding-right: 30px;}

.nymain .leftNav>ul>li>a {
	background-position: 20px center;
	border-bottom: 1px solid #dcdcdc
;}

.nymain .leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 30px;
	line-height: 50px;
	background: url(../images/sub_left_down.jpg) no-repeat center center;
	cursor: pointer
;}

.nymain .leftNav>ul>li.active>span {
	background: url(../images/sub_left_up.jpg) no-repeat center center;}

.nymain .leftNav>ul>li.on>span {
	transform: rotate(90deg)
;}

.nymain .leftNav>ul>li.on>a {
	color: #00609e;
	font-weight: 600;
	background-position: 10px center
;}

.nymain .leftNav>ul>li.active>a {
    color: #fff;
    background-color: #00609e;
    background-position: 20px center;
    font-size: 20px;}

.nymain .leftNav ul li a:hover {
	font-weight: 600
;}

.nymain .leftNav>ul>li>ul {
	display: none;
	margin-top: 13px;
    padding-bottom: 13px;
    padding-right: 0;
    border-bottom: 1px solid #dcdcdc;}

.nymain .leftNav>ul>li>ul>li a {
	font-size: 16px;
	line-height: 32px;
	position: relative
;}

.nymain .leftNav>ul>li>ul>li a::before {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "楷体";
	font-size: 10px
;}

.ny-right {
	overflow: hidden;
	background: #fff;
	padding-bottom: 70px
;}

.ny-rcom {
	font-size: 24px;
	color: #00609e;
	margin-bottom: 15px;
	font-weight: normal
;}

.position {
	margin-bottom: 20px;
	border-bottom: 2px solid #f5f5f5
;}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 55px;
	padding: 0 15px
;}

.position h3 {
	position: absolute;
	font-size: 24px;
	font-weight: normal;
	color: #1b1b1b;
	text-align: left;
	bottom: -2px;
	left: 0;
	z-index: 9
;}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #00609e
;}

.position span {
	color: #888;
	font-size: 16px;
	vertical-align: middle
;}

.position img {
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	display: none
;}

.position a {
	font-size: 16px;
	color: #717171;
	margin: 0 5px;
	vertical-align: middle;
	display: inline-block
;}

.position a.active {
	color: #004c86
;}

.position a:hover {
	color: #004c86
;}

.edit-list ul li a {
	padding: 20px 0;
	border-bottom: 1px solid #ddd
;}

.edit-list ul li a:hover h3 {
	color: #004c86
;}

.edit-list ul li a h3 {
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin-bottom: 10px
;}

.edit-list ul li a h3::before {
	content: 'ꔷ';
	margin-right: 5px
;}

.edit-list ul li a p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
;}

.edit-list ul li a p span {
	color: #066eb1
;}

.content p {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	text-indent: 2em;
	margin-bottom: 15px
;}

.tx-list ul li a {
	line-height: 48px
;}

.tx-list ul li a p::before {
	content: 'ꔷ';
	margin-right: 8px
;}

.tx-list ul li a span {
	float: right;
	font-size: 18px;
	color: #000000
;}

.tx-list ul li a:hover p {
	color: #004c86
;}

.tx-list ul li a p {
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
;}

.leader ul li a {
	padding: 40px 0;
	border-bottom: 1px dashed #ccc
;}

.leader ul li a:hover h3 {
	color: #004c86
;}

.leader ul li a .pic {
	width: 156px;
	height: 197px;
	float: left;
	padding-top: 0;
	margin-right: 50px
;}

.leader-tx {
	overflow: hidden
;}

.leader-tx h3 {
	line-height: 48px;
	font-size: 30px;
	color: #000000;
	font-weight: normal
;}

.leader-tx h4 {
	font-size: 20px;
	color: #00609e;
	font-weight: normal
;}

.leader-tx h5 {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #00609e;
	padding-left: 20px;
	background: url(../images/icon-phone.jpg) no-repeat;
	background-position: left center;
	margin: 25px 0
;}

.leader-tx p {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
;}

.media-list ul li {
	float: left;
	width: 25%;
	padding: 0 2%;
	margin: 25px 0
;}

.media-list ul li a {
	border: solid 1px #d9eaf5;
	text-align: center
;}

.media-list ul li a .ewm {
	padding-top: 100%;
	position: relative;
	overflow: hidden
;}

.media-list ul li a .ewm img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block
;}

.media-list ul li p {
	background-color: #d9eaf5;
	line-height: 56px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
;}

.staff-box {
	padding: 10px;
	padding-top: 20px
;}

.staff {
    background: url(../images/ryfg_line.jpg) no-repeat;
    padding: 20px 35px 90px 35px;
    background-color: #ffffff;
    box-shadow: 0px 7px 10px 0px rgba(221, 226, 231, 0.66);
    font-size: 0;}

.staff ul li b {
font-family: PingFang-SC-Heavy;
	float: left;
	width: 37%;
	border-right: 1px solid #ddd;
	font-size: 18px;
	color: #00609e;
	padding-right: 10px
;}

.staff ul li a {
	font-family: 'PingFang-SC-Medium';
	font-size: 18px;
	color: #333333;
	display: inline-block;
	margin: 0 4%
;}

.staff ul li a:hover {
	color: #004c86
;}

.staff ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc
;}

.staff .name {
	overflow: hidden
;}

.staff-tx {
	overflow: hidden;
	padding-top: 30px
;}

.staff-pic {
	width: 150px;
	height: 170px;
	float: right
;}

.staff-pic img {
	width: 100%;
	height: 100%;
	display: block
;}

.staff-info h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333
;}

.staff-info p {
	font-size: 16px;
	line-height: 30px;
	color: #333
;}

.staff-info p img {
	margin-right: 5px
;}

.staff-info p a {
	display: inline;
	color: #004c86
;}

.staff-info {
	margin-bottom: 30px
;}

.staff-c p {
	margin-bottom: 25px;
	font-size: 16px;
	color: #333;
	line-height: 30px
;}

.honor-list ul li {
	float: left;
	width: 33.3%;
	padding: 0 2%;
	margin: 20px 0
;}

.honor-list ul li a p {
	background-color: #d9eaf5;
	line-height: 56px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
;}

.honor-list ul li a .pic {
	padding-top: 64%
;}

#video-list ul li a .pic {
	padding-top: 138%
;}

.art-tit {
	text-align: center;
	border-bottom: 1px solid #e1e6ed;
	padding: 20px 0;
	margin-bottom: 20px
;}

.art-tit h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #000000
;}

.art-tit p {
	font-size: 18px;
	color: #888888
;}

.page {
	border-top: 1px solid rgba(0, 96, 158, 0.25);
	padding-top: 25px
;}

.page a {
	font-size: 18px;
	color: #000000;
	display: inline
;}

.page a:hover {
	text-decoration: underline;
	color: #004c86
;}

.page p {
	font-size: 18px;
	line-height: 36px;
	color: #00609e
;}

@media screen and (max-width: 1420px) {
	.position h3 {
		left: 0
	;}

	.nymain .leftNav>h2 {
		padding-left: 20px
	;}

	.nymain .leftNav {
		margin-right: 30px
	;}
}

@media screen and (max-width: 1024px) {
	.nymain .leftNav>h2 {
		font-size: 20px
	;}

	.nymain .leftNav {
		margin-right: 30px;
		width: 220px
	;}

	.nymain .leftNav>ul>li.active>a {
		background-position: 10px center;
		font-size: 18px
	;}

	.nymain .leftNav ul li a {
		font-size: 16px;
		background-position: 10px center;
		line-height: 40px
	;}

	.nymain .leftNav>ul>li>span {
		top: 10px;
		right: 5px
	;}

	.nymain .leftNav>ul>li>ul>li a::before {
		left: 15px
	;}

	.position span {
		font-size: 14px
	;}

	.position a {
		font-size: 14px
	;}

	.edit-list ul li a h3 {
		font-size: 16px
	;}

	.tx-list ul li a p,
	.tx-list ul li a span {
		font-size: 16px
	;}

	.media-list ul li p {
		font-size: 16px;
		line-height: 48px
	;}

	.media-list ul li {
		margin: 15px 0
	;}

	.staff ul li b,
	.staff ul li a {
		font-size: 16px
	;}

	.honor-list ul li a p {
		font-size: 16px;
		line-height: 48px
	;}
}

@media screen and (max-width: 768px) {
	.art-tit h3 {
		font-size: 20px;
		margin-bottom: 10px
	;}

	.art-tit p,
	.page a,
	.page p {
		font-size: 16px
	;}

	.honor-list ul li {
		width: 50%;
		margin: 15px 0
	;}

	.tx-list ul li a {
		line-height: 40px
	;}

	.media-list ul li {
		width: 33.33%
	;}

	.leader-tx h3 {
		font-size: 24px
	;}

	.leader-tx h4 {
		font-size: 18px
	;}

	.leader-tx p {
		font-size: 16px
	;}

	.leader ul li a {
		padding: 25px 0
	;}

	.banner::after {
		content: none
	;}

	.nymain .leftNav::after {
		min-height: 40px
	;}

	.nymain .leftNav>h2 {
		line-height: 40px;
		font-size: 18px;
		text-align: left;
		padding-left: 15px;
		font-weight: 600
	;}

	.nymain .leftNav>h2 b {
		padding-left: 0
	;}

	.nymain .leftNav>h2 span {
		float: right;
		width: 25px;
		height: 25px;
		background: url(../images/close1.jpg) no-repeat center center;
		background-size: 15px;
		background-position: center center;
		margin-right: 10px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		transition: all 0.3s;
		z-index: 2
	;}

	.nymain .leftNav>h2 span.on {
		transform: translateY(-50%) rotate(0)
	;}

	.nymain {
		padding: 0 0 10px 0;
		margin: 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;
		padding-top: 0
	;}

	.position {
		padding: 10px 0;
		margin-top: 0;
		margin-bottom: 10px
	;}

	.position>div {
		text-align: left;
		line-height: 30px
	;}

	.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 {
		line-height: 40px
	;}

	.nymain .leftNav>ul>li>span {
		top: 9px
	;}

	.nymain .leftNav>h2 img {
		height: 20px
	;}

	.position a {
		margin: 0 2px
	;}

	.edit-list ul li a {
		padding: 15px 0
	;}

	.content p {
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 20px
	;}

	.staff {
		padding: 10px 20px 50px 20px
	;}

	.staff ul li b {
		float: none;
		width: auto;
		margin-right: 0;
		display: block;
		margin-bottom: 20px
	;}
}

@media screen and (max-width:480px) {
	.honor-list ul li a p {
		font-size: 14px;
		line-height: 40px
	;}

	.media-list ul li {
		width: 50%
	;}

	.leader ul li a .pic {
		margin-right: 20px;
		width: 120px;
		height: 150px
	;}

	.leader-tx h3 {
		font-size: 20px
	;}

	.leader-tx h4 {
		font-size: 16px
	;}

	.leader-tx h5 {
		margin: 15px 0
	;}

	.leader-tx p {
		font-size: 14px
	;}

	.staff-pic {
		float: none;
		margin: 20px auto
	;}

	.staff-info h3 {
		font-size: 20px;
		margin-bottom: 10px
	;}

	.staff-tx {
		padding-top: 0
	;}

	.staff-c p {
		font-size: 15px;
		margin-bottom: 15px
	;}

	.art-tit h3 {
		font-size: 18px;
		margin-bottom: 10px
	;}

	.art-tit {
		padding: 15px 0
	;}

	.art-tit p {
		font-size: 14px
	;}
}