@charset "utf-8";

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: -moz-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	height: 2.61rem;
}

.banner::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50%;
	margin-right: 7rem;
	height: 0.7rem;

}

/* 分页 */

.pagination {
	text-align: center;
	padding-top: 0.4rem;
	font-size:16px;
}



.pagination .pb_sys_style1 .p_no_d{
	
border: 1px solid #083b96!important;
	
background-color: #083b96!important;
}

/* 主体 */
.nymain {
	position: relative;
}

.nymain .leftNav {
	position: relative;
	z-index: 2;
	margin-top: -0.7rem;
	font-size: 0;
}

.nymain .leftNav .leftNav-tit>h2 {
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
	background-size: 0.53rem 0.14rem;
	padding-bottom: 0.2rem;
	display: none;

}

.nymain .leftNav>ul {
	display: inline-block;
	background: #083b96cf;
	padding-right: 1rem;
	position: relative;
}

.nymain .leftNav>ul::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -0.7rem;
	border-left: 0.35rem solid #083b96cf;
	border-bottom: 0.35rem solid #083b96cf;
	border-top: 0.35rem solid transparent;
	border-right: 0.35rem solid transparent;
}

.nymain .leftNav>ul>li {
	float: left;
	position: relative;
}

.nymain .leftNav>ul>li>span {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.56rem;
	height: 0.56rem;
	background: url(../images/raw-b.png) no-repeat center;
	background-size: 0.09rem 0.17rem;
	display: none;
}

.nymain .leftNav>ul>li>a {
	position: relative;
	color: #fff;
	padding-left: 0.15rem;
	min-width: 0.96rem;
	transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	background: #fff;
	border-radius: 50%;
	transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.on>a {
	font-weight: bold;
	padding-left: 0.28rem;
}

.nymain .leftNav>ul>li:hover>a::after,
.nymain .leftNav>ul>li.on>a::after {
	width: 0.18rem;
	height: 0.18rem;
	background: url(../images/s6-nyzs.png) no-repeat;
	background-size: 100% 100%;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 0.17rem;
	line-height: 0.7rem;
	margin: 0 0.3rem;
}

.nymain .leftNav ul li:last-child a {
	border-bottom: none;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
	display: block;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	background-position: 0.31rem center;
}

.nymain .leftNav>ul>li>ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: top;
	width: 100%;
	top: 100%;
	background: #fff;
	padding: 0.05rem 0;
	box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
}

.nymain .leftNav>ul>li:hover>ul {
	transform: translateX(-50%) scaleY(1);
	visibility: visible;
	opacity: 1;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 0.15rem;
	line-height: 0.46rem;
	padding: 0 0.1rem;
	color: #666666;
	text-align: center;
	margin: 0;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
	color: #a90c0c;
	font-weight: bold;
}

.ny-right {
	min-height: 4rem;
	padding-top: 0.95rem;
}

.ny-rk {
	padding: 0.4rem 0 0.6rem 0;
}

.position {
	position: relative;
}

.position::before {
	content: '';
	position: absolute;
	bottom: -0.15rem;
	left: 0;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}

.position-ny::before {
	right: 2.5rem;
}

.position h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 0.24rem;
	font-weight: bold;
	color: #083b96;
	padding-left: 0.25rem;
}

.position h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.08rem;
	height: 0.35rem;
	background: #083b96;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 0.4rem;
}

.position span {
	color: #191919;
	font-size: 0.16rem;
	vertical-align: middle;
}

.position img {
	height: 0.2rem;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.position a {
	font-size: 0.16rem;
	color: #333;
	margin: 0 0.05rem;
	vertical-align: middle;
}

.position a:hover,
.position a.position-dq {
	color: #b21f24;
}

/* 列表页 */
.text-list {}

.text-list ul li {
	padding: 0.24rem 0;
	position: relative;
	z-index: 1;
}

.text-list ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: -0.3rem;
	width: 0;
	bottom: 0;
	background: #a90c0c;
	transition: all 0.4s;
	z-index: -1;
}

.text-list ul li:hover::after {
	width: calc(100% + 0.3rem);
}

.text-list ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	padding-right: 0.3rem;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}

.text-list ul li:hover a {
	box-shadow: none;
	background: none;
}

