@charset "utf-8";

body {
	/* overflow-x: hidden; */
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner::before {
	content: '';
	position: absolute;
	bottom: 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%); */
	background: url(/style/../images/nyban-yy.png) repeat-x center bottom;
	top: 0;
}

.banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: url(/style/../images/banner-zzc.png) repeat-x;
	background-position: center top;
	bottom: 0;
}

/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 0.4rem;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 0.12rem;
	height: 0.35rem;
	font-size: 0.14rem;
	line-height: 0.35rem;
	text-align: center;
	color: #666;
	margin: 0 0.07rem;
}

.pagination a.active {
	background: #0f51a9;
	color: #fff;
	border: 1px solid #0f51a9;
}

.pagination a:hover {
	background: #0f51a9;
	color: #fff;
	border: 1px solid #0f51a9;
}

.pagination span {
	display: inline-block;
	font-size: 0.14rem;
}

/* 主体 */
.nymain {
	position: relative;
	background: url(/style/../images/bg_bot.png) no-repeat center bottom;
	padding-bottom: 2rem;
}

.ny-tbg {
	display: block;
	width: 78.125%;
	position: absolute;
	left: 0;
	top: 0;
}

.nymain .leftNav {
	position: relative;
	z-index: 2;
	/* margin-top: -0.86rem; */
	font-size: 0;
}

.nymain .leftNav .leftNav-tit>h2 {
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
	background: url() no-repeat center bottom;
	background-size: 0.53rem 0.14rem;
	padding-bottom: 0.2rem;
	display: none;

}

.nymain .leftNav>ul {
	display: inline-block;
	width: 83.33%;
	position: relative;
	margin-top: -0.86rem;
}

.nymain .leftNav>ul::before {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	height: 0.86rem;
	width: calc((100vw - 15.6rem) / 2 + 100%);
	background: url(/style/../images/left-navbg.png) no-repeat right top;
	background-size: cover;
}

.nymain .leftNav>ul>li {
	float: left;
	position: relative;
}

.nymain .leftNav>ul>li>span {
	position: absolute;
	right: -0.2rem;
	top: 0;
	width: 0.56rem;
	height: 0.56rem;
	background: url(/style/../images/raw-b.png) no-repeat center;
	background-size: 0.09rem 0.17rem;
	z-index: 2;
	display: none;
}

.nymain .leftNav>ul>li>a {
	position: relative;
	color: #fff;
	padding-left: 0.45rem;
	/*min-width: 0.96rem;*/
	transition: all 0.4s;
}

.nymain .leftNav>ul>li>a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.32rem;
	height: 0.32rem;
	background: url(/style/../images/dot_on.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.4s;
}

.nymain .leftNav>ul>li:hover>a {
	font-weight: bold;
}

.nymain .leftNav>ul>li.on>a {
	font-size: 0.22rem;
	font-weight: bold;
	margin-left: 0.45rem;
}

.nymain .leftNav>ul>li:first-child.on>a {
	margin-left: 0;
}

.nymain .leftNav>ul>li.on>a::after {
	content: "";
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.86rem;
	margin: 0 0.3rem 0 0;
}

.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: #0f51a9;
	font-weight: bold;
}

.ny-right {
	min-height: 10rem;
	padding-top: 0.8rem;
	position: relative;
}

.ny-right::after {
	content: '';
	position: absolute;
	top: -0.5rem;
	right: 0;
	height: 0.5rem;
	width: 28.17%;
	background: url(/style/../images/left-bai.png) no-repeat left top;
	background-size: cover;
	z-index: 2;
}

.ny-rk {
	padding: 0.6rem 0;
}

.position {
	position: relative;
}

.position::before {
	content: '';
	position: absolute;
	top: -2.4rem;
	right: 0;
	background: url(/style/../images/bor.png) no-repeat;
	background-size: 100% 100%;
	width: 1.99rem;
	height: 1.99rem;
	z-index: 3;
        display:none;
}

.position .pos-tit {
	text-align: center;
	position: relative;
	height: 0.74rem;
	line-height: 0.74rem;
}

