@charset "UTF-8";
@import "../css/public1.css";
@import "../css/swiper.min.css";
/*header*/
.header-container {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}

.header-banner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.header-swiper {
	width: 100%;
	height: 100%;
}

.header-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-pagination {
	bottom: 1.6rem !important;
}

.header-pagination .swiper-pagination-bullet {
	width: 1.2rem;
	border-radius: 0.06rem;
	height: 0.04rem;
	position: relative;
	opacity: 1;
	background-color: #FFFFFF;
}

.header-pagination .swiper-pagination-bullet-active:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	animation: mouse 8s ease-in-out 1 both;
	background-color: #00785A;
}

@keyframes mouse {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

/*header end*/
/*通知合乐888总代*/
.notice-container {
	height: 0.8rem;
	background: rgba(22, 22, 22, 0.4);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 0 1.2rem;
}

.header-search {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.36);
}

.header-search button {
	border: none;
	outline: none;
	background: transparent;
	width: 0.18rem;
	height: 0.18rem;
	display: flex;
	align-items: center;
}

.header-search button i {
	color: #FFFFFF;
	font-size: 0.18rem;
}

.header-search input {
	border: none;
	outline: none;
	background: transparent;
	font-size: 0.16rem;
	color: #FFFFFF;
	box-sizing: border-box;
	padding-left: 0.17rem;
	width: calc(100% - 0.18rem);
}

.header-search input:focus {
	border: none;
	outline: none;
}

.header-search input::placeholder {
	color: rgba(255, 255, 255, 0.74);
}

.notice-cont {
	width: 100%;
	height: 50%;
	display: flex;
	align-items: center;
}

.notice-cont h4 {
	color: #FFFFFF;
	font-size: 0.18rem;
	font-weight: bold;
}

.notice-cont h4 i {
	font-weight: 400;
	display: inline-block;
	margin-right: 0.16rem;
}

.notice-cont .more_fr {
	color: #FFFFFF;
	display: inline-block;
}

.notice-cont .more_fr i {
	font-size: 0.3rem;
}

.notice-cont .notice-btn {
	width: 0.16rem;
	height: 0.34rem;
	position: relative;
	margin-right: 0.24rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.notice-cont .notice-btn .notice-button-prev, .notice-cont .notice-btn .notice-button-next {
	background: url("/materialpub/images/notice-jt.png") no-repeat center center;
	position: initial;
	height: 45%;
	width: 100%;
	position: static;
}

.notice-cont .notice-btn .notice-button-prev {
	margin-top: 0;
}

.notice-cont .notice-btn .notice-button-next {
	transform: rotate(180deg);
}

.notice-swiper {
	width: calc(100% - 2rem);
	height: 100%;
}

.notice-swiper a {
	display: inline-block;
	line-height: 0.7rem;
	color: #FFFFFF;
	font-size: 0.16rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

/*通知合乐888总代 end*/
/*新闻中心*/
.news-container {
	width: 100%;
	/* height: 9.45rem; */
	position: relative;
	background: #F7F7F7;
}

/* .news-container:after {
	content: "";
	width: 100%;
	height: 2rem;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("/materialpub/images/news-bg.png") repeat-x center center, #00785A;
	z-index: 1;
} */

/* .news-container:before {
	content: "";
	width: 1.68rem;
	height: 1.11rem;
	display: inline-block;
	position: absolute;
	background: url("/materialpub/images/tupian.png") no-repeat center center;
	left: 0;
	bottom: 1.11rem;
	z-index: 2;
} */

.news-layout {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0.47rem 0;
}

.news-left {
	max-width: 6.97rem;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
}
.news-layout .news-item{
    max-width: 4.6rem;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 0.02rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 120, 90, 0.1);
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.news-title {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 0.16rem;
    margin: 10px 0;
}
.news-title:after {
    content: "";
    width: 100%;
    height: 0.03rem;
    display: inline-block;
    position: absolute;
    background: #00785A;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.news-title a{
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}

.news-left h4 a {
	display: inline-block;
	font-size: 0.3rem;
	font-weight: bold;
	color: #333333;
}

/*新闻中心 swiper*/
.news-swiper {
	width: 100%;
	height: 5.36rem;
	margin-top: 0.47rem;
}

.news-swiper a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.news-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-swiper p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.02rem;
	left: 0;
	box-sizing: border-box;
	padding: 0.16rem 0.39rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.52) 100%);
}