.text-list ul li .text-list-r {
	width: calc(100% - 3.34rem);
	padding: 0.25rem 0;
}

.text-list ul li .text-list-r span {
	display: block;
	font-family: 'sySong';
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #a90c0c;
}

.text-list ul li:hover .text-list-r span {
	color: #fff;
}

.text-list ul li .text-list-r h3 {
	font-size: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.1rem;
	transition: all 0.4s;
}

.text-list ul li .text-list-r hr {
	background: none;
	border: 0;
	width: 0;
	border-top: 2px solid transparent;
	margin: 0;
	transition: all 0.4s;
}

.text-list ul li .text-list-r>p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	transition: all 0.4s;
	margin-top: 0.1rem;
}

.text-list ul li:hover .text-list-r h3 {
	color: #fff;
}

.text-list ul li:hover .text-list-r hr {
	width: 0.4rem;
	border-top-color: #fff;
	margin: 0.1rem 0;
}

.text-list ul li:hover .text-list-r>p {
	color: #fff;
}

.list ul li {
	line-height: 0.8rem;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	z-index: 1;
}

.list ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.4rem;
	width: 0;
	background: #083b96;
	z-index: -1;
	transition: all 0.4s;
}

.list ul li:hover::after {
	right: -0.4rem;
	width: 100%;
	width: calc(100% + 0.8rem);
}

.list ul li a {
	display: block;
	overflow: hidden;
}

.list ul li a span {
	float: right;
	font-size: 0.16rem;
	padding-left: 0.2rem;
	transition: all 0.4s;
}

.list ul li a h3 {
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	padding-left: 0.3rem;
	transition: all 0.4s;
}

.list ul li a h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	border: 0.03rem solid #083b96;
	transition: all 0.4s;
}

.list ul li:hover a h3::after {
	width: 0.09rem;
	height: 0.09rem;
	border: 1px solid #fff;
}

.list ul li:hover a h3,
.list ul li:hover a span {
	color: #fff;
}


/* 内容页 */
.art-main .art-tit h3 {
	text-align: center;
	color: #2c2c2c;
	font-weight: normal;
	font-size: 0.2rem;
	margin-top: 0.3rem;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: 0.3rem;
}

.art-main .art-body p {
color: #000;
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 0.16rem !important;
    line-height: 0.3rem !important;
    margin-bottom: 0.1rem !important;
}

.art-main .art-body img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	line-height: 0.2rem;
	background: bottom;
	border-bottom: 1px solid #f0f0f0;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 0.16rem;
	margin-right: 0.05rem;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.14rem;
	color: #666;
	margin: 0 0.1rem;
}

.art-info {
	border-top: 1px dashed #ddd;
	margin-top: 0.25rem;
}

.pnext {
	margin-top: 0.25rem;
}

.pnext p {
	text-indent: initial;
	line-height: 0.34rem;
	color: #083b96;
}

.pnext p a {
	color: #666;
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #a90c0c;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 21%;
	margin: 0.4rem 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
	top: -0.1rem;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	padding-top: 61%;
}

.img-lists ul li a>div.info {
	padding: 0.15rem 0.1rem;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 0.18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.img-lists ul li:hover a>div.info p {
	color: #a90c0c;
}


/*领导*/
.list-ld {
	overflow: hidden;
}

.list-ld ul {
	justify-content: flex-start;
}

.list-ld ul li {
	width: 48%;
	padding: 0 0.3rem 0.3rem;
	margin-top: 0.5rem;
	position: relative;
	z-index: 1;
}

.list-ld ul li::before {
	content: '';
	position: absolute;
	top: 0.42rem;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f2f7ff;
	z-index: -1;
}

.list-ld ul li:nth-child(even) {
	margin-left: 4%;
}

.list-ld ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-ld ul li .pic {
	width: 2.06rem;
	padding-top: 2.37rem;
	border-radius: 0 0.2rem 0 0;
}

.list-ld ul li .ld-tx {
	width: calc(100% - 2.36rem);
	padding-top: 0.7rem;
}

.list-ld ul li h3 {
	font-size: 0.2rem;
	font-weight: bold;
	color: #a90c0c;
	margin-bottom: 0.2rem;
}

.list-ld ul li p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #191919;
	margin-top: 0.05rem;
}

