body,html {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow-y: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.text-center {
	text-align: center;
}

p {
	margin: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bgWhite {
	background: #fff;
}

.mgr-80 {
	margin-right: 80px;
}

.mgb-20 {
	margin-bottom: 20px;
}

.mgt-32 {
	margin-top: 32px;
}

.mgb-32 {
	margin-bottom: 32px;
}

.mgt-24 {
	margin-top: 24px;
}

.mgb-48 {
	margin-bottom: 48px;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.hidden {
	display: none;
}

.display-none {
	display: none;
}

.block {
	display: block;
}

/* ----------------------header--------------------- */
.header {
	width: 100%;
	height: 110px;
	background: linear-gradient(180deg,rgba(121,33,35,0.75) 7%, rgba(121,33,35,0.50) 53%, rgba(121,33,35,0.05) 99%);
	transition-duration: .8s;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.header .logo {
	margin: -5px 0px 0px 10px;
	transform: scale(0.75);
}

.header .searchPart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #FFFFFF;
}

.header .searchwrap {
	display: flex;
	align-items: center;
	margin: 0px 0px 0px 32px;
	cursor: pointer;
}

.header .searchwrap img {
	margin-right: 8px;
}

.rightPart {
	margin-right: 1%;
}

/*-----------------------搜索-----------------------*/
.top-part {
	padding: 15px 0px;
	color: white;
}

.top-part .welcome {
	line-height: 22px;
	position: relative;
}
.welcome::before{
	content:'';
	display: block;
	position: absolute;
	width:1px;
	height:20px;
	background:rgba(255,255,255, .5);
	top:0px;
	left:-14px;
}
.top-part .welcome a {
	color:white;
	margin:0px 3px ;
	cursor:pointer
}

.right-box {
	color: white;
	position: relative;
	z-index: 99999;
	padding-top: 10px;
}

.search-tips {
	float: left;
	line-height: 40px;
	padding-right: 10px;
	color: #999999;
}

.top-bg {
	display: block;
	position: absolute;
	top: 8px;
	right: -85px;
	/*width: 257px;*/
	height: 160px;
}

.search-btn {
	display: inline-block;
	cursor: pointer;
	width: 320px;
	overflow: hidden;
	position: relative;
}

.search-group {
	width: 320px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.49);
	border-radius: 17px;
	padding: 6px 16px;
	position: absolute;
	top: 0;
	left: 320px;
	box-sizing: border-box;
}

.search-group .search-icon {
	float: right;
}

.search-group input {
	height: 18px;
	width: 260px;
}

.search-show {
	width: 64px;
	line-height: 32px;
	margin-left: 256px;
}

.search-show .search-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

/* --------------头部导航----------- */
.container {
	margin: 0 auto;
	width: 1220px;
}

.block {
	padding: 20px 0;
}

/* 主菜单 */

.headNav {
	position: relative;
	width: 100%;
	height: 48px;
	z-index: 9999;
}

.headNav .navbox {
	width: 1020px;
	margin: 0 auto;
}

.headNav .nav {
	display: block;
	float: left;
	width: 100%;
}

.headNav .nav .nav_pc {
	width: 100%;
}

.headNav .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

/*.headNav .nav ul li:first-child {*/
/*	border-left: 1px solid #cccccc;*/
/*}*/
.headNav .nav ul li .f_a {
	line-height: 48px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

/* .headNav .nav ul li:hover .f_a{background-color:#cf1322;color: #fff; transition:all .3s} */
.headNav .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px 5px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	box-sizing: border-box;
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 16%);
}

.headNav .nav ul li .s_navbox .s_a a {
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
	line-height: 20px;
	text-align: center;
	display: block;
	padding: 16px 0px;
	border-bottom: 1px solid #d6d6db;
}

.headNav .nav ul li .s_navbox .s_a a:hover {
	color: #7d2224;
	border-color: #7d2224;
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}

/*.active {*/
/*	background-color: #cf1322;*/
/*}*/
.activ2 {
	background-color: #cf1322;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1920px) and (min-width: 1500px) {
	.nav ul li .f_a {
		font-size: 14px;
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px;
	}

	.foot_top ul {
		margin-left: 60px;
	}

	.nav ul li .s_navbox .s_a {
		width: 100%;
	}
}

/*移动端导航*/
@media screen and (max-width: 1500px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.headNav {
		display: none;
	}

	.m_img {
		display: block;
		height: 44px;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block;
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530;
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}


/* -------------------------banner------------------------- */
.banner {
	height: 100%;
	background-color: transparent;
	position: relative;
}

.banner .morebtn {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
	z-index: 200;
	animation-name: btns;
	/*动画名称*/
	animation-duration: 2s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

@keyframes btns {
	0% {
		bottom: 40px;
		opacity: 0.5;
	}

	25% {
		bottom: 45px;
	}

	50% {
		bottom: 50px;
	}

	75% {
		bottom: 55px;
	}

	100% {
		bottom: 60px;
		opacity: 1;
	}
}

/* ----------------------内容------------------------ */
.content {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: white;
	z-index: 300;
	min-height: calc(100% - 130px);
}

.leftBox {
	background-color: cadetblue;
	width: 300px;
	height: 100px;
	float: left;
}

.rightBox {
	background-color: coral;
	width: 300px;
	height: 100px;
	float: right;
}

.box {
	display: none;
}

.contentWrap {
	min-width: 1440px;
	max-width: 1920px;
	margin: 0px auto;
	overflow-x: hidden;
}
.widthBox{
	width:93%;
	margin:0px auto 0px;
}
.widthBox-academic{
	width:56%;
}
/* 理工要闻部分 */
.viewMore {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.viewMore .text {
	font-size: 18px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #939598;
	line-height: 24px;
}

.viewMore .more {
	font-size: 10px;
	color: #791F20;
	transform: scale(0.8);
}

.lgyw {
	width: 100%;
	height: auto;
	background: #EEEEF1;
	padding-top: 140px;
	min-width:1440px;
}

.lgyw .titile {
	position: relative;
}

.lgyw .titile .viewMore {
	position: absolute;
	right: 0px;
	top: 0px;
}

.lgyw .titile .titleName {
	display: inline-block;
	font-size: 38px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	line-height: 40px;
	letter-spacing: 3px;
	position: relative;
}

.lgyw .titile .titleName::after {
	content: '';
	display: block;
	width: 72px;
	height: 4px;
	background-color: #7D2223;
	position: absolute;
	bottom: 0px;
	bottom: -10px;
	left: 50%;
	margin-left: -36px;
}

.lgyw .imgPart {
	/*width: 70%;*/
	/*margin: 52px auto 68px;*/
	position: relative;
}

.lgyw .imgPart .bgIMG {
	position: absolute;
	left: -180px;
	top: 80px;
}

.lgyw .imgPart .viewMore {
	position: absolute;
	top: -70px;
	right: 0px;
}

.lgyw .imgPart .igm-wrap {
	width: 49.2%;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.lgyw .imgPart .igm-wrap .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 38%;
}

.lgyw .imgPart .igm-wrap .inner .img50 {
	width: 100%;
	transition: all .3s ease-in-out;
}

.lgyw .imgPart .igm-wrap:hover {
	box-shadow: 0 8px 12px rgba(0, 0, 0, .3);
}

.lgyw .imgPart .igm-wrap:hover img {
	transform: scale(1.1, 1.1);
}

.lgyw .imgPart .igm-wrap .news {
	background: #792123;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 16px 24px 16px;
}

.newsDate {
	position: relative;
	min-width: 66px;
	margin-right: 16px;
}

.newsDate .day {
	font-size: 32px;
	color: #fff;
}
.smallImgWrap .newsDate .day{
	color: #792123;
}
.newsDate .year {
	font-size: 16px;
	color: rgba(255,255,255,0.50);
	border-top: 1px solid rgba(255,255,255,0.50);
}

.newsDate.border::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	top: 0px;
	left: -4px;
}

.newsDate.border::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	bottom: -8px;
	right: -3px;
}

.lgyw .imgPart .igm-wrap .news .newsTit {
	font-size:18px;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

.lgyw .imgPart .smallImgWrap {
	width: 49.2%;
	background: #EEEEF1;
	margin-bottom: 68px;
}

.lgyw .imgPart .smallImgWrap .smallNews {
	width: 48%;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	background:white;
}

.lgyw .imgPart .smallImgWrap .smallNews .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 54%;
}

.lgyw .imgPart .smallImgWrap .smallNews:hover {
	box-shadow: 0 8px 12px rgba(0, 0, 0, .3);
}

.lgyw .imgPart .smallImgWrap .smallNews img {
	width: 100%;
	transition: all .3s ease-in-out;
}

.lgyw .imgPart .smallImgWrap .smallNews:hover img {
	transform: scale(1.1, 1.1);
}

.lgyw .newsTit {
	position: relative;
}

.lgyw .newsTit>p {
	margin: 40px 5px 16px;
	padding: 0px 10px;
	text-align: left;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	letter-spacing: 0.4px;
	height: 65px;
	overflow: hidden;
}

.lgyw .newsTit .newsDate {
	width: 70px;
	height: 70px;
	padding: 5px;
	background: #fff;
	position: absolute;
	top: -95px;
	left: 24px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

/* -----------------------------------------通知公告和院部动态部分--------------------------------- */
.part2 {
	width: 100%;
	overflow: hidden;
}

.part2 .notice{
	width: 45%;
	box-sizing: border-box;
}
.part2 .states {
	width: 55%;
	box-sizing: border-box;
}

.part2 .notice {
	padding: 64px 128px 64px 0px;
	background-image: url('../images/xiaohui.svg');
	background-size: 483px 483px;
	background-repeat: no-repeat;
	background-position: 87% 62%;
}

.part2 .states {
	padding: 64px 0px 64px 0px;
}

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

.titiles>p {
	font-size: 36px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 40px;
	letter-spacing: 3px;
	position: relative;
	padding-left: 16px;
}

.titiles>p::after {
	content: '';
	display: block;
	width: 4px;
	height: 36px;
	background-color: #791F20;
	position: absolute;
	top: 3px;
	left: 0px;
}

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

.p-title {
	font-size: 36px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 40px;
	letter-spacing: 3px;
	position: relative;
	padding-left: 16px;
}

.p-title::after {
	content: '';
	display: block;
	width: 4px;
	height: 36px;
	background-color: #791F20;
	position: absolute;
	top: 3px;
	left: 0px;
}

.l-title {
    cursor: pointer;
    margin-top: 18px;
    font-size: 16px;
    line-height: 60px;
	color: #2c4684;
}

.l-title1 {
	color: #d29d52;
}

.display-block {
	display: block;
}

.display-none {
	display: none;
}

.noticeList li a {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6% 0px;
	border-bottom: 1px solid #D8D8D8;
}

.noticeList li a .titles {
	width: 78%;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.noticeList li a .times {
	font-size: 18px;
	font-weight: 400;
	color: #939598;
	line-height: 24px;
}

.noticeList li a .titles .point {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 10px;
	height: 10px;
	border: 2px solid #791F20;
	border-radius: 50%;
}

.noticeList li a .titles .arrow {
	font-size: 12px;
	line-height: 22px;
	color: #791F20;
	display: none;
}

.noticeList li a:hover .titles {
	color: #791F20;
}

.noticeList li a:hover .point {
	display: none;
}

.noticeList li a:hover .titles .arrow {
	display: inline-block;
	vertical-align: middle;
}

.stateList {
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: -32px;
}

.stateList li {
	width: 48%;
	margin: 0px 0px 32px 0px;
}

.stateList li a {
	display: block;
	width: 100%;
	border: 1px solid #d6d6db;
	overflow: hidden;
}

.stateList li a .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 52%;
}

.stateList li a .stateTit {
	background:#792123;
	color: #ffffff;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stateList li a span {
	width: 98%;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.stateList li a .arrow {
	display: none;
	font-size: 12px;
	color: #791F20;
}

.stateList li a img {
	width: 100%;
	transition: all .3s ease-in-out;
}

.stateList li a:hover {
	box-shadow: 0 8px 12px rgba(0, 0, 0, .3);
}

.stateList li a:hover img {
	transform: scale(1.1);
}

.stateList li a:hover .arrow {
	display: block;
}

.stateList li a:hover .stateTit span {
	color:#fff;
}

/* ---------------------------学术动态模块--------------------------- */
.part3 {
	background: url(../images/img2.svg) #EEEEF1 center no-repeat;
	background-size: 100% 100%;
	padding-top:60px;
}
.redBg{
	padding-right: 32px;
	box-sizing: border-box;
}
.part3 .contPart {
	width: 73%;
	margin:0PX;
	padding: 60px 0px 64px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.part3 .midPic {
	flex: 1;
	display: flex;
	align-items: stretch;
}

.part3 .midPic .halfImg {
	width: calc(50% - 16px);
	cursor: pointer;
}

.part3 .midPic .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 66%;
	position: relative;
}

.part3 .midPic .oneImg {
	width: 100%;
	margin-top: 32px;
	cursor: pointer;
}

.part3 .midPic .inner2 {
	height: 0px;
	overflow: hidden;
	padding-bottom: 38%;
	position: relative;
}

.part3 .midPic .inner img,
.part3 .midPic .inner2 img,
.part3 .midPic .rightPic img {
	width: 100%;
}

.part3 .midPic .rightPic {
	width: 32%;
	position: relative;
	cursor: pointer;
	padding-right: 36px;
}

.part3 .midPic .rightPic img {
	height: 100%;
}

.part3 .bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, .5);
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.part3 .bg .title {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	padding:0px 20px;
}

.part3 .bg .newsTime {
	width: 160px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.part3 .halfImg:hover .bg,
.part3 .midPic .rightPic:hover .bg,
.part3 .midPic .oneImg:hover .bg {
	display: flex;
}

.part3 .halfImg:hover,
.part3 .midPic .rightPic:hover,
.part3 .midPic .oneImg:hover {
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .2);
}

/* ------------------------光影理工---------------------------- */
.part4 {
	margin: 60px 0px 0px;
}

.part4 .titles {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.part4 .titles .names {
	font-size: 38px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 40px;
	letter-spacing: 2px;
	margin-right: 12px;
}
.part4 .youth{
	width:100%;
}
.part4 .youth .partLeft{
	width:45.2%;
	box-sizing: border-box;
	padding-right:32px;
	background:#00988E;
}
.part4 .youth .partLeft .imgWrap {
	display:block;
	width:100%;
	overflow: hidden;
}
.part4 .youth .partLeft .inner{
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom:81.5%;
}
.part4 .youth .contentList{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.part4 .youth .contentList .partRight .imgWrap{
	display: block;
	width:48.5%;
}
.part4 .youth .contentList .partRight .inner{
	display: block;
	height:0px;
	overflow: hidden;
	padding-bottom:62%;
}
.part4 .youth .contentList .partRight .inner img{
	width:100%;
}
.part4 .youth .contentList .partRight {
	flex:1;
	overflow: hidden;
	/*display: flex;*/
	/*align-items: flex-start;*/
	/*justify-content: flex-start;*/
	/*flex-wrap: wrap;*/
}
.part4 .youth .contentList .partRight .topPart{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#00988E;
}
.part4 .youth .contentList .partRight .bottomPart{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:44px;
	background:#00988E;
}
.part4 .youth .title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:16px 0px 60px;
}
.part4 .youth .title span{
	display: block;
	margin-left:24px;
	font-size: 26px;
	color: rgba(0,0,0,0.85);
	line-height: 32px;
}
.part4 .guangying {
	position: absolute;
	left: -97px;
	top: -22px;
	font-size: 38px;
	font-weight: 400;
	text-align: left;
	color: rgba(125, 34, 35, 0.85);
	line-height: 40px;
	letter-spacing: 2px;
}

.part4 .line {
	position: absolute;
	left: -32px;
	top: -23px;
}

.part4 .titles .viewMore {
	font-size: 20px;
	color: #939598;
	margin-left: 12px;
}

.part4 .titles .viewMore .more {
	color: #939598;
	font-size: 12px;
}

.part4 .chenguang {
	width: 73%;
	padding-top: 60px;
	position: relative;
}

.part4 .chenguang .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 57%;
}

.part4 .chenguang .inner>img {
	width: 100%
}

.part4 .chenguang .bgImg {
	position: absolute;
	top: -108px;
	left: -242px;
}

.part4 .chenguang .cont {
	width: 38%;
	position: absolute;
	right: -40%;
	top: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.part4 .chenguang .cont .title {
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	margin: 16px 0px 32px;
}

.part4 .chenguang .cont .tips {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.65);
	line-height: 32px;
	letter-spacing: 0.4px;
}

.iconsLogo {
	display: block;
	margin-right: 17px;
	padding: 12px;
	border: 1px dashed #fff;
	border-radius: 50%;
}

.lunboPic {
	background: none;
	position: absolute;
	right: -40%;
	top: 70%;
}

.lunboPic .students {
	margin: 0 auto;
	width: 1024px;
	height: 200px;
	position: relative;
}

#four_flash {
	position: relative;
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
}

#four_flash .flashBg {
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 200px;
	position: absolute;
	top: 15;
	left: 0;
}

#four_flash .flashBg ul.mobile li {
	float: left;
	width: 320px;
	height: 200px;
	margin-left: 26px;
	color: #6C6E85;
}

