@charset "UTF-8";
@import "global.css";
@import "swiper.min.css";

.header-container {
	width: 100%;
	height: 650px;
	position: relative;
	/*    &:before{
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			display: inline-block;
			background: linear-gradient(180deg, rgba(43,99,182,0.37) 0%, rgba(216,216,216,0.00) 100%);
			z-index: 2;
			bottom: 0;
			left: 0;
		}*/
}

.newsInfo {
	width: 100%;
	height: 679px;
	background: url("../images/news-info-bg.png") no-repeat center top;
    
   /* background: url("../banner/nomic.png") no-repeat center top;*/
	background-size: cover;
	margin-top: -122px;
	box-sizing: border-box;
	padding: 6.5rem 0 47px;
	position: relative;
	z-index: 2;
}

.newsInfoWrap {
	width: 90vw;
	height: 100%;
	margin: 0 auto;
}
.infoOpenListB{
	display: none;
}
.headlines {
	max-width: 85vw;
	width: 100%;
	height: 105px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headlines-text {
	text-align: center;
	width: calc(100% - 92px - 90px);
}

.headlines-text h2 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.headlines-text p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsInfoLayout {
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: space-between;
	margin-top: 37px;
}

.newsInfoLayout > div {
	border-radius: 6px;
	overflow: hidden;
}

.newsInfoLeft {
	width: 48%;
	height: 100%;
}




.newsSwiper img {
	width: 100%;
	height: 491px;
	object-fit: cover;
	display: block;
}

.newsSwiper a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.newsSwiperText {
	background: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	height: 110px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
}

.newsSwiperText h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 15px 0 10px;
}

.newsSwiperText p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsSwiper-pagination {
	bottom: 20px !important;
	width: auto !important;
	left: 50% !important;
	transform: translateX(-50%);
	display: inline-block;
}

.newsSwiper-pagination .swiper-pagination-bullet {
	border-radius: 6px;
	width: 36px;
	height: 6px;
	opacity: 1;
	background: #D8D8D8;
	margin: 0 2px !important;
}

.newsSwiper-pagination .swiper-pagination-bullet-active {
	background:rgba(163,4,7,1.00);
}

.newsInfoRight {
	width: 50%;
	height: auto;
	background: #FFFFFF;
    box-shadow: 0 2px 10px 0px rgba(216, 216, 216, 0.29);
}

.news-tabs {
	display: flex;
	height: 85px;
	width: 100%;
	background: rgba(213,11,15,0.22);
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 8px 17px;
	box-shadow: 0 2px 10px 0px rgb(216, 216, 216);
}

.news-tabs li {
	width: 25%;
	height: 100%;
	position: relative;
}
/*
.news-tabs li:after {
	content: "";
	width: 0;
	height: 0;
	display: none;
	position: absolute;
	border-top: 8px solid rgba(163,4,7,1.00);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
} */

.news-tabs li.on {
	/*background: url("../images/newTabsBg.png") no-repeat center center;*/
}

.news-tabs li.on a {
	color:#C50509;
}

.news-tabs li.on:after {
	display: inline-block;
}

.news-tabs a {
	font-weight: bold;
	color: #c50509;
	font-size: 24px;
	width: 100%;
	height: 100%;
	line-height: 69px;
	text-align: center;
	display: inline-block;
}

.news-list ul {
	width: 100%;
	display: none;
	box-sizing: border-box;
	padding: 12px 30px 0;
	box-shadow: 0 2px 10px 0px rgba(216, 216, 216, 0.29);
	height: 432px;
}

.news-list ul.on {
	display: inline-block;
}

.news-list li {
	border-bottom: 1px dashed #D3D3D3;
	box-sizing: border-box;
	height: 20%;
	padding: 10px 0;
}

/*
.news-list li:last-child {
	border-bottom: none;
} */

.news-list li:hover a > p {
	color: #c50909;
}

