/* 全局样式 */
html 
body,ul,li,div,img,p,span {
  padding: 0;
  margin: 0;
  /* font-family: "宋体"; */
}
.nav,
.main,
footer {
  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-play3:before {
  font-size: 10px;
  color: #2B84BC;
  content: "\ea1c";
}





/* header部分开始 */
.header {
  width: 100%;
  height: 157px;
  /* background-color: #900115;  x*/
  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;
  transition: all 0.8s;
}
/* header部分结束 */
/* --------------------------------------------- */
/* nav 部分开始*/
#nav-super {
  width: 100%;
  height: 44px;
  /* background-color: #900115; x */
  /* background-color: #267FB7; */
  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 .menu>li:hover>a {
  /* color: #900115; */
  color: #2B84BC;
}
/* .nav .one-nav:hover .just-one {
  color: #fff !important;
} */
.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: #900115;
  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 部分结束*/

/* ------------------------------------ */

/* main 部分开始*/
.main {
  width: 1401px;
  height: 1510px;
  /* background-color:pink; */
}
/* main图片部分 */
.swiper-container {
  width: 1401px;
  height: 448px;
  margin-top: 0.8px;
  /* background-color: rgb(164, 201, 32); */
}
/* main图片部分结束 */

/* main最新动态和通报公告部分 */
.new-msg {
  width: 1401px;
  height: 628px;
  /* background-color:blueviolet; */
}
.top-left {
  width: 46%;
  height: 628px;
  /* background-color: pink; */
  float: left;
  padding-right: 4%;
}

.top-right {
  width: 46%;
  height: 628px;
  /* background-color: orange; */
  float: left;
  padding-left: 4%;
}
/* main最新动态部分 */
/* 清除下外边距 */
.top-left h2,.top-right h2 {
  margin-bottom: 0;
}
.top-left li .text,
.top-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;
  margin-right: 10px;
}
/* 鼠标悬停 */
.top-left li a:hover,
.top-right li a:hover {
  color: #267FB7;
}
.top-left li:hover,
.top-right li:hover {
  box-shadow: 0 0 10px #164766,
   0 0 15px #9fF4Fa;
}
.icon-play3 {
  padding-right: 10px;
}
.top-left ul li {
  height: 40px;
}
.top-left li .time {
  float: right;
}
.top-left ul,.top-right ul {
  padding-bottom: 52px;
}
/* main通报公告部分 */
.top-right ul li {
  height: 40px;
}
.top-right li .time {
  float: right;
}
/* main图片链接部分 */
.img-url-left,
.img-url-right {
  width: 100%;
  height: 146px;
  /* background-color: red; */

}
.img-url-left img,
.img-url-right img {
  transition: all 1s;
}
.img-url-left:hover img,
.img-url-right:hover img {
 transform: translate(0,10px);
}

/* main部分结束 */
/* -------------------------------------------- */
/* 热点关注和常用下载部分开始 */
/* 热点关注部分开始 */
.foucs-download {
  width: 1401px;
  height: 434px;
  /* background-color:burlywood; */
}
.foucs-left {
  width: 46%;
  height: 100%;
  /* background-color: pink; */
  float: left;
  padding-right: 4%;
}
.download-right {
  width: 46%;
  height: 100%;
  /* background-color: orange; */
  float: left;
  padding-left: 4%;
}
/* 清除下外边距 */
.foucs-left h2,.download-right h2 {
  margin-bottom: 0;
}
 .foucs-ul-top li,
 .foucs-ul-bottom li {
  width: 160px;
  height: 157px;
  float: left;
  /* background-color:bisque; */
}
.foucs-ul-top li img,
.foucs-ul-bottom li img {
  margin: 30px 50px;
  transition: all 0.5s;
}
.foucs-ul-top li:hover img,
.foucs-ul-bottom li:hover img {
  transform: scale(1.2);
}
.foucs-ul-top li:hover,
.foucs-ul-bottom li:hover {
  background-color: rgba(0,0,0,0.1);
  border-radius: 10%;
}
.foucs-ul-top li p,
.foucs-ul-bottom li p{
  text-align: center;
}
/* 热点关注部分结束 */

/* 常用下载部分开始*/

.often {
  color: #154481;
  text-shadow: 2px 6px 4px rgba(0,0,0,0.5);
  cursor: pointer;
}
.href {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
}
.href .href_item {
  display: block;
  width: 100%;
  height: 100%;
  flex: 1;
  background-color: red;
  display: flex;
  margin-bottom: 10px;
  transition: all 0.8s;
}
.href_item img {
  width: 50px;
  height: 50px;
  padding-left: 10px;
}
.href_item span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  font-family: '幼圆';
  line-height: 52px;
  padding-left: 50px;
}
.href_item:first-child {
  background-color: #3997CA;
}
.href_item:nth-child(2) {
  background-color: #e68b15;
}
.href_item:nth-child(3) {
  background-color: #408045;
}
.href_item:last-child {
  background-color: rgb(188, 207, 9);
}
.href_item:hover {
  animation: ww 1s infinite;
}
@keyframes ww {
  0% ,10%,20%,100%{
   transform: translateX(0);
  }5%,15%,25%{
   transform: translateX(10px);
    
  }
}
/* 热点小图标 */
.mini-img {
  position: absolute;
  top: 18px;
  right: 0;
  transition: all 0.6s;
}
.mini-img:hover {
  transform:translateY(-5px);
}
/* 常用下载部分结束*/

/* -------------------------- */

/* footer部分开始 */
.footer { 
  width: 100%;
  height: 143px;
  /* background-color: #900115; */
  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;
}