.position .pos-tit::before {
	content: '';
	position: absolute;
	top: 34%;
	transform: translateY(-50%);
	left: 0;
	right: 50%;
	margin-right: 1rem;
	height: 0.33rem;
	background: url(/style/../images/ny-btl.png) no-repeat right center;
	background-size: auto 100%;
}

.position .pos-tit::after {
	content: '';
	position: absolute;
	top: 34%;
	transform: translateY(-50%);
	left: 48%;
	right: -0.6rem;
	margin-left: 1rem;
	height: 0.74rem;
	background: url(/style/../images/ny-btr.png) no-repeat left center;
	background-size: auto 100%;
}

.position h3 {
	display: inline-block;
	font-family: "sysong";
	font-size: 0.42rem;
	font-weight: bold;
}

.position .weizhi {
	position: absolute;
	right: 0.4rem;
	bottom: 0.2rem;
	font-size: 0;
	line-height: 0.4rem;
	z-index: 1;
}

.position span {
	color: #aaa;
	font-size: 0.16rem;
	vertical-align: middle;
}

.position img {
	height: 0.22rem;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.position a {
	font-size: 0.16rem;
	color: #333;
	margin: 0 0.1rem;
	vertical-align: middle;
}

.position a:hover,
.position a.dq {
	color: #0f51a9;
}

/* 列表页 */

.text-list ul li {
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(7, 79, 156, 0.1);
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}

.text-list ul li:last-child {
	border-bottom: none;
}

.text-list ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: url(/style/../images/tw-bg.png) no-repeat;
	background-size: cover;
	transition: all 0.4s;
	z-index: -1;
	display: none;
}

.text-list ul li:hover::after {
	width: 100%;
	display:block;
}

.text-list ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}

.text-list ul li:hover {
	
}

.text-list ul li .text-list-r {
	flex: 1;
	min-width: 0;
	padding: 0.2rem 0.55rem;
}

.text-list ul li .text-list-r span {
	display: block;
	font-family: 'sySong';
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #0f51a9;
}

.text-list ul li:hover .text-list-r span {
	color: #fff;
}

.text-list ul li .text-list-r h3 {
	font-size: 0.22rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.4s;
}

.text-list ul li .text-list-r hr {
        display:block;
        text-align:left;
	background: none;
	border: 0;
	width: 0.68rem;
	height: 0.03rem;
	background: linear-gradient(90deg, #0b52ac, #289fec);
	margin: 0.35rem 0;
	transition: all 0.4s;
}

.text-list ul li .text-list-r>p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
	transition: all 0.4s;
}

.text-list ul li .jt {
	width: 0.66rem;
	height: 0.66rem;
	background: url(/style/../images/twmore.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.4s;
	display: none;
}

.text-list ul li:hover .jt {
	background: url(/style/../images/twmore2.png) no-repeat;
	background-size: 100% 100%;
}

.text-list ul li:hover .text-list-r h3 {
	color: #fff;
}

.text-list ul li:hover .text-list-r hr {
	background: linear-gradient(90deg, #317bd7, #2496de);
}

.text-list ul li:hover .text-list-r>p {
	color: #fff;
}

.list ul li {
	position: relative;
	z-index: 1;
}

.list ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/style/../images/list-libg.png) no-repeat;
	background-size: cover;
	z-index: -1;
	transition: all 0.3s;
        display:none;
}

.list ul li:hover::after {
	width: 100%;
        display:block;
}

.list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.6rem 0 0.5rem;
	position: relative;
}

.list ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2.85rem;
	right: 0;
	border-bottom: 1px solid rgba(7, 79, 156, 0.1);
}

.list ul li a .zs {
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.list ul li a .zs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/style/../images/list-zs.png) no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.list ul li a .zs img {
	width: 0.24rem;
}

.list ul li a .date {
	font-family: "poly";
	margin: 0 0.65rem 0 0.2rem;
	width: 0.7rem;
	color: #0f51a9;
	transition: all 0.3s;
}

.list ul li a .date b {
	display: block;
	font-size: 0.3rem;
}

.list ul li a .date span {
	display: block;
	font-size: 0.18rem;
}

