/*2020-12-15*/
a,
a:hover {
	text-decoration: none;
}

img,
a {
	border: none;
}

ul,
li {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

body {
	font-family: "å¾?è½???é»?", "é»?ä½?", "STHeiti", "Microsoft YaHei";
	font-size: 16px;

}

.clear {
	clear: both;
}

/*æ¼?æµ?*/
.side {
	position: fixed;
	width: 162px;
	right: 0;
	top: 50%;
	z-index: 100;
	border-bottom: 0;
	height: 256px;
}

.side-bg {
	background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/pf-bg.png) no-repeat;
	width: 162px;
	height: 256px;
	background-size: 100%;
	position: relative;
	z-index: 9999;
	animation: myfirst2 2s;
	-webkit-animation: myfirst2 2s;
}

@keyframes myfirst2 {
	from {
		right: -162px;
	}

	to {
		right: 0;
	}
}
span.l2 {
    border-right: 1px solid #1e1e1d;
    padding-right: 10px;
    margin-right: 10px;
}
@-webkit-keyframes myfirst2

/* Safari and Chrome */
	{
	from {
		opacity: 0;
		right: -162px;
	}

	to {
		opacity: 1;
		right: 0;
	}
}

.side img {
	top: 40px;
	right: 0px;
	position: absolute;
	z-index: 999999;
	animation: myfirst 2s;
	-webkit-animation: myfirst 2s;
	/* Safari and Chrome */
}