#four_flash .flashBg ul.mobile li img {
	width: 320px;
	height: 200px;
	display: block;
	margin: 0 auto;
}

#four_flash .flashBg ul.mobile li a {
	display: block;
}

#four_flash .but_left {
	cursor: pointer;
	display: block;
	font-size: 46px;
	color: #fff;
	position: absolute;
	top: 105px;
	left: 45px;
}

#four_flash .but_right {
	cursor: pointer;
	display: block;
	font-size: 46px;
	color: #fff;
	position: absolute;
	top: 105px;
	right: 25px;
}

#four_flash .but_left:hover {
	background: url(../img/qianxleft1.png) no-repeat;
}

#four_flash .but_right:hover {
	background: url(../img/qianxr1.png) no-repeat;
}

/* --------------------------------社会实践---------------------------- */

.part4 .shijian {
	margin-bottom: 60px;
	width: 100%;
	height:550px;
	background: #00988E;
	display: flex;
	justify-content: flex-end;
}

.part4 .shijian .cont {
	flex: 1;
	margin-top: 32px;
	margin-right: 30px;
}

.part4 .schoolVideo {
	width:980px;
	height: 100%;
	background: #6C6E85;
}

.part4 .shijian .cont {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.part4 .shijian .cont .title {
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	color: #FFFFFF;
	line-height: 32px;
	margin: 16px 0px 32px;
}

.part4 .shijian .cont .tips {
	font-size: 18px;
	font-weight: 400;
	text-align: right;
	color: #FFFFFF;
	line-height: 32px;
	letter-spacing: 0.4px;
	padding-left:20px;
}

.part4 .schoolLife {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.part4 .schoolLife .imgLeft {
	width: calc(50% - 16px);
}

.part4 .schoolLife .imgLeft .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 105%;
}

.part4 .schoolLife .imgRight {
	width: calc(50% - 16px);
}

.part4 .schoolLife .imgRight .inner {
	height: 0px;
	overflow: hidden;
	padding-bottom: 50%;
}

.part4 .schoolLife .inner {
	cursor: pointer;
	position: relative;
}

.part4 .schoolLife .inner:hover img {
	transition: all ease-in-out 0.3s;
	transform: scale(1.1);
}

.part4 .partTiT {
	position: absolute;
	top: 32px;
	left: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.part4 .partTiT>img {
	display: block;
	padding: 12px;
	border: 1px dashed #fff;
	border-radius: 50%;
	margin-right: 32px;
}

.part4 .partTiT>span {
	font-size: 26px;
	color: #fff;
}
.contentList .imgWrap:hover img {
	transition: all ease-in-out 0.3s;
	transform: scale(1.1);
}

/* -------------------------------------融媒之窗--------------------------- */
.youthList{
	margin:60px -16px;
	overflow: hidden;
	white-space: nowrap;
}
.youthList .listItem{
	display: block;
	width:640px;
	float:left;
	margin:0px 16px;
}
.youthList .listItem .inner{
	width:100%;
	height:0px;
	overflow: hidden;
	padding-bottom:53%;
}
.youthList .listItem .inner img{
	width:100%;
}
.youthList .listCont{
	background:#792123;
	color:white;
	padding:12px 24px;
}
.youthList  .cont-tit {
	font-size:15px;
	width:290px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.youthList .cont-name{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:6px;
}
.youthList .cont-name .name{
	font-size:16px;
	font-weight: 550;
}
.youthList .cont-name .time{
	font-size:16px;
	color: rgba(255,255,255,0.50);
	margin-left:5px;
}
.youthList .listItem:hover img{
	transition: all ease-in-out 0.3s;
	transform: scale(1.1);
}
.part5 {
	margin-top: 60px;
	width: 100%;
}

.part5 .partTit {
	height: 72px;
	background: #eeeef1;
	position: relative;
}

.part5 .partTit .left {
	width: 784px;
	height: 88px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.part5 .partTit .left>span {
	display: block;
	position: absolute;
	left: 104px;
	top: 11px;
	font-size: 38px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 72px;
	letter-spacing: 3px;
}

.part5 .partTit .right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 100px;
}

.part5 .partTit .right .iconfont {
	line-height: 72px;
	color: #939598;
	font-size: 40px;
	cursor: pointer;
	margin: 0px 15px;
}

.part5 .partTit .right .iconfont:hover {
	color: #791F20;
}

.imgSlide {
	width: 1440px;
	margin: 48px auto 64px;
}

#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 324px;
	overflow: hidden;
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width: 360px;
}

#myscroll ul li a {
	display: block;
	float: left;
	width: 380px;
	padding: 0;
	position: relative;
	/* height: 224px; */
	color: #333;
}

#myscroll ul li a .tit {
	margin-top: 5px;
	width: 324px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 30px;
	padding-left: 5px;
	border-left: 4px solid #7F7EFE;
}