.list ul li a h3 {
	flex: 1;
	min-width: 0;
	font-size: 0.22rem;
	line-height: 0.3rem;
	padding: 0.5rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.list ul li:hover a h3,
.list ul li:hover a .date {
	color: #fff;
}

.list ul li a .jt {
	width: 0.3rem;
	height: 0.2rem;
	background: url(/style/../images/list-jt1.png) no-repeat;
	background-size: 100% 100%;
}

.list ul li:hover a .jt {
	background: url(/style/../images/list-jt2.png) no-repeat;
	background-size: 100% 100%;
}

.list2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list2 ul li {
	width: 48%;
	margin-bottom: 0.48rem;
}

.list2 ul li a {
	border: 1px solid rgba(1, 79, 161, 0.1);
	padding: 0.3rem 0.45rem;
}

.list2 ul li a::after {
	display: none;
}

.list2 ul li a h3 {
	font-size: 0.18rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	padding: 0;
}

.list2 ul li a .date {
	margin: 0 0.5rem 0 0.2rem;
}

.list2 ul li a .jt {
	margin-left: 0.3rem;
}

.list2 ul li::after {
	background: url(/style/../images/list2-bg.png) no-repeat center;
	background-size: cover;
}
.xsjz ul li a .xsjz-r {
	flex: 1;
	min-width: 0;
	padding: 0.5rem 0;
	transition: all 0.3s;
}
.xsjz ul li a h3{flex:none;width:100%;padding: 0 !important;}
.xsjz ul li a p{font-size:0.16rem;font-weight:normal;margin-top:0.1rem;}
.xsjz ul li a p span{color:#666;display:inline-block;margin-right: 0.3rem;transition: all 0.3s;}
.xsjz ul li a p span:last-child{margin-right: 0;}
.xsjz ul li:hover a p span{color:#fff;}

/* 内容页 */

.ny-tu .ny-rk {
	padding: 0;
}

.art-box {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
        
}

.art-main {
	width: 66.66%;
        width: 100%;
}

.art-main .art-tit h3 {
	text-align: left;
	font-size: 0.26rem;
	font-weight: 600;
	text-align: center;
}

.art-main .art-body {
	padding-top: 0.3rem;
}

.art-main .art-body p {
	color: #666;
	text-indent: 2em;
	font-family: "微软雅黑" !important;
	font-size: 0.18rem !important;
	line-height: 0.34rem !important;
	margin-bottom: 0.3rem !important;
}

.art-main .art-body img {
	max-width: 100% !important;
	height: auto !important;
	/* display: block; */
	margin: 0 auto;
}

.art-main .art-tit .fbt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dotted #dfdfdf;
}

.art-main .cont-tit p {
	font-size: 0;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	flex: 1;
	min-width: 0;
	text-align: center;
	margin-left: 156px;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: 0.18rem;
	margin-right: 0.1rem;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.18rem;
	color: #888;
	margin: 0 0.2rem;
	line-height: 0.3rem;
}

.art-main .cont-tit p span.lll span{margin: 0;vertical-align: initial;}


.art-info {
	position: relative;
	margin-top: 0.5rem;
	padding-top: 0.2rem;
}

.art-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #0f51a9;
	opacity: 0.2;
}

.art-info::after {
	content: '';
	position: absolute;
	top: -0.06rem;
	left: 0;
	width: 1.06rem;
	height: 0.06rem;
	background: url(/style/../images/art-in.png) no-repeat;
	background-size: 100% 100%;
}

.pnext p {
	text-indent: initial;
	line-height: 0.34rem;
	color: #0f51a9;
	font-size: 0.18rem;
	margin-top: 0.1rem;
}

.pnext p a {
	color: #666;
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #0f51a9;
}

.art-r {
	width: 28.2%;
        display:none;
}

.art-r>h3 {
	font-family: "sysong";
	font-size: 0.38rem;
	position: relative;
	display: flex;
}

.art-r>h3::after {
	content: '';
	display: block;
	flex: 1;
	min-width: 0;
	height: 0.74rem;
	background: url(/style/../images/art-r.png) no-repeat;
	background-size: auto 100%;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
}

.art-r ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.5rem;
}