.list-ld ul li p.dw {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.list-ld ul li p.zy {
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-ld ul li .gd {
	text-align: right;
	font-size: 0.16rem;
	color: #b1b1b1;
	margin-top: 0.05rem;
	position: relative;
	transition: all 0.3s;
}

.list-ld ul li .gd::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0.8rem;
	border-bottom: 1px dashed #e0e0e0;
}

.list-ld ul li:hover .pic img {
	transform: scale(1.1);
}

.list-ld ul li:hover .gd {
	color: #a90c0c;
}

/* 师资列表页 */
.sz ul {}

.sz ul li {
	width: 48%;
	margin-top: 0.5rem;
}

.sz ul li:nth-child(even) {
	margin-left: 4%;
}

.sz ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #dcdcdc;
	position: relative;
	z-index: 1;
}

.sz ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #a90c0c;
}

.sz ul li .sz-pic {
	width: 1.52rem;
	position: relative;
	left: 0.2rem;
	bottom: 0.2rem;
}

.sz ul li .sz-pic .pic {
	padding-top: 135.52%;
}

.sz ul li .sz-tx {
	width: calc(100% - 2.47rem);
	margin-left: 0.55rem;
}

.sz ul li .sz-tx p {
	line-height: 0.36rem;
	font-size: 0.16rem;
}

.sz ul li .sz-tx p span {
	font-size: 0.18rem;
	font-weight: bold;
	color: #b21f24;
}

.sz ul li:hover a {
	border-color: #a90c0c;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

/* 师资内容 */
.sz-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.sz-t {
	width: 2.2rem;
}

.sz-t>img {
	display: block;
	width: 100%;
}

.sz-t h3 {
	font-size: 0.28rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.25rem;
	color: #333;
}

.sz-t h4 {
	font-size: 0.18rem;
	font-weight: normal;
	text-align: center;
	margin-top: 0.15rem;
	color: #666;
}

.sz-t h5 {
	font-size: 0.18rem;
	font-weight: normal;
	margin-top: 0.1rem;
	color: #a90c0c;
	text-align: center;
}

.sz-t h5 img {
	vertical-align: middle;
	margin-right: 0.05rem;
	display: inline-block;
	width: 0.26rem;
	height: 0.23rem;
}

.sz-r {
	width: calc(100% - 2.8rem);
}

.sz-r h3 {
	font-size: 0.28rem;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0.2rem;
	position: relative;
}

.sz-boxbg {
	background: rgba(169, 12, 12, 0.02);
	padding: 1px 0.4rem 0.4rem 0.4rem;
}

.sz-box {
	margin-bottom: 0.45rem;
}

.sz-box h4 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.5rem;
	color: #a90c0c;
	background: url(../images/sz-sj.png) no-repeat left center;
	background-size: 0.17rem 0.26rem;
	padding-left: 0.35rem;
	border-bottom: 1px solid rgba(99, 6, 95, 0.6);
	margin-bottom: 0.2rem;
}

.sz-box p {
	font-size: 0.18rem;
	line-height: 0.36rem;
	color: #333;
}
.sz-box p img{
	display:block;
	margin:10px auto;
	max-width: 100%;
	height: auto;
}

/* 图文列表页  start */

.tw ul li .pick {
	width: 3.04rem;
}

.tw ul li .pic {
	padding-top: 62.5%;
}

/* 组织机构 */
.zzjg {
	justify-content: flex-start;
	align-items: flex-start;
}

.zzjg ul {
	width: 48%;
	margin-top: 0.4rem;
}

.zzjg ul:nth-child(even) {
	margin-left: 4%;
}

.zzjg ul h3 {
	font-size: 0.24rem;
	font-weight: bold;
	background: url(../images/bf1.png) no-repeat left center;
	background-size: 0.35rem auto;
	padding-left: 0.55rem;
	line-height: 0.35rem;
	margin-bottom: 0.25rem;
}

.zzjg ul li {
	position: relative;
	line-height: 0.6rem;
	border-top: 1px dashed #cccccc;
}

.zzjg ul li a {
	display: block;
	font-size: 0.18rem;
	padding-left: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}

.zzjg ul li:nth-child(2) {
	border-top: none;
}

