html,body {
  background-color: #fff;
  /* font-family: '宋体'; */
  background-image: url(../images/14.jpg);
}

a:hover {
  color: #1584CC;  
}

#header {
  width: 1220px;
  margin: 0 auto;
}

.head-top {
  width: 100%;
  background: #E3F4FB;
}

.head-top img {
  width: 464px;
  max-height: 72px;
  display: block;
  object-fit: cover;
  padding: 24px 0 24px 75px;
}

.txtMarquee-left {
  width: 50%;
  float: left;
  height: 46px;
  /* background: #ccc; */
}

.txtMarquee-left .tempWrap {
  width: 100%;
}

.txtMarquee-left .icon-img {
  display: inline-block;
  padding: 11px 13px;
  float: left;
}

.txtMarquee-left .bd {
  float: left;
  width: 550px;
  line-height: 46px;
}

.txtMarquee-left a {
  font-size: 16px;
  color: #333;
}

.search-top {
  float: right;
  width: 360px;
}

.search-top .search {
  width: 100%;
  margin: 8px 0;
  position: relative;
}

.search-top .search input {
  height: 28px;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 10px;
} 

.search-top .search button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background-color: #63AF17;
  width: 85px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}

.banner-top {
  position: relative;
}

.banner-top img {
  width: 100%;
  max-height: 300px;
  /* object-fit: cover; */
  display: block;
}

.banner-top p {
  position: absolute;
  top: 55px;
  right: 200px;
  font-family: "SimSun";
  font-size: 50px;
  font-weight: 700;
}