@keyframes myfirst {
	from {
		width: 0px;
	}

	to {
		width: 122px;
	}
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
	{
	from {
		width: 0px;
	}

	to {
		width: 122px;
	}
}

.side-title {
	position: absolute;
	z-index: 999999;
	bottom: 30px;
	right: 10px;
	text-align: center;
	opacity: 0.8;
	animation: myfirst3 2s;
	-webkit-animation: myfirst3 2s;
}

@keyframes myfirst3 {
	from {
		bottom: -30px;
	}

	to {
		bottom: 30px;
	}
}

@-webkit-keyframes myfirst3

/* Safari and Chrome */
	{
	from {
		bottom: -30px;
	}

	to {
		bottom: 30px;
	}
}

.side-title a {
	color: #fff;
	font-size: 14px;
}

@media(max-width:767px) {
	.side {
		width: 100px;
		height: 158px;
	}

	.side-bg {
		width: 100px;
		height: 158px;
	}

	@keyframes myfirst2 {
		from {
			right: -100px;
		}

		to {
			right: 0;
		}
	}

	@-webkit-keyframes myfirst2

	/* Safari and Chrome */
		{
		from {
			opacity: 0;
			right: -100px;
		}
	}

	.side img {
		right: 10px;
		width: 68px;
		top: 30px;
	}

	@keyframes myfirst {
		from {
			width: 0px;
		}

		to {
			width: 68px;
		}
	}

	@-webkit-keyframes myfirst

	/* Safari and Chrome */
		{
		from {
			width: 0px;
		}

		to {
			width: 68px;
		}
	}

	.side-title {
		bottom: 20px;
		width: 72px;
	}

	.side-title i {
		display: none;
	}

	.side-title a {
		font-size: 12px;
	}

	@keyframes myfirst3 {
		from {
			bottom: -20px;
		}

		to {
			bottom: 20px;
		}
	}

	@-webkit-keyframes myfirst3

	/* Safari and Chrome */
		{
		from {
			bottom: -20px;
		}

		to {
			bottom: 20px;
		}
	}
}

.header {
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 999;
	padding: 0px;
	transition: all 0.3s ease-out 0s;
	height: 120px;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

/*å·?ä¾?logo*/
.header .left {
	width: 20%;
	float: left;
}

.header .left a img {
	height: 57px;
	margin-top: 30px;
}

.header .left .img2 {
	display: none;
}

/*?³ä¾§*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: block;
	float: right;
	padding-top: 22px;
	padding-right: 80px;
}

.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
	line-height: 64px;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 12px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 14px;
}

.header .navbar_nav li:hover a {
	color: #26478d;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(https://www.xit.edu.cn/web2/jz/static_2021/a_files/i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 64px;
	width: 100%;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/bg_opacity.png);
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 180px;
	left: 50%;
	margin-left: -90px;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	position: relative;
	font-size: 14px;
	color: #fff;
	padding: 0px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #625759;
}

.header .navbar_nav li.dropdown .dropdown_menu a:hover {
	color: #b38f6b;
}

.header .navbar_nav li.dropdown .dropdown_menu:after {
	position: absolute;
	content: "";
	left: 50%;
	top: -7px;
	margin-left: -6px;
	width: 13px;
	height: 7px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/arrow-up.png) no-repeat;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #fff;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #b38f6b;
}

.btn-all {
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	padding-right: 20px;
}

.status {
	display: inline;
	padding-right: 5px;
}

.status span {
	display: inline-block;
	padding: 25px 10px;
	padding-bottom: 0px;
}

.status span a {
	color: #fff;
}

.en {
	display: inline;
	margin: 15px 0px;
	padding: 0px 15px;
	border-left: 1px solid #fff;
	/* padding-right: 0px; */
}

.en a {
	color: #fff;
}

.old {
	display: inline;
	margin: 15px 0px;
	padding: 0px 15px;
	padding-right: 0px;
}

.old a {
	color: #fff;
}

.f-search {
	color: #000;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 10px 10px;
	display: inline;
	background: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}

.f-search input[type="text"] {
	width: 0px;
	height: 24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}

.f-search button {
	width: 24px;
	height: 24px;
	background: none;
	text-align: center;
	color: #fff;
	line-height: 24px;
	display: inline;
	border: 0px;
}

.f-search i {
	font-size: 14px;
	color: #fff;
}

/*?½è?²è??????å¤´é??*/
.header.on {
	/* background: #fff;
	height: 108px; */
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .status span a {
	color: #333;
}

.header.on .en {
	color: #333;
	border-left: 1px solid #333;
}

.header.on .f-search {
	color: #333;
}

.header.on .f-search button,
.header.on .f-search i {
	color: #333;
}

.header.on .en a {
	color: #333;
}

.header.on .f-search input[type="text"] {
	background: #f5f5f5;
}

.header.on .f-search:hover .fa-search {
	color: #000;
}

.header.on .fa-search {
	color: #333;
}

.header.on .navbar_nav li a {
	color: #333;
}

.header.on .navbar_nav li:hover a {
	color: #26478d;
}

#navToggle {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(8) {
	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

.banner {
	width: 100%;
	overflow-x: hidden;
}

/*è½?????*/
#slider .banner-title {
	position: absolute;
	bottom: 68px;
	right: 5%;
	z-index: 181;
}

#slider .banner-title a {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

.main,
.focus,
.news-media {
	width: 100%;
}

/*???¹æ?°é??*/
.focus {
	background: #3e169a;
	margin-top: -20px;
}

.focus2 {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/news-bg.jpg") no-repeat bottom;
	width: 100%;
	padding: 50px 0px;
}

.focus-img img {
	width: 100%;
}

.focus-con {
	background: #fff;
	width: 100%;
	padding: 15px;
	margin-bottom: 30px;
}

.focus-title {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.focus-title a {
	color: #333;
	font-size: 16px;
}

.focus-title a:hover {
	color: #c87f00;
}

.focus-date {
	color: #c87f00;
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
}

.focus .more {
	text-align: center;
	margin-top: 20px;
}

.focus .more a {
	width: 150px;
	border: 1px solid #fff;
	border-radius: 15px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -75px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.focus .more a:hover {
	background: #fff;
	border: 1px solid #053c6e;
	color: #053c6e;
}

/*??å¤§æ?°é?»ã??åª?ä½???å¤?*/
.news-media {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/a_files/news-title-bg.jpg") no-repeat;
	width: 100%;
	background-size: 100%;
}

.wrap {
	margin: 0 auto;
}

.news-media .tabs-bg {
	width: 100%;
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/a_files/news-title-bg.jpg") no-repeat;
	background-size: 100% auto;
}

.whrl .tabs-bg {
	width: 100%;
	background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/whrl-title-bg.jpg") no-repeat;
	background-size: 100% auto;
}

.tabs-bg2 {
	width: 100%;
	background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/wd.png") no-repeat bottom;
	background-size: 100% auto;
}

.tabs {
	width: 400px;
	left: 50%;
	margin-left: -200px;
	position: relative;
}

.tabs .part {
	display: block;
	float: left;
	width: 200px;
	text-align: center;
	color: #333333;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	height: 64px;
	line-height: 64px;
}

.tabs span.active {
	color: #ffd407;
}

.news-media .content-slide,
.whrl .content-slide {
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
}

.swiper-container {
	width: 100%;
	border-top: 0;
	margin-top: 10px !important;
	height: auto;
}

.swiper-slide {
	width: 100%;
	background: none;
	color: #373737;
}

p {
	text-align: center;
}

.tabs .part.news-btn {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/news-icon.png") no-repeat left center;
	background-size: 42px;
	padding-left: 54px;
	text-align: left;
}

.tabs .part.media-btn {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/mtxd-icon.png") no-repeat left center;
	background-size: 42px;
	padding-left: 54px;
	text-align: left;
}

.tabs .news-btn.active {
	color: #f4bf00;
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/news-icon-on.png") no-repeat left center;
	background-size: 42px;
	padding-left: 54px;
}

.tabs .media-btn.active {
	color: #f4bf00;
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/mtxd-icon-on.png") no-repeat left center;
	background-size: 42px;
	padding-left: 54px;
}

.media-item {
	border-bottom: 1px solid #d2d2d2;
	padding: 20px;
	width: 100%;
	float: left;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.media-item:hover {
	box-shadow: 0 0 10px #969696;
	-webkit-box-shadow: 0 0 10px #969696;
	-o-box-shadow: 0 0 10px #969696;
	-moz-box-shadow: 0 0 10px #969696;
}

.media-icon {
	width: 8%;
	float: left;
}

.media-icon img {
	width: 100%;
	max-width: 49px;
}

.media-con {
	float: left;
	width: 92%;
	padding-left: 30px;
}

.meida-title {

	width: 100%;
}

.media-title a {
	color: #135a92;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.media-detail {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	color: #bebebe;
	font-size: 14px;
	line-height: 24px;
}

.media-date {
	text-align: left;
	color: #bebebe;
	padding-top: 10px;
	font-size: 14px;
}

.news-item {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	padding: 20px;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

.news-item:hover {
	box-shadow: 0 0 10px #969696;
	-webkit-box-shadow: 0 0 10px #969696;
	-o-box-shadow: 0 0 10px #969696;
	-moz-box-shadow: 0 0 10px #969696;
}

.news-media .more,
.whrl .more,
.tsgg .more,
.tsfx .more {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.news-media .more a,
.whrl .more a,
.tsgg .more a,
.tsfx .more a {
	width: 150px;
	border: 1px solid #135a92;
	border-radius: 15px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #135a92;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -75px;
	color: #135a92;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tsfx .more,
.whrl .more {
	text-align: right;
}

.tsfx .more a,
.whrl .more a {
	width: 70px;
	color: #b38f6b;
	border: 1px solid #b38f6b;
	background: #fff;
	display: inline-block;
	left: auto;
	height: 30px;
	line-height: 28px;
	border-radius: 5px;
}

.news-media .more a:hover,
.whrl .more a:hover,
.tsgg .more a:hover,
.tsfx .more a:hover {
	background: #053c6e;
	border: 1px solid #053c6e;
	color: #fff;
}

.news-title a:hover,
.media-title a:hover,
.whrl a:hover {
	color: #c87f00;
}

/*?¢ç´¢????*/
.tsfx {
	width: 100%;
	background: #fff;
	/* background: #91afc7; */
	/* margin-top: 30px; */
}

.tsfx-main {
	width: 100%;
	/* background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/tsfx-bg.jpg") no-repeat bottom; */
	background-size: 100%;
	padding: 50px 0px;
}

.tsfx-title {
	font-size: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.tsfx-img,
.tsfx-img img {
	width: 100%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

/* .tsfx-img:hover{
	box-shadow: 0 0 10px #969696;
	-webkit-box-shadow:0 0 10px #969696;
	-o-box-shadow:0 0 10px #969696;
	-moz-box-shadow:0 0 10px #969696;
} */
.tsfx-item-con {
	float: left;
	width: 33.3%;
}

.tsfx-item {
	position: relative;
	margin: 15px;
}

.tsfx-item .tsfx-img img {
	border-radius: 10px;
}

.tsfx-item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 15px;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 0 0 10px 10px;
}

/* .tsfx-item-title:hover{
	box-shadow: 0 0 10px #969696;
	-webkit-box-shadow:0 0 10px #969696;
	-o-box-shadow:0 0 10px #969696;
	-moz-box-shadow:0 0 10px #969696;
} */
.tsfx-item .tsfx-item-time {
	position: absolute;
	left: 0;
	bottom: 70px;
	font-size: 12px;
	background: #cc1414;
	color: #fff;
	padding: 8px 13px;
	border-radius: 0 20px 0 0;
}

.tsfx-item-title a {
	color: #fff;
	font-size: 16px;
}

.tsfx-item-title a:hover {
	color: #ffea00;
}

.tsfx-con {
	padding-top: 50px;
}

/*?????¥å??*/
.whrl {
	width: 100%;
	/* margin-bottom: 100px; */

}

.whrl-item {
	display: block;
	width: 100%;
	/* box-shadow: 0 0 10px #969696;
	-webkit-box-shadow:0 0 10px #969696;
	-o-box-shadow:0 0 10px #969696;
	-moz-box-shadow:0 0 10px #969696; */
	padding: 20px 0;
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
}

.whrl-item:hover {
	background: #b38f6b;
}

.whrl-item:hover .whrl-date {
	color: #fff;
}

.whrl-item:hover .whrl-item-title {
	color: #fff;
}

.whrl-item:hover .whrl-lm {
	color: #ffea7f;
}

.whrl-left {
	float: left;
	width: 19%;
	text-align: center;
	border-right: 1px solid #edeef2;
}

.whrl-date {
	color: #000000;
	text-align: center;
}

.day {
	font-size: 20px;
	line-height: 30px;
}

.mon-year {
	font-size: 14px;
}

.whrl-lm {
	line-height: 22px;
	text-align: center;
	color: #b38f6b;
	font-size: 14px;
	font-weight: bold;
}

.whrl-right {
	float: left;
	width: 75%;
	padding-left: 15px;
}

.whrl-item-title {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	color: #333333;
	overflow: hidden;
}

.whrl-item-title a {
	color: #135a92;
}

.whrl-item-title a:hover {
	color: #c87f00;
}

.whrl-item-date,
.whrl-item-dz {
	font-size: 14px;
	color: #969696;
	line-height: 24px;
}

.whrl-item-date {
	margin-top: 15px;
}

.whrl-item-date i,
.whrl-item-dz i {
	color: #87a8dd;
}

.tzgg-ul .whrl-date {
	background: #87a8db;
	padding: 10px 0px;
	color: #fff;
}

/*æ¯??¥ä?ä¹?*/
.mrys {
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.mrys-title {
	width: 33%;
	background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/mrys-title.jpg) no-repeat bottom;
	background-size: 100%;
	text-align: right;
	padding-right: 132px;
	padding-top: 86px;
	padding-bottom: 86px;
	color: #fff;
	display: inline-block;
	bottom: 0;
	position: absolute;
}

.mrys-title i {
	font-size: 84px;
	opacity: 0.8;
}

.mrys-title div {
	font-size: 24px;
	line-height: 42px;
	margin-top: 20px;
}

.mrys-img {
	width: 17%;
	display: inline-block;
	bottom: 0;
	box-shadow: 20px -20px 0px 0px #f0f0f0;
	position: relative;
	margin-left: 33%;
}

.mrys-img img {
	width: 100%;
}

.mrys-con {
	width: 50%;
	background: #f1f1f1;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.msry-con2 {
	background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/mrys-bg2.jpg) no-repeat right bottom;
	width: 100%;
	padding: 30px;
	height: 300px;
	padding-left: 60px;
	background-size: auto 100%;
}

.book-con {
	width: 500px;
}

.book-title {
	border-bottom: 1px solid #d2d2d2;
	color: #105b94;
	line-height: 42px;
	font-size: 18px;
}

.book-detail {
	padding-top: 15px;
	line-height: 24px;
	height: 135px;
	overflow: hidden;
	color: #828282;
	font-size: 14px;
}

.book-more {
	float: right;
	margin-top: 20px;
}

.book-more a {
	width: 100px;
	border: 1px solid #88766a;
	border-radius: 15px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #88766a;
	display: block;
}

/*?°è?´å??å¤?*/
.data {
	width: 100%;
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/ssxd-bg.jpg") no-repeat top center;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* .slogan{
	width: 100%;
	text-align: center;
} */
.slogan img {
	max-height: 46px;
}

.video-play {
	font-size: 56px;
	color: #fff;
	margin-top: 50px;
	opacity: 0.5;
	width: 100%;
	text-align: center;
}

.data-con {
	padding-top: 30px;
}

.data-con .col-md-3 {
	padding-top: 60px;
	padding-left: 0px;
}

.data-icon {
	width: 25%;
	float: left;
}

.data-icon i {
	font-size: 42px;
	width: 90px;
	height: 90px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-o-border-radius: 90px;
	line-height: 90px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.data-icon i:hover {
	background: #fff;
	color: #0d2f6e;
}

.data-info {
	float: left;
	width: 75%;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 0.8;
}

.data-info1 {
	font-size: 32px;
	color: #fac521;
}

.data-info2 {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.data-info2 div {
	font-size: 14px;
	color: #fff;
}

.video-play i {
	color: #fff;
}

.m-video {
	font-size: 14px;
	color: #333;
	line-height: 34px;
	margin-bottom: 19px;
}

.m-video img {
	display: block;
	margin: 0 auto 2px;
}

.m-video p {
	padding-bottom: 12px;
}

.m-video .p-notes {
	padding-bottom: 8px;
	text-align: center;
	text-indent: 0;
}

.m-video h1 {
	font-size: 20px;
	color: #9a0000;
	font-weight: normal;
	text-align: center;
	margin-bottom: 8px;
}

.m-video .info {
	display: block;
	margin-bottom: 16px;
	font-family: "?¹å?©ç?";
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: center;
}

.m-video iframe {
	width: 100%;
	height: 480px;
}

.dn {
	display: none;
}

.m-pop {
	z-index: 10001;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

#m-video video,
#m-video embed {
	display: block;
	width: 100%;
	height: 100%;
}

.m-pop .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

.m-pop .close {
	display: block;
	width: 58px;
	height: 58px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1001;
	cursor: pointer;
	background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/video-close.png) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.m-pop .close:hover {
	background-position: 0 -58px;
}


@-webkit-keyframes aniV {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1);
	}
}

@-moz-keyframes aniV {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1);
	}
}

@-o-keyframes aniV {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes aniV {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1);
	}
}

/*ä¸?é¢?ä¸???*/
.ztzl {
	margin-top: 30px;
}

.ztzl-title {
	background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/ztxw.png) no-repeat;
	text-align: right;
	padding: 0px;
	padding-right: 70px;
	height: 100%;
	background-size: 100%;
}

.ztzl-title img {}

.ztzl-more {
	position: absolute;
	right: 35px;
	bottom: 15px;
	width: 24px;
	background: rgb(255, 255, 255, 0.8);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}

.ztzl-more a {
	color: #13306c;
}

.ztzl-item {
	padding: 0px;
	overflow: hidden;
}

.ztzl-item-img {
	width: 100%;
	position: relative;
}

.ztzl-item-img img {
	width: 100%;
}

.ztzl-bg {
	width: 100%;
	position: absolute;
	top: 75%;
	box-sizing: border-box;
	transition: all 0.2s ease-out 0s;
}

.ztzl-item:nth-child(1) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg01.png") repeat;
}

.ztzl-item:nth-child(2) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg02.png") repeat;
}

.ztzl-item:nth-child(3) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg03.png") repeat;
}