.art-r ul li a .date {
	width: 0.84rem;
	height: 0.85rem;
	background: url(/style/../images/s1-rzs.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	font-family: "poly";
	color: #1053ab;
}

.art-r ul li a .date b {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.4rem;
	line-height: 1;
	margin-top: -0.1rem;
}

.art-r ul li a .date span {
	font-size: 0.15rem;
	opacity: 0.8;
	display: block;
}

.art-r ul li a>h3 {
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 0.35rem;
	transition: all 0.4s;
}

.art-r ul li:hover a>h3 {
	color: #1053ab;
	font-weight: bold;
}

/* 图片列表 */

.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: #0f51a9;
}


/*领导*/
.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: #0f51a9;
	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: #0f51a9;
}

/* 师资列表页 */
.sz ul {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
}

.sz ul li {
	/* margin: 0.5rem 0.4rem 0 0.4rem; */
	margin-top: 0.5rem;
	width: 3rem;
}

.sz ul li a {
	display: block;
	position: relative;
	z-index: 1;
	cursor: auto;
}

.sz ul li .sz-pic {
	width: 1.87rem;
	margin: 0 auto;
}

.sz ul li .sz-pic .pic {
	padding-top: 143.85%;
}

.sz ul li .sz-tx h3 {
	text-align: center;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.32rem;
	color: #0f51a9;
	margin-top: 0.15rem;
}

.sz ul li .sz-tx p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.52rem;
	text-align: center;
	margin-top: 0.1rem;
}

.sz ul li .sz-tx p span {
	font-size: 0.18rem;
	font-weight: bold;
	color: #0f51a9;
}

.sz ul li:hover a h3 {
	color: #227cec;
}

.szsj {
	display: none;
}

/* 师资内容 */
.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: #0f51a9;
	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-top: 0.45rem;
}

.sz-box h4 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.5rem;
	color: #0f51a9;
	background: url(/style/../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;
}

/* 图文列表页  start */

.tw ul li .pick {
	width: 3.6rem;
}

.tw ul li .pic {
	padding-top: 66.66%;
}

.text-list ul li .date {;
	width: 0.7rem;
	height: 0.7rem;
	background: linear-gradient(90deg, #0b52ac, #289fec);
	color: #fff;
	text-align: center;
	font-family: "poly";
}

.text-list ul li .date b {
	display: block;
	font-size: 0.28rem;
	line-height: 0.4rem;
}

.text-list ul li .date span {
	display: block;
	font-size: 0.14rem;
}

/* 组织机构 */
.jg-box {
	padding-top: 0 !important;
}

.zzjg .position {
	margin-top: 0.4rem;
}

.zzjg .position::before {
	display: none;
}

.zzjg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.zzjg ul li {
	width: 48%;
	position: relative;
	margin-bottom: 0.3rem;
}

.zzjg ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.3rem;
	width: 0.26rem;
	height: 0.08rem;
	background: url(/style/../images/jg-jt1.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	transition: all 0.5s;
}

.zzjg ul li a {
	
}

.zzjg ul li>div {
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding-left: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding: 0.2rem 0.7rem;
	border: 1px solid rgba(40, 80, 176, 0.1);
	position: relative;
	z-index: 1;
	transition: all 0.4s;
}

.zzjg ul li>div::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.3rem;
	width: 0.24rem;
	height: 0.24rem;
	background: url(/style/../images/s8-tb.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.zzjg ul li>div::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(/style/../images/jg-libg.png) no-repeat;
	background-size: cover;
	z-index: -1;
	transition: all 0.4s;
        display:none;
}

.zzjg ul li:hover>div::before {
	width: 100%;
        display:block;
}

.zzjg ul li>div:hover {
	font-weight: bold;
	color: #0f51a9;
}

.zzjg ul li:hover>div::before {
	width: 100%;
}

.zzjg ul li:hover>div a {
	color: #fff;
}

.zzjg ul li>div a:hover {
	text-decoration:underline;
}

.zzjg ul li:hover>div::after {
	background: url(/style/../images/dot_on.png) no-repeat;
	background-size: 100% 100%;
}

.zzjg ul li:hover::after {
	background: url(/style/../images/jg-jt2.png) no-repeat;
	background-size: 100% 100%;
}

/* 校园风光 */

.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: url() no-repeat;
	background-size: 100% 100%;
	left: 0;
}

.group-big .slick-next {
	background: url() no-repeat;
	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: #0f51a9;
	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-image: url();
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.2rem 0.28rem;
}