.nav {
  width: 100%;
  height: 50px;
  background: linear-gradient(left, #0E5691, #159DD7);/*渐变从左上角到右下角*/
  background: -ms-linear-gradient(left, #0E5691, #159DD7);
  background: -webkit-linear-gradient(left, #0E5691, #159DD7);
  background: -moz-linear-gradient(left, #0E5691, #159DD7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0E5691, endColorstr=#159DD7)";/*IE8+*/
}

.nav-ul li {
  float: left;
  width: 120px;
  text-align: center;
  line-height: 50px;
}

.nav-ul li a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

/* main */

.item1-left {
  width: 510px;
  float: left;
  border: 1px solid #CDE2FD;
  box-sizing: border-box;
  height: 385px;
  margin-top: 12px;
  padding: 15px;
  background: linear-gradient(top, #D1EDF8, #ffffff);/*渐变从左上角到右下角*/
  background: -ms-linear-gradient(top, #D1EDF8, #ffffff);
  background: -webkit-linear-gradient(top, #D1EDF8, #ffffff);
  background: -moz-linear-gradient(top, #D1EDF8, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#D1EDF8, endColorstr=#ffffff)";/*IE8+*/
}

.item1-left .focusBox {
  position: relative;
  width: 478px;
  height: 353px;
  overflow: hidden;
  text-align: left;
  background: white;
}

.item1-left .focusBox li a img {
  width: 478px;
  height: 353px;
  object-fit: cover;
  display: block;
}

.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 8px;
}

.focusBox .num li {
  float: left;
  position: relative;
  width: 40px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
}

.focusBox .num li a {
  font-size: 16px;
  color: white;
  display: block;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
  background-color: #000000 \9;
  filter:Alpha(opacity=30);
}

.focusBox .num li span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, .3);
  background-color: #000000 \9;
  filter:Alpha(opacity=30);
}

.focusBox .num li.on a, .focusBox .num a:hover {
  background-color: #FF6600 \9;
  filter:Alpha(opacity=30);
  background-color:rgba(255,102,0, .3);
}

.focusBox .txt {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.focusBox .txt-bg {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 40px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden;
}

.focusBox .txt li {
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
  width: 95%;
}

.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;  
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.item1-right {
  width: 680px;
  float: right;
  border: 1px solid #CDE2FD;
  box-sizing: border-box;
  height: 385px;
  margin-top: 12px;
}

.slideTxtBox {
  width: 100%;
  text-align: left;
}

.slideTxtBox .hd {
  margin-top: 5px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #CDE2FD;
  position: relative;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 20px;
  top: -1px;
  height: 38px;
}

.slideTxtBox .hd ul li {
  float: left;
  padding: 0 30px;
  cursor: pointer;
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.slideTxtBox .hd ul li.on {
  height: 40px;
  background: #fff;
  border: 1px solid #CDE2FD;
  border-bottom: 2px solid #fff;
  color: #1584CC;
}

.slideTxtBox .bd ul {
  padding: 18px 20px;
  zoom: 1;
}

.slideTxtBox .bd li {
  height: 26px;
  line-height: 26px;
  padding: 6px 0;
  padding-left: 20px;
  background-image: url(../images/ico1.png);
  background-repeat: no-repeat;
  background-position: 2px center;
}

.slideTxtBox .bd li .date {
  float: right;
  color: #999;
  font-size: 16px;
}

.item1-right .bd li a {
  font-size: 17px;
  width: 540px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.advImg {
  width: 100%;
  object-fit: cover;
  display: block;
  padding: 20px 0;
}

/*  */
.item2-left {
  width: 910px;
  float: left;
}

.item2-left .box-cont {
  width: 440px;
  margin-right: 15px;
  border: 1px solid #CDE2FD;
  float: left;
  height: 245px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.item2-left .box-c-title {
  height: 35px;
  border-bottom: #4196D7 1px solid;
  padding: 0 15px;
  overflow: auto;
}

.item2-left .box-c-title h3 {
  float: left;
  line-height: 35px;
  background-color: #3F9CD7;
  color: #fff;
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.item2-left .box-c-title a {
  display: inline-block;
  float: right;
  line-height: 35px;
  font-size: 16px;
  color: #aaa;
}

.item2-left .box-c-title a:hover {
  color: #1584CC;
}

.item2-left .box-list {
  padding: 10px;
}





.item2-right {
  width: 290px;
  float: right;
}

.item2-left .box-list li {
  overflow: auto;
  padding-left: 15px;
  background-image: url(../images/ico1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  line-height: 27px;
}

.item2-left .box-list li a {
  width: 340px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  float: left;
}

.item2-left .box-list li a:hover {
  color: #1584CC;
}

.item2-left .box-list li span {
  float: right;
  display: inline-block;
  font-size: 14px;
  color: #aaa;
}

.item2-right .rgt-box {
  height: 245px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #CDE2FD;
  border-radius: 8px;
  box-sizing: border-box;
}

.rgt-last {
  height: 120px !important;
}

.rgt-title {
  height: 35px;
  background: linear-gradient(top, #1B8FCC, #41ABF5);/*渐变从左上角到右下角*/
  background: -ms-linear-gradient(top, #1B8FCC, #41ABF5);
  background: -webkit-linear-gradient(top, #1B8FCC, #41ABF5);
  background: -moz-linear-gradient(top, #1B8FCC, #41ABF5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1B8FCC, endColorstr=#41ABF5)";/*IE8+*/
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 15px;
}

.rgt-title h3 {
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  float: left;
}

.rgt-title span {
  background-color: #ffffff;
  width: 23px;
  height: 23px;
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../images/icon1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.rgt-cont li {
  padding-left: 15px;
  background-image: url(../images/ico1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.rgt-cont li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 21px;
}

.rgt-cont video {
  width: 288px;
  height: 210px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

/* img list */
.box-prt-list {
  border: 1px solid #CDE2FD;
}

.idx-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #CDE2FD;
  padding: 0 15px;
  background-color: #DBF1FF;
}

.idx-title h3 {
  font-size: 18px;
  font-weight: 500;
}

.idx-cont {
  height: 210px;
}

.picMarquee-left .bd{ 
  padding:15px 16px; 
}

.picMarquee-left .bd ul{ 
  overflow:hidden;
  zoom:1; 
}

.picMarquee-left .bd ul li{ 
  margin:0 8px;
  float:left; 
  _display:inline; 
  overflow:hidden; 
  text-align:center;  
}
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ 
  width:213px; 
  height:150px; 
  display:block; 
  padding:1px; 
  border:1px solid #ccc; 
}
.picMarquee-left .bd ul li .pic a:hover img{ 
  border-color:#999;  
}
.picMarquee-left .bd ul li .title{ 
  line-height:24px;  
  margin-top: 5px;
}

.picMarquee-left .bd ul li .title a {
  font-size: 14px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:193px;
  padding: 0 10px; 
}

.picMarquee-left .bd ul li:hover .title a  {
  color: #1584CC;
}

.bg-bom {
  background-color: #F7EFED;
  height: 85px;
  padding: 0 60px;
}

.bg-bom li {
  float: left;
  padding: 0 10px;
  height: 55px;
  margin-top: 15px;
}

.bg-bom li a {
  display: block;
  height: 55px;  
}

.bg-bom li a img {
  height: 100%;
  width: 195px;
  display: block;  
}


/* main end */

#footer {
  /* height: 300px; */
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-top {
  background-color: #2A6BA3;  
  padding: 10px 0;
}

.footer-top ul li {
  float: left;
  width: 25%;
}

.footer-top ul li select {
  text-align: center;
  display: block;
  margin: 0 auto;
  min-width: 140px;
  max-width: 200px;
  height: 26px;
}

.footer-bottom {
  padding: 15px 0;
}

.footer-bottom  p {
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  margin: 5px 0;
}

.footer-bottom  p a {
  font-size: 14px;
  color: #5a5a5a;
}

.footer-bottom  p a:hover {
  color: #1584CC;
}

/* 
  首页 右侧校长信箱类 跳转
*/

.links-box {
  height: 50px;
  width: 100%;
  border: 1px solid #CDE2FD;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 13px;
  background: linear-gradient(top, #1B8FCC, #41ABF5);
  background: -ms-linear-gradient(top, #1B8FCC, #41ABF5);
  background: -webkit-linear-gradient(top, #1B8FCC, #41ABF5);
  background: -moz-linear-gradient(top, #1B8FCC, #41ABF5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1B8FCC, endColorstr=#41ABF5)";
  
}

.links-box a {
  line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
}

.links-box a:hover {
  text-decoration: underline;
}

.links-box a span {
  background-color: #ffffff;
  width: 23px;
  height: 23px;
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../images/icon1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
































































































