@font-face {
	font-family: DIN;
	src: url('DIN-Medium.otf')
}

@font-face {
	font-family: SourceHanSansCN;
	src: url('SourceHanSerif-Regular.ttf')
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
ul,
li,
select,
td,
th,
em,
span,
i,
button,
code {
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: inherit;
	/* font-family: 'PingFang SC','PingFangMedium',"microsoft yahei"; */
	font-family: "microsoft yahei";
	font-size: 0.14rem;
}

img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

a,
p,
span,
i,
em {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

pre {
	word-break: break-word;
}

:focus {
	outline: none !important;
	border-color: inherit;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

* {
	box-sizing: border-box;
	color: #333;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	-webkit-appearance: none;
}

input[type="button"] {
	border: none;
}

textarea {
	-webkit-appearance: none;
}

.auto {
	margin: 0 auto;
	width: 17.5rem;
}

:hover {
	transition: all .2s;
}

.img_hover_wrap {
	overflow: hidden;
}

.img_hover {
	transition: all .3s;
}

.img_hover:hover {
	transform: scale(1.05, 1.05);
}

.img_traslate {
	transition: all .3s;
}

.img_traslate:hover {
	transform: translateY(-10px);
}

.img_rotate {
	transition: all .3s;
}

.img_rotate:hover {
	transform: rotate(-360deg);
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal !important;
}

.center {
	text-align: center !important;
}

.img {
	/* width: 100%; */
	display: block;
	height: auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ele {
	position: relative;
}

.ele:before,
.ele:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.ipt {
	display: block;
	border: none;
}

.ipt_button {
	cursor: pointer;
}

.item_scale .icon {
	transition: all .3s;
}

.item_scale:hover .icon {
	transform: scale(1.05, 1.05);
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 3;*/
}

.clamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.clamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body {
	background: #fff;
	overflow-x: hidden;
}

.item {}

.item .imgbox {
	display: block;
	overflow: hidden;
}

.item .img {
	transition: all 1s;
	width: 100%;
	display: block;
}

.item:hover .imgbox .img {
	transform: scale(1.1, 1.1);
}

.zoomimg {
	position: relative;
	overflow: hidden;
	height: 0;
	display: block;
}

.zoomimg .img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.flipx .icon {
	transition: all .3s;
}

.flipx:hover .icon {
	transform: scaleX(-1);
}

.scale .icon {
	transition: all .3s;
}

.scale:hover .icon {
	transform: scale(1.1, 1.1);
}

.underline:hover {
	text-decoration: underline;
}

label {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-align-start {
	align-items: flex-start;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-align-end {
	align-items: flex-end;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: pace-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-pack-start {
	justify-content: flex-start;
}

.flex-pack-end {
	justify-content: flex-end;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-w {
	flex-wrap: wrap;
}

.flex-1 {
	flex: 1;
	overflow: hidden;
}

.flex-11 {
	flex: 1;
}

html {
	font-size: 5.2083vw;
}

.c-main {
	color: #00469b !important;
}

/* 图片列表 */
.head {
	padding: .15rem 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 0;
	transition: all .3s;
}

.head .auto {
	width: 17.5rem;
}

.head.scroll {
	background-color: #94070a;
}

.head.scroll .hd-nav li.cur>a,
.head.scroll .hd-nav li:hover>a {
	color: rgba(255, 255, 255, .9)
}

.hd-logo {
	display: inline-block;
	vertical-align: middle;
}

.hd-logo .img {
	height: 1rem;
}

.hd-bar {
	text-align: right;
}

.hd-bar .line {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .2rem;
	width: 1px;
	height: 0.14rem;
	background-color: #fff;
}

.hd-bar .link {
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}


.hd-lang {
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.25rem;
	background: url(../images/icon_01.png) no-repeat left center;
	background-size: .18rem;
	padding-left: 0.24rem;
}

.hd-lang .lk {
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.hd-lang .lk:hover {
	color: #94070a;
}

.hd-sear {
	display: inline-block;
	position: relative;
	margin-left: 0.12rem;
}

.hd-sear .icon {
	background: url(../images/icon_02.png) no-repeat left center;
	background-size: .18rem;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 0.16rem;
	color: #fff;
	padding-left: 0.24rem;
}

.hd-sear .box {
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #fff;
	border-radius: .04rem;
	overflow: hidden;
	margin-top: -0.17rem;
	width: 0;
	height: 0.34rem;
}

.hd-sear .box .ipt-txt {
	font-size: .14rem;
	padding: 0 .15rem;
	width: calc(100% - .4rem);
	float: left;
	height: 0.34rem;
	line-height: 0.34rem;
}

.hd-sear .box .submit {
	width: .34rem;
	height: .34rem;
	background: url(../images/icon_02.png) no-repeat center #94070a;
	background-size: .18rem;
	border: none;
	cursor: pointer;
	float: right;
}

.hd-sear .box.show {
	width: 2.5rem;
	border-color: #ccc;
}


.hd-nav {
	margin-top: .09rem;
	display: inline-block;
	vertical-align: middle;
}

.hd-nav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: .45rem;
	position: relative;
	z-index: 30;
}

.hd-nav li>a {
	display: block;
	font-size: .22rem;
	color: #fff;
	font-weight: bold;
	line-height: .5rem;
}

.hd-nav li:hover>a,
.hd-nav li.cur>a {
	color: #94070a;
}

.hd-nav .arrow {
	display: none;
}

.hd-nav li:hover .drop {
	display: block;
}


.hd-nav .drop {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #94070a;
	width: 1.5rem;
	box-shadow: 0px .04rem .04rem rgba(0, 0, 0, 0.1);
	display: none;
}

.hd-nav .drop a {
	display: block;
	font-size: .16rem;
	color: #fff;
	line-height: .5rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	text-align: center;
}

.hd-nav .drop a:last-child {
	border-bottom: none;
}

.hd-nav .drop a:hover {
	background-color: #c24548;
	color: #fff;
}


/* index */
.idx-ban {
	position: relative;
	/* margin-top: -19px;	  */
	margin-top: -0.5rem;	 

}

.idx-ban .item {}

.idx-ban .img {
	width: 100%;
	display: block;
}


.idx-ban .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 0.3rem;
	text-align: center;
	transform: translate(-50%, 0);
}

.idx-ban .slick-dots::after {
	content: '';
	position: absolute;
	left: .18rem;
	top: 50%;
	height: 1px;
	background-color: #fff;
	right: 0.18rem;
}

.idx-ban .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: .12rem;
	height: .12rem;
	background: #fff;
	margin: 0 .18rem;
	border-radius: 50%;
}

.idx-ban .slick-dots button {
	display: none;
}

.idx-ban .slick-dots li.slick-active {
	width: 0.16rem;
	height: 0.16rem;
}

.idx-ban .slick-arrow {
	width: 0.65rem;
	height: 0.65rem;
	background: url(../images/icon_03.png) no-repeat center rgba(148, 7, 10, .3);
	background-size: contain;
	font-size: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -0.32rem;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 50;
}

.idx-ban .slick-prev {
	left: 0.3rem;
}

.idx-ban .slick-next {
	transform: rotate(180deg);
	right: 0.3rem;
}

.idx-ban .slick-arrow:hover {
	background-color: rgba(148, 7, 10, .7);
}


.idx-tt {
	margin-bottom: 0.5rem;
	line-height: 0.45rem;
}

.idx-tt .bt {
	font-size: 0.5rem;
	color: #94070a;
	display: inline-block;
	vertical-align: middle;
}

.idx-tt .dot {
	width: 0.1rem;
	height: 0.1rem;
	background-color: #b3b3b3;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .3rem;
}

.idx-tt .bt.disabled {
	color: #b2b2b2;
}

.idx-tt .smwz {
	font-size: 0.16rem;
	margin-top: 0.1rem;
}

.idx-tt a.bt:hover {
	color: #94070a;
}

.idx-tt.white .bt {
	color: #fff;
}

.idx-tt.white .smwz {
	color: rgba(255, 255, 255, .7);
}


.idx-more {
	font-size: 0.16rem;
	color: #94070a;
	display: inline-block;
	vertical-align: middle;
}

.idx-more::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_04.png) no-repeat right center;
	background-size: contain;
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.1rem;
}

.idx-more:hover {
	text-decoration: underline;
}

.idx-more.white {
	color: #fff;
}

.idx-more.white::after {
	background-image: url(../images/icon_04-1.png)
}

.idx-more.btnidx {
	display: none;
}

.idx-more.btnidx.on {
	display: block;
}

.idx-s1 {
	padding: 1rem 0;
	background: url(../images/idx_04.jpg) no-repeat center;
	background-size: cover;
}

.idx-s1.bg {
	background-image: url(../images/idx_08.jpg)
}

.idx-s1 .idx-tt {
	text-align: center;
}

.idx-xw {}

.idx-xw .col {
	width: 22%;
}

.idx-xw .hotbox {
	display: block;
	height: 2rem;
	overflow: hidden;
}

.idx-xw .hotbox .img {
	width: 100%;
	object-fit: cover;
	transition: all 1s;
}

.idx-xw .hotbox:hover .img {
	transform: scale(1.1, 1.1);
}

.idx-xw .list {}

.idx-xw .list .item {
	padding: .1rem 0;
	border-bottom: 1px solid #ccc;
	margin-top: 0.1rem;
}

.idx-xw .list .title {
	font-size: 0.22rem;
	color: #1a1a1a;
	line-height: 0.3rem;
	-webkit-line-clamp: 2;
	max-height: .56rem;
	display: block;
}

.idx-xw .list .date {
	font-size: 0.14rem;
	color: #94070a;
	margin-top: 0.1rem;
	font-weight: bold;
}

.idx-xw .list .item:hover .title {
	color: #94070a;
}

.idx-xw .slide {
	width: 50%;
	margin: 0 3%;
	position: relative;
}

.idx-xw .slide .item {}

.idx-xw .slide .imgbox {
	display: block;
	height: 4.4rem;
}

.idx-xw .slide .img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.idx-xw .slide .info {
	background-color: #fff;
	margin: -.48rem auto 0;
	padding: .4rem .2rem .2rem;
	position: relative;
	z-index: 10;
	height: 2.1rem;
	box-shadow: 0 .03rem .1rem rgba(0, 0, 0, .06);
	width: 88%;
}

.idx-xw .slide .title {
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.34rem;
	display: block;
	text-align: center;
}

.idx-xw .slide .font {
	font-size: 0.14rem;
	color: #94070a;
	margin-top: 0.15rem;
	text-align: center;
}

.idx-xw .slide .txt {
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.24rem;
	-webkit-line-clamp: 2;
	height: 0.48rem;
	margin-top: 0.15rem;
}

.idx-xw .slide .item:hover .title {
	color: #94070a;
	font-weight: bold;
}

.idx-xw .slick-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.2rem;
}

.idx-xw .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: .08rem;
	height: .08rem;
	background: #fff;
	margin: 0 .04rem;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
}

.idx-xw .slick-dots button {
	display: none;
}

.idx-xw .slick-dots li.slick-active {
	background-color: #b3b3b3;
}





.idx-dt {}

.idx-dt .top-sec {}

.idx-dt .hotbox {
	display: block;
	width: 6.85rem;
	height: 4.15rem;
	position: relative;
	width: 49%;
}

.idx-dt .hotbox .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.idx-dt .hotbox .shade {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	bottom: 0;
	background: url(../images/idx_05-1.png) no-repeat center;
	background-size: cover;
}

.idx-dt .hotbox .info {
	padding: 0 .2rem;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.15rem;
}

.idx-dt .hotbox .title {
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
}

.idx-dt .hotbox .date {
	font-size: 0.14rem;
	color: #fff;
	font-weight: bold;
	margin-top: 0.08rem;
}

.idx-dt .list-t {
	width: 48.5%;
}

.idx-dt .list-t .item {
	float: left;
	width: 47%;
	margin-right: 3%;
	background-color: #fff;
}

.idx-dt .list-t .imgbox {
	height: 2.05rem;
	display: block;
}

.idx-dt .list-t .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.idx-dt .list-t .info {
	padding: .3rem .2rem .25rem;
}

.idx-dt .list-t .date {
	font-size: 0.14rem;
	color: #94070a;
	font-weight: bold;
}

.idx-dt .list-t .title {
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.28rem;
	-webkit-line-clamp: 2;
	height: 0.56rem;
	margin-top: 0.15rem;
	display: block;
}

.idx-dt .list-t .txt {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.24rem;
	-webkit-line-clamp: 2;
	height: 0.48rem;
	margin-top: 0.15rem;
}

.idx-dt .list-t .item:last-child {
	margin-right: 0;
}

.idx-dt .list-t .item:hover .title {
	color: #94070a;
}

.idx-dt .list-b {
	margin-left: -2.5%;
}

.idx-dt .list-b .item {
	float: left;
	width: 22.5%;
	margin: .45rem 0 0 2.5%;
	height: 1.75rem;
	background-color: rgba(255, 255, 255, .6);
	padding: .36rem .2rem .15rem;
	position: relative;
}

.idx-dt .list-b .item>a {
	display: block;
	position: relative;
	z-index: 10;
}

.idx-dt .list-b .date {
	font-size: 0.14rem;
	color: #94070a;
	font-weight: bold;
}

.idx-dt .list-b .title {
	font-size: .22rem;
	color: #333333;
	line-height: 0.28rem;
	-webkit-line-clamp: 3;
	height: 0.84rem;
	margin-top: 0.1rem;
}

.idx-dt .list-b .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 0.03rem;
	background-color: #94070a;
	transition: all .3s;
}

.idx-dt .list-b .item:hover:before {
	height: 100%;
}

.idx-dt .list-b .item:hover .date {
	color: #fff;
}

.idx-dt .list-b .item:hover .title {
	color: #fff;
}


.idx-s2 {
	padding: .6rem 0 .75rem;
	background: url(../images/idx_15.jpg) no-repeat center;
	background-size: cover;
}

.idx-s2 .adpic {
	margin-top: 0.4rem;
}

.idx-s2 .adpic .img {
	width: 100%;
	display: block;
}

.idx-tz {
	width: 40%;
}

.idx-tz .list {}

.idx-tz .list .item {
	padding: .09rem 0;
	border-bottom: 1px dashed #cccccc;
	font-size: 0;
}

.idx-tz .list .datebox {
	width: 0.64rem;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.idx-tz .list .day {
	font-size: .29rem;
	color: #fff;
	line-height: .4rem;
	background-color: #94070a;
}

.idx-tz .list .year {
	font-size: 0.15rem;
	color: #94070a;
	line-height: 0.23rem;
	border: 1px solid #94070a;
}

.idx-tz .list .info {
	width: calc(100% - .84rem);
	margin-left: .2rem;
	display: inline-block;
	vertical-align: middle;
}

.idx-tz .list .title {
	font-size: 0.22rem;
	color: #333333;
	display: block;
	line-height: 0.35rem;
	height: 0.35rem;
	-webkit-line-clamp: 1;
	font-weight: bold;
}

.idx-tz .list .item:hover .title {
	color: #94070a;
}

.idx-xs {
	width: 56%;
}

.idx-xs .slide {
	height: 2.75rem;
	background-color: #fff;
}

.idx-xs .slide .item {}

.idx-xs .slide .item .imgbox {
	width: 2.95rem;
	height: 2.75rem;
	display: block;
	float: left;
}

.idx-xs .slide .item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.idx-xs .slide .item .info {
	padding: .3rem .4rem;
	margin-left: 2.95rem;
}

.idx-xs .slide .item .title {
	font-size: 0.18rem;
	color: #94070a;
	line-height: 0.32rem;
	-webkit-line-clamp: 2;
	max-height: .64rem;
	font-weight: bold;
	display: block;
}

.idx-xs .slide .item .txt {
	font-size: 0.22rem;
	color: #666666;
	line-height: 0.36rem;
	padding-top: 0.25rem;
	border-top: 1px solid #94070a;
	margin-top: 0.25rem;
}

.idx-xs .slide .item .txt p {
	/* padding-left: 0.3rem; */
	position: relative;
	font-weight: bold;
}

.idx-xs .slide .item .txt p:before {
	content: '';
	position: absolute;
	left: 0;
	top: .06rem;
	width: 0.18rem;
	height: 0.18rem;
}

.idx-xs .slide .item .ico1:before {
	background: url(../images/idx_10.png) no-repeat center;
	background-size: contain;
}

.idx-xs .slide .item .ico2:before {
	background: url(../images/idx_11.png) no-repeat center;
	background-size: contain;
}

.idx-xs .slide .item .ico3:before {
	background: url(../images/idx_12.png) no-repeat center;
	background-size: contain;
}

.idx-xs .slide .item:hover .title {
	opacity: .8;
}

.idx-xs .slick-arrow {
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/idx_13.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
	z-index: 50;
	bottom: .35rem;
}

.idx-xs .slick-prev {
	right: 0.62rem;
}

.idx-xs .slick-next {
	right: .3rem;
	transform: rotate(180deg);
}

.idx-xs .slick-arrow:hover {
	background-image: url(../images/idx_14.png)
}


.idx-xs .list {
	margin-left: -4%;
}

.idx-xs .list .item {
	float: left;
	width: 46%;
	margin: .25rem 0 0 4%;
	height: 1.3rem;
	background-color: rgba(255, 255, 255, .6);
	padding: .25rem .25rem;
	position: relative;
}

.idx-xs .list .item>a {
	display: block;
	position: relative;
	z-index: 10;
}

.idx-xs .list .date {
	font-size: 0.14rem;
	color: #94070a;
	font-weight: bold;
}

.idx-xs .list .title {
	font-size: .22rem;
	color: #333333;
	line-height: 0.3rem;
	-webkit-line-clamp: 2;
	height: 0.6rem;
	margin-top: 0.06rem;
}

.idx-xs .list .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.03rem;
	background-color: #94070a;
	transition: all .3s;
}

.idx-xs .list .item:hover:before {
	width: 100%;
}

.idx-xs .list .item:hover .date {
	color: #fff;
}

.idx-xs .list .item:hover .title {
	color: #fff;
}

.idx-kx {
	padding: .8rem 0;
	background: url(../images/idx_17.jpg) no-repeat center;
	background-size: cover;
}

.idx-kx .wrap {
	position: relative;
}

.idx-kx .detail {
	position: relative;
	box-shadow: 0 0 .18rem rgba(0, 0, 0, .05);
}

.idx-kx .list {
	position: relative;
	z-index: 10;
}

.idx-kx .list .item {
	background-color: #fff;
}

.idx-kx .list .imgbox {
	height: 6.3rem;
	display: block;
	width: 62%;
	float: left;
}

.idx-kx .list .img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.idx-kx .list .info {
	padding: 1.25rem .35rem 0 .45rem;
	width: 38%;
	float: right;
}

.idx-kx .list .date {
	font-size: 0.14rem;
	color: #94070a;
	font-weight: bold;
}

.idx-kx .list .title {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.28rem;
	-webkit-line-clamp: 2;
	max-height: .56rem;
	margin-top: 0.2rem;
	display: block;
}

.idx-kx .list .txt {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.24rem;
	-webkit-line-clamp: 3;
	height: 0.72rem;
	margin-top: 0.25rem;
}

.idx-kx .list .title:hover {
	color: #94070a;
}


.idx-kx .menulist {
	position: absolute;
	left: 0.45rem;
	bottom: 0.45rem;
	right: 0.45rem;
	z-index: 20;
}

.idx-kx .menulist .item {
	padding: .45rem .35rem;
	background-color: rgba(255, 255, 255, 1);
	width: 4.25rem;
	height: 2.3rem;
	border: 1px solid #ead9d9;
	float: left;
	margin-right: 0.2rem;
	cursor: pointer;
}

.idx-kx .menulist .date {
	font-size: 0.14rem;
	color: #94070a;
	font-weight: bold;
	font-family: 'Arial';
}

.idx-kx .menulist .date i {
	font-size: 0.26rem;
}

.idx-kx .menulist .title {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.32rem;
	-webkit-line-clamp: 2;
	height: 0.64rem;
	margin-top: 0.25rem;
}

.idx-kx .menulist .item:hover {
	box-shadow: 0 0 .18rem rgba(0, 0, 0, .1);
}

.idx-kx .menulist .slick-list {
	padding: 0 !important;
}

.idx-kx .menulist .slick-current {
	background: url(../images/idx_45.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0 0 .18rem rgba(0, 0, 0, .1);
}

.idx-sp {
	min-height: 5.8rem;
	background: url(../images/idx_21.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.idx-sp .idx-tt {
	position: absolute;
	top: 0.6rem;
	width: 5.7rem;
	right: 2.6rem;
}

.idx-sp .lbox {
	/*height: 5.35rem; width: 8.1rem; */
	width: 40%;
	margin-top: 0.5rem;
	margin-left: calc(50% - 8.1rem);
}

.idx-sp .rbox {
	width: calc(10% + 8.1rem);
	position: absolute;
	right: 0;
	height: 5.65rem;
	bottom: -1.35rem;
}

.idx-sp .videobox {
	margin-top: 0.3rem;
	position: relative;
	cursor: pointer;
	box-shadow: 0 .06rem .12rem rgba(153, 153, 153, .4);
}

.idx-sp .videobox .video {
	height: 5.35rem;
	width: 100%;
	object-fit: fill;
}

.idx-sp .videobox .shade {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.idx-sp .videobox .shade .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx-sp .videobox .playicon {
	width: .68rem;
	height: .68rem;
	background: url(../images/idx_46.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.idx-sp .videobox .title {
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.6rem;
	padding: 0 .4rem;
	background-color: rgba(0, 6, 35, .5);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.idx-sp .big-box {}

.idx-sp .big-box .imgbox {
	height: 5.65rem;
	position: relative;
}

.idx-sp .big-box .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx-sp .big-box .playicon {
	width: .68rem;
	height: .68rem;
	background: url(../images/idx_46.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.idx-sp .sm-box {
	position: absolute;
	bottom: -0.5rem;
	left: 0.3rem;
	right: 0.3rem;
	z-index: 20;
}

.idx-sp .sm-box .imgbox {
	width: 3.04rem;
	height: 1.4rem;
	border: 4px solid #e58e8d;
	float: left;
	margin-right: 0.15rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.idx-sp .sm-box .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.idx-sp .sm-box .txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	line-height: 1.4rem;
	text-align: center;
}

.idx-sp .sm-box .title {
	font-size: 0.22rem;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	line-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding: 0 .05rem;
}

.idx-sp .sm-box .imgbox:hover .img {
	transform: scale(1.1, 1.1);
}

.idx-sp .sm-box .imgbox.cur {
	border-color: #fff;
}


.idx-mt {
	padding: 1.1rem 0 .85rem;
	background: url(../images/idx_29.jpg) no-repeat center;
	background-size: cover;
}

.idx-mt .idx-tt {
	margin-left: 1rem;
	width: 40%;
	position: relative;
}

.idx-mt .idx-tt a {
	color: #fff;
	position: absolute;
	right: 10%;
	top: 10%;
}

.idx-mt .idx-tt a::after {
	background: url(../images/icon_04b.png) no-repeat right center;
}

.idx-mt .auto {
	width: 17.5rem;
}

.idx-mt .list {
	margin-left: -2%;
}

.idx-mt .list .item {
	padding: .45rem .4rem 0 .4rem;
	background-color: #fff;
	width: 31.3%;
	margin-left: 2%;
	float: left;
	transition: all .3s;
}

.idx-mt .list .date {
	font-size: 0.18rem;
	color: #666666;
	line-height: 1;
}

.idx-mt .list .date i {
	font-size: 0.5rem;
	line-height: 1;
}

.idx-mt .list .tp {
	height: 2rem;
	width: auto;
	object-fit: cover;
}

.idx-mt .list .title {
	font-size: 0.22rem;
	color: #333333;
	margin-top: 0.3rem;
	line-height: .32rem;
	height: .96rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.idx-mt .list .txt {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.24rem;
	-webkit-line-clamp: 3;
	height: 0.72rem;
	margin-top: 0.3rem;
}

.idx-mt .list .item:hover {
	transform: translate(0, -.1rem);
}

.idx-mt .list .item:hover .title {
	color: #94070a;
}


.idx-s3 {
	background: url(../images/idx_31.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}

.idx-s3::after {
	display: none;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2.35rem;
	background: url(../images/ft_06.png) no-repeat center;
	background-size: cover;
}

.idx-sfq {
	padding: 1rem 0;
}

.idx-sfq .auto {
	width: 17.5rem;
}


.idx-sfq .detail {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.idx-sfq .col {
	/* height: 6.35rem; */
	height: 7rem;
	white-space: nowrap;
	display: inline-block;
	font-size: 0;
	vertical-align: initial;
	transition: all .3s;
	overflow: hidden;
	width: 2rem;
}

.idx-sfq .titbox {
	height: 100%;
	background-image: url(../images/idx_32.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: .85rem 0 0;
	text-align: center;
	width: 2rem;
	display: inline-block;
	vertical-align: text-top;
}

.idx-sfq .titbox .tit {
	font-size: 0.34rem;
	color: #fff;
	display: block;
	margin: 0 auto;
	/* writing-mode: tb-rl; */
	height: 3.4rem;
	overflow: hidden;
	text-align: left;
	width: .4rem;
	white-space: normal;
	line-height: 0.4rem;
}

.idx-sfq .titbox .idx-more {
	font-size: 0.14rem;
	color: #fff;
	writing-mode: tb-rl;
}

.idx-sfq .titbox .idx-more::after {
	transform: rotate(90deg);
	margin: .08rem auto;
}


.idx-sfq .box {
	background-image: url(../images/idx_33.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: text-top;
	height: 100%;
	overflow: hidden;
	max-height: 100%;
	width: calc(100% - 2rem);
}

.idx-sfq .hotbox {
	padding: 0 .35rem;
	transition: all .3s;
}

.idx-sfq .hotbox .title {
	font-size: 0.22rem;
	color: #fff;
	line-height: 0.7rem;
	display: block;
	text-align: left;
}

.idx-sfq .hotbox .imgbox {
	display: none;
	height: 3.4rem;
	overflow: hidden;
	transition: all .3s;
}

.idx-sfq .hotbox .img {
	width: 100%;
	object-fit: cover;
	display: block;
	transition: all 1s;
}

.idx-sfq .hotbox:hover .title {
	opacity: .85;
}

.idx-sfq .hotbox:hover .img {
	transform: scale(1.1, 1.1);
}

.idx-sfq .picshow .imgbox {
	display: block;
}

.idx-sfq .hotbox:nth-child(2) {
	background-color: rgba(202, 107, 104, .25)
}

.idx-sfq .hotbox:nth-child(3) {
	background-color: rgba(235, 184, 183, .18)
}

.idx-sfq .hotbox:nth-child(4) {
	background-color: rgba(201, 142, 142, .15)
}

.idx-sfq .hotbox:nth-child(5) {
	background-color: rgba(185, 117, 112, .1)
}

.idx-sfq .list {}

.idx-sfq .list li {
	padding: 0 .35rem;
}

.idx-sfq .list .title {
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.55rem;
	display: block;
}

.idx-sfq .list li:nth-child(1) {
	background-color: rgba(202, 107, 104, .25)
}

.idx-sfq .list li:nth-child(2) {
	background-color: rgba(235, 184, 183, .18)
}

.idx-sfq .list li:nth-child(3) {
	background-color: rgba(201, 142, 142, .15)
}

.idx-sfq .list li:nth-child(4) {
	background-color: rgba(185, 117, 112, .1)
}

.idx-sfq .list li:hover .title {
	opacity: .85;
}

.idx-sfq .col.cur {
	width: 10.95rem;
}

.idx-sfq .col1 .titbox {
	background-color: #94070a;
}

.idx-sfq .col1 .box {
	background-color: #bd302f;
}

.idx-sfq .col2 .titbox {
	background-color: #3d91a9;
}

.idx-sfq .col2 .box {
	background-color: rgba(61, 145, 169, .8);
}

.idx-sfq .col3 .titbox {
	background-color: #cd9c3d;
}

.idx-sfq .col3 .box {
	background-color: rgba(205, 156, 61, .8);
}

.idx-sfq .col4 .titbox {
	background-color: #d64e26;
}

.idx-sfq .col4 .box {
	background-color: rgba(214, 78, 38, .8);
}


.idx-sfq .slide {
	margin: .8rem 0 0 .6rem;
	position: relative;
	width: 3.3rem;
}

.idx-sfq .slide .item {
	display: block;
}

.idx-sfq .slide .img {
	width: 100%;
	display: block;
	height: 4.85rem;
}

.idx-sfq .slide .title {
	font-size: .18rem;
	color: #fff;
	margin-top: .2rem;
}

.idx-sfq .slide .slick-arrow {
	width: .53rem;
	height: .53rem;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	border: none;
	cursor: pointer;
	font-size: 0;
	border-radius: 50%;
	left: 3.7rem;
	top: 0;
	background: url(../images/idx_36.png) no-repeat center rgba(255, 255, 255, .8);
	background-size: contain;
}

.idx-sfq .slide .slick-prev {
	top: .55rem;
}

.idx-sfq .slide .slick-next {
	transform: rotate(180deg);
	top: 1.4rem;
}

.idx-sfq .slide .slick-arrow:hover {
	background-color: #fff;
}

.idx-sfq .slide .slick-dots {
	position: absolute;
	left: 4.9rem;
	top: .55rem;
}

.idx-sfq .slide .slick-dots li {
	margin-bottom: .3rem;
}

.idx-sfq .slide .slick-dots li button {
	font-size: .44rem;
	color: rgba(255, 255, 255, .4);
	background-color: transparent;
	line-height: .5rem;
	border: none;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}

.idx-sfq .slide .slick-dots li.slick-active button,
.idx-sfq .slide .slick-dots li:hover button {
	color: #fff;
	border-color: #fff;
}

.idx-us {
	position: relative;
	z-index: 20;
}

.idx-us .wrap {
	padding: .7rem .3rem .4rem;
	background-color: #fff;
}

.idx-us .slide {}

.idx-us .item {
	text-align: center;
	padding: .15rem .1rem 0;
}

.idx-us .item .icon {
	width: 1.32rem;
	display: block;
	margin: 0 auto;
	transition: all .3s;
}

.idx-us .item .year {
	font-size: 0.2rem;
	color: #4d4d4d;
	margin-top: 0.3rem;
	line-height: 1;
}

.idx-us .item .year i {
	font-size: .42rem;
	color: #c41a1e;
	font-family: 'Arial';
	font-weight: bold;
	line-height: 1;
}

.idx-us .item .txt {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.24rem;
	-webkit-line-clamp: 4;
	height: 0.96rem;
	margin-top: 0.25rem;
	text-align: center;
}

.idx-us .item:hover .icon {
	transform: scaleX(-1);
}


.idx-us .slick-dots {
	text-align: center;
	margin-top: 0.45rem;
}

.idx-us .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: .1rem;
	height: .1rem;
	background: #fff;
	margin: 0 .08rem;
	border-radius: 50%;
	border: 1px solid #94070a;
}

.idx-us .slick-dots button {
	display: none;
}

.idx-us .slick-dots li.slick-active {
	background-color: #94070a;
}


.foot {
	padding: .6rem 0;
	background-color: #94070a;
}

.foot .t-tit {
	font-size: 0.22rem;
	color: #fff;
	margin-bottom: 0.2rem;
}

.ft-lm {
	margin-bottom: 0.7rem;
}

.ft-lm .tit {
	width: 1.35rem;
	height: 1.15rem;
	font-size: 0.34rem;
	color: #fff;
	line-height: 0.46rem;
	text-align: center;
	background-color: #b45254;
	padding-top: 0.1rem;
}

.ft-lm .list {
	width: calc(100% - 1.35rem);
}

.ft-lm .list li {
	float: left;
	width: 2.92rem;
	margin-left: .25rem;
}

.ft-lm .list .pic {
	height: 1.15rem;
	width: 100%;
	display: block;
	object-fit: cover;
}

.ft-sec {}

.ft-info {
	float: left;
	width: 31%;
	padding-right: 0.3rem;
}

.ft-info .smlogo {
	height: 0.8rem;
	width: auto;
}

.ft-info .txt {
	font-size: 0.18rem;
	color: #ffcbcc;
	line-height: 0.32rem;
	margin-top: 0.4rem;
}

.ft-menu {
	float: left;
	width: 41%;
	border-left: 1px solid #b35052;
	border-right: 1px solid #b35052;
	padding: 0 .75rem;
}

.ft-menu .lks {
	font-size: 0;
}

.ft-menu .lk {
	font-size: 0.16rem;
	color: #ffcbcc;
	line-height: 0.4rem;
	display: inline-block;
	vertical-align: middle;
	min-width: 25%;
}

.ft-menu .lk:hover {
	color: #fff;
}

.ft-lx {
	float: right;
	width: 28%;
	padding-left: 0.55rem;
}

.ft-lx .txt {
	font-size: 0.18rem;
	color: #ffcbcc;
	line-height: 0.32rem;
}


/* 师资队伍 */
.inner-ban {}

.inner-ban .img {
	width: 100%;
	display: block;
}

.main {
	padding: 0 0 .7rem;
}

.main-l {
	width: 2.7rem;
}

.main-r {
	margin-left: 3.4rem;
}

.side-bar {
	margin-top: -1.75rem;
	position: relative;
	z-index: 10;
}

.side-bar .titbox {
	text-align: center;
	height: 1.75rem;
	background: url(../images/tp_02.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: 0.85rem;
}

.side-bar .tit {
	font-size: 0.28rem;
	color: #fff;
}

.side-menu-wrap {}

.side-menu {
	position: relative;
	padding-top: 1px;
}

.side-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.04rem;
	background-color: #951619;
}

.side-menu li {
	margin-top: 0.03rem;
	background-color: #f5f5f5;
}

.side-menu li>a {
	display: block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.55rem;
	text-align: center;
	position: relative;
}

.side-menu li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffa200;
	width: 0.04rem;
	transition: all .3s;
	height: 0;
}

.side-menu li.cur>a,
.side-menu li:hover>a {
	color: #fff;
	background-color: #94070a;
}

.side-menu li.cur>a:before,
.side-menu li:hover>a:before {
	height: 100%;
}


.side-menu3 li {
	margin-top: 0.01rem;
	background-color: #f5f5f5;
}

.side-menu3 li>a {
	display: block;
	font-size: 0.18rem;
	color: #000000;
	text-align: center;
	position: relative;
	padding: .1rem;
	line-height: 2;
}

.side-menu3 li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffa200;
	width: 0.04rem;
	transition: all .3s;
	height: 0;
}

.side-menu3 li.cur>a,
.side-menu li:hover>a {
	color: #fff;
	background-color: #94070a;
}

.side-menu3 li.cur>a:before,
.side-menu li:hover>a:before {
	height: 100%;
}

.crumb {
	font-size: 0.16rem;
	color: #808080;
	line-height: 0.6rem;
	border-bottom: .03rem solid #951619;
	margin-top: 0.1rem;
	margin-bottom: 0.4rem;
	text-align: right;
}

.crumb:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.15rem;
	width: 0.22rem;
	height: 0.22rem;
	background: url(../images/tp_03.png) no-repeat center;
	background-size: contain;
}

.crumb a {}

.crumb a:hover {
	color: #951619;
}

.team-list {
	margin-left: -1.5rem;
	overflow: hidden;
	margin-top: -0.65rem;
}

.team-list .item {
	float: left;
	width: 2.5rem;
	margin-left: 1.5rem;
	text-align: center;
	padding-bottom: 0.4rem;
	margin-top: 0.65rem;
	position: relative;
}

.team-list .imgbox {
	height: 3.2rem;
	position: relative;
}

.team-list .imgbox::after {
	content: '';
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	height: 0.06rem;
	background-color: #94070a;
	transition: all .3s;
}

.team-list .img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.team-list .title {
	font-size: 0.18rem;
	color: #333333;
	font-weight: bold;
	margin-top: 0.15rem;
}

.team-list .txt {
	font-size: 0.18rem;
	color: #666666;
	margin-top: 0.06rem;
}

.team-list .item:hover .imgbox::after {
	width: 100%;
}

.team-list .item:hover * {
	color: #94070a;
}

.team-list .item:nth-child(3n+2)::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 15rem;
	height: 1px;
	background-color: #e6e6e6;
	bottom: 0;
	transform: translate(-50%, 0);
}

.team-list .item:nth-child(3n+2):before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1.22rem;
	background-color: #94070a;
	transform: translate(-50%, 0);
	bottom: 0;
	height: 1px;
	z-index: 10;
}


.team-list .item:nth-last-child(2)::after,
.team-list .item:nth-last-child(2):before {
	display: none;
}


/* 机构设置 */
.org-mod {
	margin-bottom: 0.3rem;
}

.org-mod .t-tit {
	font-size: 0.24rem;
	color: #333333;
	font-weight: bold;
	line-height: 0.4rem;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 0.25rem;
	padding-bottom: 0.2rem;
}

.org-mod .t-tit .ico {
	width: 0.28rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.org-mod .list {
	margin-left: -2%;
}

.org-mod .list .lk {
	font-size: 0.18rem;
	color: #1a1a1a;
	display: block;
	background-color: #f6f6f6;
	height: 0.86rem;
	line-height: 0.86rem;
	width: 31.3%;
	margin: 0 0 2% 2%;
	float: left;
	padding: 0 .35rem;
	transition: all 0s;
}

.org-mod .list .lk span {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.26rem;
	transition: all 0s;
}

.org-mod .list .lk:hover {
	background: url(../images/tp_08.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

/* 图片列表 */
.pic-list {
	margin-left: -2%;
}

.pic-list .item {
	width: 31.3%;
	margin: 0 0 2% 2%;
	float: left;
}

.pic-list .imgbox {
	height: 2.3rem;
	display: block;
}

.pic-list .img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.pic-list .title {
	font-size: 0.18rem;
	color: #333333;
	display: block;
	text-align: center;
	line-height: 0.45rem;
}


/* 学校简介 */
.school-det p {
	font-size: 0.16rem;
	color: #333333;
	line-height: 2;
	padding: 0 0 .15rem;
	text-indent: 2em;
}

/* 现任领导 */
.leader-list {}

.leader-list .item {
	padding: .25rem 0;
	border-bottom: 1px dashed #94070a;
}

.leader-list .box {}

.leader-list .tit {
	font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	min-width: 2.15rem;
	line-height: 0.75rem;
	height: 0.75rem;
	float: left;
	display: inline-block;
	vertical-align: middle;
	background-color: #94070a;
}

.leader-list .info {
	margin-left: 2.4rem;
	padding-left: 3.15rem;
}

.leader-list .name {
	font-size: 0.24rem;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.45rem;
	text-align: justify;
	min-width: 0.75rem;
	margin-right: 0.8rem;
	height: 0.45rem;
}

.leader-list .name i {
	display: inline-block;
	width: 100%;
}

.leader-list .wz {
	font-size: 0.18rem;
	color: #1a1a1a;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.4rem;
}

.leader-list .item:hover .box {
	background: url(../images/tp_17.jpg) no-repeat center;
	background-size: cover;
}

.leader-list .item:hover .tit {
	background-color: transparent;
}

.leader-list .item:hover * {
	color: #fff;
}

.leader-list .item:first-child {
	padding-top: 0;
}

/* 标题列表页 */
.xw-list {}

.xw-list .item {
	padding: .3rem 0;
	border-bottom: 1px solid #e6e6e6;
}

.xw-list .lbox {
	width: 1.4rem;
	float: left;
}

.xw-list .rbox {
	margin-left: 1.4rem;
}

.xw-list .datebox {}

.xw-list .year {
	font-size: 0.18rem;
	color: #808080;
	font-family: 'Arial';
}

.xw-list .day {
	font-size: 0.28rem;
	color: #333333;
	font-weight: bold;
	font-family: 'Arial';
	margin-top: 0.05rem;
}

.xw-list .arrow {
	margin-top: 0.3rem;
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	background: url(../images/tp_18.png) no-repeat center;
	background-size: contain;
	border-radius: 50%;
}

.xw-list .title {
	font-size: 0.2rem;
	color: #333333;
	display: block;
}

.xw-list .txt {
	font-size: 0.15rem;
	color: #808080;
	line-height: 0.28rem;
	-webkit-line-clamp: 3;
	height: 0.84rem;
	margin-top: 0.15rem;
}

.xw-list .item:hover * {
	color: #94070a;
}

.xw-list .item:hover .arrow {
	background-image: url(../images/tp_18-1.png)
}

.pagelist {
	text-align: center;
	font-size: .14rem;
	color: #333333;
	line-height: .34rem;
	margin-top: 0.5rem;
}

.pagelist * {
	font-size: inherit;
}

.pagelist a {
	min-width: .34rem;
	height: .34rem;
	line-height: .32rem;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	margin: 0 .02rem;
	border-radius: .04rem;
	border: 1px solid #dddddd;
	padding: 0 .1rem;
}

.pagelist a.active,
.pagelist a:hover {
	background-color: #94070a;
	color: #fff !important;
	border-color: #94070a;
}

.pagelist .prev,
.pagelist .next,
.pagelist .first,
.pagelist .last {
	color: #94070a;
}


/* 图文列表 */
.xw-list.tw .item {
	padding: .35rem;
}

.xw-list.tw .imgbox {
	width: 3.25rem;
	height: 2.1rem;
	margin-left: 0.3rem;
	float: right;
}

.xw-list.tw .imgbox .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.xw-list.tw .datebox {
	margin-left: -0.1rem;
}

.xw-list.tw .lbox,
.xw-list.tw .rbox {
	padding-top: 0.45rem;
}

.xw-list.tw .item:hover {
	background: url(../images/tp_22.jpg) no-repeat center;
	background-size: cover;
}

.xw-list.tw .item:hover * {
	color: #fff;
}

.xw-list.tw .item:hover .arrow {
	background-image: url(../images/tp_18-2.png)
}

.xw-list.tw .item:hover .datebox {
	margin-left: 0;
}



/* 通用内容页 */
.det-sec {}

.det-sec .title {
	font-size: 0.32rem;
	color: #94070a;
	text-align: center;
	line-height: 1.6;
}

.det-sec .sm {
	margin-top: 0.35rem;
	line-height: 0.55rem;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 0.12rem;
	color: #444;
}

.det-sec .wz {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.14rem;
	color: #666666;
	padding: 0 .15rem;
}

.det-sec .font {
	float: right;
}

.det-sec .fz {
	font-size: 0.26rem;
	color: #b0b0b0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	margin-left: 0.25rem;
	cursor: pointer;
}

.det-sec .fz i {
	display: inline-block;
	vertical-align: super;
}

.det-sec .fz:hover {
	color: #94070a;
}

.det-sec .editbox p {
	color: #333333;
	line-height: 2;
	margin-top: 0.2rem;
	font-size: 18px;
	text-indent: 2em;
}

.det-sec .editbox img {
	height: auto !important;
}

.pagenav {
	text-align: center;
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
}

.pagenav .lk {
	width: 0.68rem;
	height: 0.68rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .2rem;
	background: url(../images/tp_24.png) no-repeat center;
	background-size: contain;
	border-radius: 50%;
}

.pagenav .next {
	transform: rotate(180deg);
}

.pagenav .lk:hover {
	background-image: url(../images/tp_24-1.png)
}



/* 我加的 */
.my-footer-lianjie{
	position: relative;

}
.my-footer-lianjie img{
	opacity: 0.4;
	filter: grayscale(0.1);
}
.my-footer-lianjie p{
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.2rem;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.auto {
		max-width: 100%;
		padding: 0 3%;
		width: 100% !important;
	}

	html {
		font-size: 5rem !important;
	}

	.head .auto {
		padding: 0 1.5%;
	}

	.hd-nav li {
		margin-left: 0.3rem;
	}

	/* index */
	.idx-sp .idx-tt {
		width: 55%;
		right: 0;
		padding: 0 .4rem;
	}

	.idx-sp .lbox {
		width: 45%;
		margin-left: 0;
	}

	.idx-sp .rbox {
		width: 55%;
	}

	.idx-sp .sm-box .imgbox {
		width: 31.3%;
		margin-right: 2%;
	}

	.idx-sfq .detail {
		width: 100%;
		float: none;
	}

	.idx-sfq .col.cur {
		width: 6.7rem;
	}

	/* 师资队伍 */
	.team-list {
		margin-left: -.35rem;
	}

	.team-list .item {
		margin-left: .35rem;
	}

	/* 现任领导 */
	.leader-list .info {
		padding-left: 1rem;
	}

	/* 图文列表 */
	.xw-list.tw .item {
		padding: 0.2rem;
	}

	.xw-list.tw .lbox,
	.xw-list.tw .rbox {
		padding-top: 0.1rem;
	}

	.xw-list.tw .imgbox {
		width: 2.9rem;
		height: 1.8rem;
	}

	/* 通用内容页 */
	.det-sec .editbox {
		font-size: 16px;
	}

}

@media screen and (min-width:768px) and (max-width:1200px) {
	.auto {
		max-width: 100%;
		padding: 0 3%;
		width: 100%;
	}

	html {
		font-size: 6rem !important;
	}

	.sj-menu {
		position: absolute;
		right: 2%;
		top: 50%;
		width: .4rem;
		height: .4rem;
		background: url(../images/menu.png) no-repeat center;
		background-size: .34rem;
		margin-top: -.2rem;
		display: block;
	}

	.sj-menu.close {
		background: url(../images/close.png) no-repeat center;
		background-size: .3rem;
	}


	.head {
		background-color: #94070a;
		height: .9rem;
	}

	.head:before {
		display: none;
	}

	.head+div {
		margin-top: .9rem;
	}

	.head .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}

	.head .wrap:before,
	.head .wrap::after {
		display: none;
	}

	.hd-rig {
		margin-right: 0.5rem;
	}

	.hd-logo .img {
		height: 0.6rem;
	}

	.hd-bar .link {
		font-size: 0.14rem;
	}

	.hd-bar .line {
		margin: 0 .06rem;
		height: 0.1rem;
	}


	.hd-lang .lk {
		font-size: 0.14rem;
	}

	.hd-sear .box .submit {
		background-image: url(../images/icon_02-1.png);
		background-color: #fff;
	}


	.hd-nav {
		position: fixed;
		width: 100%;
		left: 0;
		top: .9rem;
		background-color: #94070a;
		margin-top: 0;
		bottom: 0;
		overflow-y: scroll !important;
		display: none;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.hd-nav li {
		display: block;
		margin-left: 0;
		position: relative;
	}

	.hd-nav li>a {
		font-size: 0.18rem;
		line-height: 0.7rem;
		padding: 0 .3rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-weight: normal;
	}

	.hd-nav .arrow {
		width: 0.8rem;
		height: 0.7rem;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../images/arrow1.png) no-repeat center;
		background-size: .2rem;
		display: block;
	}

	.hd-nav .arrow.this {
		transform: rotate(90deg);
	}

	.hd-nav li:hover>a,
	.hd-nav li.cur>a {
		color: #fff;
	}

	.hd-nav li:hover .drop {
		display: none;
	}

	.hd-nav .drop {
		position: static;
		width: 100%;
		transform: translate(0, 0);
		box-shadow: none;
		padding-left: 0.3rem;
		display: none;
		padding-left: 0.5rem;
	}

	.hd-nav .drop a {
		font-size: .16rem;
		line-height: 0.6rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		text-align: left;
	}


	.idx-ban .slick-arrow {
		display: none !important;
	}

	.idx-ban .slick-dots li {
		margin: 0 .1rem;
	}

	.idx-ban .slick-dots::after {
		display: none;
	}

	.idx-tt {
		position: relative;
		margin-bottom: 0.4rem;
	}

	.idx-tt .bt {
		font-size: 0.3rem;
	}

	.idx-tt .dot {
		margin: 0 .15rem;
		width: 0.08rem;
		height: 0.08rem;
	}

	.idx-tt .idx-more {
		position: absolute;
		right: 0;
		top: 50%;
		line-height: 0.4rem;
		margin-top: -0.2rem;
	}

	.idx-s1 {
		padding: .8rem 0;
	}


	.idx-xw {
		padding-top: 3.4rem;
		position: relative;
	}

	.idx-xw .col {
		width: 48%;
	}

	.idx-xw .hotbox {}

	.idx-xw .list {}

	.idx-xw .list .item {}

	.idx-xw .slide {
		width: 100%;
		margin: 0;
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}

	.idx-xw .slide .item {
		display: flex;
	}

	.idx-xw .slide .imgbox {
		width: 50%;
		height: 3rem;
	}

	.idx-xw .slide .info {
		flex: 1;
		overflow: hidden;
		width: auto;
		height: auto;
		margin: 0;
	}

	.idx-dt .hotbox {
		height: 3.35rem;
	}

	.idx-dt .list-t .imgbox {
		height: 1.6rem;
	}

	.idx-dt .list-t .info {
		padding: .2rem .15rem .2rem;
	}

	.idx-dt .list-t .title {
		font-size: 0.16rem;
		line-height: 0.24rem;
		height: 0.48rem;
		margin-top: 0.1rem;
	}

	.idx-dt .list-t .txt {
		margin-top: 0.1rem;
	}

	.idx-dt .list-b .item {
		margin-top: 2.5%;
	}

	.idx-dt .list-b .title {
		font-size: 0.16rem;
		line-height: 0.22rem;
		height: auto;
	}


	.idx-tz {
		width: 100%;
	}


	.idx-xs {
		width: 100%;
		margin-top: 0.6rem;
	}


	.idx-kx .list .imgbox {
		height: 3.6rem;
		width: 50%;
	}

	.idx-kx .list .info {
		width: 50%;
		padding: 1rem 0.3rem 0 0.3rem;
	}

	.idx-kx .slick-dots {
		text-align: center;
		position: absolute;
		right: .3rem;
		bottom: 0.15rem;
	}

	.idx-kx .slick-dots li {
		display: inline-block;
		vertical-align: middle;
		width: .08rem;
		height: .08rem;
		background: #94070a;
		margin: 0 .03rem;
		border-radius: 50%;
		opacity: .4;
	}

	.idx-kx .slick-dots button {
		display: none;
	}

	.idx-kx .slick-dots li.slick-active {
		opacity: 1;
	}


	.idx-kx .menulist {
		display: none;
	}

	.idx-sp .idx-tt {
		position: static;
		width: 100%;
		padding: 0 3%;
		margin-bottom: 0.4rem;
	}

	.idx-sp .lbox {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.idx-sp .videobox {
		margin-top: 0;
	}

	.idx-sp .videobox .video {
		height: 4.2rem;
	}

	.idx-sp .videobox .playicon {
		width: 0.5rem;
		height: 0.5rem;
	}

	.idx-sp .rbox {
		width: 100%;
		position: static;
		height: auto;
	}

	.idx-sp .big-box .imgbox {
		height: 4.2rem;
	}

	.idx-sp .big-box .playicon {
		width: 0.5rem;
		height: 0.5rem;
	}

	.idx-sp .sm-box {
		bottom: -0.3rem;
	}

	.idx-sp .sm-box .imgbox {
		width: 31.3%;
		margin-right: 2%;
	}

	.idx-sp .sm-box .title {
		font-size: 0.2rem;
	}

	.idx-mt {
		padding: .8rem 0;
	}

	.idx-mt .idx-tt {
		margin-left: 0;
	}

	.idx-mt .list {
		margin-left: 0;
	}

	.idx-mt .list .item {
		width: 100%;
		margin: 0 0 .2rem;
	}

	.idx-sfq {
		padding: .8rem 0;
	}

	.idx-sfq .detail {
		width: 100%;
		float: none;
	}

	.idx-sfq .titbox {
		width: 1.1rem;
		height: auto;
	}

	.idx-sfq .titbox .tit {
		font-size: 0.26rem;
	}

	.idx-sfq .col {
		width: 100%;
		display: flex;
		height: auto;
	}

	.idx-sfq .box {
		width: 100%;
		flex: 1;
		overflow: hidden;
		height: auto;
	}

	.idx-sfq .col.cur {
		width: 100%;
	}

	.idx-sfq .slide .img {
		height: 4rem;
	}

	.idx-sfq .slide .slick-dots {
		top: 0.3rem;
	}

	.idx-sfq .slide .slick-dots li {
		margin-bottom: 0.2rem;
	}

	.idx-sfq .slide .slick-dots li button {
		font-size: 0.3rem;
	}

	.idx-sfq .slide .slick-arrow {
		width: 0.44rem;
		height: 0.44rem;
	}

	.idx-sfq .hotbox .title {
		font-size: 0.17rem;
	}

	.idx-sfq .hotbox .imgbox {
		height: 2.6rem;
	}

	.idx-sfq .list .title {
		font-size: 0.16rem;
	}

	.idx-us .item .icon {
		width: 1.1rem;
	}

	.idx-us .item .year i {
		font-size: 0.32rem;
	}



	.ft-lm {
		margin-bottom: 0.5rem;
	}

	.ft-lm .tit {
		width: 100%;
		height: auto;
		font-size: 0.22rem;
		line-height: 0.28rem;
		padding: 0;
		background-color: transparent;
		float: none;
		text-align: left;
	}

	.ft-lm .tit br {
		display: none;
	}

	.ft-lm .list {
		width: 100%;
		float: none;
		margin-top: 0.3rem;
		margin-left: -2%;
	}

	.ft-lm .list .pic {
		height: auto;
	}


	.foot {
		padding: .4rem 0;
	}

	.foot .t-tit {
		font-size: 0.2rem;
	}

	.ft-info .smlogo {
		height: 0.4rem;
	}

	.ft-menu {
		padding: 0 .2rem;
	}

	.ft-menu .lk {
		min-width: 33%;
		line-height: 0.36rem;
		font-size: 0.14rem;
	}

	.ft-lx {
		padding-left: 0.2rem;
	}

	.ft-lx .txt {
		line-height: 0.22rem;
	}

	.ft-lx .txt p {
		margin-bottom: 0.06rem;
	}

	/* 师资队伍 */
	.inner-ban {
		height: 3rem;
	}

	.inner-ban .img {
		height: 100%;
		object-fit: cover;
	}

	.crumb {
		margin-bottom: 0.4rem;
	}

	.main .auto {
		padding: 0;
	}

	.main-l {
		width: 100%;
		float: none;
	}

	.main-r {
		margin-left: 0;
		padding: 0 4%;
	}

	.side-bar {
		margin-top: 0;
	}

	.side-bar .titbox {
		height: 3rem;
		padding-top: 0;
		width: 100%;
		background: none;
		line-height: 3rem;
		margin-top: -3rem;
	}

	.side-bar .tit {
		font-size: 0.26rem;
		text-align: center;
		letter-spacing: .04rem;
	}

	.side-menu-wrap {
		background-color: #f5f5f5;
		flex: 1;
	}

	.side-menu-wrap::-webkit-scrollbar {
		display: none;
	}

	.side-menu {
		font-size: 0;
		padding-top: 0;
		text-align: center;
	}

	.side-menu:before {
		display: none;
	}

	.side-menu li {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		border-right: 1px solid #fff;
		width: 100%;
	}

	.side-menu li>a:before {
		display: none;
	}

	.side-menu li>a {
		padding: 0 .2rem;
		font-size: 0.17rem;
		line-height: 0.5rem;
		height: 0.5rem;
	}

	.side-menu li:last-child {
		margin-right: 0;
		border: none;
	}

	.team-list {
		margin-left: -5%;
		margin-top: -0.4rem;
	}

	.team-list .item {
		margin-left: 5%;
		width: 28.3%;
		margin-top: 0.4rem;
	}

	.team-list .imgbox {
		height: auto;
	}

	/* 机构设置 */
	.org-mod {
		margin-bottom: 0.2rem;
	}

	.org-mod .t-tit {
		font-size: 0.22rem;
		padding-bottom: 0.1rem;
	}

	.org-mod .t-tit .ico {
		width: 0.25rem;
	}

	.org-mod .list .lk {
		padding: 0 .2rem;
		font-size: 0.17rem;
	}

	/* 图片列表 */
	.pic-list .imgbox {
		height: 1.8rem;
	}

	/* 学校简介 */

	/* 现任领导 */
	.leader-list .tit {
		font-size: 0.18rem;
		min-width: 1.8rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	.leader-list .info {
		padding-left: .5rem;
		margin-left: 2rem;
	}

	.leader-list .name {
		font-size: 0.22rem;
		margin-right: 0.4rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	/* 标题列表页 */
	.xw-list .day {
		font-size: 0.26rem;
	}

	/* 图文列表 */
	.xw-list.tw .item {
		padding: 0.2rem;
	}

	.xw-list.tw .lbox,
	.xw-list.tw .rbox {
		padding-top: 0;
	}

	.xw-list.tw .imgbox {
		width: 2.2rem;
		height: 1.5rem;
	}

	.xw-list.tw .title {
		font-size: 0.18rem;
	}

	/* 通用内容页 */
	.det-sec .title {
		font-size: 0.26rem;
	}

	.det-sec .sm {
		margin-top: 0.2rem;
	}

	.det-sec .fz {
		font-size: 0.22rem;
	}

	.det-sec .editbox {
		font-size: 16px;
		margin-top: 0.3rem;
	}

	.pagenav {
		margin-bottom: 0;
	}

	.pagenav .lk {
		width: 0.5rem;
		height: 0.5rem;
		margin-bottom: 0;
	}


}



@media screen and (min-width:320px) and (max-width:767px) {
	.hd-bar {
		display: none;
	}

	.auto {
		max-width: 100%;
		padding: 0 4%;
		width: 100%;
	}

	html {
		font-size: 5.2rem !important;
	}

	.sj-menu {
		position: absolute;
		right: 2%;
		top: 50%;
		width: .34rem;
		height: .34rem;
		background: url(../images/menu.png) no-repeat center;
		background-size: .34rem;
		margin-top: -.17rem;
		display: block;
	}

	.sj-menu.close {
		background: url(../images/close.png) no-repeat center;
		background-size: .3rem;
	}

	.head {
		background-color: #94070a;
		height: .8rem;
	}

	.head:before {
		display: none;
	}

	.head .auto {
		width: 100%;
		padding: 0 2%;
	}

	.head+div {
		margin-top: .8rem;
	}

	.head .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}

	.head .wrap:before,
	.head .wrap::after {
		display: none;
	}

	.hd-rig {
		margin-right: 0.5rem;
		flex: 1;
		overflow: hidden;
		padding-left: 0;
	}

	.hd-logo .img {
		height: 0.5rem;
	}

	.hd-bar .link {
		font-size: 0.13rem;
		line-height: 0.3rem;
	}

	.hd-bar .line {
		margin: 0 .04rem;
		height: 0.1rem;
	}

	.hd-lang {}

	.hd-lang .lk {
		font-size: 0.13rem;
		line-height: 0.3rem;
	}

	.hd-sear .icon {
		background-size: 0.14rem;
		padding-left: 0.19rem;
		font-size: 0.13rem;
	}

	.hd-sear .box .submit {
		background-image: url(../images/icon_02-1.png);
		background-color: #fff;
	}


	.hd-nav {
		position: fixed;
		width: 100%;
		left: 0;
		top: .8rem;
		background-color: #94070a;
		margin-top: 0;
		bottom: 0;
		overflow-y: scroll !important;
		display: none;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.hd-nav li {
		display: block;
		margin-left: 0;
		position: relative;
	}

	.hd-nav li>a {
		font-size: 0.18rem;
		line-height: 0.7rem;
		padding: 0 .3rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-weight: normal;
	}

	.hd-nav .arrow {
		width: 0.8rem;
		height: 0.7rem;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../images/arrow1.png) no-repeat center;
		background-size: .2rem;
		display: block;
	}

	.hd-nav .arrow.this {
		transform: rotate(90deg);
	}

	.hd-nav li:hover>a,
	.hd-nav li.cur>a {
		color: #fff;
	}

	.hd-nav li:hover .drop {
		display: none;
	}

	.hd-nav .drop {
		position: static;
		width: 100%;
		transform: translate(0, 0);
		box-shadow: none;
		padding-left: 0.3rem;
		display: none;
		padding-left: 0.5rem;
	}

	.hd-nav .drop a {
		font-size: .16rem;
		line-height: 0.6rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		text-align: left;
	}


	.idx-ban .slick-arrow {
		display: none !important;
	}

	.idx-ban .slick-dots {
		bottom: 0.15rem;
	}

	.idx-ban .slick-dots li {
		margin: 0 .07rem;
		opacity: .6;
	}

	.idx-ban .slick-dots li.slick-active {
		opacity: 1;
	}

	.idx-ban .slick-dots::after {
		display: none;
	}

	.idx-tt {
		position: relative;
		margin-bottom: 0.2rem;
	}

	.idx-tt .bt {
		font-size: 0.24rem;
	}

	.idx-tt .dot {
		margin: 0 .1rem;
		width: 0.06rem;
		height: 0.06rem;
	}

	.idx-tt .idx-more {
		position: absolute;
		right: 0;
		top: 50%;
		line-height: 0.4rem;
		margin-top: -0.2rem;
	}

	.idx-tt .idx-more::after {
		display: none;
	}

	.idx-tt .smwz {
		margin-top: 0.05rem;
		line-height: 0.22rem;
	}

	.idx-s1 {
		padding: .4rem 0;
	}

	.idx-s1 .idx-tt {
		text-align: left;
	}

	.idx-xw {}

	.idx-xw .col {
		width: 100%;
	}

	.idx-xw .hotbox {
		height: auto;
	}

	.idx-xw .list {}

	.idx-xw .list .item {
		margin-top: 0;
		padding: .2rem 0;
	}

	.idx-xw .list .title {
		font-size: 0.18rem;
		max-height: auto;
	}

	.news-swiper1 .text {
		padding: 0 2rem 0 .3rem !important;
	}

	.idx-xw .slide {
		width: 100%;
		margin: .3rem 0;
	}

	.idx-xw .slide .item {}

	.idx-xw .slide .imgbox {
		height: 3rem;
	}

	.idx-xw .slide .info {
		width: 100%;
		margin: 0;
		height: auto;
		padding: .15rem .1rem .6rem;
	}

	.idx-xw .slide .title {
		font-size: 0.2rem;
	}

	.idx-xw .slide .txt {
		display: none !important;
	}

	.idx-dt .hotbox {
		height: auto;
		width: 100%;
		float: none;
	}

	.idx-dt .list-t {
		width: 100%;
		float: none;
	}

	.idx-dt .list-t .item {
		width: 100%;
		float: none;
		margin: 3% 0 0 0;
	}

	.idx-dt .list-t .imgbox {
		height: 1.9rem;
	}

	.idx-dt .list-t .info {
		padding: .2rem .15rem .2rem;
	}

	.idx-dt .list-t .title {
		font-size: 0.18rem;
		line-height: 0.24rem;
		height: 0.48rem;
		margin-top: 0.1rem;
	}

	.idx-dt .list-t .txt {
		margin-top: 0.1rem;
		font-size: 0.16rem;
		height: auto;
	}

	.idx-dt .list-b {
		margin-left: 0;
	}

	.idx-dt .list-b .item {
		margin: 3% 0 0 0;
		width: 100%;
		height: auto;
		background-color: #fff;
	}

	.idx-dt .list-b .title {
		font-size: 0.18rem;
		line-height: 0.24rem;
		height: auto;
	}

	.idx-dt .list-b .item:before {
		display: none;
	}

	.idx-s2 {
		padding: .4rem 0;
	}

	.idx-tz {
		width: 100%;
	}

	.idx-tz .list .title {
		-webkit-line-clamp: 2;
		height: auto;
		font-weight: normal;
		line-height: 0.26rem;
		font-size: 0.17rem;
	}

	.idx-xs {
		width: 100%;
		margin-top: 0.4rem;
	}

	.idx-xs .slide {
		height: auto;
	}

	.idx-xs .slide .item .imgbox {
		float: none;
		width: 100%;
	}

	.idx-xs .slide .item .info {
		margin-left: 0;
		padding: .25rem .3rem;
	}

	.idx-xs .slide .item .img {
		object-fit: fill;
	}

	.idx-xs .list {
		margin-left: 0;
	}

	.idx-xs .list .item {
		width: 100%;
		margin: 3% 0 0 0;
		height: auto;
	}

	.idx-xs .list .title {
		height: auto;
	}

	.idx-s2 .adpic {
		display: none;
	}

	.idx-kx {
		padding: .4rem 0;
	}

	.idx-kx .list .imgbox {
		height: 3rem;
		width: 100%;
	}

	.idx-kx .list .info {
		width: 100%;
		padding: .3rem 0.3rem .5rem;
	}

	.idx-kx .list .title {
		margin-top: 0.15rem;
	}

	.idx-kx .list .txt {
		display: none !important;
	}

	.idx-kx .slick-dots {
		text-align: center;
		position: absolute;
		right: .3rem;
		bottom: 0.15rem;
	}

	.idx-kx .slick-dots li {
		display: inline-block;
		vertical-align: middle;
		width: .08rem;
		height: .08rem;
		background: #94070a;
		margin: 0 .03rem;
		border-radius: 50%;
		opacity: .4;
	}

	.idx-kx .slick-dots button {
		display: none;
	}

	.idx-kx .slick-dots li.slick-active {
		opacity: 1;
	}


	.idx-kx .menulist {
		display: none;
	}

	.idx-sp {
		padding: 0 4% .5rem;
	}

	.idx-sp .idx-tt {
		position: relative;
		width: 100%;
		padding: 0;
		margin-bottom: 0.2rem;
		top: 0;
		right: 0;
	}

	.idx-sp .lbox {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0.2rem;
	}

	.idx-sp .videobox {
		margin-top: 0;
	}

	.idx-sp .videobox .video {
		height: 3rem;
	}

	.idx-sp .videobox .playicon {
		width: 0.5rem;
		height: 0.5rem;
	}

	.idx-sp .videobox .title {
		line-height: 0.5rem;
		padding: 0 .3rem;
	}

	.idx-sp .rbox {
		width: 100%;
		position: static;
		height: auto;
	}

	.idx-sp .big-box .imgbox {
		height: 3.2rem;
	}

	.idx-sp .big-box .playicon {
		width: 0.5rem;
		height: 0.5rem;
	}

	.idx-sp .sm-box {
		position: static;
		display: flex;
		margin-top: 2%;
	}

	.idx-sp .sm-box .imgbox {
		width: 32.3%;
		overflow: hidden;
		height: 1rem;
		border-width: 2px;
	}

	.idx-sp .sm-box .title {
		font-size: 0.16rem;
	}

	.idx-sp .sm-box .txt {
		line-height: 1rem;
	}

	.idx-sp .sm-box .imgbox:last-child {
		margin-right: 0;
	}

	.idx-mt {
		padding: .5rem 0;
	}

	.idx-mt .idx-tt {
		margin-left: 0;
	}

	.idx-mt .list {
		margin-left: 0;
	}

	.idx-mt .list .item {
		width: 100%;
		margin: 0 0 .2rem;
		padding: .2rem .2rem;
	}

	.idx-mt .list .top:before,
	.idx-mt .list .top::after {
		display: none;
	}

	.idx-mt .list .date i {
		font-size: 0.3rem;
	}

	.idx-mt .list .title {
		margin-top: 0.1rem;
	}

	.idx-mt .list .txt {
		margin-top: 0.15rem;
	}

	.idx-mt .list .item:last-child {
		margin-bottom: 0;
	}

	.idx-sfq {
		padding: .5rem 0 0;
	}

	.idx-sfq .auto {
		padding: 0;
	}

	.idx-sfq .col .idx-tt .idx-more {
		float: right;
		writing-mode: initial;
		margin-top: 0;
	}

	.idx-sfq .col .idx-tt .idx-more::after {
		transform: rotate(0);
		margin-top: 0;
	}

	.idx-sfq .detail {
		width: 100%;
		float: none;
	}

	.idx-sfq .titbox {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: .15rem .25rem;
	}

	.idx-sfq .titbox .tit {
		font-size: 0.22rem;
		width: auto;
		height: auto;
		margin: 0;
	}

	.idx-sfq .titbox .idx-more {
		writing-mode: initial;
	}

	.idx-sfq .titbox .idx-more::after {
		display: none;
	}

	.idx-sfq .col {
		width: 100%;
		display: flex;
		height: auto;
		flex-direction: column;
	}

	.idx-sfq .box {
		width: 100%;
		flex: 1;
		overflow: hidden;
		height: auto;
	}

	.idx-sfq .col.cur {
		width: 100%;
	}

	.idx-sfq .slide {
		width: 80%;
		margin: 0;
		padding: .3rem .3rem;
	}

	.idx-sfq .slide .img {
		height: auto;
		width: 60%;
		margin: 0 auto;
	}

	.idx-sfq .slide .slick-dots {
		top: 0.3rem;
		display: none !important;
	}

	.idx-sfq .slide .slick-dots li {
		margin-bottom: 0.2rem;
	}

	.idx-sfq .slide .slick-dots li button {
		font-size: 0.3rem;
	}

	.idx-sfq .slide .slick-arrow {
		width: 0.4rem;
		height: 0.4rem;
		left: auto;
		right: -8%;
	}

	.idx-sfq .hotbox {
		padding: 0 .25rem;
	}

	.idx-sfq .hotbox .title {
		font-size: 0.17rem;
		line-height: 0.5rem;
	}

	.idx-sfq .hotbox .imgbox {
		height: auto;
		display: block;
		max-height: 2.6rem;
	}

	.idx-sfq .list li {
		padding: 0 .25rem;
	}

	.idx-sfq .list .title {
		font-size: 0.16rem;
	}

	.idx-us .wrap {
		padding: .5rem 2%;
	}

	.idx-us .item .icon {
		width: .8rem;
	}

	.idx-us .item .year {
		font-size: 0.18rem;
	}

	.idx-us .item .year i {
		font-size: 0.26rem;
	}

	.idx-us .slick-dots {
		margin-top: 0.3rem;
	}


	.ft-lm {
		margin-bottom: 0.3rem;
		width: 100%;
		overflow: hidden;
	}

	.ft-lm .tit {
		width: 100%;
		height: auto;
		font-size: 0.18rem;
		line-height: 0.24rem;
		padding: 0;
		background-color: transparent;
		float: none;
		text-align: left;
	}

	.ft-lm .tit br {
		display: none;
	}

	.ft-lm .list {
		width: calc(100% + .2rem);
		float: none;
		margin-top: 0.15rem;
		/* margin-left: -.25rem; */
		margin-left: -0.1rem;
	}

	.ft-lm .list .pic {
		height: auto;
	}

	.ft-lm .list li {
		margin: 0 .1rem;
	}

	.foot {
		padding: .4rem 0;
	}

	.foot .t-tit {
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
	}

	.ft-info {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.ft-info .smlogo {
		height: 0.4rem;
	}

	.ft-menu {
		padding: 0;
		width: 100%;
		margin-bottom: 0.3rem;
		border: none;
	}

	.ft-menu .lks {
		margin-left: -0.2rem;
	}

	.ft-menu .lk {
		min-width: auto;
		line-height: 0.32rem;
		font-size: 0.14rem;
		margin-left: 0.2rem;
	}

	.ft-lx {
		padding: 0;
		width: 100%;
	}

	.ft-lx .txt {
		line-height: 0.22rem;
	}

	.ft-lx .txt p {
		margin-bottom: 0.06rem;
	}

	/* 师资队伍 */
	.inner-ban {
		height: 1.8rem;
	}

	.inner-ban .img {
		height: 100%;
		object-fit: cover;
	}

	.crumb {
		margin: 0 0 .3rem;
		border-width: 1px;
		line-height: 0.6rem;
		font-size: 0.17rem;
	}

	.crumb:before {
		margin-right: 0.1rem;
	}

	.main {
		padding: 0 0 .5rem;
	}

	.main .auto {
		padding: 0;
	}

	.main-l {
		width: 100%;
		float: none;
	}

	.main-r {
		margin-left: 0;
		padding: 0 4%;
	}

	.side-bar {
		margin-top: 0;
	}

	.side-bar .titbox {
		height: 1.8rem;
		padding-top: 0;
		width: 100%;
		background: none;
		line-height: 1.8rem;
		margin-top: -1.8rem;
	}

	.side-bar .tit {
		font-size: 0.24rem;
		letter-spacing: .02rem;
	}

	.side-menu-wrap {
		scroll;
		background-color: #f5f5f5;
	}

	.side-menu-wrap::-webkit-scrollbar {
		display: none;
	}

	.side-menu {
		font-size: 0;
		padding-top: 0;
	}

	.side-menu:before {
		display: none;
	}

	.side-menu li {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		border-right: 1px solid #fff;
		width: 100%;
	}

	.side-menu li>a:before {
		display: none;
	}

	.side-menu li>a {
		padding: 0 .2rem;
		font-size: 0.17rem;
		line-height: 0.5rem;
		height: 0.5rem;
	}

	.side-menu li:last-child {
		margin-right: 0;
		border: none;
	}

	.team-list {
		margin-left: -5%;
		margin-top: -0.3rem;
	}

	.team-list .item {
		margin-left: 5%;
		width: 45%;
		margin-top: .3rem;
		padding-bottom: 0;
	}

	.team-list .imgbox {
		height: auto;
	}

	.team-list .title {
		font-size: 0.2rem;
	}

	.team-list .txt {
		font-size: 0.17rem;
	}

	.team-list .item:nth-child(3n+2):before,
	.team-list .item:nth-child(3n+2)::after {
		display: none;
	}


	/* 机构设置 */
	.org-mod {
		margin-bottom: 0.2rem;
	}

	.org-mod .t-tit {
		font-size: 0.22rem;
		padding-bottom: 0.1rem;
	}

	.org-mod .t-tit .ico {
		width: 0.25rem;
	}

	.org-mod .list .lk {
		padding: 0 .2rem;
		font-size: 0.17rem;
		width: 48%;
		text-align: center;
		height: 0.75rem;
		line-height: 0.75rem;
	}

	/* 图片列表 */
	.pic-list {
		margin-left: -3%;
	}

	.pic-list .item {
		width: 47%;
		margin: 0 0 3% 3%;
	}

	.pic-list .imgbox {
		height: 1.8rem;
	}

	/* 学校简介 */
	.school-det {
		font-size: 0.17rem;
	}

	/* 现任领导 */
	.leader-list .item {
		padding: .08rem 0;
		border: none;
	}

	.leader-list .tit {
		font-size: 0.2rem;
		min-width: 100%;
		height: auto;
		line-height: 0.4rem;
		color: #94070a;
		background-color: transparent;
		float: none;
		text-align: left;
	}

	.leader-list .info {
		padding-left: 0;
		margin-left: 0;
	}

	.leader-list .name {
		font-size: 0.2rem;
		margin-right: 0.1rem;
		height: auto;
		line-height: 0.4rem;
		min-width: auto;
	}

	.leader-list .name i {
		display: none;
	}

	/* 标题列表页 */
	.xw-list .item {
		padding: .25rem 0;
	}

	.xw-list .lbox {
		width: 100%;
		float: none;
	}

	.xw-list .rbox {
		margin-left: 0;
		margin-top: 0.1rem;
	}

	.xw-list .datebox {
		display: flex;
		align-items: center;
	}

	.xw-list .year {
		display: flex;
		align-items: center;
		font-size: 0.16rem;
	}

	.xw-list .year::after {
		content: '-';
		display: inline-block;
		vertical-align: middle;
	}

	.xw-list .day {
		font-size: 0.16rem;
		color: #808080;
		font-weight: normal;
		margin-top: 0;
	}

	.xw-list .arrow {
		display: none;
	}

	.xw-list .title {
		font-size: 0.19rem;
		line-height: 1.6;
	}

	.xw-list .txt {
		height: auto;
		margin-top: 0.1rem;
		-webkit-line-clamp: 2;
		font-size: 0.16rem;
		line-height: 1.6;
	}

	.xw-list .item:first-child {
		padding-top: 0;
	}

	.pagelist {
		margin-top: 0.4rem;
	}

	.pagelist a {
		display: none;
	}

	.pagelist .prev,
	.pagelist .next,
	.pagelist .first,
	.pagelist .last {
		display: inline-block;
		vertical-align: middle;
		margin: 0 .05rem;
		padding: 0 .15rem;
	}


	/* 图文列表 */
	.xw-list.tw .item {
		padding: 0.15rem;
		margin-bottom: 0.15rem;
	}

	.xw-list.tw .lbox,
	.xw-list.tw .rbox {
		padding-top: 0;
	}

	.xw-list.tw .imgbox {
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
	}

	.xw-list.tw .datebox {
		margin-left: 0;
		margin-top: 0.2rem;
	}


	/* 通用内容页 */
	.det-sec .title {
		font-size: 0.2rem;
	}

	.det-sec .sm {
		margin-top: 0.08rem;
		font-size: 0;
		display: flex;
		justify-content: space-between;
		border: none;
		line-height: 0.28rem;
	}

	.det-sec .wz {
		padding: 0;
		margin-right: 0.05rem;
	}

	.det-sec .fz {
		font-size: 0.22rem;
	}

	/* .det-sec .wz:nth-child(1),.det-sec .wz:nth-child(3){display: none;} */
	.det-sec .font {
		display: none;
	}

	.det-sec .editbox {
		font-size: .17rem;
		margin-top: 0.2rem;
	}

	.pagenav {
		margin-bottom: 0;
		margin-top: 0.25rem;
	}

	.pagenav .lk {
		width: 0.4rem;
		height: 0.4rem;
		margin: 0 .15rem;
	}

}

@media screen and (max-width:400px) {
	.hd-sear .box.show {
		width: 2rem;
		transition: 1s width;
	}
}

.idx-kx1 {
	padding-bottom: 0;
}

.kybox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.l-box {
	width: 46%;
}

.r-box {
	width: 50%;
	margin-left: 4%;
}

.r-box1 {
	margin-left: 0 !important;
	margin-right: 4%;
}

.news-swiper1 {
	position: relative;
	z-index: 1;
}

.img-zoom {
	position: relative;
	display: block;
	overflow: hidden;
}

.img-zoom img {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: transform 0.8s ease-out 0s;
	-moz-transition: transform 0.8s ease-out 0s;
	-ms-transition: transform 0.8s ease-out 0s;
	-o-transition: transform 0.8s ease-out 0s;
	transition: transform 0.8s ease-out 0s;
}

.img-zoom .img-frame {
	position: relative;
	overflow: hidden;
}

.img-zoom .img {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
	-webkit-transition: transform 0.8s ease-out 0s;
	-moz-transition: transform 0.8s ease-out 0s;
	-ms-transition: transform 0.8s ease-out 0s;
	-o-transition: transform 0.8s ease-out 0s;
	transition: transform 0.8s ease-out 0s;
}

.img-zoom .img img {
	display: none;
	min-height: 100%;
}

.img-zoom:hover img {
	min-height: 100%;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.img-zoom:hover .img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.news-swiper1 .img-frame .img {
	padding: 5.05rem 0 0;
}

.news-swiper1 .text {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: .72rem;
	padding: 0 2.5rem 0 .3rem;
	background: #94070a;
}

.news-swiper1 .title {
	color: #fff;
	font-size: .22rem;
	line-height: .72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-swiper1 .control {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 1;
	height: .72rem;
	padding: 0 .18rem 0 .1rem;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #94070a;
}

.news-swiper1 .pagination {
	margin: 0 0 .08rem;
}

.news-swiper1 .pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: none;
	margin: 0 .06rem;
	border-radius: 0;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 0.3rem;
	color: #fff;
	text-align: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news-swiper1 .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	font-size: .24rem;
}

.news-list1 li {
	height: 20%;
	border-bottom: 1px solid #f0f5f6;
}

.news-list1 .img-zoom {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 2rem 0 .35rem;
}

.news-list1 .date1 {
	width: .7rem;
}

.news-list1 .text {
	width: calc(100% - .7rem);
	padding: 0 .35rem;
}

.news-list1 .title {
	max-height: .6rem;
}


element.style {}

@media screen and (max-width: 1200px) {
	.l-box {
		width: 100%;
	}

	.r-box {
		width: 100%;
		margin-left: 0;
		margin-top: .5rem;
	}

	.idx-mt .idx-tt {
		width: 100%;
	}

	.idx-mt .idx-tt a {
		top: 50%;
		right: 0;
	}
}

@media screen and (max-width: 600px) {
	.news-swiper1 .img-frame .img {
		padding: 3rem 0 0;
	}
}

.r-box li {
	border-bottom: 1px dashed #ddd;
	padding: .23rem 0;
}

.r-box li:first-child {
	padding-top: 0;
}

.r-box .info {
	display: flex;
	justify-content: space-between;
}

.r-box .info .date {
	font-size: 0.14rem;
	color: #94070a;
	font-weight: bold;
	margin-left: 15px;
}

.r-box .info a {
	font-size: 0.22rem;
	color: #333333;
	line-height: 0.3rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	width: 84%;
}

.r-box .info .txt {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.24rem;
	-webkit-line-clamp: 2;
	height: 0.48rem;
	margin-top: 0.12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
}

.r-box li:hover a {
	color: #94070a;
}

@media screen and (max-width: 600px) {
	.r-box .info a {
		width: 71%;
	}
}

/* 现任领导 */
.xld {
	display: flex;
	justify-content: space-between;
	margin: 0 8%;
}

.xld>div {
	width: 47%;
}

.ldhz li {
	margin-bottom: 30px;
}

.ldhz li h2 {
	color: #951619;
	font-size: .24rem;
	line-height: .4rem;
	overflow: hidden;
	margin-bottom: .2rem;
}

.ldbox a {
	background: #f5f5f5;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}

.tupb {
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.tup {
	padding-top: 130%;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
	transition: .5s;
}

.zw {
	width: calc(100% - 150px);
}

.zw h3 {
	font-size: .2rem;
	font-weight: bold;
	margin-bottom: .2rem;
}

.zw p {
	line-height: .3rem;
	color: #666;
}

.tupb:hover .tup {
	transform: scale(1.2);
}

.ldbox a:hover {
	box-shadow: 0 0 10px 1px #ccc;
}

.ldbox a:hover h3 {
	color: #94070a;
}

.mxld {
	margin: 0 8%;
	display: none;
}

.ldhzm li {
	margin-bottom: 30px;
}

.ldhzm li h2 {
	color: #951619;
	font-size: .24rem;
	line-height: .4rem;
	overflow: hidden;
	margin-bottom: .2rem;
}

.ldboxm a {
	background: #f5f5f5;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}

.tupbm {
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.tupm {
	padding-top: 130%;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	background-size: cover;
	transition: .5s;
}

.zwm {
	width: calc(100% - 150px);
}

.zwm h3 {
	font-size: .2rem;
	font-weight: bold;
	margin-bottom: .2rem;
}

.zwm p {
	line-height: .3rem;
	color: #666;
}

.tupbm:hover .tupm {
	transform: scale(1.2);
}

.ldboxm a:hover {
	box-shadow: 0 0 10px 1px #ccc;
}

.ldboxm a:hover h3 {
	color: #94070a;
}

@media screen and (max-width: 1024px) {
	.xld {
		display: none;
	}

	.mxld {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.ldboxm a {
		flex-wrap: wrap;
		padding: 20px;
	}

	.tupbm {
		margin: 0 auto;
		width: 50%;
	}

	.zwm {
		width: 100%;
		margin-top: 20px;
	}

	.ldhzm li h2 {
		font-size: .22rem;
	}
}