@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', 'Microsoft YaHei' !important;
  display: block;
}

* {
  box-sizing: border-box;
}

div {
  position: relative;
}

a {
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: black;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.clearFix {
  clear: both;
}

.clearFix::after {
  content: '';
  display: table;
  clear: both;
}

.header {
  z-index: 5;
  background-color: #f0f0f0;
}

.logoBox {
  height: 128px;
  position: relative;
  z-index: 2;
  float: left;
}
.logoBox2 {
  height: 60px;
  position: relative;
  z-index: 3;
  float: left;
  left: 650px;
  top: 110px;
}
.logoBox3 {
  height: 80px;
  position: relative;
  z-index: 2;
  float: left;
  left: 400px;
  top: 65px;
  font-size: 45px;
  font-weight: bolder;
  color: #ffffff;
  letter-spacing: 4px;
}
.schText {
  width: 200px;
  outline: none;
  height: 30px;
  padding: 0 10px;
  background-color: rgb(255, 255, 255, 0.8);
  border-radius: 10px;
}

.schIcon {
  background: url(../images/search.png) 5px center no-repeat;
  width: 22px;
  vertical-align: middle;
}
.logoBox .logo {
  position: absolute;
  left: 0;
  top: 55px;
  height: 82px;
  width: 351px;
}

.logoBox .slogan {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: auto;
}

.nav {
  width: 1280px;
  height: 83px;
  line-height: 83px;
  font-size: 16px;
  color: #fff;
  background-image: url(../images/navbg.png);
  background-size: auto 83px;
  z-index: 3;
}

.nav .item {
  float: left;
  width: 139.31px;
  text-align: center;
  vertical-align: middle;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 139.31px auto;
  background-position: bottom;
}

.nav .item .title {
  cursor: pointer;
}

.nav .item .title,
.nav .item a {
  width: 139.3px;
  height: 83px;
  color: white;
}

.nav .item .href {
  position: absolute;
  top: 83px;
  left: 0;
  width: 139.3px;
  display: none;
}

.nav .item .href > div {
  height: 50px;
  line-height: 50px;
  background: rgb(0, 102, 230);
  opacity: 0.8;
  filter: Alpha(opacity=80);
  opacity: 0.8;
}

.nav .item .href > div:hover {
  background: #197fff;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}

.nav .item .href a {
  font-size: 14px;
}

.nav .item .href a:hover {
  color: #fff;
}

.nav .item:hover .href {
  display: block;
}

.nav .item:hover,
.nav .item.active {
  background-image: url(../images/navhoverbg.png);
}

.bodyContent {
  width: 100%;
  margin: 0 auto;
}

/************************迁移旧的及level2用到的css***************************/
.text_date {
  display: block;
  color: #999;
  font-size: 13px;
}

.main_conter {
  width: 1280px;
  margin: 0 auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.nei_main {
  /* background: #fff; */
  width: 1280px;
  /* padding: 20px 0;
    margin: 5px 0 0 0 */
}

.left_neiye {
  width: 220px;
  padding: 0 0 0 0px;
  background: #f4f4f4;
  float: left;
}

.title_list {
  width: 200px;
}

.title_list h2 {
  height: 44px;
  background: #15a3ed;
  color: #fff;
  font-size: 16px;
}

list_vv {
  width: 235px;
  float: center;
  padding: 0px 0;
}

.list_vv ul li {
  height: 70px;
  line-height: 70px;
  color: #999999;
  font-size: 15pt;
}

.list_vv ul li a {
  display: block;
  background: url(../images/nav_white.png) no-repeat;
  font-size: 15pt;
  height: 70px;
  line-height: 70px;
  color: #464646;
}

.list_vv ul li a:hover {
  display: block;
  cursor: pointer;
  color: black;
  font-size: 15pt;
  background: url(../images/nav_hover.png) no-repeat;
}

/*----组织机构--*/
.ddsmoothmenu-v ul {
}

.ddsmoothmenu-v ul li {
  position: relative;
}

.ddsmoothmenu-v ul li a {
  padding: 0;
}

.ddsmoothmenu-v ul li a:link,
.ddsmoothmenu-v ul li a:visited,
.ddsmoothmenu-v ul li a:active {
}

.ddsmoothmenu-v ul li a.selected {
}

.ddsmoothmenu-v ul li a:hover {
}

.ddsmoothmenu-v ul li ul {
  position: absolute;
  top: 0;
  font-weight: normal;
  visibility: hidden;
  background: #f7f7f7;
}

.ddsmoothmenu-v ul li ul li a:hover {
  background: none;
  color: #1fadf7;
}

.ddsmoothmenu-v ul li ul li {
  text-indent: 0;
  text-align: center;
  background: none;
  border-bottom: 1px dashed #ccc;
  height: 51px;
}

.gundong_news {
  padding: 10px 0 30px 0;
  width: 200px;
  margin: 0 auto;
  margin-left: 0px;
}

.title_vv {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #1fadf7;
  list-style: none;
  margin-left: 0px;
}

.title_vv h2 {
  float: left;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #1fadf7;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.title_vv span {
  float: right;
  font-size: 12px;
  background: url(https://www.gxufe.edu.cn/www/subWebSites/kjsj/images/more.gif)
    no-repeat;
  width: 27px;
  height: 5px;
  margin: 15px 10px 0 0;
}

.title_vv span a {
  color: #999;
  width: 27px;
  height: 5px;
  display: block;
}

.title_vv span a:hover {
  color: #f00;
  background: url(https://www.gxufe.edu.cn/www/subWebSites/kjsj/images/more_hover.gif)
    no-repeat;
}

/*----右边内页--*/
.right_neiye {
  width: 1000px;
  float: left;
  padding: 0 0 0 10px;
}

.title_about {
  background: url(../images/xiandds.jpg) repeat-x bottom;
  margin: 10px;
  width: 980px;
}

.title_about h2 {
  float: left;
  font-family: '微软雅黑';
  font-size: 16px;
  font-weight: 700;
  color: #1fadf7;
  background: url(https://www.gxufe.edu.cn/www/subWebSites/kjsj/images/dfds.png)
    no-repeat left center;
  padding: 0 0 0 15px;
}

.place {
  float: right;
  color: #999;
  padding: 0 15px 0 0;
}

.about_box {
  width: 1180px;
  margin: 0 auto;
}

.about p {
  font-size: 13px;
  color: #666;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 10px;
  text-align: left;
}

.about p img {
  text-align: center;
}

.fabu {
  text-align: center;
  color: #b3b3b3;
  padding: 15px 0;
  font-family: '微软雅黑';
}

/*---现任领导--*/
.xrld_ul {
  width: 1180px;
  /* overflow: hidden; */
}

.xrld_ul ul {
  width: 1180px;
}

.xrld_ul ul li {
  width: 295px;
  height: 159px;
  float: left;
  padding: 0 10px 15px 0px;
}

.xrld_ul ul li img {
  padding: 1px;
  /* border: 1px solid #CCC; */
}

.xrld_ul ul li img:hover {
  border: 1px solid #f60;
}

.xrld_ul ul li {
  font-size: 14px;
  color: #999;
  text-align: center;
  width: 295px;
}

.xrld_ul ul li p a {
  color: #464646;
}

.xrld_ul ul li p a:hover {
  color: black;
}

.xrld_ul ul li p {
  padding: 5px 0 5px 0;
}

.xrld_ul ul li span {
  color: #999;
  font-size: 12px;
}

.zzjg_ul {
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
}

.zzjg_ul ul {
  width: 900px;
}

.zzjg_ul ul li {
  width: 350px;
  border-bottom: #ddd dotted 2px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin: 0 20px 0 0;
  display: inline;
}

.zzjg_ul ul li a {
  width: 350px;
  height: 40px;
  display: block;
  background: url(https://www.gxufe.edu.cn/www/subWebSites/kjsj/images/yuansd.jpg)
    no-repeat left 16px;
  text-indent: 23px;
  color: #0c9de5;
  margin: 0 0 0 20px;
  padding-top: 15px;
}

.zzjg_ul ul li a:hover {
  color: #f00;
}

/*-----news---*/

.news_bb {
  width: 1000px;
  overflow: hidden;
  margin: 0;
}

.news_bb ul {
  padding-left: 30px;
  width: 920px;
  float: left;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.news_bb ul li {
  width: 920px;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  float: left;
  list-style: none;
  list-style-type: none;
}

.news_bb ul li a {
  color: #666;
  list-style: none;
}

.news_bb ul li a:hover {
  color: black;
  list-style: none;
}

.n_bb {
  display: block;
  float: left;
  heiht: 36px;
  line-height: 36px;
  overflow: hidden;
  width: 800px;
  text-indent: 10px;
  background: url(../images/dian.jpg) no-repeat left center;
  margin: 0px;
}

.n_tiams {
  display: block;
  float: right;
  color: #999;
  heiht: 36px;
  line-height: 36px;
  font-size: 12px;
}

ul {
  list-style-type: none;
}

ol,
ul {
  list-style: none outside none;
}

p,
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
img {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  font-family: Microsoft Yahei, Avenir, Segoe UI, Hiragino Sans GB, STHeiti,
    Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

.www51buycom .prev,
.www51buycom .next {
  display: none;
  padding: 0px;
  width: 15px;
  height: 11px;
  background: url(https://www.gxufe.edu.cn/www/subWebSites/kjsj/images/btn.png)
    no-repeat;
  position: absolute;
  top: 60px;
}

.www51buycom .prev {
  left: 4px;
}

.www51buycom .next {
  right: 4px;
  padding: 0px;

  background-position: right;
}

.wenzidd {
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 192px;
  text-align: center;
}

.wenzidd a {
  color: #0c9de5;
}

.wenzidd a:hover {
  color: #f00;
}

/* 轮播图样式自定义 */
.KSS_btnBox {
  position: absolute;
  left: 50% !important;
  right: 0 !important;
  transform: translateX(-50%) !important;
  bottom: 20px !important;
  height: 30px !important;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#btnlistID {
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#btnlistID li {
  width: 40px !important;
  height: 7px !important;
  border-radius: 4px;
}