#myscroll ul li a .orgs {
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
}

#myscroll ul li a .times {
	margin-left: 5px;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #939598;
	line-height: 24px;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ------------------------热点专题---------------------------- */
.themeList{
	margin:60px -16px 0px;
	overflow: hidden;
}
.themeList .themeItem{
	display: block;
	float: left;
	width:calc(33% - 28px);
	margin:0px 16px;
}
.themeList .themeItem .inner{
	height:0px;
	padding-bottom:43%;
	overflow: hidden;
}
.themeList .themeItem img{
	width: 100%;
}

.themeList .themeItem:hover img{
	transition: all ease-in-out 0.3s;
	transform: scale(1.1);
}
.part6 {
	width: 100%;
}

/* ----------------------------飘窗---------------------------------- */
@media (max-width: 1080px) {
    #bay-window {
        z-index: 9999;
        display: block;
        /* display: none; */
    }
}

@media (min-width: 1081px) {
    #bay-window {
        width: 384px;
        height: 216px;
        background-size: 100% 100%;
        position: fixed;
        cursor: pointer;
        z-index: 9999;
        display: block;
        /* display: none; */
    }
}

#bay-window-cross {
    width: 20px;
    margin-right: 1px;
    margin-top: 1px;
    float: right;
    z-index: 9999;
}

