* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	background: #fff;
	font-family: "Noto Serif", "微软雅黑", 'Roboto-regular', "sans-serif", "songti";
	color: #333;
	line-height: 160%;
	font-size: 16px;
	font-size: 1.6rem;
}



li,
dt,
dl,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #666;
	outline: none;
	border: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #f04646;
	border-color: #f04646;
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	color: #606266;
	background-color: #f4f4f5;
	margin: 0 2px;
	border: none;
}

/* 公共样式 */
p {
	margin: 0;
}

.nomargin {
	margin: 0;
}

@font-face {
	font-family: 'SOURCEHANSERIFSC-HEAVY';
	/* 自定义字体名称 */
	src: url('../fonts/SOURCEHANSERIFSC-HEAVY.eot');
	src: url('../fonts/SOURCEHANSERIFSC-HEAVY.OTF');
	src: url('../fonts/SOURCEHANSERIFSC-HEAVY.woff2') format('woff2'),
		/* 优先使用 woff2 */
		url('../fonts/SOURCEHANSERIFSC-HEAVY.woff') format('woff');
	/* 备选 */
	font-weight: 400;
	/* 字体粗细 */
	font-style: normal;
	/* 字体样式 */
	font-display: swap;
	/* 可选，避免字体加载时的文本隐藏 */
}

@font-face {
	font-family: 'chuanggui';
	/* 自定义字体名称 */
	src: url('../fonts/SOURCEHANSERIFSC-REGULAR.woff2') format('woff2'),
		/* 优先使用 woff2 */
		url('../fonts/SOURCEHANSERIFSC-REGULAR.woff') format('woff');
	/* 备选 */
	font-weight: 400;
	/* 字体粗细 */
	font-style: normal;
	/* 字体样式 */
	font-display: swap;
	/* 可选，避免字体加载时的文本隐藏 */
}


@font-face {
	font-family: 'YOUSHEBIAOTIHEI-2';
	src: url('../fonts/YOUSHEBIAOTIHEI-2.eot');
	src: local('../fonts/YOUSHEBIAOTIHEI-2 Regular'),
		local('../fonts/YOUSHEBIAOTIHEI-2'),
		url('../fonts/YOUSHEBIAOTIHEI-2.woff') format('woff'),
		url('../fonts/YOUSHEBIAOTIHEI-2.ttf') format('truetype');
}

@font-face {
	font-family: 'NotoSerif';
	src: url('../fonts/YNoto Serif.eot');
	src: local('../fonts/Noto Serif Regular'),
		local('../fonts/Noto Serif'),
		url('../fonts/Noto Serif.woff') format('woff'),
		url('../fonts/Noto Serif.ttf') format('truetype');
}

.u-flex {
	display: flex;
}

.part1-title {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.part1-title a {
	color: #999;
	font-size: 18px;

}

.juanzeng-btn {
	justify-content: space-between;
	margin-top: 20px;
}

.juanzeng-btn a {
	display: block;
	width: 48.5%;
	margin-right: 3%;
}

.juanzeng-btn a:last-child {
	margin-right: 0;
}

/* 公共样式结束 */


/*************************
*******Header******
**************************/
#header {
	width: 100%;
}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	background-color: #0a5aa8;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	/* background: #fff; */
	background-color: #980c0d;
	font-size: 16px;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 20px;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 15px 15px 15px;

}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-default .navbar-collapse {
	margin-top: 15px;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {

	color: #ad0407;
	font-weight: bold;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	/* background: #ad0407; */
	background: none;
	color: #fff;
	border-bottom: 2px solid #fff;

}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav>.active {
	position: relative;

}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	font-size: 16px;
}

.dropdown-menu {
	min-width: 110px;
	margin-right: 0;
	background: rgba(152, 12, 13, 0.9);

}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;

}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #ad0407;
}

.top-link,
.top-link a {
	color: rgba(255, 255, 255, 0.63);
	text-align: right;
}

/* 底部 */
#footer {
	width: 100%;
	padding: 20px 0 20px;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.8);
	padding-top: 30px;
	background: url(../images/footer-bg.png) no-repeat center bottom #9b0000;
}

.footer-infor .title {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.78);
}

.footer-infor p {
	margin-bottom: 5px;
}

.footer-list {
	justify-content: space-between;
}

.ewm-list-img {
	width: 110px;
	height: 110px;
}

.ewm-list p {
	text-align: center;
	padding-top: 5px;
}

.ewm-list {
	margin-right: 30px;
}

.banquan {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 15px;
	margin-top: 30px;
}

/*************************
*******首页******
**************************/

