.slideBox {
  position: relative;
  display: block;
  max-width: 2000px;
  max-height: 630px;
  margin: 0 auto;
  overflow: hidden;
}

.slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  z-index: 9;
  width: 100%;
  text-align: center;
}

.slideBox .hd ul {
  display: inline-block;
  overflow: hidden;
  zoom: 1;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #0763b1;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  border-radius: 30px;
}

.slideBox .hd ul li.on {
  width: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
  color: #fff;
}

.slideBox .banner {
  width: 100%;
}

.bd a:hover img {
  transform: scale(1.1);
}

.catalogue {
  padding: 54px 0;
}

.catalogue ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 0;
}

.catalogue ul li:last-child {
  margin: 0;
}

.catalogue ul li img {
  width: 154px;
  height: auto;
}

.wrap {
  padding-bottom: 54px;
}

.title-bar {
  /* color: #0079c3;
  font-size: 28px; 
  font-weight: bold;*/
  font-size: 36px;
  color: #333;
  position: relative;
  margin-bottom: 30px;
}

.title-bar .text {
  line-height: 1.2;
}

.title-bar .more {
  font-size: 16px;
  color: #999;
  padding: 4px 10px;
  border: 1px solid #e0e3e6;
  border-radius: 5px;
}

.title-bar .more:hover {
  color: #183983;
}

.slider {
  width: 584px;
  height: 364px;
  float: left;
  overflow: hidden;
  position: relative;
}

.slider .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 14px;
  z-index: 1;
}

.slider .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slider .hd ul li {
  float: left;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #0079c3;
  cursor: pointer;
  border-radius: 50%;
}

.slider .hd ul li.on {
  background: #fff;
  color: #fff;
}

.slider .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 584px;
  height: 364px;
  position: relative;
}

.slider .bd img {
  width: 584px;
  height: 364px;
  display: block;
}

.slider .u-tit {
  background: url(../img/opacity.png) repeat;
  color: #fff;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 48px;
  line-height: 48px;
  bottom: 0;
  left: 0;
}

.slider .u-tit p {
  padding: 0 8px;
  width: 80%;
}

.list {
  width: 592px;
}

.list {
  position: relative;
}

.list ul {
  zoom: 1;
}

.list li {
  line-height: 2.1;
  font-size: 16px;
  position: relative;
  padding-right: 100px;
  box-sizing: border-box;
}

.newslist li {
  line-height: 40px;
}
.newslist li a {
  float: left;
  width: 500px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li .date {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  line-height: 70px;
  color: #4d4d4d;
  font-size: 18px;
}

.list li .date2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #626262;
  font-size: 14px;
}

.headline {
  margin-bottom: 16px;
}

.headline .f-left {
  width: 484px;
}

.headline .u-tit {
  font-size: 24px;
  font-weight: 600;
}

.headline .u-tit a:hover {
  color: #0079c3;
}

.headline .u-ct {
  font-size: 16px;
  line-height: 1.8;
  color: #8b8b8b;
  margin: 12px 0;
}

.headline .u-sub {
  font-size: 16px;
  border: 1px solid #d9d9d9;
  width: 74px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
}

.headline .u-sub .month {
  font-size: 14px;
  background-color: #0079c3;
  color: #fff;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

.headline .u-sub .day {
  font-size: 36px;
  color: #000;
  text-align: center;
  height: 56px;
  line-height: 56px;
}

.department {
  background: url(../img/d-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 54px 0;
  max-width: 2000px;
  margin: 0 auto;
}

.classes {
  width: 1200px;
}

.classes li{
  width: 164px;
  border: 1px solid #bdc0c2;
  font-size: 16px;
  padding: 8px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 24px;
  border-radius: 4px;
  margin-bottom: 10px;
  /* color: #FFF; */
}

.classes li:nth-child(3n) {
  margin-right: 0;
}

.classes li p {
  float: left;
  /* 文字向左浮动 */
}

.classes li span {
  float: right;
  color: #bcc0c3;
}

.classes .active {
  background-color: #0079c3;
  border: 1px solid #0079c3;
}

.classes ul .active p,
.classes ul .active span {
  color: #fff;
}

.introduce {
  height: 440px;
  width: 620px;
  background-color: #fff;
  border-top: 4px solid #0763b1;
  border-radius: 4px;
  padding: 30px 24px;
  box-sizing: border-box;
}

.introduce-title {
  font-size: 18px;
  font-weight: bold;
  color: #0079c3;
  margin-bottom: 12px;
}

.introduce-content {
  font-size: 16px;
  margin-bottom: 12px;
}

.introduce-content a {
  color: #0079c3;
}

.expert {
  padding: 54px;
}

.expert .container {
  position: relative;
}

.expert-name {
  display: inline-block;
  font-size: 16px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: left;
  color: #0079c3;
  background-color: #fff;
  background-color: #b2d7ed;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
}

.expert .slideTxtBox .active {
  background-color: #0079c3;
  color: #fff;
}

.expert-wrap {
  display: none;
  margin-top: 20px;
}

/* 本例子css */

.expert-wrap .hd {
  position: absolute;
  top: 0px;
  right: 0;
}

.expert-wrap .hd .prev,
.expert-wrap .hd .next {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(../img/left.png);
}

.expert-wrap .hd .next {
  background: url(../img/right.png);
}

.expert-wrap .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}

.expert-wrap .bd {
  /* padding: 10px; */
}

.expert-wrap .bd ul {
  overflow: hidden;
  zoom: 1;
}

.expert-wrap .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 278px;
  height: 210px;
  height: auto;
  margin-right: 30px;
}