.group-sml .slick-next {
	right: 0;
	background-image: url();
	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: url() no-repeat;
	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: url() no-repeat;
	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: #0f51a9;
	margin-top: 0.3rem;
	background: url() no-repeat left center;
	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: url() no-repeat;
	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 {
	background: url() no-repeat left center;
	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: #0f51a9;
}

/* 历史沿革 */
.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: #0f51a9;
	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: url() no-repeat;
	background-size: 100% 100%;
}

.lsyg p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666666;
	padding-left: 0.64rem;
	margin-top: 0.25rem;
}

.his {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.his-l {
	width: 35.25%;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.his-l::before {
	content: '';
	position: absolute;
	bottom: -2.2rem;
	right: 1rem;
	width: 6.19rem;
	height: 6.76rem;
	background: url(/style/../images/his-dw.png) no-repeat;
	background-size: 100% 100%;
}

.his-l>img {
	display: block;
	width: 1.15rem;
}

.his-l h3 span {
	display: block;
	font-family: "sysong";
	writing-mode: vertical-lr;
	font-size: 0.8rem;
	color: #0f51a9;
	margin-left: 0.2rem;
}

.his-r {
	width: 64.75%;
}

.his-r {
	padding-top: 0.84rem;
}

.his-r ul {
	padding: 0.1rem 0;
	border-left: 1px solid #cee2f1;
	position: relative;
}

.his-r ul::before {
	content: '';
	position: absolute;
	top: -0.84rem;
	left: -0.42rem;
	width: 0.84rem;
	height: 0.85rem;
	background: url(/style/../images/s1-rzs.png) no-repeat;
	background-size: 100% 100%;
}

.his-r ul::after {
	content: '';
	position: absolute;
	bottom: -0.37rem;
	left: -0.18rem;
	width: 0.37rem;
	height: 0.37rem;
	background: url(/style/../images/s8-tb.png) no-repeat;
	background-size: 100% 100%;
}

.his-r ul li {
	margin-top: 0.65rem;
}

.his-r ul li h3 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #cee2f1;
	color: #0f51a9;
	padding-left: 1rem;
	position: relative;
}

.his-r ul li h3::before {
	content: '';
	position: absolute;
	top: 0.33rem;
	left: -0.05rem;
	width: 0.09rem;
	height: 0.09rem;
	background: #cee2f1;
	border-radius: 50%;
}

.his-r ul li p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #666;
	padding-left: 1rem;
	padding-top: 0.1rem;
}

/* 综合列表页 */
.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: #0f51a9;
}

.zhlist ul li {
	overflow: hidden;
}

.zhlist ul li span {
	display: block;
	float: right;
	padding-left: 0.2rem;
}

/* 简介 */
.jj-k {
	overflow: hidden;
}

.jj p {
	font-size: 0.18rem !important;
	line-height: 0.36rem !important;
	text-indent: 2em;
	text-align: justify;
}

.jj1 h3 {
	font-size: 0.32rem;
	font-weight: bold;
	margin: 0.45rem 0;
}

.jj1 {
	overflow: hidden;
}

.jj1 img {
	width: 46.15%;
	float: right;
	padding-left: 0.6rem;
}

.jj2 {
	margin-top: 0.5rem;
	position: relative;
	z-index: 2;
}

.jj3 {
	position: relative;
	z-index: 1;
	padding-top: 2.9rem;
}

.jj3::before {
	content: '';
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
	height: 7.99rem;
	width: calc((100vw - 15.6rem) + 100%);
	background: url(/style/../images/jjbg_c.png) no-repeat;
	background-size: cover;
	z-index: -1;
}

.jj3 p,
.jj5 p {
	margin-bottom: 0.3rem;
}

.jj4 {
	position: relative;
	padding-top: 0.4rem;
	padding-bottom: 0.7rem;
	display: flex;
	justify-content: space-between;
}

.jj4 img {
	display: block;
	max-width: 49%;
}

.jj6 {
	margin-top: 0.5rem;
	overflow: hidden;
}

.jj6>img {
	float: left;
	width: 38.46%;
	padding-right: 0.6rem;
}

