.mainContainer> ul > li:hover > a
{
  background-color: #fff;
  color: #1565c0;
}
.navContainer {
  background: url("../image/by.png") repeat;
  z-index: 999;
}
.nav > li > a {
  color: #fff;
  font-size: 18px;
  height: 49px;
  line-height: 54px;
  margin-left: 38px;
}
.nav li .navSub {
  position: absolute;
  z-index: 999;
  background: #b30000;
  opacity: 0.9;
  height: 40px;
  width: 120px;
  top: 48px;
  left: 24% !important;
  display: none;
}
.nav li .navSub li a {
  color: #fff;
  background: #b30000;
}
.nav li .navSub li:hover a {
  background: #fff;
}
.tpxw_tzgg {
  margin-top: 27px;
  height: 400px;
}
/* tpxw */
.banner {
  width: 100%;
  max-width: 1920px;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.banner .hd {
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 48%;
  bottom: 26px;
  z-index: 1;
}
.banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.banner .hd ul li {
  float: left;
  margin-right: 2px;
  width: 17px;
  height: 17px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 17px;
  margin-right: 12px;
}
.banner .hd ul li.on {
  background: #b30000;
  color: #fff;
}
.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li {
  zoom: 1;
  vertical-align: middle;
}
.banner .bd li a {
  display: block;
  position: relative;
  font-size: 16px;
}
.banner .bd img {
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
  z-index: 999;
}
.banner .bd .title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 330px;
  padding-left: 40px;
  font-size: 16px;
  background: url("../image/gg1.png") repeat-x;
}

/*  -----------------------------新闻top ----------------------------- */
.ts_top {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  border-bottom: 2px solid #a51c30;
  position: relative;
  margin-right: 20px;
}
.ts_top h2 {
     font-size: 16px;
    width: 80px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background-color: #8f000b;
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 0;
    top: 4px;
    float: left;
}
.ts_top .more {
  width: 70px;
  float: right;
  text-align: right;
  color: #8f000b;
  font-size: 12px;
  position: relative;
  display: block;
  line-height: 50px;
}
.ts_top .more:hover {
  color: #999;
}

/*  -----------------------------图片新闻 新闻动态 ----------------------------- */
.tpxw_xwdt {
  height: 517px;
  margin-top: -4px;
}
/*---图片新闻---*/
.tpxw {
  width: 46%;
  height: 100%;
  margin-top: 12px;
  margin-left: 20px;
}
.tpxw .tw {
  display: block;
  height: 467px;
  width: 100%;
}
.tpxw .tw li {
  width: 100%;
  height: 100%;
  float: left;
}
.tpxw .tw li.first {
  margin-left: 0px;
}
.tpxw .tw li img {
  width: 100%;
  height: 457px;
}
.tpxw .tw li .content {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
}
.tpxw .tw li .content .title {
  font-size: 16px;
  line-height: 50px;
  padding: 0px 20px 0px 25px;
  display: inline-block;
  height: 50px;
  overflow: hidden;
}
.tpxw .tw li .content .title:hover {
  color: #8f000b;
}
.tpxw .slideBox2 {
  width: 100%;
  height: 467px;
  position: relative;
}
.tpxw .slideBox2 .sPrev {
  background: url("../image/icon006.png") no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  width: 20px;
  height: 20px;
  top: 410px;
  left: 20px;
}
.tpxw .slideBox2 .sNext {
  background: url("../image/icon06.png") no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  width: 20px;
  height: 20px;
  top: 410px;
  left: 50px;
}