.expert-wrap .bd ul li .pic {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 280px;
}

.expert-wrap .bd ul li .pic img {
  width: 278px;
  /* height: 210px; */
  display: block;
  /* padding: 2px; */
  /* border: 1px solid #ccc; */
}

.expert-wrap .bd ul li .title {
  margin-top: 10px;
}

.expert-wrap .bd ul li .title a {
  line-height: 24px;
  font-size: 16px;
}

.atlas {
  background: url(../img/m-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.map {
  width: 820px;
  height: 350px;
}

.map-text {
  width: 380px;
  height: 350px;
  padding: 40px 30px;
  box-sizing: border-box;
}

.atlas .title {
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.accordion {
  color: white;
  overflow: hidden;
  border: 1px solid #fff;
  margin-top: 10px;
}

.accordion-item {
  border-bottom: 1px solid #fff;
}

.accordion-title {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  background-color: rgba(0, 97, 156, 0.7);
  color: white;
}
.accordion-title:after {
  content: '';
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #b3bcc0;
  border-right: 1px solid #b3bcc0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: rotate 0.5s;
}
.accordion-title.active {
  background-color: transparent;
  font-weight: bold;
}
.accordion-title.active:after {
  margin-top: 4px;
  border-color: #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* .accordion-title:hover {
  background-color: #003366;
} */

.accordion-content {
  padding: 0 15px 15px;
  display: none;
  color: #fff;
  /* background-color: #f9f9f9;
  color: #333; */
}

.accordion-content.active {
  display: block;
}

.blogroll ul {
  width: 100%;
}

.blogroll ul li {
  float: left;
  width: 240px;
  margin-bottom: 20px;
}

.blogroll ul li a {
  font-size: 16px;
}

.blogroll ul li a:hover {
  color: #0079c3;
}

.news img {
  width: 584px;
  height: 364px;
  overflow: hidden;
}
.info .slider {
  position: relative;
  overflow: inherit;
}
.info .bd a {
  width: 584px;
  height: 364px;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
.info .hd {
  width: 100%;
  right: 0;
  height: auto;
  bottom: 55px;
  box-sizing: border-box;
}
.info .hd ul {
  float: right;
  margin-right: 10px;
}
.info .hd ul li {
  width: 40px;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: 0.38s;
  border-radius: 0;
}
.info .hd ul li.on {
  background-color: #d35b1e;
}
.info .slider .u-tit {
  background-color: #fff;
  background-image: none;
  color: #0079c3;
  width: 536px;
  left: 12px;
  border-radius: 5px;
  height: 58px;
  bottom: -41px;
  padding: 12px;
  -moz-box-shadow: 1px 1px 5px #dee8f6;
  -webkit-box-shadow: 1px 1px 5px #dee8f6;
  box-shadow: 1px 1px 5px #dee8f6;
  overflow: hidden;
}
.info .slider .u-tit p {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 29px;
  max-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-list {
  width: 582px;
  min-height: 425px;
}
.info-list li {
  height: 70px;
  line-height: 70px;
  padding: 0;
  margin-bottom: 15px;
}

.info-list .time {
  float: left;
  box-sizing: border-box;
  width: 75px;
  height: 70px;
  color: #666;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 5px #d9d9d9;
  -webkit-box-shadow: 0px 1px 5px #d9d9d9;
  box-shadow: 0px 1px 5px #d9d9d9;
}
.info-list .time span {
  display: block;
  line-height: 1;
  text-align: center;
  margin: 8px 0 6px;
  font-size: 14px;
}
.info-list .time strong {
  font-size: 36px;
  display: block;
  line-height: 1;
  text-align: center;
}
.info-list .title {
  margin-left: 20px;
  width: 487px;
  font-size: 18px;
  color: #000;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-list .title:hover {
  color: #0079c3;
}
.bg-blue {
  background-color: #f2f7fb;
}