@media screen and (max-width: 1560px) {
	.nymain .leftNav>ul::before {
		width: calc(100% + 0.2rem);
	}

	.position::before {
		right: 0.2rem;
	}

	.position .pos-tit::after {
		right: 0;
	}

	.ny-rk {
		padding: 0.6rem 0.2rem;
	}

	.ny-tu .ny-rk {
		padding: 0 0.2rem;
	}

	.jj3::before {
		width: calc(100% + 0.4rem);
	}
        .nymain .leftNav>ul>li>a{padding-left:0.2rem;}
        .nymain .leftNav ul li a{margin:0 0.2rem 0 0 ;}
        .nymain .leftNav>ul>li.on>a{padding-left:0.45rem;margin-left:0.1rem;}
}

@media screen and (max-width: 1200px) {
.ny-right::after{display:none;}
.nymain .leftNav>ul{width:100%;}
}

@media screen and (max-width: 1024px) {

	.banner::before,
	.banner::after {
		display: none;
	}

	.position::before {
		display: none;
	}

	.nymain .leftNav>ul {
		margin-top: -0.43rem;
	}


	.nymain .leftNav>h2 {
		font-size: 24px;
		padding-left: 20px;
		line-height: 70px;
	}


	.ny-right {
		padding-top: 0.4rem;
	}

	.ny-rk {
		padding: 0.3rem 0.2rem;
	}

	.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;
	}

	.text-list ul li {
		padding: 0.3rem 0;
	}

	.art-main {
		width: 100%;
	}

	.art-r {
		width: 100%;
		margin-top: 0.4rem;
	}

	.art-r ul li a {
		margin-top: 0.2rem;
	}

	.his-l>img {
		width: 0.8rem;
	}

	.his-l h3 span {
		font-size: 0.6rem;
	}

	.his-l {
		width: 22.25%;
	}

	.his-r {
		width: 77.75%;
	}

	.sz ul li {
		/* margin: 0.5rem 0.2rem 0 0.2rem; */
	}

	.list2 ul li a {
		padding: 0.15rem 0.2rem;
	}
}

@media screen and (max-width:900px) {
	.sz ul li .sz-pic {
		width: 1.5rem;
	}
}