.news-swiper span {
	display: inline-block;
	width: 100%;
	font-size: 0.22rem;
	color: #FFFFFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.58rem;
}

.news-pagination {
	position: relative;
	top: 0.11rem;
	text-align: right;
}

.news-pagination .swiper-pagination-bullet {
	opacity: 1;
	box-sizing: border-box;
	width: 0.08rem;
	height: 0.08rem;
	border: 0.01rem solid #333333;
	background: transparent;
	margin-right: 0.11rem;
}

.news-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.news-pagination .swiper-pagination-bullet-active {
	border: none;
	background: #FF8400;
}

.news-right {
	position: relative;
	z-index: 4;
	max-width: 6.95rem;
	width: 100%;
}

.news-tabs {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-end;
	height: 0.4rem;
}

.news-tabs li {
	margin-right: 0.54rem;
	box-sizing: border-box;
	padding-left: 0.08rem;
	position: relative;
}

.news-tabs li:last-child {
	margin-right: 0;
}

.news-tabs li:before {
	content: "";
	width: 0.02rem;
	height: 0.14rem;
	position: absolute;
	background: #FF8400;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: none;
}

.news-tabs li.active:before {
	display: inline-block;
}

.news-tabs li.active a {
	color: #FF8400;
}

.news-tabs a {
	font-size: 0.16rem;
	color: #666666;
}

.news-cont {
	margin-top: 0.47rem;
}

.news-list {
	display: none;
	padding-top: 0.1rem;
}
.news-list.active {
	display: block;
}

.news-list li {
	width: 100%;
	height: 2rem;
	background: #FFFFFF;
	margin-bottom: 0.48rem;
	position: relative;
}

.news-list li:before {
	content: "";
	width: 0.04rem;
	height: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FF8400;
	transition: all 0.3s ease-in-out 0s;
}

.news-list li .list-text {
	width: calc(100% - 2.2rem);
}

.news-list li img {
	width: 2.2rem;
	height: 100%;
	object-fit: cover;
}

.news-list li:hover:before {
	height: 100%;
}

.news-list li:hover h4 {
	color: #FF8400;
}

.news-list li:hover .list-text {
	background: url("/materialpub/images/news-list-bg.png") no-repeat right bottom;
}

.news-list li:hover i.icon-jt-r {
	transform: translateX(0.1rem);
}

.news-list a {
	display: flex;
	height: 100%;
	width: 100%;
}

.news-list .list-text {
	box-sizing: border-box;
	padding: 0.1rem;
}

.news-list .list-text h4 {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #333333;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* width: 3.13rem; */
	height: 0.48rem;
}

.news-list .list-text p {
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #666666;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.48rem;
	margin: 0.07rem 0 0.17rem;
}

.news-list .list-text span {
	line-height: 0.24rem;
	color: #999999;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
}

.news-list .list-text i {
	display: inline-block;
	font-size: 0.2rem;
	color: #999999;
}

.news-list .list-text i.icon-bud {
	margin-right: 0.05rem;
}

.news-list .list-text i.icon-jt-r {
	margin-left: 0.17rem;
	transition: all 0.3s ease-in-out 0s;
}

/*新闻中心 end*/
/*图片链接*/
.tplj-container{
	width: 100%;
    height: auto;
    background: #F7F7F7;
	padding-top:20px;
}
.tplj{
	height:140px;
	margin:0 auto;	
}
.pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.pic img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    -ms-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}

.pic:hover img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: linear 0.5s;
    -moz-transition: linear 0.5s;
    -ms-transition: linear 0.5s;
    -o-transition: linear 0.5s;
    transition: linear 0.5s;
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
  background-size: 18px 35px;
  margin-top: 0;
  width: 24px;
  height: 100%;
  background-color: rgba(2, 42, 97, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 20px;
}

.swiper-button-prev {
  top: 0;
  left: 0;
  background-image: url(/materialpub/images/jt_l.png);
}