/* ----------------------------底部导航---------------------------------- */
.navList{
	width:100%;
	background:#f7f7f7;
	margin-top:-88px;
	padding-top:120px;
}
.bottomNav {
	background: url(../images/bottomNav.png) center no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	min-width: 1440px;
	max-width: 1920px;
	margin: 0px auto;
	overflow-x: hidden;
	padding-bottom: 35px;
}

.bottomNav .contentBox {
	margin: 0px auto;
	display: flex;
	padding-top:70px;
}

.bottomNav .contentBox .navLists {
	width: 50%;
}

.bottomNav .contentBox .navLists .more,
.bottomNav .contentBox .ways .more {
	color: #939598;
	font-size: 20px;
	transform: scale(0.8);
	cursor: pointer;
}

.bottomNav .contentBox .navLists .more .iconfont,
.bottomNav .contentBox .ways .more .iconfont {
	font-size: 12px;
	margin-top: -3px;
}

.bottomNav .contentBox .ways {
	flex: 1;
}

.bottomNav .contentBox .titles {
	font-size: 36px;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 40px;
	letter-spacing: 3px;
	margin: 64px 0px 72px;
	position: relative;
	padding-left: 16px;
}

.bottomNav .contentBox .titles::after {
	position: absolute;
	content: '';
	display: block;
	width: 4px;
	height: 40px;
	background: #791F20;
	left: 0px;
	bottom: -2px;
}
.bottomNav .contentBox .lists {
	display: flex;
	justify-content: space-between;
}