/* 通用样式 */
.swiper-pagination-bullet {
	opacity: 0.3;
}


.swiper-pagination-bullet-active {
	background-color: #d60306;
	opacity: 1;
}

.swiper-container-case .swiper-button-next,
.swiper-container-case .swiper-container-rtl .swiper-button-prev {
	background: url(../images/right-arrow.png) no-repeat;
}

.swiper-container-case .swiper-button-prev,
.swiper-container-case .swiper-container-rtl .swiper-button-next {
	background: url(../images/left-arrow.png) no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
	width: 47px;
	height: 66px;
	margin-top: -33px;
}

.banner>.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.banner img {
	width: 100% !important;
	height: auto;
}

/* 搜索 */
.right-box {
	width: 26%;
	float: right;
	padding-top: 20px;
}

.right-box-top a {
	color: #999;
	margin-left: 10px;
}

.right-box-top a:hover {
	color: #9d3535;
}

.sous {
	width: 100%;
	height: 36px;
	float: right;
}

.sous input[type=text] {
	width: calc(100% - 36px);
	float: left;
	height: 36px;
	border: none;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	line-height: 36px;
	font-size: 1.4rem;
	outline: none;
	border-radius: 36px 0 0 36px;
	background: #0b4781;
	color: #94caff;
}

.sous input[type=button] {
	width: 36px;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: none;
	color: #94caff;
	font-size: 14px;
	border-radius: 0 36px 36px 0;
	background: url(../images/search-icon.png) no-repeat center #0b4781;
}

.sous input::-webkit-input-placeholder {
	color: rgba(148, 202, 255, 0.7);
}

/* 主体内容 */
.index-mian {
	padding: 50px 0;
	width: 100%;
	height: auto;
}

.more {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	border-left: 18px solid #ff722d;
	border-top: 18px solid #ff722d;
	border-bottom: 18px solid transparent;
	border-right: 18px solid transparent;
	text-align: left;
}