.swiper-button-next {
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(/materialpub/images/jt_r.png);
}
.tplj:hover .swiper-button-next,
.tplj:hover .swiper-button-prev {
  display: block;
}
/*图片链接 end*/
/*数说农职*/
.talk-container {
	width: 100%;
	height: 8.07rem;
	background: url("/materialpub/images/talk-bg.png") no-repeat center bottom, #FFFFFF;
	box-sizing: border-box;
	padding-top: 0.5rem;
}

.talk-container h4 {
	text-align: center;
}

.talk-container h4 a {
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
}

.talk-container > p {
	text-align: center;
	line-height: 0.36rem;
	font-size: 0.16rem;
	color: #333333;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 1.08rem;
	max-width: 7.1rem;
	width: 100%;
	margin: 0.12rem auto 0;
}

.talk-wrapper {
	width: 100%;
	height: 4.71rem;
	background: url("/materialpub/images/lj-14.png") no-repeat center bottom;
	background-size: contain;
	text-align: center;
}

.talk-swiper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0.4rem;
}

.talk-swiper a {
	display: inline-block;
	width: 1.8rem;
	height: 2.27rem;
	text-align: center;
}

.talk-swiper .talk-box {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #00785A;
	box-sizing: border-box;
	padding: 0.15rem;
	transition: all 0.3s ease-in-out 0s;
}

.talk-swiper .talk-box > div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #00785A;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.talk-swiper .talk-box span {
	line-height: 0.36rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.talk-swiper .talk-box img {
	max-width: 100%;
}

.talk-swiper .talk-box:hover {
	background: rgba(0, 119, 90, 0.27);
}

.talk-swiper p {
	line-height: 0.36rem;
	font-size: 0.16rem;
	color: #00785A;
	font-weight: bold;
}

/*数说农职 end*/
/*农职特色*/
.char-container {
	width: 100%;
	height: auto;
	background: #F7F7F7;
}

.char-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.char-top h4 {
	margin-bottom: 0.52rem;
}

.char-top h4 a {
	display: inline-block;
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
}

.char-wrapper {
	padding: 0.51rem 0 0.98rem;
	margin: 0 auto;
}

