@charset "utf-8";
/* 首页 */
a {
  color: #598fdf;
  text-decoration: none;
}
a:hover {
  color: #94bfff;
  text-decoration: none;
}
.g-header,
.about,
.g-nav-con,
.content {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
/* 通用header */
.g-header-wrap {
  border-top: 1px solid #e6ebf1;
  border-bottom: 1px solid #e6ebf1;
}
.g-header {
  padding-bottom: 16px;
  padding-top: 24px;
  /* logo */
  /* 搜索框和链接 */
  /* 搜索框 */
}
.g-header .logo-box {
  float: left;
}
.g-header .logo-box h1 {
  *zoom: 1;
}
.g-header .logo-box h1:before,
.g-header .logo-box h1:after {
  display: table;
  content: "";
  line-height: 0;
}
.g-header .logo-box h1:after {
  clear: both;
}
.g-header .logo-box img {
  width: 537px;
  height: 90px;
}
.g-header .search-link {
  padding-top: 16px;
  width: 325px;
  *zoom: 1;
  float: right;
}
.g-header .search-link:before,
.g-header .search-link:after {
  display: table;
  content: "";
  line-height: 0;
}
.g-header .search-link:after {
  clear: both;
}
.g-header .search-link p {
  float: right;
  line-height: 40px;
}
.g-header .search-link a,
.g-header .search-link span {
  color: #aeaeae;
  font-size: 14px;
}
.g-header .search-link span {
  margin: 0 10px;
}
.g-header .search-box {
  position: relative;
  float: right;
  width: 220px;
  height: 28px;
  line-height: 28px;
  background-color: #ececec;
  border-radius: 7px;
  color: #d0d0d0;
  cursor: pointer;
  *zoom: 1;
}
.g-header .search-box:before,
.g-header .search-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.g-header .search-box:after {
  clear: both;
}
.g-header .search-box input:-moz-placeholder {
  color: #d0d0d0;
}
.g-header .search-box ::-webkit-input-placeholder {
  color: #d0d0d0;
}
.g-header .search-box .searchtext {
  font-size: 12px;
  background: none;
  border: none;
  outline: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 165px;
  height: 16px;
  padding: 6px;
  line-height: 16px;
  font-family: "Microsoft Yahei", "微软雅黑";
}
.g-header .search-box .searchbtn {
  float: right;
  margin-top: 6px;
  margin-right: 15px;
  width: 25px;
  height: 16px;
  background: url(../bgimg/search-btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
}
/* nav */
.g-nav1 {
  width: 100%;
  min-width: 1050px;
}
.g-nav1 .donate {
  right: 0;
  top: 14px;
  padding: 0;
  position: absolute;
}
.g-nav1 .donate a {
  font-size: 16px;
  color: #fff;
  width: 80px;
  display: block;
  background-color: #337ff1;
  border-radius: 6px;
  line-height: 36px;
  height: 36px;
}
.g-nav1 .g-nav-con {
  height: 60px;
  text-align: center;
  position: relative;
}
.g-nav1 .lev1 {
  margin-left: -1px;
  background: url(../bgimg/line.png) right center no-repeat;
  position: relative;
  line-height: 60px;
  float: left;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}
.g-nav1 .lev1 a {
  color: #333;
  font-size: 18px;
}
.g-nav1 .nobor {
  background: none;
}
.g-nav1 li {
  padding: 0 28px;
  height: 100%;
}
.g-nav1 a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.g-nav1 a:hover {
  color: #053e94;
}
.g-nav1 .lev2 {
  background: #fff;
  padding-top: 20px;
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  z-index: 1000;
}
.g-nav1 .lev2 li {
  height: 40px;
}
.g-nav1 .lev2 a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.g-nav1 .lev2 a:hover {
  color: #053e94;
}
.container{
  min-width: 1130px;
}
/* 轮播图 */
.flexslider {
  margin: 0;
  border: 0;
  width: 100%;
  overflow: hidden;
}
.flexslider .flex-control-nav {
  bottom: 40px;
}
.flexslider ul li {
  height: 599px;
}
.flexslider ul li a {
  display: block;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
}
.flexslider .flex-control-paging li a {
  border: 2px solid #fff;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #fff;
}
/* footer */
.g-footer{
  min-width: 1130px;
}
.g-footer .contact-wrap {
  background-color: #f0f8fe;
  *zoom: 1;
}
.g-footer .contact-wrap:before,
.g-footer .contact-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.g-footer .contact-wrap:after {
  clear: both;
}
.g-footer .contact-wrap .contact {
  padding: 30px 0;
  margin: 0 auto;
  width:1130px;
}
.g-footer .contact-wrap .contact dt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.g-footer .contact-wrap .contact dt span {
  margin: 0 10px;
}
.g-footer .contact-wrap .contact dd {
  font-size: 16px;
  color: #333;
  float: left;
  padding-left: 42px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: left center;
}
.g-footer .contact-wrap .contact .phone {
  margin-left: 30px;
  background-image: url(../bgimg/phone.png);
}
.g-footer .contact-wrap .contact .email {
  margin-left: 130px;
  background-image: url(../bgimg/email.png);
}
.g-footer .contact-wrap .contact .map {
  margin-left: 130px;
  background-image: url(../bgimg/map.png);
}
.g-footer .about-wrap {
  background-color: #2b2b2b;
}
.g-footer .about-wrap .about {
  padding-top: 34px;
  padding-bottom: 17px;
  text-align: center;
  *zoom: 1;
}
.g-footer .about-wrap .about:before,
.g-footer .about-wrap .about:after {
  display: table;
  content: "";
  line-height: 0;
}
.g-footer .about-wrap .about:after {
  clear: both;
}
.g-footer .about-wrap .link {
  padding-top: 22px;
  padding-bottom: 10px;
}
.g-footer .about-wrap .con {
  float: left;
  width: 784px;
  font-size: 0;
}
.g-footer .about-wrap .con p,
.g-footer .about-wrap .con a,
.g-footer .about-wrap .con span {
  color: #939393;
  font-size: 14px;
}
.g-footer .about-wrap .con a:hover {
  text-decoration: underline;
  color: #fff;
}
.g-footer .about-wrap .con span {
  margin: 0 16px;
}
.g-footer .about-wrap .ewm {
  float: left;
  width: 104px;
}
.g-footer .about-wrap .ewm img {
  width: 100%;
  height: auto;
}
/* 首页 */
.inedx {
  /* 新闻动态 */
  /* 活动预告 */
  /* 校友 */
}
.inedx .tit {
  *zoom: 1;
  padding-left: 26px;
  padding-right: 28px;
  padding-top: 20px;
}
.inedx .tit:before,
.inedx .tit:after {
  display: table;
  content: "";
  line-height: 0;
}
.inedx .tit:after {
  clear: both;
}
.inedx .tit h3 {
  font-size: 18px;
  color: #2164c8;
  display: inline-block;
  border-bottom: 4px solid #2164c8;
  float: left;
}
.inedx .tit span {
  font-size: 16px;
  color: #c0c2c4;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
.inedx .tit i {
  display: block;
  width: 156px;
  height: 1px;
  margin-top: 6px;
  background-color: #d5d5d5;
}
.inedx .tit a {
  float: right;
  width: 78px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #bababa;
  font-size: 14px;
  color: #b8b8b8;
}
.inedx .tit a:hover {
  background-color: #b8b8b8;
  color: #fff;
}
.inedx .news {
  border: 1px solid #bababa;
  margin-top: 44px;
}
.inedx .news .news-item {
  padding-left: 30px;
  padding-right: 30px;
}
.inedx .news .pic {
  float: left;
  width: 345px;
  height: 240px;
  position: relative;
}
.inedx .news .pic a {
  display: block;
}
.inedx .news .pic a:hover p {
  background-color: rgba(0, 0, 0, 0.5);
}
.inedx .news .pic img {
  width: 100%;
}
.inedx .news .pic p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: url(../bgimg/play.png) center no-repeat;
}
.inedx .news .hd {
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 48px;
  padding-top: 42px;
}
.inedx .news .hd .desc {
  width: 650px;
  float: left;
  margin-left: 45px;
}
.inedx .news .bd .desc {
  margin-top: 18px;
  margin-bottom: 26px;
  width: 496px;
  padding-right: 36px;
  float: left;
  border-right: 1px dotted #d5d5d5;
}
.inedx .news .bd h5 {
  width: 500px;
  overflow: hidden;
}
.inedx .news .desc h5 {
  padding: 14px 0;
  *zoom: 1;
}
.inedx .news .desc h5:before,
.inedx .news .desc h5:after {
  display: table;
  content: "";
  line-height: 0;
}
.inedx .news .desc h5:after {
  clear: both;
}
.inedx .news .desc h5 a {
  float: left;
}
.inedx .news .desc h5 a:hover {
  color: #598fdf;
}
.inedx .news .desc h5 span {
  float: right;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.inedx .news .desc h5 a {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.inedx .news .desc p {
  font-size: 14px;
  color: #333;
}
.inedx .news .desc .more {
  padding-top: 30px;
}
.inedx .news .desc p a {
  color: #598fdf;
  font-size: 14px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-indent: 14px;
  background: url(../bgimg/arr.png) 78px center no-repeat;
  border: 1px solid #bababa;
}
.inedx .news .desc p a:hover {
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-indent: 14px;
  background-color: #598fdf;
  border: 1px solid #bababa;
}
.inedx .act {
  padding-top: 24px;
  padding-bottom: 60px;
}
.inedx .act ul {
  *zoom: 1;
  margin-top: 46px;
  padding-left: 28px;
  padding-right: 26px;
}
.inedx .act ul:before,
.inedx .act ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.inedx .act ul:after {
  clear: both;
}
.inedx .act ul li {
  width: 240px;
  position: relative;
  float: left;
}
.inedx .act ul li .bg{
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity:0.4;
  filter: alpha(opacity=40);
 background-color: #000;
}
.inedx .act ul li .con {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 20;
}
.inedx .act ul li h6 {
  color: #ffc600;
  margin-top: 64px;
  font-size: 18px;
  padding-left: 14px;
  padding-right: 44px;
  padding-bottom: 34px;
}

.inedx .act ul li p {
  font-size: 14px;
  color: #fff;
  padding-left: 56px;
  padding-right: 34px;
  text-indent: -40px;
}
.inedx .act ul li + li {
  margin-left: 36px;
}
.inedx .fri {
  margin-bottom: 66px;
}
.inedx .fc {
  float: left;
}
.inedx .fc .con {
  margin-top: 20px;
  margin-left: 24px;
  width: 554px;
  padding: 22px 45px 18px 40px;
  background-color: #f7f7f7;
}
.inedx .fc a {
  display: block;
  *zoom: 1;
}
.inedx .fc a:before,
.inedx .fc a:after {
  display: table;
  content: "";
  line-height: 0;
}
.inedx .fc a:after {
  clear: both;
}
.inedx .fc li {
  *zoom: 1;
}
.inedx .fc li:before,
.inedx .fc li:after {
  display: table;
  content: "";
  line-height: 0;
}
.inedx .fc li:after {
  clear: both;
}
.inedx .fc li + li {
  margin-top: 20px;
}
.inedx .fc img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all 0.3s;
}
// .inedx .fc img:hover {
//   -webkit-transform: scale(1.1);
//       -ms-transform: scale(1.1);
//           transform: scale(1.1);
// }
.inedx .fc .pic,
.inedx .fc .text {
  float: left;
}
.inedx .fc .pic {
  width: 220px;
}
.inedx .fc .text {
  width: 260px;
  margin-left: 68px;
  font-size: 14px;
}
.inedx .fc .text h6 {
  color: #333;
  font-weight: 500;
  margin-top: 26px;
}
.inedx .fc .text span {
  color: #999;
  line-height: 20px;
}
.inedx .fc .text p {
  margin-top: 6px;
  color: #333;
  line-height: 24px;
}
.inedx .kw {
  float: left;
  margin-left: 80px;
}
.inedx .kw .pic-show {
  margin-top: 22px;
  overflow: hidden;
  position: relative;
  width: 356px;
  height: 526px;
}
.inedx .kw .pic-show img {
  width: 100%;
  height: 100%;
}
.inedx .kw .desc {
  position: absolute;
  padding: 68px 18px 50px;
  width: 280px;
  top: 110px;
  left: 24px;
  background-color: rgba(255, 255, 255, 0.5);
}
.inedx .kw .desc p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.inedx .kw .desc .more {
  margin-top: 48px;
  margin-left: 4px;
  display: block;
  width: 162px;
  height: 36px;
  border: 2px solid #7c8795;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.inedx .kw .desc .more:hover {
  background-color: #598fdf;
  border: 2px solid #598fdf;
  color: #fff;
}
.gyjz,
.act-detail,
.act-prev,
.new-box {
  /* 当前位置 */
}
.gyjz .banner,
.act-detail .banner,
.act-prev .banner,
.new-box .banner {
  height: 500px;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
  behavior: url(backgroundsize.min.htc);
}
.gyjz .banner ul,
.act-detail .banner ul,
.act-prev .banner ul,
.new-box .banner ul {
  *zoom: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1130px;
}
.gyjz .banner ul:before,
.act-detail .banner ul:before,
.act-prev .banner ul:before,
.new-box .banner ul:before,
.gyjz .banner ul:after,
.act-detail .banner ul:after,
.act-prev .banner ul:after,
.new-box .banner ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.gyjz .banner ul:after,
.act-detail .banner ul:after,
.act-prev .banner ul:after,
.new-box .banner ul:after {
  clear: both;
}
.gyjz .banner ul li,
.act-detail .banner ul li,
.act-prev .banner ul li,
.new-box .banner ul li {
  float: left;
  margin-right: 50px;
}
.gyjz .banner ul li a,
.act-detail .banner ul li a,
.act-prev .banner ul li a,
.new-box .banner ul li a {
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #2164c8;
  color: #fff;
}
.gyjz .banner ul li a:hover,
.act-detail .banner ul li a:hover,
.act-prev .banner ul li a:hover,
.new-box .banner ul li a:hover,
.gyjz .banner ul li a.active,
.act-detail .banner ul li a.active,
.act-prev .banner ul li a.active,
.new-box .banner ul li a.active {
  background-color: #0243a4;
  font-weight: 600;
}
.gyjz .place-wrap,
.act-detail .place-wrap,
.act-prev .place-wrap,
.new-box .place-wrap {
  height: 70px;
  line-height: 70px;
  background-color: #e6ebf1;
}
.gyjz .place-wrap .place,
.act-detail .place-wrap .place,
.act-prev .place-wrap .place,
.new-box .place-wrap .place,
.gyjz .place-wrap a,
.act-detail .place-wrap a,
.act-prev .place-wrap a,
.new-box .place-wrap a {
  font-size: 18px;
  color: #333;
}
.gyjz .place-wrap .place,
.act-detail .place-wrap .place,
.act-prev .place-wrap .place,
.new-box .place-wrap .place {
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.gyjz .place-wrap a:hover,
.act-detail .place-wrap a:hover,
.act-prev .place-wrap a:hover,
.new-box .place-wrap a:hover {
  color: #598fdf;
}
.gyjz .place-wrap span,
.act-detail .place-wrap span,
.act-prev .place-wrap span,
.new-box .place-wrap span {
  margin: 0 15px;
}
/* 公益与捐赠 */
.gyjz .content {
  padding: 56px 40px 50px;
  width: 1050px;
}
.gyjz .item-tit {
  margin-bottom: 46px;
}
.gyjz .item-tit h3 {
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #bebebe;
}
.gyjz ul {
  margin-right: -28px;
}
.gyjz .item {
  float: left;
  margin-right: 28px;
  margin-bottom: 40px;
}
.gyjz .item a {
  display: block;
  border: 2px solid #dfdfe0;
  width: 326px;
  background-color: #f3f4f5;
}
.gyjz .item a:hover {
  border-color: #124495;
}
.gyjz .item p {
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #124495;
}
/* 活动详情 */
.act-detail {
  padding-bottom: 50px;
}
.act-detail .tit {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 40px;
}
.act-detail .tit h2 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.act-detail .tit p {
  font-size: 14px;
  padding-top: 16px;
}
.act-detail .tit p a {
  color: #0243a4;
  margin-left: 4px;
}
.act-detail p {
  font-size: 16px;
  color: #333;
}
/* 活动预告 */
.act-prev {
  padding-bottom: 85px;
}
.act-prev .act-list {
  padding-top: 65px;
  // margin-right: -24px;
  // margin-left: 24px;
}
.act-prev .act-list li {
  width: 340px;
  float: left;
  margin-right: 28px;
  margin-bottom: 30px;
}
.act-prev .act-list li a {
  display: block;
}
.act-prev .act-list p {
  font-size: 16px;
  color: #333;
  padding-left: 36px;
  margin-left: 18px;
  background-repeat: no-repeat;
  background-position: left top;
}
.act-prev .act-list p span {
  margin-left: 50px;
}
.act-prev .act-list .addrss {
  background-image: url(../bgimg/time.png);
  margin-top: 26px;
  margin-bottom: 14px;
}
.act-prev .act-list .time {
  background-image: url(../bgimg/addrss.png);
}
.act-prev .act-list .pic {
  text-align: center;
  position: relative;
}
.act-prev .act-list .pic i.bg{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-color:#000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.act-prev .act-list .pic p {
  color: #ffc600;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  left: 0;
  top: 100px;
  font-size: 18px;
  text-align: center;
  width: 220px;
  z-index:2;
}
/* 联系我们 */
.linkus .link {
  margin-bottom: 34px;
}
.linkus .link h6 {
  font-size: 16px;
  color: #053e94;
  margin-bottom: 14px;
}
.linkus .link p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
/* 搜索结果 */
.search .search-res {
  margin-right: 0;
}
.search .search-res h4 a {
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  background: url(../bgimg/left-arr.png) no-repeat left center;
}
.search .search-res h4 a:hover {
  color: #053e94;
}
.search .search-res p {
  font-size: 14px;
  color: #a8a8a8;
  text-indent: 2em;
  line-height: 22px;
  padding-top: 16px;
  padding-bottom: 26px;
}
.search .search-res .more {
  text-indent: 0;
  padding-bottom: 38px;
}
.search .search-res .more a {
  color: #598fdf;
  font-size: 14px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-indent: 14px;
  background: url(../bgimg/arr.png) 78px center no-repeat;
  border: 1px solid #bababa;
}
.search .search-res .more a:hover {
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-indent: 14px;
  background-color: #598fdf;
  border: 1px solid #bababa;
}
/* 网站地图 */
.maps .item-tit {
  margin-bottom: 70px;
}
.maps .maps-det {
  padding-left: 30px;
}
.maps .maps-det p {
  border-top: 1px solid #c4c1c3;
  border-left: 1px solid #c4c1c3;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 35px;
}
.maps .maps-det .laster {
  border-left: 0;
}
.maps .maps-det a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: -22px;
  width: 134px;
  height: 42px;
  border: 1px solid #c4c1c3;
  background-color: #e6ebf1;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
}
.maps .maps-det a:hover {
  color: #053e94;
}
.maps .maps-det span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: -22px;
  margin-left: 31px;
  padding-left: 6px;
  background-color: #fff;
}
.maps .maps-det span a {
  top: 0;
  color: #053e94;
}
.maps .maps-det a + a {
  margin-left: 48px;
}
.maps .maps-det span + a {
  margin-left: 48px;
}
/* 下载中心 */
.down li {
  *zoom: 1;
  width: 740px;
  line-height: 24px;
  margin-bottom: 26px;
}
.down li:before,
.down li:after {
  display: table;
  content: "";
  line-height: 0;
}
.down li:after {
  clear: both;
}
.down li a {
  float: left;
  color: #333;
  width: 600px;
  font-size: 16px;
  padding-left: 38px;
  background: url(../bgimg/left-arr.png) no-repeat 24px 8px;
}
.down li a:hover {
  color: #0243a4;
}
.down li span {
  float: right;
  font-size: 14px;
  color: #666;
}
.down .line {
  height: 0px;
  border-bottom: 1px dotted #e3e3e4;
}
/* 校友风采 */
.xyfc {
  margin-top: 80px;
}
.xyfc .item {
  margin-bottom: 55px;
  margin-right: 56px;
  float: left;
}
.xyfc .item a {
  width: 320px;
  height: 400px;
  border: none;
  position: relative;
}
.xyfc .item a img {
  width: 320px;
  height: 340px;
}
.xyfc .item a p {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #598bd6;
  font-size: 30px;
  color: #fff;
}
/* 期刊 */
.book {
  margin-top: 68px;
  margin-bottom: 20px;
  background-color: #fafafb;
  border: 1px solid #e7e7e7;
}
.book ul {
  margin-left: 70px;
  margin-top: 54px;
  margin-bottom: 54px;
}
.book li {
  width: 200px;
  float: left;
}
.book li + li {
  margin-left: 50px;
}
.book p {
  font-size: 18px;
  color: #333;
  *zoom: 1;
}
.book p:before,
.book p:after {
  display: table;
  content: "";
  line-height: 0;
}
.book p:after {
  clear: both;
}
.book p span {
  float: left;
}
.book p a {
  float: right;
  padding-left: 22px;
  background: url(../bgimg/yulan.png) no-repeat left center;
  font-size: 16px;
  color: #004fad;
}
/* 分会 */
.feihui {
  margin-bottom: 30px;
  margin-top: 50px;
}
.feihui dl {
  width: 1005px;
  margin-left: auto;
  margin-right: auto;
}
.feihui dt {
  font-size: 24px;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px solid #bebebe;
}
.feihui dd {
  text-indent: 2em;
  font-size: 16px;
  color: #333;
  margin-top: 32px;
}
.feihui .dt {
  margin-top: 65px;
}
.feihui .dt dt {
  margin-bottom: 10px;
}
.feihui .dt dd {
  margin-left: 30px;
  padding-top: 14px;
  padding-bottom: 12px;
  margin-top: 0;
  text-indent: 0;
  *zoom: 1;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dotted #dddddd;
}
.feihui .dt dd:before,
.feihui .dt dd:after {
  display: table;
  content: "";
  line-height: 0;
}
.feihui .dt dd:after {
  clear: both;
}
.feihui .dt a {
  padding-left: 24px;
  float: left;
  font-size: 16px;
  color: #333;
  background: url(../bgimg/left-arr.png) no-repeat left center;
}
.feihui .dt a:hover {
  color: #598fdf;
}
.feihui .dt span {
  float: right;
}
.new-box .content {
  margin-bottom: 74px;
}
.new-box .content .news-item {
  margin-bottom: 20px;
}
.new-box .content .news-item li {
  *zoom: 1;
  margin-top: 54px;
  background-color: #f0f6ff;
}
.new-box .content .news-item li:before,
.new-box .content .news-item li:after {
  display: table;
  content: "";
  line-height: 0;
}
.new-box .content .news-item li:after {
  clear: both;
}
.new-box .content .news-item li .pic {
  float: left;
  width: 224px;
}
.new-box .content .news-item li .txt {
  float: left;
  width: 820px;
  padding-left: 50px;
  padding-right: 26px;
}
.new-box .content .news-item li .txt h5 {
  margin-top: 26px;
  margin-bottom: 18px;
}
.new-box .content .news-item li .txt h5 a {
  color: #333;
  font-size: 16px;
  font-weight: 600px;
}
.new-box .content .news-item li .txt h5 span {
  font-size: 12px;
  color: #999;
  margin-left: 40px;
}
.new-box .content .news-item li .txt h5 a:hover {
  color: #598fdf;
}
.new-box .content .news-item li .txt p {
  font-size: 14px;
  line-height: 22px;
  color: #91959a;
}
.new-box .content .news-item li .txt .more {
  margin-top: 20px;
}
.new-box .content .news-item li .txt .more a {
  color: #598fdf;
  font-size: 14px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-indent: 14px;
  background: url(../bgimg/arr.png) 78px center no-repeat;
  border: 1px solid #bababa;
}
.new-box .content .news-item li .txt .more a:hover {
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 24px;
  line-height: 24px;
  display: block;
  text-indent: 14px;
  background-color: #598fdf;
  border: 1px solid #bababa;
}
.new-box .detail {
  padding: 50px 0px 0;
  overflow: hidden;
}
.new-box .detail .other {
  clear: both;
  margin-top: 50px;
}
.new-box .detail .other a {
  font-size: 12px;
  color: #a8a8a8;
  margin-right: 30px;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
}
.new-box .detail .other a:hover {
  color: #598fdf;
}
.new-box .detail .other .read {
  background-image: url(../bgimg/read.png);
}
.new-box .detail .other .toushu {
  background-image: url(../bgimg/toushu.png);
}
.new-box .detail .other .msg {
  background-image: url(../bgimg/msg.png);
}
.new-box .detail h3 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
}
.new-box .detail p {
  font-size: 14px;
  color: #333;
  text-indent: 2em;
}
.page-wrap {
  text-align: center;
  white-space: nowrap;
}
.page-wrap form {
  float: left;
  margin-top: 2px;
}
.page-wrap input {
  float: left;
}
.page-wrap .btn {
  width: 48px;
  height: 30px;
  background-color: #598fdf;
  border-radius: 4px;
  border: none;
  margin-left: 12px;
  color: #fff;
  font-weight: 600;
}
.page-wrap .txt {
  width: 56px;
  line-height: 16px;
  padding: 6px;
  height: 16px;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 60px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 12px;
  margin-left: 12px;
  line-height: 1.42857143;
  color: #a4a4a4;
  text-decoration: none;
  background-color: #d7d7d7;
}
.pagination > li > span {
  background: none;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #598fdf;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #598fdf;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  pointer-events: none;
  cursor: not-allowed;
}


.lectures_box {
    background: #F9F9FB;
    width: 731px;
    height: 155px;
    margin: 0 auto 40px;
    padding: 45px 65px;
}

.act_de_btn {
    display: block;
    text-decoration: none;
    background-color: #be2037;
    width: 264px;
    height: 47px;
    color: #fff;
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    border-radius: 2px;
    margin: 10px auto 0;
}
.act_de_btn:hover{
  opacity:0.9;
  color:#fff;
}

.lectures_box_list li {
    color: #333;
    font-size: 16px;
    margin: 0 30px 13px 0;
    border-top: 1px solid #d7d8d9;
    border-bottom: 1px solid #d7d8d9;
    height: 38px;
    width: 320px;
    float: left;
    line-height: 38px;
    padding-left: 4px;
}

.lectures_box_list li span {
    color: #999;
    font-size: 16px;
}
.end-time{
    width: 1010px;
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:20;
    margin:0 auto;
    line-height: 144px;
}
.end-time .timer{
    font-size: 48px;
    line-height: 50px;
    width: 100px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color:#fff;
    position: absolute;
    z-index:22;
    font-weight: bold;
    right: 56px;
    top:30px;
}

@media screen and (max-width: 1366px){
  .flexslider .flex-viewport .slides li {
    height: 425px;
}

}