

.note {
	padding-left: 70px;
	background: url(../image/note.png) no-repeat left center;
	height: 42px;
	line-height: 1em;
	font-size: 42px;
	color: #fff100;
	letter-spacing: 7px;
}

/*滚动通知*/

.head-left-message .note-scroll {
	width: 1750px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 42px;
	font-size: 42px;
	line-height: 42px;
}

.head-left-message .note-scroll .notecontent-scroll {
	display: inline-block;

	position: absolute;
	left: 0;
	top: 0;
	width: 30000px;
}

.head-left-message .note-scroll .notecontent-scroll span {
	float: left;
	display: inline-block;
	min-width: 1750px;
	color: #FFF100;
}

.img-sound {
	vertical-align: top;
	width: 42px;
	height: 48px;
	margin-left: 0px;
   margin-right:10px;
}

/*滚动通知 end*/
/*中部样式 begin*/

.middle {
	background: transparent;
	box-shadow: 0px 0px 0px 0px transparent;
	height: auto;
}

.middle-top {
	position: relative;
	overflow: hidden;
}


/*视频*/

.middle-top .video {
	height: 506px;
	overflow: hidden;
	background-color: rgba(0,0,0,.2);
   position:relative;
}
.video-pagination{   
   position: relative;
   width:100%;
   z-index: 20;
   background-color: rgba(0,0,0,1);
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top:4px;
   padding-bottom:4px;
}

.video-pagination-switch{
   flex:1;
   display: inline-block;
   height: 100%;
   margin-right: 4px;
   cursor: pointer;
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
   -ms-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
   position: relative;
   background-size:cover;
   background-position:center;
   opacity:0.5;
}

.video-pagination-switch:last-child{
    margin-right:0;
}

.video-pagination-switch-active{
  opacity:1;
}

.middle-top .map{
	display: block;
	background: url(../image/map.jpg) no-repeat center;
	height: 91px;
	margin-top: 10px;
	text-align: center;
	padding-top: 70px;
	font-size: 1.25vw;
	color: #fff;
}
/*新闻*/

.s80 {
	margin-top: 0;
	padding-left: 0;
}
/*流动红旗*/

.honor {
	margin-top: 0;
	padding-right: 0;
}

.history,.guanhuai{padding-left: 0;}

.people,.chenguo {
	padding-right: 0;
}
.chenguo>div,
.s80>div,
.honor>div,
.history>div,
.guanhuai>div,
.teahcer>div,
.fengcai>div,
.people>div,
.map>div{
	height: 215px;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,.2);
}



.icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: Center;
	height: 100%;
	position: absolute;
	width: calc(100% - 6px);
	color: #fff;
}

.icon span {
	margin-top: 20px;
	font-size: 3.7vw;
}
.s80 div i {
	background: url(../image/80.png) no-repeat center;
}
.honor div i {
	background: url(../image/honor.png) no-repeat center;
}

.history div i {
	background: url(../image/history.png) no-repeat center;
}

.guanhuai div i {
	background: url(../image/guanhuai.png) no-repeat center;
}

.teahcer div i {
	background: url(../image/teacher.png) no-repeat center;
}
.people div i {
	background: url(../image/people.png) no-repeat center;
}
.fengcai div i {
	background: url(../image/fengcai.png) no-repeat center;
}
.chenguo div i {
	background: url(../image/chenguo.png) no-repeat center;
}
.chenguo div i,
.s80 div i,
.honor div i,
.history div i,
.guanhuai div i,
.teahcer div i,
.people div i,
.fengcai div i,
.map div i{
	width: 117px;
	height: 56px;
	background-size:contain;
}
	.icon span {
		font-size: 28px;
	}