.char-layout {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.char-left {
	display: none;
	flex-wrap: wrap;
	width: calc(100% - 4.44rem);
}

.char-left.active {
	display: flex;
}

.char-cont {
	display: inline-block;
	width: 4.43rem;
	height: 4.33rem;
	background: #FFFFFF;
	margin-right: 0.57rem;
}

.char-cont:last-child {
	margin-right: 0;
}

.char-cont img {
	width: 100%;
	height: 2.51rem;
	object-fit: cover;
	display: block;
}

.char_fr_info {
	box-sizing: border-box;
	height: calc(100% - 2.51rem);
	padding: 0.29rem 0.4rem 0.26rem;
}

.char_fr_info h4 {
	font-size: 0.16rem;
	font-weight: bold;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.char_fr_info p {
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #666666;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.48rem;
	margin: 0.1rem 0 0.28rem;
}

.char_fr_info .fr_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.char_fr_info .fr_info span {
	font-size: 0.14rem;
	color: #9E9E9E;
}

.char_fr_info .fr_info span i {
	font-size: 0.16rem;
	display: inline-block;
	margin-right: 0.14rem;
}

.char_fr_info .fr_info > i {
	font-size: 0.26rem;
	color: #666666;
}

.char_fr_info:hover h4 {
	color: #FF8400;
}

.char-list {
	box-sizing: border-box;
	padding-top: 0.2rem;
}

.char-list li {
	height: 1.04rem;
	border-bottom: 0.01rem solid #F0F0F0;
	box-sizing: border-box;
	padding: 0.3rem 0;
}

.char-list li:last-child {
	border-bottom: 0;
}

.char-list li:hover .char-title {
	color: #FF8400;
	font-weight: bold;
}

.char-list a {
	display: flex;
}

.char-time {
	width: 0.9rem;
	height: 100%;
	text-align: center;
	position: relative;
}

.char-time p, .char-time span {
	line-height: 0.24rem;
	color: #999999;
}

.char-time p {
	font-size: 0.24rem;
}

.char-time span {
	font-size: 0.14rem;
}

.char-time:after {
	content: "";
	width: 0.01rem;
	height: 0.59rem;
	display: inline-block;
	background: #F0F0F0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.char-title {
	width: calc(100% - 0.9rem);
	box-sizing: border-box;
	padding: 0 0.16rem;
	line-height: 0.24rem;
	color: #333333;
	font-size: 0.16rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.48rem;
}

.char-right {
	width: 4.44rem;
	height: auto;
}

.char-tabs {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 0.52rem;
	height: 0.4rem;
}

.char-tabs li {
	margin-right: 0.5rem;
	box-sizing: border-box;
	padding-left: 0.07rem;
	position: relative;
}

.char-tabs li:last-child {
	margin-right: 0;
}

.char-tabs li:before {
	content: "";
	width: 0.02rem;
	height: 0.14rem;
	position: absolute;
	background: #FF8400;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.char-tabs li a {
	font-size: 0.16rem;
	color: #666666;
	display: inline-block;
}

.char-tabs li.active:before {
	display: inline-block;
}

.char-tabs li.active a {
	color: #FF8400;
}

.char-tabs-cont > div {
	background: url("/materialpub/images/rural-img1.png") no-repeat center center;
	width: 100%;
	height: 4.32rem;
	box-sizing: border-box;
	padding: 0.18rem;
	display: block;
}

.char-tabs-cont a {
	width: 100%;
	height: 100%;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.char-tabs-cont a * {
	color: #FF8400;
}

.char-tabs-cont a:hover i {
	transform: scale(1.1);
}

.char-tabs-cont h1 {
	font-size: 0.3rem;
}

.char-tabs-cont h4 {
	font-size: 0.16rem;
	margin: 0.18rem 0 0.46rem;
}

.char-tabs-cont i {
	font-size: 0.5rem;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 0.17rem;
}

/*农职特色 end*/
/*学院风光*/
.school-container {
	width: 100%;
	height: 6.86rem;
	display: flex;
	justify-content: space-between;
}

.school-left {
	width: 58.7%;
	height: 100%;
	position: relative;
}

.school-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.school-swiper a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.school-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbs {
	width: 2.82rem;
	height: 1.64rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.thumbs > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.school-btn {
	width: 0.64rem;
	height: 0.32rem;
	background: #00785A;
	position: absolute;
	right: 0.17rem;
	bottom: 0.19rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.school-btn i {
	display: inline-block;
	width: 0.01rem;
	height: 0.14rem;
	background: url("/materialpub/images/line-dashed.png") no-repeat center center;
	margin: 0 0.12rem;
}

.school-btn .school-button-prev, .school-btn .school-button-next {
	background: url("/materialpub/images/school-btn-jt.png") no-repeat center center;
	background-size: cover;
	position: initial;
	margin: 0;
	width: 0.11rem;
	height: 0.2rem;
	position: static;
}

.school-btn .school-button-next {
	transform: rotate(180deg);
}

.school-right {
	width: 40.421%;
	height: 100%;
	position: relative;
}

.school-right:before, .school-right:after {
	content: "";
	width: 100%;
	height: 5.5rem;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.school-right:before {
	background: url("/materialpub/images/school-img.png") no-repeat center top;
}

.school-right:after {
	background: rgba(0, 120, 90, 0.8);
}

.school-brief {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0.84rem;
	width: 100%;
	height: 3.7rem;
	background: url("/materialpub/images/brief-bg.png") no-repeat center bottom;
}

.school-brief h2 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(225, 225, 225, 0) 80%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-size: 0.3rem;
	font-weight: bold;
}

.school-brief h1 {
	font-size: 0.3rem;
	font-weight: bold;
	color: #FFFFFF;
}

.school-brief i {
	display: inline-block;
	font-size: 0.38rem;
	color: #FFFFFF;
	margin-top: 0.1rem;
	transition: all 0.3s ease-in-out 0s;
}

.school-brief:hover i {
	transform: translateX(0.2rem);
}

.school-right-layout {
	width: 100%;
	height: 3.16rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.school-right-layout img {
	width: 100%;
	height: 100%;
}

.school-right-layout img:nth-child(1) {
	/*width: 70.4%;*/
	width: calc(50% - 12px);
}

.school-right-layout img:nth-child(2) {
	/*width: 26.91%;*/
	width: calc(50% - 12px);
}

/*学院风光 end*/
/*专题专栏*/
.special-container {
	width: 100%;
	height: 4.93rem;
	position: relative;
}

.special-container:before, .special-container:after {
	content: "";
	width: 50%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
}

.special-container:before {
	left: 0;
	background: #F4F4F4;
}

.special-container:after {
	right: 0;
	background: #FFFFFF;
}

.special-wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 0.8rem 0 1.13rem;
}

.special-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.4rem;
	margin-bottom: 0.48rem;
	position: relative;
}

.special-top h4 {
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
}

.special-top a {
	font-size: 0.14rem;
	color: #878787;
}

.special-btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.special-btn .special-button-prev, .special-btn .special-button-next {
	background-image: none;
	position: initial;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.18rem;
	position: static;
}

.special-btn .special-button-prev {
	background: #FFFFFF;
	transform: rotate(180deg);
}

.special-btn .special-button-next {
	background: #D8D8D8;
}

.special-cont {
	width: 100%;
	height: 2.1rem;
}

.special-swiper {
	width: 100%;
	height: 100%;
}

.special-swiper a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.special-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*专题专栏 end*/
@media screen and (max-width: 1366px) {
	.header-container {
		height: 7.62rem;
	}

	.char-tabs li {
		margin-right: 0.2rem;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
	.header-search button i {
		font-size: 0.24rem;
	}

	.header-search input {
		font-size: 0.2133333333rem;
	}

	.notice-cont h4 {
		font-size: 0.24rem;
	}

	.notice-cont .more_fr i {
		font-size: 0.4rem;
	}

	.notice-swiper {
		width: calc(100% - 2.5rem);
	}

	.notice-swiper a {
		font-size: 0.2133333333rem;
	}

	.notice-container {
		padding: 0 0.5rem;
	}

	.news-left h4 a {
		font-size: 0.4rem;
	}

	.news-tabs a {
		font-size: 0.2133333333rem;
	}

	.news-list .list-text h4 {
		font-size: 0.2133333333rem;
	}

	.news-list .list-text p, .news-list .list-text span {
		font-size: 0.1866666667rem;
	}

	.talk-container h4 a {
		font-size: 0.4rem;
	}

	.talk-container > p {
		font-size: 0.2133333333rem;
	}

	.talk-swiper p {
		font-size: 0.2133333333rem;
	}

	.char-top h4 a {
		font-size: 0.4rem;
	}

	.char-tabs li a {
		font-size: 0.2133333333rem;
	}

	.char-title {
		font-size: 0.2133333333rem;
	}
}

@media screen and (max-width: 1152px) {
	.news-container {
		height: auto;
	}

	.news-layout {
		flex-direction: column;
	}

	.news-left, .news-right {
		max-width: 100%;
	}

	.news-right {
		margin-top: 0.4rem;
	}

	.news-swiper {
		height: 8.28rem;
	}

	.news-tabs {
		justify-content: flex-start;
	}

	.news-tabs a {
		font-size: 0.2rem;
	}

	.char-container {
		height: auto;
	}

	.char-layout {
		flex-direction: column;
	}

	.char-left {
		width: 100%;
		justify-content: space-between;
	}

	.char-cont {
		width: 49%;
		margin-right: 0;
	}

	.char-right {
		width: 100%;
		margin-top: 0.4rem;
	}

	.char-tabs {
		justify-content: flex-start;
	}

	.char-tabs li a {
		font-size: 0.2rem;
	}

	.char-tabs-cont > div {
		background-size: cover;
	}

	.school-container {
		height: auto;
		flex-direction: column;
	}

	.school-left {
		width: 100%;
		height: 6.88rem;
	}

	.school-right {
		width: 100%;
		margin-top: 0.4rem;
	}
}

@media screen and (max-width: 1024px) {
	.news-swiper {
		height: 7.17rem;
	}
}

@media screen and (max-width: 996px) {
	.news-swiper {
		height: 6.02rem;
	}

	.talk-container {
		height: 7rem;
	}
}

@media screen and (max-width: 800px) {
	.header-container {
		height: 5.33rem;
	}

	.notice-container {
		padding: 0 0.2rem;
	}

	.news-swiper {
		height: 5.55rem;
	}

	.school-left {
		height: 4.67rem;
	}
}

@media screen and (max-width: 768px) {
	.news-tabs li {
		margin-right: 0.2rem;
	}

	.char-cont {
		height: auto;
	}

	.char-cont img {
		height: 1.94rem;
	}

	.talk-container > p {
		box-sizing: border-box;
		padding: 0 0.4rem;
	}

	.thumbs {
		width: 2rem;
		height: 1.2rem;
	}

	.char_fr_info {
		padding: 0.2rem;
	}
}

@media screen and (max-width: 616px) {
	.header-container {
		height: 5rem;
	}

	.header-pagination .swiper-pagination-bullet {
		width: 0.6rem;
	}

	.news-swiper {
		height: 4.4rem;
	}

	.news-list .list-text h4 {
		width: 100%;
	}

	.talk-container {
		height: auto;
		box-sizing: border-box;
		padding-bottom: 0.2rem;
	}

	.talk-wrapper {
		height: 3rem;
	}

	.talk-swiper a {
		width: 1.2rem;
	}

	.talk-swiper .talk-box {
		width: 1.2rem;
		height: 1.2rem;
	}

	.char-cont {
		width: 100%;
	}

	.char-cont:last-child {
		margin-top: 0.4rem;
	}

	.char-cont img {
		height: 3.25rem;
	}

	.school-left {
		height: 4.53rem;
	}

	.school-brief {
		height: 2.7rem;
	}

	.school-right-layout {
		height: 2.4rem;
	}

	.char-top {
		flex-direction: column;
	}

	.char-top h4 {
		margin-bottom: 0;
		align-self: flex-start;
	}

	.char-tabs {
		align-self: flex-end;
	}
}

@media screen and (max-width: 578px) {
	.news-tabs li a, .char-tabs li a {
		font-size: 0.16rem;
	}
}

@media screen and (max-width: 515px) {
	.header-container {
		height: 4.2rem;
	}

	.news-swiper {
		height: 3.68rem;
	}

	.news-list li .list-text {
		width: 100%;
	}

	.news-list li img {
		display: none;
	}

	.char-cont img {
		height: 1.94rem;
	}

	.school-left {
		height: 3.1rem;
	}

	.school-brief {
		height: 1.7rem;
		padding: 0 0.2rem;
	}

	.school-right-layout {
		height: 1.8rem;
	}
}

@media screen and (max-width: 475px) {
	.news-tabs, .char-tabs {
		flex-wrap: wrap;
	}

	.news-tabs li, .char-tabs li {
		margin-right: 0.1rem;
		margin-top: 0.1rem;
	}

	.thumbs {
		width: 1.3rem;
		height: 0.8rem;
	}

	.notice-cont {
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0.1rem 0;
		align-items: flex-start;
	}

	.notice-container {
		height: 1rem;
	}

	.header-pagination {
		bottom: 1.1rem !important;
	}

	.notice-cont h4 {
		/*width: 100%;*/
		width: .28rem;
		color: transparent;
		height: .7rem;
	}

	.header-container {
		height: 3.4rem;
	}

	.header-wrapper {
		height: 1rem;
	}

	.notice-cont h4 i {
		color: #FFFFFF;
	}

	.notice-swiper {
		/*width: 70%;*/
		width: 67%;
		height: 0.3rem;
	}

	.notice-swiper a {
		line-height: 0.3rem;
	}

	.news-swiper {
		max-height: 3.68rem;
		/*height: auto;*/
		height: 2.6rem;
	}

	.char-tabs-cont > div {
		height: 3.75rem;
	}

	.news-swiper p {
		height: auto;
	}

	.news-swiper p span {
		font-size: .16rem;
		height: auto;
		max-height: .42rem;
	}
}

@media screen and (max-width: 375px) {
	.school-left {
		height: 2.21rem;
	}

	.school-right-layout {
		height: 1.61rem;
	}

	.special-top h4 {
		font-size: 0.24rem;
	}

	.special-btn .special-button-prev, .special-btn .special-button-next {
		margin: 0 0.05rem;
	}
}