.ztzl-item:nth-child(4) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg04.png") repeat;
}

.ztzl-item:nth-child(5) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg05.png") repeat;
}

.ztzl-item:nth-child(6) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg06.png") repeat;
}

.ztzl-item:nth-child(7) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg07.png") repeat;
}

.ztzl-item:nth-child(8) .ztzl-bg {
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/zt-bg08.png") repeat;
}

.ztzl-con {
	width: 100%;
	padding: 20px;
	color: #fff;
	position: absolute;
	top: 75%;
	box-sizing: border-box;
	transition: all 0.2s ease-out 0s;
}

.ztzl-item-title {
	font-size: 18px;
	margin-bottom: 15px;
	border-left: 5px solid #fff;
	line-height: 24px;
	padding-left: 15px;
}

.ztzl-nr li {
	width: 100%;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.ztzl-nr li a {
	color: #fff;
}

.ztzl-item:hover .ztzl-bg {
	top: 0;
	transform: none;
}

.ztzl-item:hover .ztzl-con {
	top: 0;
	transform: none;
}

.zt-more {
	width: 100%;
	text-align: center;
}

.zt-more a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -40px;
	border: 1px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	width: 80px;
	line-height: 36px;
	font-size: 14px;
}

/*footer*/
.footer {
	width: 100%;
	background: #103b65;
	margin-top: 50px;
}