@media screen and (max-width:768px) {
	.ny-right {
		min-height: auto;
	}

	.ny-right::after {
		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: #0f51a9;
		padding-bottom: 0;
	}

	.nymain .leftNav .leftNav-tit>h2 span {
		float: right;
		width: 0.5rem;
		height: 0.56rem;
		background: url(/style/../images/sub_left_down2.png) no-repeat center center;
		background-size: 0.14rem 0.14rem;
		cursor: pointer;
	}

	.nymain .leftNav>ul {
		width: 100%;
		margin-top: 0;
		border-radius: 0;
		padding-right: 0;
		background: #1c6ab5;
		padding: 0 0.2rem;
	}

	.nymain .leftNav>ul::before {
		display: none;
	}

	.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.on>ul {
		/* display: block; */
	}

	.nymain .leftNav>ul>li:hover>ul {
		transform: none;
		visibility: visible;
		opacity: 1;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		text-align: left;
		color: #fff;
		padding: 0;
	}

	.nymain .leftNav>ul>li>span {
		display: block;
		transition: all 0.5s;
	}

	.nymain .leftNav>ul>li.on>span {
		transform: rotate(90deg);
	}

	.nymain {
		padding-top: 0.25rem;
		padding-bottom: 1.5rem;
	}

	.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;
		margin: 0;
	}

	.nymain .leftNav>ul>li.on>a {
		font-size: 0.2rem;
		margin-left: 0;
	}

	.ny-right {
		padding-top: 0.25rem;
	}

	.ny-rk {
		padding: 0.2rem 0.2rem 0.4rem 0.2rem;
	}

	.position h3 {
		font-size: 0.3rem;
	}

	.position .pos-tit {
		height: 0.54rem;
		line-height: 0.54rem;
	}

	.position .pos-tit::after {
		height: 0.54rem;
	}

	.position .weizhi {
		position: static;
	}

	.position::before {
		display: none;
	}

	.pagination {
		padding-top: 25px;
	}

	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;
	}



	.text-list {
		margin-top: 0;
	}

	.text-list ul li {
		padding: 0.2rem 0;
	}

	.text-list ul li .date {}

	.list ul li a {
		padding: 0 0.2rem;
	}

	.list ul li a h3 {
		padding: 0.35rem 0;
	}

	.list ul li a .zs {
		width: 0.6rem;
		height: 0.6rem;
	}

	.list ul li a .zs img {
		width: 0.2rem;
	}

	.list ul li a .date b {
		font-size: 0.26rem;
	}

	.list ul li a .date span {
		font-size: 0.16rem;
	}

	.list ul li a .date {
		margin: 0 0.3rem 0 0.2rem;
	}

	.list ul li a h3 {
		font-size: 0.2rem;
	}

	.list ul li a::after {
		left: 2rem;
	}

	.list ul li a .jt {
		width: 0.2rem;
		height: 0.13rem;
	}

	.xsjz ul li a .xsjz-r{padding: 0.35rem 0;}

	.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: 3rem;
	}

	.text-list ul li .text-list-r {
		padding: 0 0.35rem;
	}

	.zzjg ul {
		width: 100%;
	}

	.zzjg ul:nth-child(even) {
		margin-left: 0;
	}

	.sz ul li:nth-child(even) {
		margin-left: 0;
	}

	.sz ul li .sz-pic {
		width: 2rem;
	}

	.sz-main {
		justify-content: center;
	}

	.sz-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.zzjg ul li {
		width: 100%;
	}

	.zzjg .position {
		margin-top: 0.2rem;
	}

	.zzjg ul li a {
		white-space: normal;

	}

	.his-l {
		display: none;
	}

	.his-r {
		width: 95%;
		padding-left: 5%;
	}

	.his-r ul::before {
		width: 0.6rem;
		height: 0.6rem;
		top: -0.6rem;
		left: -0.3rem;
	}

	.his-r ul li h3,
	.his-r ul li p {
		padding-left: 0.5rem;
	}

	.his-r ul li {
		margin-top: 0.35rem;
	}

	.sz ul li {
		margin-top: 0.3rem;
	}

	.jj1 h3 {
		margin: 0.2rem;
		font-size: 0.26rem;
	}

	.jj1 img {
		padding-left: 0.3rem;
	}

	.jj3 {
		padding-top: 1rem;
	}

	.jj3::before {
		top: -2rem;
	}

	.jj6>img {
		padding-right: 0.3rem;
	}

	.list2 ul li {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.list2 ul li a {
		padding: 0.15rem 0.2rem;
	}

	.list2 ul li a h3 {
		padding: 0;
	}

	.szpc {
		display: none;
	}

	.szsj {
		display: block;
	}

	.sz ul {
		flex-wrap: wrap;
	}

	.szsj ul li {
		width: 50%;
	}
        .art-main .art-tit .fbt{flex-wrap:wrap;}
        .art-main .cont-tit p{margin-left:0;width:100%;flex: none;}
        #share-2{margin:0 auto;margin-bottom:0.2rem;}
}

@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%;
		margin-bottom: 0.2rem;
	}

	.tw ul li .text-list-r {
		width: 100%;
		padding: 0 0.2rem 0 0;
	}

	.text-list ul li .text-list-r hr {
		margin: 0.15rem 0;
	}

	.text-list ul li .jt {
		width: 0.55rem;
		height: 0.55rem;
	}

	.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 {}

	.sz ul li .sz-pic {
		width: 1.52rem;
		position: static;
	}

	.sz ul li .sz-tx {}

	.art-main .art-tit h3 {
		font-size: 0.22rem;
		text-align: center;
	}

	.art-main .cont-tit p {
		text-align: center;
	}

	.art-main .art-tit .fbt {
		flex-wrap: wrap;
	}

	.art-main .cont-tit p {
		flex: none;
		width: 100%;
		padding-bottom: 0.1rem;
	}

	#share-2 {
	}

	.jj1 img {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.jj1 h3 {
		text-align: center;
	}

	.jj6>img {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.2rem;
	}

	.jj2 {
		margin-top: 0.3rem;
	}

	.jj3 {
		padding-top: 0.3rem;
	}

	.jj4 {
		padding-bottom: 0.3rem;
		padding-top: 0.1rem;
	}
}

@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;
	}
}