/* ---新闻动态---- */
.xwdt {
  width: 46%;
  height: 100%;
  margin-left: 40px;
  margin-top: 12px;
  margin-right: 20px;
}
.xwdt .xw{
     width: 100%;
     height: 100%;
}
.xwdt  .xw li{
    width: 100%;
    height: 78px;
    margin-bottom: 14px;
}
.xwdt .xw li .date{
    width: 80px;
    height: 87px;
    float: left;
    background-color: #C5C5C5;
    color: #fff;
}
.xwdt  .xw li .date .day{
    font-size: 28px;
    margin-top: 20px;
}
.xwdt  .xw li .date span{
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.xwdt  .xw li .content{
    width: 78%;
    float: left;
    height: 79px;
    background: #F0F0F0;
    padding: 8px 28px 0 20px;
}
.xwdt  .xw li .content .title{
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.xwdt .xw li:hover .date{
     background: #8f000b;
}
.xwdt .xw li .content .description{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

/* ----------------------------------党建工作/教育教学------------------------------ */
.djgz_jyjx {
  width: 100%;
  height: 274px;
  margin-top: 48px;
}
.djgz_jyjx .listContent li {
  height: 36px;
}
.djgz_jyjx .listContent li a {
  height: 36px;
  line-height: 36px;
  width: 410px;
  display: block;
  float: left;
  font-size: 16px;
background: url(../image/02.png) no-repeat left center;
padding-left: 8px;
}
.djgz_jyjx .listContent li a:hover {
  color: #8f000b;
}
.djgz_jyjx .listContent li .date {
  display: block;
  float: right;
  width: 98px;
  float: right;
  text-align: right;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
/*----djgz--- */
.djgz {
  width: 46%;
  height: 280px;
  float: left;
margin-left:20px;
}

/* -----jyjx------ */
.jyjx {
  width: 46%;
  height: 280px;
  float: right;
  margin-right: 20px;
}
.jyjx .listContent {
  height: 260px;
  width: 100%;
}
.jyjx .listContent .slideBox3 {
  padding-top: 10px;
  height: 134px;
  width: 100%;
  position: relative;
}
.jyjx .listContent .hd {
  position: absolute;
  width: 180px;
  text-align: center;
  right: 120px;
  top: 100px;
  height: 30px;
  z-index: 999;
}
.jyjx .listContent .hd ul {
  width: auto;
  height: 30px;
  display: inline-block;
}
.jyjx .listContent .hd ul li {
  float: left;
  height: 9px;
  width: 9px;
  border-radius: 9px;
  background-color: #888888;

  margin-left: 6px;
  cursor: pointer;
}
.jyjx .listContent .hd ul li.on {
  background: #8f000b;
}
.jyjx .listContent .bd {
  width: 644px;
  height: 132px;
  position: relative;
}
.jyjx.listContent .bd li {
  width: 644px;
  height: 132px;
}
.jyjx .listContent .bd li img {
  width: 198px;
  height: 120px;
  display: block;
  float: left;
}
.jyjx .listContent .bd li .content {
  width: 420px;
  height: 120px;
  float: right;
}
.jyjx .listContent .bd li .content .title {
  font-size: 16px;
  line-height: 28px;
}
.jyjx .listContent .bd li .content .date {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.jyjx .list a{width:530px !important;}
/* ------------------------------------教师风采--------------------------------------------------- */
.jsfc{
  height: 320px;
  width: 98%;
  margin: 0 auto;
  margin-top: 22px;
}
.jsfc.ts_top {
  width: 1200px !important;
  margin: 0 auto;
}
.jsfcContainer {
  width: 100%;
  height: 212px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-left:-62px;
}
.jsfcContainer .sPrev {
  background: url("../image/icon04.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 60px;
}
.jsfcContainer .sNext {
  background: url("../image/icon05.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 60px;
}
.jsfcContainer .bd {
  width: 92%;
  margin: 0 auto;
}
.jsfcContainer .bd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
}
.jsfcContainer .bd ul li {
  height: 202px;
  width: 226px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 16px;
  position: relative;
}
.jsfcContainer .bd ul li a {
  display: block;
  width: 226px;
  height: 168px;
  margin: 0 auto;
}
.jsfcContainer .bd ul li a img {
  width: 226px !important;
  height: 168px;
}
.jsfc #slideBox4 .bd .title{
   height: 36px;
   line-height: 36px;
   text-align: center;
   background: #F0F2F5;
   font-size: 16px;
}
/* ------------------------------------成果展示--------------------------------------------------- */
.cgzs{
    height: 266px;
  width: 98%;
  margin: 0 auto;
  margin-top: -16px;
}
.cgzs.ts_top {
  width: 1200px !important;
  margin: 0 auto;
}
.cgzsContainer {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
   margin-left:-62px;
}
.cgzsContainer .sPrev {
  background: url("../image/icon04.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 60px;
}
.cgzsContainer .sNext {
  background: url("../image/icon05.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 60px;
}
.cgzsContainer .bd {
  width: 92%;
  margin: 0 auto;
}
.cgzsContainer .bd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
}
.cgzsContainer .bd ul li {
  height: 168px;
  width: 226px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-right: 16px;
  position: relative;
}
.cgzsContainer .bd ul li a {
  display: block;
  width: 226px;
  height: 168px;
  margin: 0 auto;
}
.cgzsContainer .bd ul li a img {
  width: 226px !important;
  height: 168px;
}