.footer1 {
	width: 100%;
	background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/footer-bg.jpg") no-repeat top;
	background-size: 100%;
	padding-top: 150px;
}

.lm {
	border-right: 1px solid #fff;
	padding-top: 15px;
	width: 100%;
	float: left;
	margin-bottom: 60px;
}

.lm li {
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 15px;
	opacity: 0.8;
}

.lm-img {
	width: 100%;
	text-align: center;
}

.lm-img img {
	width: 100%;
	max-width: 86px;
}

.lm-title {
	width: 100%;
	line-height: 42px;
}

.lm-title a {
	color: #fff;
}

.links {
	padding-left: 50px;
}

.link-title {
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 15px;
}

.links li {
	width: 33.3%;
	float: left;
	text-align: left;
	line-height: 36px;
}

.links li a {
	color: #fff;
}

.footer2 {
	width: 100%;
	clear: both;
	background: rgba(0, 63, 114, 0.6);
	padding: 20px 0px;
	color: #a3aacc;
	font-size: 12px;
}

.footer-logo {
	width: 40%;
	float: left;
	padding-right: 30px;
	opacity: 0.8;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-adress {
	width: 60%;
	float: left;
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.8;
}

.footer-address li {
	color: #fff;
	line-height: 36px;
}

.footer-icons {
	padding-bottom: 30px;
}

.footer-icons li {
	display: inline-block;
	padding-left: 30px;
}

.copyright {
	padding-left: 30px;
	margin-top: 15px;
	clear: both;
	border-top: 1px solid #fff;
	width: 100%;
	opacity: 0.4;
	padding-top: 15px;
}

.icon-item {
	position: relative;

}

.wb-code {
	position: absolute;
	z-index: 99;
	bottom: 110%;
	padding: 10px;
	width: 105px;
	margin-left: -30px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease-out 0s;
}

.wb-code:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}

.wb-code img {
	width: 86px;
}