.zzjg ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.07rem;
	height: 0.07rem;
	background: #a6292f;
	border-radius: 50%;
	transition: all 0.3s;
}

.zzjg ul li a:hover {
	font-weight: bold;
	color: #b21f24;
}

/* 校园风光 */

.group-big .slick-list {
	margin: 0 0.7rem;
}

.group-big li a {
	display: block;
}

.group-big li a .pic {
	padding-top: 53.73%;
	display: block;
	position: relative;
	overflow: hidden;
}

.group-big li a .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.group-big li a img {
	display: block;
	width: 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
	width: 0.49rem;
	height: 0.7rem;
	opacity: 0.2;
	transition: all 0.3s;
}

.group-big .slick-prev {
	background-size: 100% 100%;
	left: 0;
}

.group-big .slick-next {
	background-size: 100% 100%;
	right: 0;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
	opacity: 1;
}

.group-big .slick-dots {
	margin: 0 0.7rem;
	width: calc(100% - 1.4rem);
	height: 0.6rem;
	line-height: 0.6rem;
	background: rgba(50, 50, 50, 0.5);
	color: #fff;
}

.group-big .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.group-big .slick-dots li .dot-page {
	display: none;
}

.group-big .slick-dots li.slick-active .dot-page {
	display: block;
}

.group-big .slick-dots li .dot-page span {
	font-family: Arial;
	font-size: 0.26rem;
	padding-right: 0.05rem;
}

.group-big .slick-dots li .dot-page b {
	font-family: Arial;
	font-size: 0.16rem;
	font-weight: normal;
	padding-left: 0.05rem;
}

.group-sml {
	margin-top: 0.5rem;
	margin-left: 0.7rem;
	margin-right: 0.7rem;
	background: #a90c0c;
	padding: 0.2rem;
	overflow: hidden;
}

.group-sml li.slick-current.slick-active a {
	border: 0.03rem solid #fff;
}

.group-sml li a {
	display: block;
	margin: 0 0.05rem;
	border: 0.03rem solid transparent;
}

.group-sml li a .pic {
	padding-top: 63.3%;
	display: block;
	position: relative;
	overflow: hidden;
}

.group-sml li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.group-sml .slick-prev,
.group-sml .slick-next {
	width: 0.4rem;
	height: 100%;
	background-color: #035f97;
}

.group-sml .slick-list {
	margin: 0 0.3rem;
}

.group-sml .slick-prev {
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.2rem 0.28rem;
}

.group-sml .slick-next {
	right: 0;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.2rem 0.28rem;
}

/* 宣传视频 */
.xcsp-t a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.xcsp-t a .xcsp-tpic {
	width: 63.48%;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
	position: relative;
}

.xcsp-t a .xcsp-tpic::before {
	content: '';
	position: absolute;
	top: 0.6rem;
	left: 0;
	bottom: 0;
	right: 1.3rem;
	background-size: 100% 100%;
}

.xcsp-t a .xcsp-tpic::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.67rem;
	height: 0.67rem;

	background-size: 100% 100%;
	z-index: 1;
}

.xcsp-t a .xcsp-tpic .pic {
	padding-top: 60.05%;
	box-shadow: 0px 12px 24px 0px rgba(0, 14, 78, 0.5);
}

.xcsp-t a .xcsp-tr {
	width: 32.57%;
}

.xcsp-t a .xcsp-tr h3 {
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.38rem;
	max-height: 0.76rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xcsp-t a .xcsp-tr p {
	font-size: 0.2rem;
	line-height: 0.3rem;
	max-height: 2.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-top: 0.25rem;
}

.xcsp-t a .xcsp-tr span {
	display: inline-block;
	float: right;
	font-size: 0.26rem;
	color: #a90c0c;
	margin-top: 0.3rem;
	padding-left: 0.4rem;
}

.xcsp ul {
	margin: 0.6rem -0.3rem 0 -0.3rem;
}

.xcsp ul li {
	width: 33.333%;
	margin-top: 0.3rem;
}

.xcsp ul li a {
	display: block;
	margin: 0 0.3rem;
}

.xcsp ul li .pic {
	padding-top: 64.5%;
}

.xcsp ul li .pic::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.55rem;
	height: 0.55rem;

	background-size: 100% 100%;
	z-index: 1;
}

