/* 全局样式 */
body,ul,li,div,img,p,span {
  padding: 0;
  margin: 0;
  /* font-family: "宋体"; */
}
.nav,
.main,
footer,
.index {
  margin: 0 auto;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* 字体图标 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jxjnoc');
  src:  url('../fonts/icomoon.eot?jxjnoc#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jxjnoc') format('truetype'),
    url('../fonts/icomoon.woff?jxjnoc') format('woff'),
    url('../fonts/icomoon.svg?jxjnoc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home3:before {
  font-size: 30px;
  color: aliceblue;
  content: "\e902";
}
.icon-point-right:before {
  font-size: 13px;
  content: "\ea04";
  color: #2B84BC;
  padding-left: 10px;
}




/* header部分开始 */
.header {
  width: 100%;
  height: 157px;
  /* background-color: #900115; */
  background: url(../img/1111.png) no-repeat;
  background-size: cover;
  /* border-bottom: 2px solid #BF3242;  x */
  border-bottom: 2px solid rgb(9, 51, 100);
  /* position: relative; */
  
}
#content {
  width: 1401px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.header-img {
  width: 798px;
  height: 126px;
  position:absolute;
  top:0;
  left:0;
 margin-top: 20px;
}
.school-serch {
  width: 220px;
  height: 76px;
  /* background-color:burlywood; */
  position: relative;
  top:51px;
  left:72%
}
.school-serch .school {
  height: 27px;
  line-height: 27px;
  padding-left: 6px;
}
i {
  vertical-align:bottom
}
.school-serch .school span a {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: aliceblue;
  padding-left: 6px;
  transition: all 0.6s;
}
.school-serch .school span a:hover {
  font-size: 20px;
}
.school-serch .serch {
  width: 220px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
/* header部分结束 */
/* --------------------------------------------- */
/* nav 部分开始*/
#nav-super {
  width: 100%;
  height: 44px;
  background: url(../img/1111.png) no-repeat;
  background-size: cover;

}
.nav {
  width: 1401px;
  height: 44px;
  /* background-color: rgba(0, 0, 0, 0.1); */
}
.nav .menu {
  display: flex;
}
.nav ul li {
  /* width: 155.6px; */
  width: 100%;
  flex: 1;
  /* float: left; */
  text-align: center;
  line-height: 44px;
  /*border-right: 1px solid gray;*/
  transition: all 1s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav  a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;

}
.nav li:hover {
  background-color: #F9F4F5;
}
/* .nav .one-nav:hover .just-one {
  color: #fff !important;
} */
.nav .menu>li:hover>a {
  color: #2B84BC;
}
.nav li:hover >ul {
  display: block;
}
.nav li:hover {
  flex: 2;
}
.nav .space {
  width: 1px;
  height: 30px;
  color: #000;
  float: right;
}
/* .nav ul li:first-child a{
  color: #006;
  font-size: 20px;
  font-weight: 700;
} */

/* 二级nav  可利用js进行显示和隐藏 display: block/none;*/

.menu li ul {
  display: none;
   position:relative;
  z-index: 999;
  /* width: 155.6px; */
  width: 100%;
  background-color: #F9F4F5;
}
.menu li ul li {
  text-align: center;
  transition: all 1s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu li ul li a {
  line-height: 40px;
  font-size: 18px !important;
  font-weight: 700;
  color: #000 !important;
}
.menu li ul li:hover {
  background-color: #2B84BC;
} 
.menu li ul li:hover a {
  color: #fff !important;
} 

/* nav 部分结束*/

/* ------------------------------------ */
/* 索引位置 */
.index {
  width: 1401px;
  height: 52px;
  border-bottom: 2px solid rgb(123, 123, 148);
  margin-bottom: 6px;
}
.index .index1 {
  display: inline-block;
  height: 28px;
  margin:24px 0 0 216px;
  font-size: 18px;
  /* box-shadow:0 0 3px rgb(1, 1, 51); */
}
/* main 部分开始*/
.main {
  width: 1401px;
  height: 960px;
  margin-bottom: 50px;
}
.main-left {
  width: 15%;
  height: 100%;
  float: left;
  -moz-box-shadow:0 0 10px #04459b;
  -webkit-box-shadow:0 0 10px #04459b;
  box-shadow:0 0 10px #04459b;
  padding:0 8px;
  box-sizing: border-box;
}
.main-right {
  width: 84.5%;
  height: 100%;
  float: left;
  margin-left: 6px;
  /* border: 2px solid #006; */
  -moz-box-shadow:0 0 8px #04459b inset;
  -webkit-box-shadow:0 0 8px #04459b inset;
  box-shadow:0 0 8px #04459b inset;
  box-sizing: border-box;
  word-wrap:break-word; 
  word-break:break-all; 
  /* overflow: hidden;  */
  overflow: auto;
}
.main-left .two-menu {
  display: block;
  width: 100%;
  height: 40%;
}
.main-left .two-menu>li {
  /* display: block; */
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
.main-left .two-menu>li>a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  text-shadow: 2px 6px 4px rgba(0,0,0,0.5);
}
.main-left .two-menu li ul {
  /* display: block; */
   /* position:relative;
  z-index: 999; */
  /* width: 155.6px; */
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.main-left .two-menu li ul li {
  text-align: center;
  transition: all 1s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-left .two-menu li ul li a {
  line-height: 40px;
  font-size: 18px !important;
  font-weight: 700;
  color: #000 !important;
}
.main-left .two-menu li ul li:hover {
  background-color: #2B84BC;
} 
.main-left .two-menu li ul li:hover a {
  color: #fff !important;
} 


.foucs-left {
  width: 100%;
  height: 100%;
  /* background-color: pink; */
  float: left;
  padding-right: 4%;
}

/* 清除下外边距 */
.foucs-left h2 {
  margin-bottom: 0;
}
.foucs-left ul {
  width: 100%;
}
 .foucs-left ul> li {
  width: 95px;
  height: 105px;
  float: left;
  /* background-color:bisque; */
}

.foucs-left li img {
  margin: 20px 30px;
  transition: all 0.5s;
}
.foucs-left li:hover img {
  transform: scale(1.2);
}
.foucs-left li:hover{
  background-color: rgba(0,0,0,0.1);
  border-radius: 10%;
}
.foucs-left li p{
  text-align: center;
}

/* 列表部分 */

.main-right ul {
  padding: 10px 60px 0 20px;
}


.main-right li .text 
{
  display: inline-block;
  font-size: 18px;
  color: #000;
  transition: all 0.6s;
  width: 457px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.time {
  font-size: 18px;
  padding-right: 10px;
}
/* 鼠标悬停 */

.main-right li a:hover {
  color: #2B84BC;
}
.main-right li:hover {
  box-shadow: 0 0 10px #164766,
  0 0 15px #9fF4Fa;
}
.main-right ul li {
  height: 40px;
}
.main-right li .time {
  float: right;
}
.main-right ul {
  padding-bottom: 52px;
}
/* main通报公告部分 */
.main-right ul li {
  height: 40px;
}
.main-right li .time {
  float: right;
}
/* main 部分结束*/

/* -------------------------- */

/* footer部分开始 */
.footer { 
  width: 100%;
  height: 143px;
  background:url(../img//1111.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.footer-bottom {
  height: 128px;
  width: 290px;
  /* background-color: #fff; */
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}