.footer-icons li:hover .wb-code {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.mobile {
	display: none;
}

@media(min-width:1600px) {

	.header>.container,
	.nav>.container,
	.focus2>.container,
	.news-media .container,
	.footer>.container,
	.tsfx .container,
	.whrl .container,
	.data .container,
	.ztzl .container,
	.footer2 .container {
		width: 75%;
	}

	/*2020-09-02*/
	.header .navbar_nav li a {
		text-decoration: none;
		height: 100%;
		padding: 0 10px;
	}
}

@media(max-width:1599px) {
	body {
		font-size: 14px;
	}

	.header>.container,
	.nav>.container,
	.focus2>.container,
	.news-media .container,
	.footer>.container,
	.tsfx .container,
	.whrl .container,
	.data .container,
	.ztzl .container,
	.footer2 .container {
		width: 95%;
	}

	.tsfx-con {
		padding-bottom: 50px;
	}

	.whrl-left {
		width: 17%;
	}

	.whrl-right {
		width: 77%;
	}

	.mrys {
		margin-top: -20px;
	}

	.mrys-title {
		padding-bottom: 42px;
	}

	.footer1 {
		padding-top: 100px;
		background-size: 115%;
	}

	.lm {
		margin-bottom: 20px;
	}

	.footer-icons {
		padding-top: 0px;
	}

	.links {
		padding-left: 30px;
	}

	.focus-title a,
	.tsfx-item-title a,
	.whrl-item-title a {
		font-size: 14px;
	}

	.mon-year {
		font-size: 12px;
	}
}

/*2020-09-02*/
@media(max-width:1380px) {
	.header .navbar_nav li a {
		padding: 0px 15px;
	}

	.header .left a img {
		height: 64px;
	}
}

@media(max-width:1250px) {
	.header .navbar_nav li a {
		padding: 0px 12px;
	}

	.header .left a img {
		height: 64px;
	}

	body {
		font-size: 14px;
	}
}

@media(max-width:1180px) {

	/*2020-09-02 ç»???*/
	.header .left a img {
		height: 56px;
	}

	.header .nav {
		padding-right: 20px;
	}

	.header .navbar_nav li a {
		padding: 0px 8px;
		font-size: 14px;
	}

	.header .navbar_nav li {
		line-height: 48px;
	}

	.header .navbar_nav li.dropdown .dropdown_menu {
		width: 160px;
		top: 48px;
	}

	.header .navbar_nav>li:last-child .dropdown_menu {
		left: 0;
	}

	.banner-title {
		position: absolute;
		bottom: 48px;
		right: 5%;
		z-index: 181;
	}

	.banner-title a {
		font-size: 26px;
		font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 2px #000;
	}

	.newsCon {
		margin-left: 0px;
	}

	.mediaCon {
		margin-left: 0px;
	}

	.whrl-title {
		padding-top: 40px;
	}

	.whrl-ul .col-md-4 {
		width: 50%;
	}

	.focus-title a,
	.tsfx-item-title a {
		font-size: 14px;
	}

	.tsfx-main {
		padding: 20px 0px;
	}

	.tsfx-con {
		padding-bottom: 50px;
		padding-top: 30px;
	}

	.tsfx-item-title {
		padding: 5px 15px;
		line-height: 24px;
		height: 58px;
	}

	.mrys {
		margin-top: -60px;
	}

	.msry-con2 {
		background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/mrys-bg2.jpg) no-repeat right bottom;
		width: 100%;
		padding: 30px;
		height: 280px;
		padding-left: 20px;
		background-size: auto 100%;
	}

	.book-con {
		width: 300px;
	}

	.mrys-title {
		width: 28%;
		background: url(https://www.xit.edu.cn/web2/jz/static_2021/images/mrys-title.jpg) no-repeat bottom;
		background-size: auto 100%;
		text-align: center;
		padding-right: 0px;
		padding-top: 46px;
		padding-bottom: 46px;
	}

	.mrys-title i {
		font-size: 64px;
		opacity: 0.8;
	}

	.mrys-title div {
		font-size: 24px;
		line-height: 42px;
		margin-top: 20px;
	}

	.mrys-img {
		width: 22%;
		margin-left: 28%;
	}

	.book-title {
		border-bottom: 1px solid #d2d2d2;
		color: #105b94;
		line-height: 32px;
		font-size: 16px;
	}

	.book-detail {
		padding-top: 10px;
		line-height: 24px;
	}

	.data {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.slogan img {
		max-height: 42px;
	}

	.data-icon i {
		font-size: 32px;
		width: 72px;
		height: 72px;
		border-radius: 72px;
		-webkit-border-radius: 72px;
		-moz-border-radius: 72px;
		-o-border-radius: 72px;
		line-height: 72px;
	}

	.data-con {
		padding-top: 0px;
	}

	.data-con .col-md-3 {
		padding-top: 40px;
	}

	.video-play {
		font-size: 42px;
		margin-top: 40px;
	}

	.footer1 {
		padding-top: 70px;
		background-size: 135%;
	}

	.lm-img img {
		max-width: 64px;
	}

	.links li {
		line-height: 24px;
	}

	.footer-logo,
	.footer-adress {
		width: 100%;
	}

	.link-title,
	.footer-adress {
		margin-top: 30px;
	}

	.footer-logo img {
		width: auto;
		height: 64px;
	}

	.footer-icons {
		padding-top: 30px;
	}

	.footer-icons li {
		padding-left: 15px;
	}

	.footer2 .col-md-6:first-child {
		width: 45%;
	}

	.footer2 .col-md-6:last-child {
		width: 55%;
	}
}

@media screen and (max-width: 992px) {
	.header {
		padding: 0px;
	}

	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 39px;
	}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;
	}

	.header #navToggle span:before {
		top: 8px;
	}

	.header #navToggle span:after {
		bottom: 10px;
	}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}

	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}

	.header #navToggle.open span {
		background: none;
	}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}

	.header .nav {
		display: none;
	}

	.tsfx-main {
		background-size: auto 100%;
	}

	.tsfx-item {
		width: 50%;
	}

	.tsfx-item:nth-child(5) {
		display: none;
	}

	.tsfx .more {
		margin-top: -40px;
	}

	.tabs-bg {
		height: 72px;
	}

	.tabs-bg2 {
		background: none;
	}

	.tabs .part {
		margin-top: 15px;
		font-size: 20px;
	}

	.whrl-ul {
		margin-top: 0px;
	}

	.banner-title a,
	.tsfx-title,
	.whrl-title {
		font-size: 20px;
	}

	.news-btn,
	.media-btn,
	.tabBar .hd .news-btn.on,
	.tabBar .hd .media-btn.on {
		background-size: 22px;
		padding-left: 24px;
	}

	.newsCon {
		margin-left: 0px;
		margin-top: 15px;
	}

	.mediaCon {
		margin-left: 0px;
		margin-top: 15px;
	}

	.media-con {
		padding-left: 10px;
		padding-right: 0px;
	}

	.media-item,
	.news-item {
		padding: 10px 0px;
	}

	.whrl-ul .col-md-4 {
		width: 50%;
	}

	.whrl-date {
		padding: 8px 0px;
	}

	.whrl-item-title {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.book-more {
		margin-top: 10px;
	}

	.book-more a {
		width: 80px;
		border-radius: 15px;
		height: 26px;
		line-height: 26px;
	}

	.msry-con2 {
		padding: 15px 30px;
		height: 238px;
		background-size: auto 150px;
	}

	.data-info1 {
		font-size: 20px;
	}

	.data-con .col-md-3 {
		padding-top: 20px;
	}

	.data {
		padding: 30px 0px;
	}

	.slogan img {
		max-height: 36px;
	}

	.video-play {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.zt-item {
		margin-top: 0px;
	}

	.footer {
		margin-top: 30px;
	}

	.footer1 {
		padding-top: 70px;
		background-size: 200%;
	}

	.footer2 .col-md-6:first-child {
		width: 50%;
		font-size: 12px;
	}

	.footer2 .col-md-6:last-child {
		width: 50%;
	}

	.footer-icons {
		padding-top: 0px;
	}

	.footer-icon li {
		padding-top: 10px;
	}

	.wb-code {
		bottom: 100%;
	}

	.news-media .content-slide,
	.whrl .content-slide {
		padding-left: 0px;
		padding-right: 0px;
	}

	.news-media .mobile,
	.whrl .mobile {
		display: block;
	}

	.news-media .pc,
	.whrl .pc {
		display: none;
	}

	.news-btn-on {
		color: #fff;
		background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/news-icon.png") no-repeat left center;
		background-size: 22px;
		padding-left: 24px;
		width: 100%;
		line-height: 48px;
		width: 200px;
		position: relative;
		left: 50%;
		margin-left: -50px;
		font-size: 20px;
		margin-top: 0px;

	}

	.media-btn-on {
		color: #fff;
		background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/mtxd-icon.png") no-repeat left center;
		background-size: 22px;
		padding-left: 24px;
		width: 100%;
		line-height: 48px;
		width: 200px;
		position: relative;
		left: 50%;
		margin-left: -50px;
		font-size: 20px;
	}

	.media-title-bg {
		background: url("https://www.xit.edu.cn/web2/jz/static_2021/images/news-title-bg.jpg") no-repeat center;
		width: 100%;
		background-size: auto 100%;
		line-height: 96px;
	}

	.mobile .more a {
		margin-top: 15px;
	}

	.whrl .mobile .whrl-title-bg {
		background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/whrl-title-bg.jpg") no-repeat center;
		width: 100%;
		background-size: auto 100%;
		text-align: center;
		line-height: 96px;
	}

	.whrl-title {
		font-size: 20px;
		text-align: center;
		line-height: 48px;
		color: #fff;
	}

	.news-media {
		background: none;
	}

	.whrl-ul {
		padding-left: 30px;
		padding-right: 30px;
	}

	.tzgg-ul .col-md-4:nth-child(9) {
		display: none;
	}

	.news {
		margin-top: 15px;
	}

}

@media(max-width:767px) {
	.whrl-item {
		width: 100%;
	}

	.tsfx-item {
		width: 50%;
	}

	.tsfx-item:nth-child(even) {
		padding-left: 8px;
		padding-right: 0px;
	}

	.tsfx-item:nth-child(odd) {
		padding-right: 8px;
		padding-left: 0px;
	}

	.tsfx-main {
		padding-bottom: 0px;
	}

	.tsfx-con {
		padding-bottom: 15px;
	}

	.tsfx .more {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.con .col-md-6 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.whrl-ul .col-md-4 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	.whrl-title {
		padding-top: 10px;
	}

	#slider .banner-title {
		position: absolute;
		bottom: 42px;
		right: 5%;
		z-index: 181;
	}

	#slider .banner-title a {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-shadow: 2px 2px 2px #000;
	}

	.header #navToggle span {
		margin-top: 15px;
	}

	.header {
		height: 46px;
		background: #0d2f6e;
		position: relative;
	}

	.header .left a img {
		height: 32px;
		margin-top: 5px;
	}

	.focus2 {
		padding: 30px 0px;
	}

	.focus2 .col-xs-6:nth-child(even) {
		padding-left: 8px;
	}

	.focus2 .col-xs-6:nth-child(odd) {
		padding-right: 8px;
	}

	.focus .more,
	.news-media .more {
		text-align: center;
		margin-top: 0px;
	}

	.focus .more a,
	.news-media .more a,
	.whrl .more a,
	.tsfx .more a {
		width: 150px;
		border-radius: 15px;
		height: 32px;
		line-height: 32px;
		margin-left: -75px;
	}

	.mrys-title {
		width: 50%;
		bottom: 238px;
	}

	.mrys-title i {
		font-size: 32px;
	}

	.mrys-title div {
		font-size: 20px;
	}

	.mrys-img {
		width: 50%;
		margin-left: 50%;
	}

	.mrys-con {
		width: 100%;
		position: static;
	}

	.book-con {
		width: 100%;
	}

	.data-con .col-xs-6:nth-child(even) {
		padding-right: 0px;
	}

	.data-con .col-xs-6:nth-child(odd) {
		padding-left: 0px;
	}

	.data-info {
		padding-right: 0px;
	}

	.nqhj-img {
		top: 25%;
	}

	.nqhj-title {
		position: relative;
		margin-top: 34px;
	}

	.nqhj-title a {
		color: #fff;
		font-size: 18px;
		line-height: 34px;
	}

	.cxbt-title {
		margin-top: 34px;
	}

	.cxbt-title a {
		line-height: 34px;
	}

	.lm {
		border-right: 0px;
	}

	.footer2 .col-md-6:first-child,
	.footer2 .col-md-6:last-child {
		width: 100%;
	}

	.footer-logo img {
		height: 42px;
		margin-bottom: -20px;
	}

	.footer-address {
		padding-top: 0px;
	}

	.footer-icons {
		padding-top: 15px;
	}

	.footer-icons li {
		padding-left: 0px;
		padding-right: 0px;
	}

	.footer-icons li img {
		width: 42px;
	}

	.data-icon i {
		font-size: 32px;
		width: 56px;
		height: 56px;
		border-radius: 56px;
		-webkit-border-radius: 56px;
		-moz-border-radius: 56px;
		-o-border-radius: 56px;
		line-height: 56px;
	}

	.zt-item-title {
		margin-bottom: -32px;
		height: 32px;
		line-height: 32px;
		bottom: 32px;
	}

	.zt-item-title a,
	.nqhj-title a,
	.cxbt-title a {
		font-size: 16px;
	}

	.tabs {
		width: 300px;
		left: 50%;
		margin-left: -150px;
	}

	.tabs .part {
		width: 150px;
		height: 32px;
		line-height: 32px;
	}

	.tabs .part {
		font-size: 16px;
	}

	.whrl .container {
		margin-top: -60px;
		margin-bottom: -180px;
	}

	.news-media .container {
		margin-top: -50px;
	}
}