.more::after {
	content: "+";
	position: absolute;
	display: block;
	top: -20px;
	right: -4px;
	color: #fff;
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.more-top-left {
	top: 0;
	left: 0;
}

.more-top-right {
	top: 0;
	right: 0;
}


.more-top-right {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	border-left: 18px solid transparent;
	border-top: 18px solid #ffa825;
	border-bottom: 18px solid transparent;
	border-right: 18px solid #ffa825;
	text-align: left;
}

.more.more-top-right::after {
	top: -20px;
	left: -4px;
}

.red-bg {
	border-left: 18px solid #ff576f;
	border-top: 18px solid #ff576f;
	border-bottom: 18px solid transparent;
	border-right: 18px solid transparent;
}


.mian-list-news ul li a {
	color: #666;
}

.toleft {
	float: left;
}

.toright {
	float: right;
}

/* 二级页面样式 */
.side {
	width: 240px;
	background-color: #f8f8f8;
	float: left;
	margin-top: -70px;
	position: relative;
	z-index: 9999;
}

.biaoti {
	color: #fff;
	height: 70px;
	display: flex;
	padding: 0 20px;
	background: url(../images/title-bg.png) no-repeat right top #c11601;
	position: relative;
	justify-content: space-between;
	align-items: center;

}

.biaoti h4 {
	font-size: 26px;
	font-weight: 700;
	position: relative;
}


.biaoti i {
	display: none;
	background: url(../images/menu.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;

}

.side ul {
	margin: 0 0 15px 0;
	line-height: 60px;

}

.side ul li {
	/* background: #fff; */
	padding: 0 15px;
	box-sizing: border-box;
}

.side ul li a {
	color: #666;
	display: block;
	font-size: 18px;

}

.side ul li.current,
.side ul li:hover {
	position: relative;
	color: #c11601;
	border-left: 5px solid #c11601;
	font-weight: 700;
	box-sizing: border-box;
	background: #fff;
}

/* .side ul li.current::after,
.side ul li:hover::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid #edeef0;
	border-top: 23px solid #edeef0;
	border-bottom: 23px solid transparent;
	color: #c11601;
} */

.side ul li.current a {
	color: #c11601;
}

.side ul li a:hover {
	color: #c11601;

}

.zy-mian {
	width: calc(100% - 290px);
	float: right;
	margin-top: 20px;

}

.zy-nav {
	height: 60px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy-nav-left {
	font-size: 20px;
	font-weight: 700;
}

.zy-nav-right {
	color: #999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.zy-nav-right i {
	background: url(../images/home-icon.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 20px 20px;
}

.zy-nav-right a {
	color: #999;
}

.zy-nav-right a:hover {
	color: #0a5aa8;

}

.zy-main-box {
	padding: 15px 0 30px;
	min-height: 500px;
	line-height: 200%;
}

.news-list li {
	width: 100%;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.news-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.news-list li a {
	display: flex;
}

.news-list li a .news-list-date {

	width: 114px;
	height: 114px;
	background: #edeef0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ad0407;
	margin-right: 20px;
}

.news-list li a:hover .news-infor h4 {
	color: #ad0407;

}


.date {
	font-size: 48px;
	color: #333;
	font-weight: 700;
}

.year {
	font-size: 16px;
	margin-top: 15px;
	color: #999;
}

.news-infor {
	width: calc(100% - 134px);
	/* padding-bottom: 15px; */

}

.news-list li:last-child .news-infor {
	border-bottom: none;

}

.news-infor h4 {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;

}

.news-infor p {
	color: #999;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 1.5;
	max-height: 52px;
	/* 备用高度 */
	margin-top: 24px;
}

.genduo {
	font-size: 12px;
	color: #a6a6a6;
}


/* 图文列表 */
.tuwen-list li {
	margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
	padding-top: 15px;
}

.tuwen-list li a {
	display: flex;
	width: 100%;
	height: 100%;
}

.tuwen-list-img {
	width: 354px;
	height: 210px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;

	margin-right: 20px;

}

.tuwen-list-img img {
	transition: all 0.5s ease;
	transform: scale(1);
}


.tuwen-list-right {

	width: calc(100% - 375px);
}

.tuwen-list-right h4 {
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.tuwen-list-right .time {
	color: #999;


}

.tuwen-list-right p {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 82px;
	margin-bottom: 40px;
	margin-top: 30px;
}

.xiangqing span {
	background: #555;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
}

.tuwen-list li a:hover .tuwen-list-right h4 {
	color: #c11601;

}

.tuwen-list li a:hover .xiangqing span {
	background-color: #c11601;

}

.tuwen-list li a:hover .tuwen-list-img img {
	transition: all 0.5s ease;
	transform: scale(1.2);

}

.tuwen-list li:last-child {
	border-bottom: none;
	/* padding-bottom: 0; */
}




/* 图片列表 */
.tupian-list {
	display: flex;
	flex-wrap: wrap;

}

.tupian-list li {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 30px;

}

.tupian-list li .tupian {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
}

.tupian-list li .tupian img {
	transform: scale(1);
	transition: all ease 0.5s;
}

.tupian-list li:nth-child(3n) {
	margin-right: 0;
}

.tupian-list li p {
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.tupian-list li span {
	color: #999;
}

.tupian-list li a:hover .tupian img {
	transform: scale(1.2);
	transition: all ease 0.5s;
}

.tupian-list li a:hover p {
	color: #c11601;
}

.fenye {
	border-top: 1px solid #E5E5E5;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 详情页 */
.news-xq h4 {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 180%;
}

.fubiao {
	color: #666;
	text-align: center;
	margin-bottom: 24px;
	height: 46px;
	line-height: 46px;
	background: #f8f8f8;
}

.zhengwen {
	min-height: 500px;
	margin-bottom: 30px;
}

.tuijian {
	border-top: 1px dashed #E5E5E5;
	padding: 15px 0 0;
	display: flex;
	flex-direction: column;
}

.tuijian a {
	display: block;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #666;
}

.tuijian a:hover {
	color: #c11601;
}

/* 综合页面 */
.mokuai {
	width: 100%;
}

.mokuai-list {
	width: 100%;
}

.mokuai-list ul li {
	border-bottom: 1px solid #E5E5E5;
	line-height: 46px;

}

.mokuai-list ul li a {
	display: flex;
	padding: 12px 0 20px;
	font-size: 20px;

}

.mokuai-list ul li b {
	font-weight: normal;
	width: 72%;
	margin-right: 3%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.mokuai-list ul li span {
	font-weight: normal;
	float: right;
	color: #999;
	width: 25%;
	text-align: right;
}

.mokuai-list ul li:last-child {
	border-bottom: none;
}

/* 第一部分 */
.news-fenlie {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;

}

.part1-title {
	margin-bottom: 28px;

}

.part1-title h2 {
	color: #ad0407;
	font-size: 30px;
	margin: 0;
	/* font-family: 'Noto Sans SC'; */
	font-family: "NotoSerif";
	font-family: "YOUSHEBIAOTIHEI-2";
	font-family: "SOURCEHANSERIFSC-HEAVY";
	font-family: 'Noto Serif SC';
	font-weight: 700;
}

/* 新闻轮播图 */


.lunbo {
	height: 266px;
	overflow: hidden;
	/* width: 390px; */
	width: 440px;
}


.news-fenlei-right {
	width: calc(100% - 366px);
	margin-left: 20px;
}

.news-fenlei-right a span {
	color: #999999;
}

.news-fenlei-right a h4 {
	color: #333;
	font-size: 22px;
	margin-top: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 160%;
}

.news-fenlei-right a p {

	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	font-size: 18px;
	line-height: 160%;
	/* 防止长单词溢出 */
}

.tonglan-news li a {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
}

.tonglan-news li a p {
	width: 70%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	line-height: 160%;
	height: 30px;
}

.tonglan-news li a span {
	width: 27%;
	margin-left: 3%;
	text-align: right;
	color: #999;
}

/* 首页捐赠 */
.juanzen-box {
	border: 1px solid #e5e5e5;
	/* padding: 15px; */
	width: 100%;
}

.juanzen-box ul {
	display: flex;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	border-bottom: 1px dashed #e5e5e5;
	box-sizing: border-box;
}

.gray-bg {
	background: rgba(230, 230, 230, .3);
	font-family: 'Noto Serif SC';
	font-weight: 700;
}

.juanzen-box ul li:first-child {
	width: 40%;

}

.juanzen-box ul li:nth-child(2) {
	width: 30%;
	color: #980c0d;
}

.juanzen-box ul li:last-child {
	width: 30%;
}

.juanzen-box ul.gray-bg li:nth-child(2),
.ziye-juanzeng ul.gray-bg li:nth-child(3) {
	color: #333;
}

.ziye-juanzeng ul li:nth-child(2) {
	color: #333;
}

.ziye-juanzeng ul li:nth-child(3) {
	color: #980c0d;
}

.xyjz-bg {
	background: url(../images/xyjz-bg.png) no-repeat;
	background-size: cover;

}

.xyjz-list a {
	background: #fff;
	display: block;
	cursor: pointer;
}

.xyjz-text {
	padding: 15px;
}

.xyjz-text p {
	font-size: 20px;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 溢出隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	width: 100%;
	/* 必须有宽度限制 */
	display: block;
	/* 或 inline-block */
	margin-bottom: 15px;
}

.xyjz-text span {
	color: #999;
	/* font-size: 18px; */
}

.xyjz-list-img {

	height: 228px;
	overflow: hidden;
}

/* 首页通知公告 */
.notic-list-box {}

.notic-list-box .notic-list a {
	display: flex;

}

/* 首页第四部分校友企业 */
.qiye-bg {
	background: url(../images/qiye-bg.png) no-repeat;
	background-size: cover;
}

.qiye-list {
	flex-direction: column;
	justify-content: flex-start;
}

.qiye-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shoye-img {
	height: 80px;
}

.qiye-text {
	text-align: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.qiye-text p {
	font-size: 18px;
	margin-bottom: 15px;
}

.qiye-text span {
	color: #999;
}

.yuanshan-bg {
	background: url(../images/yuanshan.png) no-repeat bottom;
	background-size: cover;
}

.ziye-mokuai-list.mokuai-list ul li a {
	font-size: 16px;
	padding: 6px 0;
}

.ziye-mokuai-list.mokuai-list ul li a b {
	background: url(../images/arrow-icon.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 14px;
}

.difaxyh-list {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
	padding: 15px;
	margin-top: 15px;

}

.difaxyh-list p {
	text-align: center;
	margin-top: 15px;
}

.xiangmu-input {
	display: flex;
	align-items: center;

}

.xiangmu-input label {
	width: 18%;

}

.xiangmu-input .form-control {
	width: 58%;
	margin-left: 2%;
}

.xiangmu-input .btn {
	width: 20%;
	background: #980c0d;
	border: 1px solid #980c0d;
	margin-left: 2%;
	outline: none;
	border: none;

}

.ziy-qiye-list {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 15px 0;
}

/* 公告栏滚动容器 */
.scroll-container {
	height: 284px;
	/* 四行高度 (4 * 40px) */
	overflow: hidden;
	position: relative;
}

.scroll-content {
	position: absolute;
	width: 100%;
	transition: top 0.8s ease;
}

/* 校友企业底部滚动 */
.qiyeSwiper .swiper-horizontal>.swiper-pagination-bullets,
.qiyeSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.qiyeSwiper .swiper-pagination-custom,
.qiyeSwiper .swiper-pagination-fraction {
	text-align: center
}

.mySwiper .swiper-horizontal>.mySwiper .swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
	text-align: right;
}

/* 捐赠动态 */
.juanzeng-dongtai {
	text-align: left;
	background: url(../images/jzdt-bg.png) no-repeat;
	width: 100%;
	height: 232px;
	background-size: cover;
	padding: 30px;
	box-sizing: border-box;
}

.juanzeng-dongtai li {

	padding-bottom: 15px;
}

.juanzeng-dongtai li span {
	color: #980c0d;
}

.qiye-list {
	margin-bottom: 15px;
}

.qiye-text {
	background: #fff;
}

/***********************
********* 响应式 ******
************************/

@media (max-width: 768px) {
	.biaoti{
		height: 52px;
	}
	
	.zy-banner{		
		height: 160px;
		width: 100%;
	}
	.zy-banner img{
		object-fit: cover !important;
		height: 160px !important;
	}
	
	
	/* .zy-nav-right  {
		display: none;
	} */

	.zy-nav-left {
		font-size: 18px;
		display: none;
	}

	.swiper-slide,
	.qiye-text p,
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}

	.qiye-img {

		height: 100px;
	}

	.news-fenlei-right a h4 {
		font-size: 20px;
		margin-top: 14px;
		margin-bottom: 15px;
	}

	.news-fenlei-right a p {
		font-size: 16px;
	}

	.news-list li {
		padding-bottom: 15px;
		padding-top: 7px;
		margin-bottom: 7px;
	}


	.fubiao {
		font-size: 14px;
	}

	.tuwen-list li a {
		flex-direction: column;
	}

	.tuwen-list li {
		margin-bottom: 7px;

		padding-bottom: 15px;
		padding-top: 7px
	}

	.tuwen-list-right p {
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.zy-nav-right {
		font-size: 14px;
	}

	.biaoti h4 {
		font-size: 20px;
	}

	.news-infor p {
		font-size: 16px;
	}

	.index-mian {
		padding: 15px 0;
	}

	.tonglan-news li a span {
		font-size: 16px;
	}

	.news-fenlie {
		flex-direction: column;
	}

	.lunbo,
	.news-fenlei-right {
		width: 100%;
	}

	.footer-right {
		margin-top: 15px;
	}

	.top-link {
		display: none;
	}

	body {
		/* font-size: 14px; */
	}

	.news-fenlie {
		display: block;
	}


	.news-fenlei-right {
		margin-left: 0;
		margin-top: 15px;
	}

	.xyjz-list {
		margin-bottom: 30px;
	}

	.xyjz-list:last-child {
		margin-bottom: 0;
	}

	.footer-list {
		flex-direction: column;
	}

	.part1-title h2 {
		font-size: 24px;
	}

	.part1-title a {
		font-size: 14px;
	}

	.tonglan-news li a {
		font-size: 18px;
	}

	.juanzen-box ul {
		font-size: 16px;
	}

	.part1-title {
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.mokuai-list ul li a {
		padding-bottom: 0;
	}

	.mokuai-list ul li b {
		font-size: 16px;
	}

	.mokuai-list ul li span {

		font-size: 16px;
	}

	/* 二级页面 */
	.mokuai-list {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.side,
	.zy-mian {
		width: 100%;
		float: none;
        margin-top: 0;
	}

	.side {
		margin-top: 15px;
	}

	.side ul {
		display: none;
	}

	.biaoti i {
		display: block;
	}

	/* 图文列表 */
	.tuwen-list-img,
	.tuwen-list-right {
		width: 100%;
		float: none;
	}

	/* 图片列表 */
	.tupian-list li {
		width: 100%;
		margin-right: 0;
	}




	/* 搜索 */
	.right-box {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}


	.navbar-default .navbar-collapse {
		margin-top: 0;
	}

	.navbar-collapse {
		z-index: 9;
	}

	.navbar-nav {
		float: none;
	}

	.nav>li {
		text-align: center;
	}

	.navbar-default .navbar-brand {
		float: none;
		display: block;
	}

	.navbar-brand img {
		width: 80%;
	}

	/* 公共样式 */

	.homepage {
		padding-bottom: 0;
	}

	/* 首页 */
	.index-mian .index-left,
	.index-mian .index-right {
		width: 100%;
		float: none;
	}

	.index-mian .index-left .shipin {
		width: 100%;
		height: 240px;
	}

	.index-mian .index-left .shipin .top-video {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

	.index-mian .index-left .shipin .top-video:focus {
		outline: none;

	}

	.index-mian .index-left {
		margin-bottom: 30px;
	}

}


@media (min-width: 1440px) {
	.container {
		width: 1390px;
	}

	.nav>li>a {
		padding: 25px 20px;
	}

}

@media (min-width: 1680px) {
	.container {
		width: 1390px;
	}




}