.xcsp ul li .pic p {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(7, 110, 172, 0.7);
	border-radius: 0 0.22rem 0.22rem 0;
	line-height: 0.42rem;
	width: 1.87rem;
	text-align: center;

}

.xcsp ul li .pic p span {
	padding-left: 0.35rem;
	font-size: 0.2rem;
	color: #fff;
}

.xcsp ul li .xcsp-d {
	background: #fff;
	padding: 0.25rem;
}

.xcsp ul li h3 {
	font-size: 0.2rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xcsp ul li a:hover h3 {
	color: #a90c0c;
}

/* 历史沿革 */
.lsyg {
	padding-top: 1px;
	border-left: 1px solid #e0e0e0;
	position: relative;
	z-index: 1;
}

.lsyg::after {
	content: '';
	position: absolute;
	top: -0.06rem;
	left: -0.06rem;
	width: 0.11rem;
	height: 0.11rem;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 50%;
}

.lsyg h3 {
	font-size: 0.28rem;
	color: #b21f24;
	padding-left: 0.64rem;
	margin-top: 0.35rem;
	position: relative;
	z-index: 1;
}

.lsyg h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.08rem;
	width: 0.59rem;
	height: 0.15rem;

	background-size: 100% 100%;
}

.lsyg p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666666;
	padding-left: 0.64rem;
	margin-top: 0.25rem;
}

/* 综合列表页 */
.zhlist ul h3 {
	position: relative;
	z-index: 1;
}

.zhlist ul h3 a {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 0.16rem;
	transition: all 0.4s;
}

.zhlist ul h3 a:hover {
	color: #b21f24;
}

.zhlist ul li {
	overflow: hidden;
}

.zhlist ul li span {
	display: block;
	float: right;
	padding-left: 0.2rem;
}