@media(max-width:360px) {

	.zt-item-title a,
	.nqhj-title a,
	.cxbt-title a {
		font-size: 14px;
	}
}

/*è¿???é¡¶é??*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8) url(https://www.xit.edu.cn/web2/jz/static_2021/images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999999999999;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

.topnav {
	position: relative;
	height: 45px;
	line-height: 45px;
	background: #e4e4e4;
	border-bottom: 1px solid #e6e6df;
	z-index: 3;
	color: #4e4e4e;
}

.topnav .tinylogo {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/tinylogo.jpg") no-repeat;
	vertical-align: middle;
}

.topnav .slogan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
}

.topnav .dropdown-toggle {
	*margin-bottom: 0;
	*margin-top: 2px;
	*vertical-align: middle;
	color: #8b6833;
	color: #4e4e4e;
	padding-bottom: 13px;
	text-decoration: none;
}

.topnav .dropdown .caret {
	width: 9px;
	height: 6px;
	border: 0 none;
	background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/tiny-arrow-down.png") no-repeat;
}

.topnav .dropdown .caret {
	margin-top: 17px;
	*margin-top: 8px;
}

.topnav-right-mobile {
	display: none;
}

.topnav-right .topnav-item {
	float: left;
	line-height: 45px;
}

.topnav-item span a {
	color: #8b6833;
	color: #4e4e4e;
	padding-right: 4px;
}

.topnav-right .topnav-item.first span {
	padding-right: 4px;
	border-right: 1px solid #cfc4b0;
}

.topnav-right .topnav-item .dropdown-menu {
	margin: 0;
	padding: 0;
	min-width: 100px;
	border: 0 none;
	border-radius: 0;
	background-color: #d02b18;
	webkit-box-shadow: none;
	moz-box-shadow: none;
	box-shadow: none;
}

.topnav-right .topnav-item .dropdown-menu li>a {
	padding: 10px 0;
	width: 100px;
	min-width: 100px;
	color: #8b6833;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #edece6;
	border-bottom: 1px solid #edece6;
	background: #edece6;
	text-decoration: none;
}

.topnav-right .topnav-item .dropdown-menu li>a:hover {
	color: #fff;
	background-color: #8b6833;
	filter: none;
}

.topnav .brand,
.logonav .brand {
	float: left;
display:none;
}

.logonav {
	position: relative;
	width: 100%;
	background: #93060a;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.bar-list-3 ul {
	padding: 0;
}

.bar-list-3 ul li {
	float: left;
	width: 16.66%;
	padding: 0;
	background: none;
}

.bar-list-3 ul li a {
	display: block;
	color: #333;
	border-left: 1px solid #f2f2f2;
}
.bar-list-3 ul li.i1 a,.bar-list-3 ul li.i4 a{border-left: 0 none;}
.bar-list-3 ul li a.border-top-none {
	border-top: 0 none;
}

.bar-list-3 ul li a .infos {
	padding-top: 15px;
	text-align: center;
}

.bar-list-3 ul li a .wlogo {
	margin: 0 auto;
}

.bar-list-3 ul li.i1 a .wlogo{
	width: 32px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/01.png) no-repeat;
}

.bar-list-3 ul li.i1 a:hover .wlogo{
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/01-hover.png) no-repeat;
}

.bar-list-3 ul li a .wlogo-02 {
	width: 40px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/02.png) no-repeat;
	background-size: 100%;
}

.bar-list-3 ul li a:hover .wlogo-02 {
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/02-hover.png) no-repeat;
	background-size: 100%;
}

.bar-list-3 ul li.i3 a .wlogo {
	width: 40px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/03.png) no-repeat;
}

.bar-list-3 ul li.i3 a:hover .wlogo {
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/03-hover.png) no-repeat;
}

.bar-list-3 ul li.i4 a .wlogo {
	width: 47px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/04.png) no-repeat;
}

.bar-list-3 ul li.i4 a:hover .wlogo {
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/04-hover.png) no-repeat;
}

.bar-list-3 ul li.i5 a .wlogo {
	width: 43px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/05.png) no-repeat;
}

.bar-list-3 ul li.i5 a:hover .wlogo{
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/05-hover.png) no-repeat;
}

.bar-list-3 ul li.i6 a .wlogo {
	width: 40px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/06.png) no-repeat;
}

.bar-list-3 ul li.i6 a:hover .wlogo {
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/06-hover.png) no-repeat;
}
.bar-list-3 ul li.i2 a .wlogo{
	width: 40px;
	height: 40px;
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/07.png) no-repeat;
}

.bar-list-3 ul li.i2 a:hover .wlogo{
	background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/07-hover.png) no-repeat;
}

.footer {
	width: 100%;
	background-color: #132c67;
	padding: 25px 0 0;
}

.footer .floatr img {
	display: block;
	width: 105px;
	height: 105px;
}

.footer .floatr span {
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.footer p {
	color: #fff;
	font-size: 13px;
	font-weight: lighter;
	padding-bottom: 12px;
}

.footer p span {
	padding-left: 30px;
}

.footer p a {
	color: #fff;
	font-weight: lighter;
	font-size: 13px;
}

.footer .footer_logo {
	padding-top: 10px;
	font-size: 11px;
	vertical-align: middle;
}

.footer .footer_logo a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.footer .footer_logo img {
	padding-right: 20px;
	width: 170px;
}

.footer .flinks {
	float: left;
	width: 460px;
	height: 163px;
	/* background:url(https://www.xit.edu.cn/web2/jz/static_2021/images/base/footer_bg_flink.png) top center no-repeat; */
	margin-left: 70px;
}