.bottomNav .contentBox .lists .icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-right: 10px;
	margin-left:10px;
	width: auto;
}

.bottomNav .contentBox .lists .icons .icon {
	color: #791F20;
	font-size: 42px;
	display: block;
	width: 48px;
	height: 48px;
}

.bottomNav .contentBox .lists .icons>p {
	font-size: 18px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	letter-spacing: 1.64px;
	text-align: center;
	margin-top:16px;
}

/****  padding: 94px 0px;  ****/
.footer {
	padding: 50px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: url(../images/footBg.png) center no-repeat;
	background-size: 100% 100%;
	min-width: 1440px;
}

.footer .mediaList {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0px 0px;
}

.footer .mediaList .iconfont {
	font-size: 48px;
	color: rgba(255, 255, 255, .5);
	margin: 0px 10px;
}

.footer .mobile span {
	font-size: 18px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: rgba(255, 255, 255, 0.80);
	line-height: 22px;
	margin: 10px;
}



#con1 {
    margin-left: -141px;
}

#con2 {
    margin-left: -49px;
}

#con3 {
    margin-left: 43px;
}

.mediaList a .con {
    position: absolute;
    bottom: 255px;
    left: 50%;
    z-index: 100;
    width: 100px;
}

.mediaList a .con img {
    width: 100px;
    height: 100px;
    position: static;
    display: block;
    top: 0;
    left: 0;
    transition: 0.3s linear;
}