@media screen and (max-width: 1342px) {
	.banner::before {
		margin-right: 0;
		right: auto;
		width: 3%;
	}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
	.banner::after {
		display: none;
	}

	.nymain .leftNav>h2 {
		font-size: 24px;
		padding-left: 20px;
		line-height: 70px;
	}


	.ny-right {
		padding-top: 0.2rem;
	}

	.ny-rk {
		padding: 0.3rem 0;
	}

	.xcsp-t a .xcsp-tpic {
		padding-left: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.xcsp ul {
		margin: 0.2rem -0.15rem 0 -0.15rem;
	}

	.xcsp ul li a {
		margin: 0 0.15rem;
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
	.banner::before {
		display: none;
	}

	.nymain::before {
		display: none;
	}

	.nymain .leftNav .leftNav-tit>h2 {
		display: block;
		height: inherit;
		line-height: 0.56rem;
		font-size: 0.18rem;
		text-align: left;
		padding-left: 0.15rem;
		font-weight: 600;
		background: #a90c0c;
		padding-bottom: 0;
	}

	.nymain .leftNav .leftNav-tit>h2 span {
		float: right;
		width: 0.5rem;
		height: 0.56rem;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-size: 0.14rem 0.14rem;
		cursor: pointer;
	}

	.nymain .leftNav>ul {
		margin-top: 0;
		border-radius: 0;
		padding-right: 0;
	}

	.nymain .leftNav>ul>li {
		float: none;
		width: auto;
	}

	.nymain .leftNav>ul>li::before {
		display: none !important;
	}

	.nymain .leftNav>ul>li>ul {
		position: static;
		display: none;
		transform: none;
		width: calc(100% - 0.7rem);
		margin: 0 0.2rem 0 0.5rem;
		background: rgba(255, 255, 255, 0.8);
		background: none;
		box-shadow: none;
		transition: none;
		visibility: visible;
		opacity: 1;
	}

	.nymain .leftNav>ul>li:hover>ul {
		transform: none;
		visibility: visible;
		opacity: 1;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		text-align: left;
		color: #fff;
	}

	.nymain .leftNav>ul>li>span {
		display: block;
	}

	.nymain .leftNav>ul>li.on>span {
		transform: rotate(90deg);
	}

	.nymain {
		padding-top: 0.25rem;
	}

	.nymain .leftNav {
		float: none;
		width: auto;
		margin-top: 0;
	}

	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;
	}

	.nymain .leftNav ul li a {
		line-height: 0.56rem;
	}

	.ny-rk {
		padding: 0.2rem 0 0.4rem 0;
	}

	.position>div {
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
	}

	.position h3 {
		display: none;
	}

	.position::before {
		display: none;
	}

	.pagination {
		padding-top: 25px;
	}



	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;
	}

	.text-list {
		margin-top: 0;
	}

	.text-list ul li {
		padding: 0.2rem 0.1rem;
	}

	.text-list ul li .date {
		padding-top: 0.1rem;
	}

	.list ul li {
		line-height: 0.7rem;
	}

	.pnext {
		float: none;
		border: none;
		width: auto;
	}

	.pnext p {
		line-height: 30px;
		font-size: 14px;
	}

	.pnext p a {
		font-size: 14px;
	}

	.zzjg_text li {
		width: 50%;
	}

	.img-lists ul li {
		width: 46%;
		margin: 10px 2%;
	}

	.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;
	}

	.nymain .leftNav>h2 img {
		height: 20px;
	}

	.art-main .art-body {
		padding-top: 20px;
	}

	.list-ld ul li {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 0.3rem;
	}

	.xcsp-t a .xcsp-tpic {
		width: 100%;
	}

	.xcsp-t a .xcsp-tr {
		width: 100%;
		margin-top: 0.25rem;
	}

	.xcsp-t a .xcsp-tr span {
		font-size: 0.22rem;
		background-size: 0.2rem 0.2rem;
		padding-left: 0.3rem;
	}

	.xcsp ul li {
		width: 50%;
	}

	.xcsp ul li .pic p span {
		font-size: 0.18rem;
		background-size: 0.2rem 0.2rem;
		padding-left: 0.3rem;
	}

	.tw ul li .pick {
		width: 2.9rem;
	}

	.text-list ul li .text-list-r {
		width: calc(100% - 3.2rem);
	}

	.zzjg ul {
		width: 100%;
	}

	.zzjg ul:nth-child(even) {
		margin-left: 0;
	}

	.sz ul li {
		width: 100%;
	}

	.sz ul li:nth-child(even) {
		margin-left: 0;
	}

	.sz-main {
		justify-content: center;
	}

	.sz-r {
		width: 100%;
		margin-top: 0.3rem;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {

	.img-lists ul li a>img {
		height: 100px;
	}

	.art-main .cont-tit p .liulan {
		margin-left: 15px;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		font-size: 12px;
	}

	.text-list ul li a {
		justify-content: flex-start;
		padding-right: 0;
	}

	.tw ul li .pick {
		width: 100%;
	}

	.tw ul li .text-list-r {
		width: 100%;
		padding: 0.2rem;
	}

	.list-ld ul li .pic {
		margin: 0 auto;
	}

	.list-ld ul li .ld-tx {
		width: 100%;
		padding-top: 0.2rem;
	}

	.list-ld ul li .ld-tx h3 {
		text-align: center;
	}

	.group-big .slick-list {
		margin: 0 0.4rem;
	}

	.group-big .slick-prev,
	.group-big .slick-next {
		width: 0.29rem;
		height: 0.41rem;
		opacity: 0.2;
		transition: all 0.3s;
	}

	.group-big .slick-dots {
		margin: 0 0.4rem;
		width: calc(100% - 0.8rem);
		height: 0.46rem;
		line-height: 0.46rem;
	}

	.group-sml {
		margin-top: 0.25rem;
		margin-left: 0.4rem;
		margin-right: 0.4rem;
	}

	.xcsp ul li {
		width: 100%;
	}

	.sz ul li {
		margin-top: 0.2rem;
	}

	.sz ul li .sz-pic {
		width: 1.52rem;
		position: static;
	}

	.sz ul li .sz-tx {
		width: calc(100% - 1.92rem);
		margin-left: 0.2rem;
	}

}

@media screen and (max-width:320px) {

	.art-main .art-tit span {
		font-size: 12px;
		padding-bottom: 5px;
		line-height: 24px;
		height: 24px;
	}

	.art-main .art-body p {
		font-size: 15px;
	}

	.img-lists ul li a>img {
		height: 84px;
	}
}