.footer .flinks p {
	font-size: 16px;
	padding-top: 4px;
}

.footer .flinks span {
	display: block;
	font-size: 0;
}

.footer .flinks span a {
	font-size: 12px;
	color: #fff;
	display: block;
	margin-top: 8px;
	/*display:inline-block;
	*display:inline;
	*zoom:1;*/
	font-weight: lighter;
}

.header .container2 {
	width: 1400px;
	margin: 0 auto;
}

.header .navbar-form {
	position: absolute;
	right: 4%;
	top: 30px;
	width: 210px;
	height: 40px;
	padding: 0;
	border-radius: 16px;
	border: 1px solid #fff;
	z-index: 100;
}

.header .navbar-form input {
	margin: 0;
	padding: 8px 15px;
	width: 100%;
	border: 0 none;
	border-radius: 16px;
	background: 0 none;
	box-shadow: none;
	color: #fff;
}

.header .navbar-form input:focus {
	outline: none;
}

.header .navbar-form input::placeholder {
	color: #fff;
	font-size: 15px;
}

.header .navbar-form button {
	position: absolute;
	right: 12px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
	background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/search-icon-w.png") no-repeat;
}

.header .search-y {
	border-color: #b38f6b;
}

.header .search-y input {
	color: #b38f6b;
}