.news-list li:hover .news-time span, .news-list li:hover .news-time p {
	color: #c50909;
}
.news-list li p a:hover{color: #c50909;}

.news-list a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news-list a > p {
	box-sizing: border-box;
	width: calc(100% - 98px);
	padding-left: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 6px;
	transition: all 0.3s ease-in-out 0s;
	height: 58px;
}

.news-time {
	text-align: center;
	width: 98px;
	position: relative;
	box-sizing: border-box;
	padding-right: 7px;
}

.news-time:after {
	content: "";
	width: 1px;
	height: 55px;
	display: inline-block;
	position: absolute;
	border-right: 1px dashed #E2E2E2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news-time span {
	font-size: 36px;
	color: #999999;
	font-weight: bold;
	display: inline-block;
	height: 36px;
	transition: all 0.3s ease-in-out 0s;
}

.news-time p {
	font-size: 16px;
	color: #999999;
	transition: all 0.3s ease-in-out 0s;
}






.zf-info {
	display: flex;
	height: 80px;
}

.zf-info li {
	width: 33.3333333333%;
	text-align: center;
}

.zf-info li:hover span {
	color: #1B55AC;
}

.zf-info a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zf-info span {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	display: inline-block;
	margin-left: 23px;
	transition: all 0.3s ease-in-out 0s;
}

.governmentInfo {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding-bottom: 65px;
}

.government-tabs {
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #E0E7F3;
	margin-top: 22px;
}

.swiper-tabs {
	width: 1440px;
	margin: 0 auto;
	height: 100%;
}

.swiper-tabs .swiper-slide {
	background: #F8F9FC;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.swiper-tabs .swiper-slide a {
	display: inline-block;
	width: 265px;
	height: 70px;
	font-size: 30px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	background: url("../images/swiper-bg.png") no-repeat center center;
}

.swiper-tabs .swiper-slide img {
	margin-right: 15px;
}

.swiper-tabs .swiper-slide.active a {
	background: url("../images/swiper-active-bg.png") no-repeat center center;
	color: #1B55AC;
}

.swiper-tabs .swiper-slide.active:after {
	width: 100%;
}

.swiper-tabs .swiper-slide:after {
	content: "";
	width: 0;
	height: 3px;
	display: inline-block;
	position: absolute;
	background: #1B55AC;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
}

.government-cont {
	max-width: 1460px;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.swiper-cont {
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
	width: 1440px;
	height: auto;
	margin-top: 46px;
}

.open-layout {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 38px 24px 24px;
}

.open-left {
	width: 784px;
	height: 100%;
}

.lookForSearch {
	display: flex;
	align-items: center;
	height: 40px;
	margin-top: 20px;
}

.lookForSearch > label {
	font-size: 24px;
	color: #1B55AC;
	font-weight: bold;
}

.lookForSearch button {
	border: none;
	outline: none;
	background: #1B55AC;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	width: 110px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

.lookForSearch input {
	height: 100%;
	border: 1px solid #D4D4D4;
	text-align: center;
	font-size: 16px;
	outline: none;
	width: calc(100% - 110px - 96px);
	box-sizing: border-box;
}

.lookForSearch input:focus {
	outline: none;
}

.lookForSearch input::placeholder {
	font-size: 16px;
	color: #666666;
}

.open-right {
	width: 586px;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
	background: #FAFAFA;
	border-radius: 6px;
	overflow: hidden;
}

.openInfoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.openInfoList li {
	max-width: 260px;
	width: 100%;
	height: 72px;
	border: 1px solid rgba(209, 220, 238, 0.75);
	margin-bottom: 23px;
	border-radius: 5px;
	background: url("../images/infoOpenList_bg.png") no-repeat left bottom, #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
}

.openInfoList li:nth-child(5), .openInfoList li:nth-child(6) {
	margin-bottom: 0;
}

.openInfoList li:hover {
	background-color: #1B55AC;
}

.openInfoList li:hover span {
	color: #FFFFFF;
}

.openInfoList a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.openInfoList span {
	line-height: 24px;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	width: 120px;
	box-sizing: border-box;
	padding-left: 12px;
}

.infoOpenSwiper {
	width: 100%;
	height: 222px;
	background: linear-gradient(180deg, rgba(44, 100, 184, 0.74) 15%, rgba(44, 100, 184, 0.23) 99%, rgba(44, 100, 184, 0.05) 100%);
	box-sizing: border-box;
	padding: 0 65px;
	position: relative;
}

.infoOpenSwiper h4 {
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0;
}

.infoOpenSwiper h4 a {
	font-size: 24px;
	color: #FFFFFF;
}

.infoOpenSwiper .infoOpenPrev, .infoOpenSwiper .infoOpenNext {
	top: 60%;
}

.infoOpenSwiper .infoOpenPrev {
	background-image: url("../images/info-open-prev.png");
	left: 25px;
}

.infoOpenSwiper .infoOpenNext {
	background-image: url("../images/info-open-next.png");
	right: 25px;
}

.swiper-infoOpen .swiper-slide {
	background-color: #FFFFFF;
	height: 126px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 14px 25px;
}

.infoOpenTop {
	display: flex;
	align-items: center;
}

.infoOpenTop h5 {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-left: 15px;
}

.infoOpenList {
	display: flex;
	flex-wrap: wrap;
}

.infoOpenList a {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.infoOpenList li {
	margin-right: 18px;
}

.governmentServe {
	box-sizing: border-box;
	padding: 30px 28px;
}

.serveList {
	display: flex;
	justify-content: space-between;
}

.serveList > li {
	max-width: 325px;
	height: 125px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(209, 220, 238, 0.75);
	background: #FDFDFD;
	border-radius: 5px;
	overflow: hidden;
	padding: 12px 20px;
	transition: all 0.3s ease-in-out 0s;
}

.serveList > li:hover {
	background: #1B55AC;
}

.serveList > li:hover .serveTop p {
	color: #FFFFFF;
}

.serveList > li:hover .serveTop p span {
	color: #FFFFFF;
}

.serveList > li:hover .serveSubList a {
	color: #FFFFFF;
}

.serveTop {
	display: flex;
	align-items: center;
}

.serveTop img {
	margin-right: 18px;
}

.serveTop p {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.serveTop p span {
	color: #0D59A7;
}

.serveSubList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.serveSubList li {
	max-width: 94px;
	width: 100%;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.serveSubList a {
	color: #333333;
	font-size: 16px;
}

.serveLayout {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.serveLayout > div {
	width: 670px;
}

.serve-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.serve-title h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.serve-title h4 span {
	color: #1B55AC;
}

.serve-title a {
	font-size: 16px;
	color: #9E9E9E;
}

.infoDataList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.infoDataList li {
	width: 50%;
	box-sizing: border-box;
	padding-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.infoDataList li:hover a {
	color: #1B55AC;
}

.infoDataList a {
	line-height: 42px;
	color: #333333;
	font-size: 18px;
	transition: all 0.3s ease-in-out 0s;
}

.policy-list {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}

.policy-list li {
	border-radius: 5px;
	height: 125px;
	max-width: 325px;
	width: 100%;
	overflow: hidden;
}

.policy-list a {
	display: inline-block;
}

.policy-list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.letter-cont {
	box-sizing: border-box;
	padding: 35px;
}

.letter-layout {
	display: flex;
	justify-content: space-between;
}

.letter-layout:nth-child(2) {
	margin-top: 18px;
}

.letter-list {
	display: flex;
}

.letter-list li {
	width: 60px;
	height: 255px;
	border: 1px solid rgba(209, 220, 238, 0.75);
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background: #FDFDFD;
	margin-right: 26px;
	transition: all 0.3s ease-in-out 0s;
}

.letter-list li:last-child {
	margin-right: 0;
}

.letter-list li:hover {
	background: #1B55AC;
}

.letter-list li:hover i, .letter-list li:hover span {
	color: #FFFFFF;
}

.letter-list a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.letter-list i {
	font-size: 36px;
	color: #1B55AC;
}

.letter-list span {
	font-size: 20px;
	color: #1B55AC;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	text-align: center;
	margin-top: 16px;
}

.letter-left {
	width: 320px;
}

.letter-right {
	width: calc(100% - 320px - 48px);
}

.letter-table {
	width: 100%;
	margin-top: 10px;
}

.letter-table thead {
	height: 44px;
	line-height: 44px;
	background: #F4F8FA;
}

.letter-table thead th {
	background: #F4F8FA;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.letter-table tbody tr td {
	text-align: center;
	font-size: 16px;
	color: #666666;
	transition: all 0.3s ease-in-out 0s;
}

.letter-table tbody tr td:first-child {
	text-align: left;
}

.letter-table tbody tr:hover td {
	color: #1B55AC;
}

.letter-table tbody tr:hover td a {
	color: #1B55AC;
}

.letter-table tbody a {
	line-height: 42px;
	color: #333333;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.letter-title a {
	color: #666666;
}

.letters-visits {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.letters-visits a {
	display: inline-block;
	width: 100%;
	height: 70px;
	margin-bottom: 14px;
}

.letters-visits a:last-child {
	margin-bottom: 0;
}

.letters-visits img {
	width: 100%;
	height: 100%;
}

/*
*author:Mr.Zhu
*title:互动交流 修改
*describe:
*date:2023-04-10 16:13:49
*/
.letter-layout-b {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.letter-left-b {
	width: 300px;
	height: 100%;
	position: relative;
}

.letter-left-b .letter-swiper {
	width: 100%;
	height: 524px;
}

.letter-left-b .letter-swiper a {
	display: inline-block;
	border-radius: 6px;
	overflow: hidden;
}

.letter-left-b .letter-swiper img {
	width: 100%;
	height: 115px;
	object-fit: cover;
}

.letter-left-b .swiper-slide {
	border-radius: 6px;
	overflow: hidden;
}

.letter-left-b .letter-swiper-prev, .letter-left-b .letter-swiper-next {
	background: url("../images/dbx.png") no-repeat center center;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 16px;
	margin: 0;
	top: auto;
}

.letter-left-b .letter-swiper-prev {
	top: 4px;
}

.letter-left-b .letter-swiper-next {
	bottom: 4px;
	transform: translateX(-50%) rotate(180deg);
}

.letter-center-b {
	width: 690px;
	height: auto;
}

.letter-center-top {
	width: 100%;
	height: 115px;
	background: linear-gradient(180deg, rgba(44, 100, 184, 0.74) 15%, rgba(44, 100, 184, 0.23) 99%, rgba(44, 100, 184, 0.05) 100%);
	box-sizing: border-box;
	padding: 0 30px 0 40px;
	display: flex;
	align-items: center;
	border-radius: 6px 6px 0 0;
}

.letter-center-top h1 {
	line-height: 48px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.letter-center-top h1:after {
	content: "";
	width: 56px;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFFFFF;
}

.letter-center-box {
	box-sizing: border-box;
	padding-left: 45px;
}

.letter-fun {
	display: flex;
	align-items: center;
}

.letter-fun a {
	color: #FFFFFF;
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.letter-fun a i {
	display: inline-block;
	font-size: 34px;
	margin-right: 12px;
}

.letter-fun a span {
	font-size: 20px;
}

.letter-fun a:last-child {
	margin-right: 0;
}

.letter-info {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.letter-info span {
	color: #1B55AC;
}

.letter-info p {
	margin: 0 5px;
}

.letter-box {
	width: 100%;
	height: 218px;
	box-sizing: border-box;
	border: 1px solid #CEDBEF;
	border-top: none;
	box-sizing: border-box;
	padding: 18px 22px 10px 28px;
}

.letter-title-a h4 {
	border-bottom: 2px solid #1B55AC;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.letter-title-a a {
	color: #1B55AC;
}

.solicitation {
	margin-top: 0px;
	box-sizing: border-box;
	border: 1px solid #CEDBEF;
	border-top: none;
	padding: 10px 22px 10px 28px;
}

.solicitation-list li {
	margin-top: 10px;
}

.solicitation-list p {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	color: #333333;
	font-size: 18px;
}

.solicitation-list a {
	display: inline-block;
	width: 100%;
	height: auto;
}

.solicitation-list .solicitation-info {
	display: flex;
}

.solicitation-list .solicitation-info span {
	margin-right: 20px;
	line-height: 22px;
	color: #999999;
	font-size: 16px;
}

.solicitation-list .solicitation-info span:last-child {
	margin-right: 0;
}

.solicitation-list .solicitation-info span.start {
	color: #1B55AC;
}

.letter-right-b {
	width: 300px;
	height: auto;
}

.newMedia-zw {
	display: inline-block;
	width: 100%;
	height: 120px;
	border-radius: 6px;
	overflow: hidden;
}

.newMedia-zw img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hotline-fw {
	width: 100%;
	box-sizing: border-box;
	padding-top: 28px;
}

.hotline-fw h4 {
	font-size: 24px;
	color: #1B55AC;
	font-weight: bold;
	border-bottom: 2px solid #1B55AC;
	display: inline-block;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.tempWrap {
	margin-top: 30px;
}

.hotline-list li {
	line-height: 30px;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
	height: auto;
}

/*end*/
.solicitation-title {
	display: flex;
	justify-content: space-between;
}

.solicitation-title h4 {
	height: 45px;
	color: #1B55AC;
	display: inline-block;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 2px solid #1B55AC;
}

.introduction {
	width: 100%;
	height: 675px;
	background: url("../images/introduction_bg.png") no-repeat center center;
}

.introduction-layout {
	width: 1440px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 0;
}

.introduction-left {
	align-self: flex-start;
	position: relative;
	width: 597px;
	box-sizing: border-box;
	padding-top: 20px;
}

.introduction-left > img {
	/*   position: absolute;
	  left: 0;
	  top: 0;*/
}

.briefTitle {
	font-size: 16px;
	display: inline-block;
	margin-top: 138px;
	margin-left: 246px;
}

.briefTitle span {
	text-transform: uppercase;
	color: #333333;
}

.briefTitle h4 {
	color: #000000;
	line-height: 28px;
}

.briefCont {
	width: 490px;
	height: 122px;
	background: rgba(255, 255, 255, 0.38);
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 18px 20px;
	margin-left: 30px;
	margin-top: -83px;
	text-align: right;
	position: relative;
}

.briefCont p {
	line-height: 24px;
	color: #000000;
	font-size: 14px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: left;
	height: 72px;
}

.briefCont .more {
	line-height: 24px;
	color: #000000;
	font-size: 12px;
}

.briefCont .more img {
	margin-left: 10px;
}

.introduction-right {
	display: flex;
	align-items: center;
}

.introduction-right > li {
	width: 240px;
	height: 470px;
	background: #DDE9F9;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	margin-right: 46px;
}

.introduction-right > li:last-child {
	margin-right: 0;
}

.introduction-right > li h4 {
	width: 40px;
	height: 140px;
	background: rgba(27, 85, 172, 0.2);
	border-radius: 0 0 40px 40px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 10px 0;
	color: #333333;
	font-size: 20px;
	position: relative;
	z-index: 999;
	transition: all 0.3s ease-in-out 0s;
}

.introduction-right > li h4 span {
	color: #1B55AC;
	transition: all 0.3s ease-in-out 0s;
}

.introduction-right > li > img {
	margin: 15px 0;
}

.introduction-right > li .more {
	font-size: 18px;
	line-height: 42px;
	color: #1B55AC;
	display: none;
	position: relative;
	z-index: 999;
}

.introduction-right > li:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	background: url("../images/decorativePattern-top.png") no-repeat left top;
	left: 0;
	top: 0;
}

.introduction-right > li:after {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	background: url("../images/decorativePattern-bottom.png") no-repeat right bottom;
	bottom: 0;
	right: 0;
}

.introduction-right > li:hover {
	height: 525px;
	background: #fff;
}

.introduction-right > li:hover .more {
	display: block;
}

.introduction-right > li:hover h4 {
	height: 147px;
	background: rgba(27, 85, 172, 0.75);
	color: #FFFFFF;
}

.introduction-right > li:hover h4 span {
	color: #FFFFFF;
}

.introduction-list {
	position: relative;
	z-index: 999;
	text-align: center;
}

.introduction-list a {
	line-height: 42px;
	color: #333333;
	font-size: 18px;
}

/*学生风采*/

.pad1{ overflow: hidden;}

.tit1c{ margin-top: 3rem; justify-content: center; align-items: center;}

.tit1c{margin-bottom: 2rem; align-items: center;}
.tit1c .llw{ align-items: center}
.tit1c .ll{font-size: 3rem;color: #fff;margin-right: .6rem;}
.tit1c .ll  i{display: block;width: 4.3rem;height: 4.3rem;text-align: center;line-height: 4rem;color: #fff;font-size: 2.5rem;position: relative;}
.tit1c .ll  i:after{content: '';width: 4rem;height: 4rem;position: absolute;left: 0;top: 0;border-radius: 50%;border: 1px dashed #fff;-webkit-animation: rotate 2s linear infinite;  animation: rotate 35s linear infinite;}

.tit1c .rr span{ display: inline-block; font-size: 2.05em; color: #fff;  position: relative;}


.tit1c .rr span:before{content: "";position: absolute;left: 118%;top: 50%;margin-top: -1px;width: 100vw;height: 1px;background: #fff;opacity: .24;}

.tit1c h3{font-size: 2rem;color: #fff;font-weight: 600;}


.tit1{align-items: center;margin: 0 2rem 3rem 2rem;}
.tit1 .llw{ align-items: center}
.tit1 .ll{font-size: 3rem;color: #B30C0C;margin-right: .6rem;}
.tit1 .ll  i{display: block;width: 4.3rem;height: 4.3rem;text-align: center;line-height: 4rem;color: #B30C0C;font-size: 2.5rem;position: relative;}
.tit1 .ll  i:after{content: '';width: 4rem;height: 4rem;position: absolute;left: 0;top: 0;border-radius: 50%;border: 1px dashed #B30C0C;-webkit-animation: rotate 2s linear infinite;  animation: rotate 35s linear infinite;}

.tit1 .rr span{ display: inline-block; font-size: 2.05em; color: #B30C0C;  position: relative;}

.iconfont{font-size: inherit;}
.tit1 .rr span:before{content: "";position: absolute;left: 118%;top: 50%;margin-top: -1px;width: 100vw;height: 1px;background: #B30C0C;opacity: .24;}


.tit1 h6{ position: relative; overflow: hidden; margin-bottom: .4rem}
.tit1 h3{font-size: 2rem;color: #B30C0C;font-weight: 600;}
.shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=90,Color='#999999')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
  -moz-box-shadow: 1px 1px 10px #999;
  -webkit-box-shadow: 1px 1px 10px #999;
  box-shadow: 1px 1px 10px #999
}
.opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1
}
.l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.25
}
.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.l4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}
.l5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}
.l6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical
}
.l7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical
}




.slow {
  overflow: hidden;
}
img {
  vertical-align: middle
}
.img {
  position: relative;
  width: 100%
}
.slow {
  overflow: hidden;
}
.img .imgLi {
  padding-bottom: 60%;
  transition: .5s;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important
}
.imgBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.none {
  display: none !important
}





.XueShenFenCai{background: url(../images/nomic.png) center no-repeat ;background-size: 100% 100% !important;}
.XueShenFenCai .tit1{justify-content: space-between;margin-bottom: 2rem;}
.list11Box{width: calc((100vw - 1440px)/2 + 112%);padding: .5rem 0 2.5rem ;margin-left:-1.5rem;}
.list11 li .a{display: block;box-shadow: 0px 4px 2.5rem 0px rgba(5, 74, 83, 0.31);background: #fff;position: relative;z-index: 1;overflow: hidden;}
.list11 li .a:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #BB0E0E; z-index: 1; transform: translateY(101%); transition: .5s; opacity: 0;}
.list11 li .txt{ height: 15.4rem;display: flex;flex-direction: column;justify-content: center;padding: 0 1.5rem; position: relative; z-index: 1}
.list11 li .txt h6{height: 3.8rem}
.list11 li .txt h6 img{max-height: 3.8rem;max-width: 100%;}
.list11 li .txt h4{ margin: 1rem 0 1.5rem}
.list11 li .line{ width: 3.6rem; height: .2rem; background: #fff}
.list11 li .top{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; padding: 13.2rem 4rem 0; transform: translateY(101%); transition: .5s; opacity: 0;}
.list11 li .top p{ color: #fff; margin-bottom: 3rem}
.more3{ width: 13.7rem; height: 4rem; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50vw; font-size: 1.4rem; color: #BB0E0E}
.more3 img{ margin: 0 0 0 2rem; height: 1.5rem}
.list11Box .swiper-scrollbar{height: .3rem;background: none;z-index: 1;position: relative;bottom: 0;margin-top: 3.8rem;}
.list11Box .swiper-scrollbar:before{content:"";position: absolute;top: 50%;height: 1px;background: #dddedf;margin: -.5px 0 0;left: 0;right: 0;z-index: -1;}
.list11Box .swiper-scrollbar .swiper-scrollbar-drag{background: #BB0E0E;}

@media(max-width: 800px){
	

    .pad1{ padding: 4rem 0;}
.list11 li .txt{padding: 0 1rem;height: 10rem;padding-top: 1rem;}
    .list11Box .swiper-scrollbar{ margin-top: 4rem}

    .XueShenFenCai{ padding-bottom: 0}

}
@media(max-width: 1024px){
	
.list11Box{ width: 100%;margin-left:0;}

}

@media(min-width: 1199px){
	.a:hover .slow .imgLi, dl:hover .slow .imgLi, .slow:hover img{ transform: scale(1.08); transition: transform 1s cubic-bezier(0.25, 0, 0, 1);}
    
    .a:hover .h4s2, .a:hover .h4s1{ color: #9A0608;}

.more2 .a1:hover{background: url(../images/more2_b1_on.png) center no-repeat; letter-spacing: .02rem; color: #9A0608;}
.list11Box{ margin-left:0;}
 .list11 li .a:hover h4{ color: #fff}
    .list11 li .a:hover:before{ transform: translateY(0); opacity: 1;}
    .list11 li .a:hover .top{ transform: translateY(0); opacity: 1;}
    
}











.specialColumnWrap {
	width: 100vw;
	height: 490px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 26px 0;
	position: relative;
   background-color: #F0F2F5;

}

.specialColumnWrap .tit1{justify-content: space-between;margin-bottom: 2rem;}
.specialColumnWrap h4 {
	width: 354px;
	height: 94px;
	background: url("../images/specialColumnTitBg.png") no-repeat center center;
	display: inline-block;
	font-size: 2.05em;
	font-weight: bold;
	line-height: 94px;
}

.specialColumnWrap h4 a {
	color: #1B55AC;
}

.specialColumnWrap .specialColumnPrev, .specialColumnWrap .specialColumnNext {
	background-image: none;
	text-align: center;
	width: 35px;
	height: 76px;
}

.specialColumnWrap .specialColumnPrev .iconfont, .specialColumnWrap .specialColumnNext .iconfont {
	font-size: 76px;
	color: rgba(105, 105, 105, 0.33);
	transition: all 0.3s ease-in-out 0s;
}

.specialColumnWrap .specialColumnPrev .iconfont:hover, .specialColumnWrap .specialColumnNext .iconfont:hover {
	color: #9A0608;
}

.specialColumnWrap .specialColumnPrev {
	left: -45px;
}

.specialColumnWrap .specialColumnNext {
	right: -8px;
}

.specialColumnSwiper {
	box-sizing: border-box;
	padding: 26px !important;
}

.specialColumnSwiper .swiper-slide {
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	overflow: hidden;
}

.specialColumnSwiper p {
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	padding: 0 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
}

.specialColumnSwiper img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	border-radius: 6px;
}

.specialColumnPagination {
	left: 50%;
	transform: translateX(-50%) !important;
	width: 100%;
}

.specialColumnPagination .swiper-pagination-bullet {
	width: 71px;
	height: 5px;
	border-radius: 50px;
	margin: 0 5px;
	background: #D8D8D8;
	opacity: 1;
}

.specialColumnPagination .swiper-pagination-bullet-active {
	background: #9A0608;
}

.seniors_zw{
	display: none;
}

@media screen and (max-width: 1440px) {
	.newsInfoWrap, .swiper-tabs, .swiper-cont, .introduction-layout, .specialColumnWrap {
		width: 90vw;
	}

	.newsInfoLeft {
		width: 48%;
	}

	.newsInfoRight {
		width: 50%;
	}

	.open-right {
		width: 480px;
	}

	.openInfoList li {
		width: calc(50% - 10px);
	}

	.open-left {
		width: 645px;
	}

	.swiper-infoOpen .swiper-slide {
		padding: 14px;
	}

	.serveList > li {
		padding: 12px;
		max-width: 275px;
	}

	.serveSubList li {
		max-width: 83px;
	}

	.serveLayout > div {
		width: 560px;
	}

	.infoDataList li {
		padding-right: 15px;
	}

	.policy-list li {
		max-width: 275px;
	}

	.introduction-right > li {
		width: 200px;
		margin-right: 15px;
	}

	.introduction-left {
		width: 550px;
	}

	.letter-center-b {
		width: calc(100% - 550px);
	}

	.letter-right-b {
		width: 260px;
	}

	.letter-cont {
		padding: 20px;
	}

	.letter-left-b {
		width: 260px;
	}

	.letter-center-box {
		padding-left: 20px;
	}

	.letter-center-top {
		padding: 0 10px;
	}

	.letter-center-top h1 {
		display: none;
	}

	.letter-fun a span {
		font-size: 16px;
	}

	.hotline-list li {
		font-size: 18px;
	}

	.infoOpenList li:nth-child(n+5) {
		display: none;
	}

	.infoOpenList li:last-child {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.newsInfoWrap, .swiper-tabs, .swiper-cont, .introduction-layout, .specialColumnWrap {
		width: 100vw;
	}

	.open-left {
		width: 480px;
	}

	.infoOpenList li {
		margin-right: 12px;
	}

	.serveLayout > div {
		width: 49%;
	}

	.swiper-tabs .swiper-slide img {
		width: 78px;
		height: 78px;
	}

	.swiper-tabs .swiper-slide span {
		width: 230px;
	}

	.serveList > li {
		max-width: 235px;
	}

	.serveSubList li {
		width: auto;
		margin-right: 8px;
	}

	.serveSubList li:nth-child(3n) {
		margin-right: 0px;
	}

	.policy-list li {
		max-width: 235px;
	}

	.news-list ul {
		padding: 12px 12px 0;
	}

	.news-tabs {
		padding: 8px;
	}

	.newsInfoLeft {
		width: 100%;
	}

	.newsInfoRight {
		width: 100%;
	}

	.zf-info span {
		margin-left: 8px;
	}

	.introduction {
		height: auto;
		background-repeat: repeat;
		background-position: center top;
	}

	.introduction-layout {
		flex-direction: column;
		padding: 10px 0 30px;
	}

	.introduction-right {
		height: 525px;
	}

	.introduction-left {
		width: 100%;
		text-align: center;
	}

	.briefCont {
		display: inline-block;
	}

	.briefTitle {
		margin-top: 45px;
		display: block;
		text-align: left;
	}

	.introduction-right {
		margin-top: 20px;
	}

	.introduction-right > li {
		width: 240px;
		margin-right: 45px;
	}

	.letter-layout-b {
		flex-direction: column;
	}

	.letter-left-b {
		width: 100%;
		height: 115px;
		margin-bottom: 20px;
	}

	.letter-left-b .letter-swiper {
		height: 115px;
	}

	.letter-left-b .letter-swiper-next {
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		left: auto;
	}

	.letter-left-b .letter-swiper-prev {
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
	}

	.letter-center-b {
		width: 100%;
	}

	.letter-center-top {
		padding: 0 30px 0 40px;
	}

	.letter-center-top h1 {
		display: block;
	}

	.letter-center-box {
		padding-left: 45px;
	}

	.letter-right-b {
		width: 100%;
		margin-top: 20px;
	}

	.newMedia-zw img {
		object-fit: contain;
	}

	.infoOpenList li:nth-child(n+4) {
		display: none;
	}

	.infoOpenList li:last-child {
		display: block;
	}
}

@media screen and (max-width: 1199px) {
	.newsInfoWrap, .swiper-tabs, .swiper-cont, .introduction-layout, .specialColumnWrap {
		width: 100vw;
	}

	.newsInfo {
		height: auto;
		background: url(../images/news-info-bg.png) no-repeat center top, linear-gradient(180deg, #d13737 15%, rgba(44, 100, 184, 0.23) 99%, rgba(44, 100, 184, 0.05) 100%);
		padding-top: 20px;
	}

	.newsInfoLayout {
		flex-direction: column;
		height: auto;
	}

	.newsInfoLeft {
		width: 98%;
	}

	.newsSwiper img {
		height: 460px;
	}

	.newsInfoRight {
		width: 98%;
		margin-top: 20px;
        margin-bottom: 20px;
       
	}

	.news-time {
		width: 80px;
	}
	.news-list a > p{
		width: calc(100% - 80px);
	}

	.swiper-tabs .swiper-slide img {
		display: none;
	}

	.government-tabs {
		height: 90px;
	}

	.open-layout {
		flex-direction: column;
	}

	.open-left {
		width: 100%;
	}

	.open-right {
		width: 100%;
		margin-top: 20px;
	}

	.swiper-cont {
		height: auto;
	}

	.openInfoList li {
		width: calc(33.3333333333% - 10px);
	}

	.serveLayout {
		flex-direction: column;
		margin-top: 0;
	}

	.serveLayout > div {
		width: 100%;
	}

	.serveList {
		flex-wrap: wrap;
	}

	.serveList > li {
		max-width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	.serveRight {
		margin-top: 20px;
	}

	.policy-list {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.policy-list li {
		max-width: calc(50% - 10px);
		height: 129px;
		margin-top: 20px;
	}

	.letter-layout {
		flex-direction: column;
	}

	.letter-left, .letter-right {
		width: 100%;
	}

	.letter-right {
		margin-top: 30px;
	}

	.letters-visits {
		flex-direction: row;
		justify-content: space-between;
	}

	.letters-visits a {
		width: calc(33.3333333333% - 10px);
	}

	.letters-visits img {
		max-width: 100%;
		width: auto;
	}

	.specialColumnWrap .specialColumnPrev, .specialColumnWrap .specialColumnNext {
		display: none;
	}

	.introduction-right > li {
		width: 225px;
		margin-right: 15px;
	}

	.briefCont {
		margin-left: 210px;
	}

	.serveSubList li:nth-child(3n) {
		margin-right: 8px;
	}

	.infoOpenList li:nth-child(n+4) {
		display: block;
	}
}


@media screen and (max-width: 768px) {
	.news-list ul{
		height: 475px;
	}
}



/*自媒体开始   */

.title001 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 2rem;
}

.title001 .ll{font-size: 3rem;color: #fff;margin-right: .6rem;}
.title001 .ll  i{display: block;width: 4.3rem;height: 4.3rem;text-align: center;line-height: 4rem;color: #fff;font-size: 2.5rem;position: relative;}
.title001 .ll  i:after{content: '';width: 4rem;height: 4rem;position: absolute;left: 0;top: 0;border-radius: 50%;border: 1px dashed #fff;-webkit-animation: rotate 2s linear infinite;  animation: rotate 35s linear infinite;}

.title001 .rr { display: inline-block; font-size: 2.05em; color: #fff;  position: relative;padding: 10px 0 0 0;}




.title001 h3{font-size: 2rem;color: #fff;font-weight: 600;}


.title001 h2{
   
    font-size: 3rem;
    color: #204198;
    line-height: 3.2rem;
    font-family: 'songti_b',serif;
}
.title001 .more07{
    font-size: 18px;
    line-height: 20px;
    color: #2c49af;
    position: relative;
    z-index: 5;
}

.title001 .more07 a{
    
    color: #fff;
   
}
.title001.mid{
    position: relative;
    justify-content: center;
    margin-bottom: 8rem;
}
.title001.mid .more07{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.container07 .title001 h2,
.container07 .title001 .more07{
    color: #fff;
}

.container07 .left{
    width: 55%;
    margin-right: 3%;
}

/*教师队伍 */

.USTB_list7 .swiper-slide {
	text-align: center;
	height: calc((100% - 20px) / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	 
}

/* .USTB_list7 .swiper-slide:nth-child(2n){margin-top: 20px !important;}   */
.USTB_list7 {
	/* height: 600px; */
     
	margin-top: -10px;
	padding-bottom: 30px;
	box-sizing: content-box;
	
}

.USTB_list7 li>a {
	display: block;
	position: relative;
    
}

.USTB_list7 li{ display: inline-block;width: 24%;}

.USTB_list7 li .pic {
    border-radius: 0 0 20vw 20vw;
    
	padding-bottom: 0;
	transition: all 0.65s ease-out;
    
    
}










.USTB_list7 li.active .pic {
	padding-bottom: 58%;
}
/* 


.USTB_list7 li.active .gp-img-responsive::before{content: '';background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6) , rgba(0,0,0,0)); 
  background: -o-linear-gradient(top, rgba(0,0,0,0.6) , rgba(0,0,0,0)); 
  background: -moz-linear-gradient(top, rgba(0,0,0,0.6) , rgba(0,0,0,0)); 
  background: linear-gradient(to top, rgba(0,0,0,0.6) , rgba(0,0,0,0)); position: absolute;left: 0;bottom: 0;z-index: 5;height: 126px;width: 100%;} */
.USTB_list7 li h3 {
	line-height: 1;
	overflow: hidden;
	position: relative;
	z-index: 15;
	color: #fff;
	display: inline-block;
	border-bottom: 3px solid #f39800;
	vertical-align: bottom;
	padding: 17px 0;
	transition: transform 0.35s ease-out;
}

.USTB_txt7 {
	padding: 0 20px;
	position: relative;
	position: absolute;
	bottom: -20px;
    border-radius: 1.5vw 1.5vw 0 0;
	background-color: rgba(0, 74, 153, 0.88);
	width: calc(100% - 20px);
	box-sizing: border-box;
	left: 10px;
	text-align: center;
	overflow: hidden;
}

.USTB_txt7::before {
	content: '';
	background: url(../images/rw_bg.png) no-repeat right bottom;
	position: absolute;
	right: -100%;
	bottom: 0;
	transition: all 0.35s ease-out;
	width: 100%;
	height: 100%;
}

/* .USTB_list7 li{margin-bottom: 45px;} */
.USTB_list7 li:hover .USTB_txt7 {
	background: #004a99;
}

.USTB_list7 li:hover .USTB_txt7::before {
	right: 0;
}

.USTB_list7 li:hover h3 {
	transform: translateX(-20%);
}

.USTB_list7 .USTB_dots {
	text-align: center;
	position: static;
	padding: 20px 0 0;
}

.USTB_list7 .USTB_dots span {
	opacity: 1;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.USTB_list7 .USTB_dots span.active {
	background-color: #f39800;
}






@media screen and (min-width:996px) {
	.USTB_list7 .swiper-wrapper {
		-ms-flex: flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-content: flex-start;
		align-content: flex-start;
	}
}

@media screen and (max-width:1460px) {
	.gp-f20 {
		font-size: 17px;
	}
    
    
    
}

@media screen and (max-width:1386px) {
	.gp-f20 {
		font-size: 16px;
	}
}

@media screen and (max-width:1320px) {

.USTB_list7 li h3 {
		padding: 10px 0;
	}



}


@media screen and (max-width:1200px) {

	.USTB_txt7 {
		padding: 0 10px;
	}


}

@media screen and (max-width:996px) {
	.USTB_list7 li>a, .USTB_list7 {
		margin: 0;
	}

	.USTB_list7 {
		height: auto !important;
	}

	.USTB_dots {
		text-align: center;
	}

	.USTB_dots span.active {
		background: #f39800;
		opacity: 1;
	}

	.USTB_list7 .USTB_dots {
		padding-top: 35px;
	}

}



/*教师队伍 用圆框显示  */


.wrap {
  position: relative;
  
}

.wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 90%;
  /*background-color: #fef7ed; */
}

.high-level {
  position: relative;
  z-index: 2;
}

.bk-jsduiwu .swiper-jsduiwu-top {
  overflow-y: visible;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide.active .inner, .bk-jsduiwu .swiper-jsduiwu-top .swiper-slide:hover .inner {
  margin-top: 0px;
  background-color: #b22319;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide.active .inner h4, .bk-jsduiwu .swiper-jsduiwu-top .swiper-slide:hover .inner h4 {
  color: #fff;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide.active .inner p, .bk-jsduiwu .swiper-jsduiwu-top .swiper-slide:hover .inner p {
  color: #fff;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide.active .inner .desc, .bk-jsduiwu .swiper-jsduiwu-top .swiper-slide:hover .inner .desc {
  color: #fff;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide .inner {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-top: 20px;
  width: 80%;
  height: 280px;
  background-color: #fff;
    
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide .inner h4 {
  font-size: 22px;
  line-height: 1.2;
  color: #b22319;
  margin-bottom: 10px;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide .inner p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide .inner .desc {
  text-indent: 2em;
  line-height: 1.6;
}

.bk-jsduiwu .swiper-jsduiwu-top .swiper-slide .inner .avatar {
  display: block;
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}

.bk-jsduiwu .swiper-list .pagi {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bk-jsduiwu .swiper-list .pagi .swiper-pagination-bullet {
  background-color: #c9c6c6;
  opacity: 1;
  width:12px;
  height:12px;
  -webkit-border-radius: 10px;
  border-radius:10px;
  margin-left:4px;
  margin-right:4px;
}

.bk-jsduiwu .swiper-list .pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cc1f28;
}

.bk-jsduiwu .swiper-list .swiper-outer {
  padding: 15px;
  height: 304px;
  overflow: hidden;
  background-color: #ffffff;
}
.bk-jsduiwu .swiper-list .swiper-outer .swiper-container{height:272px}
.bk-jsduiwu .swiper-list .item-swiper-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
}

.bk-jsduiwu .swiper-list .item-swiper-wrap:nth-child(odd) {
  margin-right: 10px;
}

.bk-jsduiwu .swiper-list .photo {
  float: left;
}



.bk-jsduiwu .swiper-list .name-group {
  border-bottom: 1px solid #c6c6c6;
  font-size: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.bk-jsduiwu .swiper-list .name-group h4{display:inline-block;font-size:20px;color:#333;vertical-align:middle;width:100px;text-align:center;}
.bk-jsduiwu .swiper-list .name-group span{display:inline-block;font-size:16px;width:100px;vertical-align:middle;line-height:1.6;margin-left:5px;}

.bk-jsduiwu .swiper-list h3 {
  font-size: 18px;
    text-align: center;
  margin-bottom: 12px;
}

.bk-jsduiwu .swiper-list h2 {
  font-size: 30px;
  color: #b22319;
  margin-bottom: 30px;
    text-align: center;
}

.bk-jsduiwu .swiper-list p {
  text-indent: 2em;
    text-align: center;
  line-height: 1.6;
  font-size: 16px;
}












/*学术报告 */


.list4w a{
    font-family: 'songti_b',serif;
    display: block;
    padding: 0 30px;
    height: 235px;
    transform: translateX(2px);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list4w a h2{
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    height: 56px;
    margin-bottom: 12px;
    transition: .5s;
    font-family: 'songti_b',serif;
}
.list4w a h5{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'songti_b',serif;
    color: rgba(255, 255, 255, 0.8);
}
.list4w a h5 img{
    display: block;
    width: 15px;
    margin-right: 10px;
}
.list4w a h2:hover{
    font-weight: 600; 
}

.container07 .left .block1 .title001{
    margin-bottom: 55px;
}

.container07 .left .block1{
    margin-bottom: 50px;
}
.container07 .left .block2 .title001{
    position: relative;
    align-items: center;
}
.container07 .left .share{
    max-width: 25rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 15.5rem;
    padding: 0 16px;
}
.container07 .left .share .swiper-container{
    height: 100%;
}
.container07 .left .share .li{
    position: relative;
}
.container07 .left .share .li a{
    display: block;
    width: 55px;
    margin: 0 auto;
}
.container07 .left .share .li img{
    display: block;
    width: 100%;
    max-height: 100%;
}
.container07 .left .share .li .code{
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    transition: .5s;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    padding: 5px ;
}
.container07 .left .share .li .code:after{
    position: absolute;
    left: 50%;
    content: '';
    top: 0;
    transform: translate(-50%,-100%);
    border: 5px solid #fff;
    border-color: transparent transparent #fff;
}
.container07 .left .share .li:hover .code{
    opacity: 1;
    visibility: visible;
}

.container07 .left .share .btn{
    width: 11px;
    height: 23px;
    top: 17px;
    transform: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.container07 .left .share .prev{
    left: 0;
    padding-top: 30px;
    background-image: url("../images/s7-prev.png");
}
.container07 .left .share .next{
    right: 0;
     padding-top: 30px;
    background-image: url("../images/s7-next.png");
}
.container07 .left .block2 .title001{
    margin-bottom: 45px;
}
.list_box7 li{
    padding: 22px 20px 22px 45px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px;
    transition: .5s;
}

/* li 前面的圆点
.list_box7 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.9rem;
    height: 0.9rem;
   background: #00734d;
    border-radius: 50%;
    margin-left: 10px;
}

*/

.list_box7 li span{justify-content: flex-end;}

.list_box7 li a{ color: #fff;}

.list_box7 li:last-child{
    border: none;
}
.list_box7 li.li_wx{
    background-image: url('../images/ico/wx.png');
}
.list_box7 li.li_wb{
     background-image: url('../images/ico/weibo.png');
}
.list_box7 li.li_dy{
    background-image: url('../images/ico/douyin.png');
}
.list_box7 li.li_dxs{
    background-image: url('../images/li_dot.png');
}
.list_box7 li.li_zgjyfb{
    background-image: url('../images/zgjyfb.png');
}
.list_box7 li.li_ks{
    background-image: url('../images/ico/s7-ico06.png');
}
.list_box7 li.li_ws{
    background-image: url('../images/ico/s7-ico07.png');
}
.list_box7 li.li_bi{
     background-image: url('../images/ico/dianshi.png');
}
.list_box7 li.li_qg{
    background-image: url('../images/s7-ico09.png');
}
.list_box7 li:hover{
    font-weight: 600;
    border-bottom-color: #fff;
}
.list_box7{
    padding: 12px 37px 18px 26px;
   /* background: rgba(255, 255, 255, 0.15); 不好控制高度*/
}

.container07 .right{
    width: 42%;
}
.container07 .right .title001{
    margin-bottom: 55px;
}
.container07 .right .content{
    background: rgba(255, 255, 255, 0.15);
    height:auto; /*控制高度auto   50.4rem*/
    padding: 10px 40px 20px 35px;
}
.tit01{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tit01 .ll{
    display: flex;
    align-items: center;
}
.tit01 .ll h4{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.tit01 .ll h4 img{
    display: block;
    width: 34px;
    margin-right: 10px;
}
.tit01 .ll .focus{
    display: block;
    font-size: 14px;
    color: #ffc13d;
    line-height: 23px;
    border: 1px solid #ffc13d;
    padding: 0 8px;
    transition: .5s;
    cursor: pointer;
    
}
.tit01 .ll .focus i{
    font-weight: 600;
    font-size: 16px;
    font-family: 微软雅黑;
}
.tit01 .ll .focus:hover{
    color: #fff;
    background: #ffc13d;
}
.tit01 .rr a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}



/*background: #d20b17  */



.tushuo{width: 100%;}

.ul-imp{overflow:hidden;margin:14px -11px -22px}
.ul-imp li{float:left;width:50%;margin-bottom:45px}
.ul-imp li .con{margin:0 11px}
.ul-imp li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.ul-imp .pic{position:relative;padding-top:75%;overflow:hidden}
.ul-imp .pic img{position:absolute;top:0;left:0;width:100%;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.ul-imp .pic .txt{width:100%;height:51px;line-height:61px;position:absolute;bottom:0;left:0;font-size:18px;color:#fff;padding-left:15px;background:#d20b17 bottom center no-repeat;-moz-background-size:100% auto;background-size:100% auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}


@media only screen and (max-width: 1440px){
    .ul-imp li {margin-bottom:35px}
    .ul-imp .pic{position:relative;padding-top:78%;overflow:hidden}
    .list5w{margin: 5rem 0 0;}
.list5w a .pic{ padding-top: 130.2%;}
}

@media  (max-width: 1920px) {

   .list5w a .pic{ padding-top: 80.2%;} 
    
}

@media (max-width: 1024px){
.ul-imp li{width:50%}
.ul-imp,.ul-imp li .con{margin-right:0}
    
 .container07 .left .share{
    max-width: 18rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 15.5rem;
    padding: 0 16px;
}   
    

}


@media only screen and (max-width:479px){
.ul-imp .pic .txt{padding-left:3px}
    
  .container07 .left .share{
    max-width: 10rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 15.5rem;
    padding: 0 16px;
}    
    
    
}


.list5w{margin: 2rem 0;}


.list5w a{
    
    display: block;
    position: relative;
}
.list5w a .pic{
    padding-top: 63.2%;
}
.list5w a h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    font-size: 18px;
    line-height: 2.4rem;
    color: #fff;
    z-index: 3;
    text-align: center;
    padding: 0 1rem;
}
.list5w a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5.3rem;
    height: 5.3rem;
    margin: auto;
    background: url("../images/s9-img02.png") no-repeat 50%;
    background-size: 100%;
    z-index: 3;
}
.list5w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img02.png") repeat-x bottom center;
}
.list5w .btn{
    width: 4.3rem;
    height: 4.3rem;
    background: rgba(255, 255, 255, 0.63) no-repeat 50%;
    background-size: 1.1rem;
    border-radius: 50%;
    transition: .5s;
}

/*
.list5w .prev{
    left: .33rem;
    background-image: url("../images/prev02.png");
}
.list5w .next{
    right: .33rem;
    background-image: url("../images/next02.png");
}

*/


.list5w .btn:hover{
    background-color: #cc9933;
}




.newicon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite-sec.png")/*tpa=images/sprite-sec.png*/;
    background-repeat: no-repeat;
}
.video-play .play span{
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.swiper-slide .video-play video{
      display: none;
    }
.swiper-slide.swiper-slide-active .video-play video {
    display: block;
}
.video-play .play {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    height: 100%;
    /*background-color: #050100;*/
    background-color: rgba(5, 1, 0, 0.4);
}

.video-play .play span {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    margin-top: -36px;
    margin-left: -36px;
}

.video-play .play span .icon-play {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: -554px -68px;
}

.video-play .play:hover span {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    border-color: transparent;
}

.video-play .play:hover span .icon-play {
    background-position: -610px -68px;
}

.video-play-small {
    padding-bottom: 0;
}

.video-play-small video {
    position: relative;
    height: auto;
}

.video-play-small .play span {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    line-height: 48px;
}

.video-play-small .play span .icon-play {
    background-size: 550px;
    background-position: 75.6% 9.25%;
}

.video-play-small .play:hover span .icon-play {
    background-position: 83.2% 9.25%;
}

/* ## 原创IP - content */
.list5w .prev,
.list5w .next {
    position: absolute;
    
    bottom: -55px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0) url("../images/swiper-sprite.png")/*tpa=images/swiper-sprite.png*/ no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.list5w .prev,
.list5w .next {
    position: absolute;
    left: 0;
    
    margin-top: -35px;
    z-index: 2;
}

.list5w .prev {
     margin-right: 25%;
    background-position: -20px -20px;
}





.list5w .prev:hover {
    background-position: -20px -130px;
}

.list5w .next {
    margin-left: 88%;
    background-position: -130px -20px;
}

.list5w .next:hover {
    background-position: -130px -130px;
}



































.wx_list li a{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wx_list li a h5{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 12px;
    transition: .5s;
    font-weight: 600;
}
.wx_list li a time{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'pingfang sc';
}
.wx_list li:first-child a{
    padding-top: 15px;
}
.wx_list li:hover a h5{
    color: #ffc13d;
}
.wx_list li{
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.wx_con{
    margin-bottom: 25px;
}

.wb_list li h5{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.wb_list li  img{
    display: block;
    height: 90px;
    margin-bottom: 10px;
}
.wb_list li .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wb_list li .time time{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.wb_list li .time .rr{
    font-size: 0;
    padding-right: 3rem;
}
.wb_list li  .time .rr a{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 16px;
}
.wb_list li .time .rr a img{
    display: block;
    width: 16px;
    height: auto;
}
.wb_list li{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(229, 229, 229, 0.5);
}
.wb_list li:first-child{
    border: none;
}
.wb_list{
    padding-top: 10px;
}

.container07 {
    padding-top: 4.3rem;
    padding-bottom: 8.1rem;
    background: url("../images/container07.png") repeat-x 50%;
    background-size: cover;
}





@media (max-width: 1199px){
    
      .title001 h2{font-size: 3rem;   }
    .container07 .left{
        width: 100%;
        margin-bottom: 4rem;
    }
    .container07 .right{
        width: 100%;
    }
    .container07 .left .block1 .title001{
        margin-bottom: 3rem;
    }
    .container07 .left .block1{
        margin-bottom: 4rem;
    }
    .list4w a{
        padding-bottom: 2rem;

    }
    .container07 .left .block2 .title001{
        margin-bottom: 3rem;
    }
    .container07 .left .share .li{

    }

    .list_box7{
        padding: 1rem 2.5rem;
    }
    .container07 .right .title001{
        margin-bottom: 3rem;
    }
    .container07 .right .content{
        padding: 2.5rem;
        height: auto;
    }
    .container07{
        padding: 4.5rem 0;
    }
    
    
    
    
}





@media (max-width: 769px){
 
 .container07 .left .share{
        position: relative;
        max-width: none;
        margin-top: 3rem;
        width: 100%;
    }
    .container07 .left .block2 .title001{
        flex-wrap: wrap;
    }

    .list_box7{
        margin-top: -10rem;
        position: relative;
    }
   
    
}
   
@media (max-width: 480px){
     .list4w a{
        border: none;
    }
}



/*通知公告 */
.index-tzgg {
    overflow: hidden;
}

.index-tzgg ul {
    overflow: hidden;
    margin: 0 -25px;
    padding-top: 30px;
}

.index-tzgg li {
    float: left;
    width: 33.3%;
    margin-bottom: 60px;
    transition: .5s;
}

.index-tzgg li a {
    display: block;
    margin: 0 25px;
    background:rgba(205,184,184,.2);
    position: relative;
    transition: .5s;
    border-radius: 10px;
}

.index-tzgg li .box {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 35px;
    padding-bottom: 75px;
}

.index-tzgg li .date {
    float: left;
    /* width: 55px; */
    color: #000000;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    background: #BB0E0E;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: -15px;
     border-radius: 1vw 0;
}

.index-tzgg li .date .day {
    font-size: 1.625rem;
}

.index-tzgg li .date .yea {
    font-size: 1rem;
}

.index-tzgg li .date:after {
    content: "";
    width: 75px;
    height: 2px;
    background: #BB0E0E;
    position: absolute;
    left: 25px;
    bottom: 25px;
    transition: .5s;
}

.index-tzgg li .more {
    background: url(../images/jt1.png) no-repeat;
    width: 19px;
    height: 10px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    transition: .5s;
}

.index-tzgg li .txt {
    float: right;
    width: calc(100% - 100px);
    margin-top: -5px;
}

.index-tzgg li .txt h2 {
    font-weight: normal;
    font-size: 1.125rem;
    color: #000000;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-tzgg li:hover {
    transform: translateY(-25px);
}

.index-tzgg li:hover .box {
    background: url(../images/tzgg-bg.png) bottom right no-repeat #fff;
}

.index-tzgg li:hover a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #BB0E0E;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.index-tzgg li:hover h2 {
    color: #BB0E0E !important;
    font-weight: bold;
}

.index-tzgg li:hover .date {
    /* color: #357452; */
}

.index-tzgg li:hover .date:after {
    background: #BB0E0E;
}

.index-tzgg li:hover .more {
    background: url(../images/more5.png) no-repeat;
}


@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124
  }
}
    
    