.header .search-y input::placeholder {
	color: #b38f6b;
}

.header .search-y button {
	background-image: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/search-icon-y.png");
}

.main-title {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 30px;
}

/* å­?ç§?ç«?èµ? */
.main3-wrap {
	background-image: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/bcg1.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main3-wrap .row-block+.row-block {
	margin-top: 50px;
}

.main3-wrap .img-wrap {
	overflow: hidden;
	height: 450px;
	background-repeat: no-repeat;
	background-size: 80% 450px;
}

.main3-wrap .bcg-red .img-wrap {
	background-image: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/bcg-red.png");


}



.main3-wrap .bcg-blue .img-wrap {
	background-image: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/bcg-blue.png");
	background-position: center right;
}

.main3-wrap .img-wrap li {
	height: 100%;
}

.main3-wrap .pic1 {
	width: 94%;
	height: 92%;
	margin-top: 16px;
	margin-left: 20px;
}

.main3-wrap .title-text {
	font-size: 30px;
}

.main3-wrap .title-more {
	color: #693415;
	font-size: 18px;
	margin-top: 6px;
}

.icon-more {
	background: url("/_upload/tpl/00/0b/11/template11/htmlRes/style_res/icon-more.png") no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	background-size: 100% 100%;
	vertical-align: middle;
}

.main3-wrap .list-text li {
	height: 116px;
	overflow: hidden;
	margin-top: 15px;
}

.main3-wrap .list-text li:hover a {
	background: #b38f6b;
	color: #fff;
}

.main3-wrap .list-text li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	background: #fff;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 2px solid #d30b16;
}

.main3-wrap .bcg-blue .list-text li a {
	border-bottom: 2px solid #035fa2;
}

/*  */
.main1-wrap {
	margin-bottom: 50px;
}

.main1-wrap .more {
	margin-bottom: 16px;
}

.main1-wrap .rslides img {
	height: 400px;
}

.main1-wrap .callbacks_tabs {
	position: absolute;
	right: 20px;
}

.main1-wrap .callbacks_tabs li {
	width: 22px;
	height: 24px;
}

.main1-wrap .callbacks_tabs li a {
	width: 22px;
	height: 24px;
	line-height: 24px;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 12px;
}

.main1-wrap .callbacks_tabs li.callbacks_here a {
	background: #cb0d0d;
	color: #fff;
}

/* ??ç«???è¡? */
.article-list li {
	padding: 6px 0;
	font-size: 16px;
	position: relative;
}

.article-list li a {
	color: #333;
}

.article-list li:first-child {
	padding-top: 0;
}

.article-list li:last-child {
	padding-bottom: 0;
}

.article-list .img-item {
	display: flex;
}

.article-list .img-item img {
	width: 180px;
	height: 130px;
}

.article-list .img-item .des {
	margin-left: 26px;
	line-height: 24px;
	padding-top: 10px;
}

.article-list .img-item .time {
	position: relative;
	margin-top: 10px;
}

.article-list li a:hover {
	color: #c87f00;
}

.article-list li .text-item {
	display: inline-block;
	width: 82%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.article-list li .time {
	position: absolute;
	right: 0;
	color: #888;
}

.article-list.dot li::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #4c4d4d;
	vertical-align: 6px;
	margin-right: 4px;
}

.article-list.dashed li {
	border-bottom: 1px dashed #b1b1b1;
}

.article-list.dashed li {
	padding: 10px 0;
}

.article-list.dashed li:first-child {
	padding-top: 0;
}

/* ??ç«???è¡? */
.article-img li {
	float: left;
    width: 33.3%;
    text-align: center;
}
/*ÏµÍ³Ä¬ÈÏËÑË÷*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*×Ô¶¨ÒåÊäÈë¿ò*/
.searchbox{
    position: absolute;
    right: 4%;
    top: 38px;
    z-index: 100;
}
.wp-search {
    width: 210px;
    height: 40px;
    border-radius: 16px;
    border: 1px solid #fff;
}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:13.2px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 38px;line-height: 38px;background: none;color: #fff;font-size: 15px;border:0;outline: 0;font-family: "Î¢ÈíÑÅºÚ";}
.wp-search .search-btn {width: 38px;height: 38px;position: absolute;right: 8px;top: 2px;}
.wp-search .search-btn input.search-submit {width: 38px;height: 38px;border:0;outline: 0;background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/search-icon-w.png) no-repeat center;cursor: pointer;}
/*ËÑË÷È¥±³¾°É«£º*/
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {-webkit-transition-delay: 99999s;-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;}
.list_main .wp-search{border: 1px solid #b38f6b;}
.list_main .wp-search .search-input input.search-title{color:#b38f6b}
.list_main .wp-search .search-btn input.search-submit{    background: url(/_upload/tpl/00/0b/11/template11/htmlRes/style_res/search-icon-y.png) no-repeat center;}
.l-banner{    margin-top: 120px;    height: 300px;    background: url(/_upload/tpl/00/0b/11/template11/htmlRes/yanjiusheng02.jpg) no-repeat;}
.wp_articlecontent p {
    font-size: var(--bigSize) !important;
    background: none !important;
    line-height: 2!important;
    text-align:justify;
    /*text-indent: 2em !important;*/
    /* font-family:"SourceHanSerifCN-Regular" !important; */
    font-size: 16px!important;
    line-height: 32px!important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;}
.printArea .title{    line-height: 1.3!important;
    font-size:36px!important;
    margin-bottom: 20px;}
.wp_articlecontent p {
    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;
}
.wp_articlecontent span{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}
.wp_articlecontent font{    font-size: 16px!important;
    line-height: 32px!important;
    font-family: "Microsoft YaHei" !important;}