@CHARSET "UTF-8";

body {
  color: #303030;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  background-color: #FBFAF9;
}

.nav-top {
  height: 30px;
  line-height: 30px;
  background: #88070C;
}

.style_2 .nav-top {
  background: #074590;
}

.nav-top a {
  font-size: 12px;
  color: #fff;
}

[v-cloak] {
  display: none !important;
}

@media (min-width:992px) {
  .navbar-default {
    background-color: #FBFAF9;
    border: none;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    /* height: 80px !important; */
    position: relative;
    background-color: rgba(247, 235, 232, 0.6);
  }

  .style_2 .navbar-fixed-bottom .navbar-collapse,
  .style_2 .navbar-fixed-top .navbar-collapse {
    background-color: #006ab8;
  }

  .navbar-nav {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .navbar-nav>li {
    float: none;
    display: block;
    flex-grow: 1;
  }

  .navbar-nav>li>a {
    display: block;
    height: 50px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background-color: transparent !important;
    transition: all 0.4s ease-out;
  }

  body {
    padding-top: 80px;
  }
}

.navbar-header {
  position: relative;
  z-index: 1;
}

.navbar .brand img {
  width: 540px;
}

.nav-right-link {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}

.nav-right-link a {
  font-size: 20px;
  color: #88070C;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }

  .navbar .brand {
    display: inline-block;
    padding: 12px 0 16px;
    margin-left: 0;
  }

  .navbar-nav {
    justify-content: flex-start;
  }
}

.h2-title {
  font-size: 34px;
  color: #20475F;
  text-align: center;
}

@media (min-width: 1040px) {
  .navbar-nav {
    justify-content: space-around;
  }
}

@media (min-width: 1170px) {
  .container {
    width: 1130px;
    padding-right: 0;
    padding-left: 0;
  }
}


.navbar-default .navbar-nav>li>a {
  color: #88070C;
  font-size: 16px;
  font-weight: bold;
}

.style_2 .navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #303030;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #303030;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #303030;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #303030;
}

.navbar-nav>li>a:hover {
  background-color: rgb(255, 158, 131) !important;
}

.style_2 .navbar-nav>li>a:focus,
.style_2 .navbar-nav>li>a:hover {
  color: #fff !important;
  background-color: #274372 !important;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: #F7EBE8;
}

.dropdown-menu>li>a {
  color: #303030;
  font-size: 14px;
  padding: 6px 10px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #303030;
  text-decoration: none;
  background-color: #F0E2DF;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #303030;
  text-decoration: none;
  background-color: #F0E2DF;
  outline: 0;
}

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #555;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: rgba(85, 85, 85, 0.6);
    background-color: transparent;
  }
}

.style-box {
  background: #fff;
  border: 1px solid #D8D8D8;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  padding: 8px 12px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer {
  margin-top: 100px;
  background: #88070C;
  color: #fff;
  padding-top: 80px;
}

.style_2 .footer {
  background: #006ab8;
}

.user-body .footer {
  margin-top: 0;
}

.footer img {
  display: inline-block;
  max-width: 100%;
}

.footer img.wechat {
  margin-top: 45px;
}

.footer .name {
  font-size: 28px;
  line-height: 40px;
  margin-top: 4px;
}

.footer .col-md-3 {
  display: inline-block;
  max-width: 100%;
}

.footer-link:last-of-type {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer-link ul {
  display: block;
  margin: 0 -25px;
}

.footer-link .title {
  margin: 0 -25px 15px;
}

.footer-link:first-of-type li {
  border-right: 1px solid #fff;
}

/* .footer-link:first-of-type li:last-of-type,
.footer-link:first-of-type li:nth-of-type(5) {
  border-right: none;
} */

.footer-link li {
  width: 32%;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}

.footer-link .title,
.footer-link span,
.footer-link a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.footer-link .title {
  padding: 0 25px;
}

.footer-link a {
  width: 100%;
  box-sizing: border-box;
}

.footer-link span {
  vertical-align: middle;
}

.footer-link img {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 10px;
}

.footer-address li {
  width: auto;
}

.footer .wechat-wrap {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}

.copyright {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #303030;
  margin-top: 80px;
}

.banner {
  display: block;
  width: 100%;
  margin-top: 0;
  height: 0;
  min-height: 200px;
  padding-bottom: 21.38%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content-wrap {
  margin-top: 50px;
}

.content-box {
  margin: 25px 0;
}

.index-box h1.title {
  font-size: 24px;
  font-family: "Songti";
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 20px;
  color: #88070C;
}

.news-box .news-wrap:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.news-box .news-wrap .title {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #303030;
}

.news-box .news-wrap .title_en {
  height: 40px;
  line-height: 20px;
}

.news-box .news-wrap .title:hover {
  color: #87060C;
}

.news-box .news-wrap .content {
  font-size: 14px;
  margin-top: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 24px 16px;
}

.article_content .fr-video {
  text-indent: 0;
}

.article_content img,
.article_content video {
  max-width: 100% !important;
  text-indent: 0;
}

.meeting .news-wrap {
  padding-left: 88px;
  position: relative;
}

.meeting .date-wrap {
  position: absolute;
  width: 78px;
  border: 1px solid #88070C;
  text-align: center;
  background: #fff;
  top: 4px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  color: #88070C;
  line-height: 39px;
}

.meeting .meeting-type {
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #797979;
  line-height: 22px;
}

.meeting .meeting-type span {
  display: inline-block;
  height: 12px;
  line-height: 10px;
  color: #88070C;
  margin-left: 2px;
  padding-left: 6px;
  border-left: 1px solid #88070C;
  vertical-align: middle;
}

.meeting .date-wrap span {
  display: block;
}

.meeting .date-wrap span:first-of-type {
  background: #88070C;
  color: #fff;
  font-size: 16px;
}

.meeting .news-wrap .content {
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.meeting .news-wrap .no-icon {
  background-image: url() !important;
}

.news .news-wrap .content {
  height: 40px;
  line-height: 20px;
  color: #797979;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news-wrap .date {
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #797979;
  line-height: 22px;
}

.calendar-box {
  margin-bottom: 49px;
}

.news-box .news-wrap .content span,
.news-box .news-wrap .content img {
  display: inline-block;
  vertical-align: middle;
}

.news-box .news-wrap .content span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-box h1.title {
  margin-bottom: 10px;
}

.notice-box .notice-wrap {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.notice-box .notice-wrap.en {
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.notice-box .notice-wrap:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}

.notice-box .notice-wrap img {
  width: 100%;
  margin-bottom: 10px;
}

.notice-box .notice-wrap .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 10px 12px 70px;
  color: #303030;
  position: relative;
}

.notice-box .notice-wrap .title p {
  display: block;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.notice-box .notice-wrap.en .title p {
  height: 40px;
  line-height: 20px;
}

.notice-box .notice-wrap .title:hover p {
  color: #87060C;
}

.notice-box .notice-wrap .title:hover .notice-date {
  color: #fff;
  border-color: #87060C;
  background: #87060C;
}

.notice-box .notice-wrap .notice-date {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -30px;
  color: #87060C;
  border: 1px solid #E6E5E4;
}

.notice-box .notice-wrap .notice-date span {
  display: block;
  line-height: 16px;
}

.notice-box .notice-wrap .notice-date span:first-of-type {
  font-size: 26px;
  margin-top: 5px;
  line-height: 31px;
}

.index-item .img {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.index-item .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.index-item .item .item-img {
  margin-bottom: 20px;
}

.index-item .item .title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
}

.index-item .item .date img,
.index-item .item .date span {
  display: inline-block;
  vertical-align: middle;
}

.index-item .item .date img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.index-item .item .date span {
  font-size: 14px;
}

.second-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #88070C;
  font-weight: bold;
  font-size: 18px;
}

.new-side-nav {
  background-color: #F0E2DF;
  padding-bottom: 15px;
}

.new-side-nav h3 {
  padding: 15px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  background-color: #88070C;
  color: #fff;
}

.new-side-nav h3.title_en {
  font-weight: 600;
}

.new-side-nav .left-nav a {
  display: block;
  padding: 8px 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  /* border-bottom: 1px solid rgba(48, 48, 48, 0.1); */
  transition: all .3s;
  position: relative;
}

.new-side-nav .left-nav a::after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 30px;
  right: 30px;
  background-color: rgba(48, 48, 48, 0.1);
  z-index: 1;
}

.new-side-nav .left-nav li.thr a,
.new-side-nav .left-nav li.sub a {
  display: none;
  padding: 13px 30px 13px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  transition: all .1s;
}

.new-side-nav .left-nav li.thr a {
  padding: 8px 30px 8px 50px;
  font-size: 12px;
}

.new-side-nav .left-nav li.thr a.sub-open,
.new-side-nav .left-nav li.sub a.sub-open {
  display: block;
}

.new-side-nav .left-nav li a.active,
.new-side-nav .left-nav li.thr a:hover,
.new-side-nav .left-nav li.sub a:hover,
.new-side-nav .left-nav a:hover {
  background: #fff;
  font-weight: bold;
}

.new-side-nav .left-nav li.dropdown .open .caret {
  transform: rotateZ(0)
}

.new-side-nav .caret {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-left: 0;
  border-top: 9px dashed #88070C;
  border-top: 9px solid\9 #88070C;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-top: -5px;
  transform: rotateZ(270deg)
}

.new-side-nav .left-nav li:hover .caret {
  border-top-color: #303030;
}

.new-side-nav .caret::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  vertical-align: middle;
  border-top: 7px dashed #F0E2DF;
  border-top: 7px solid\9 #F0E2DF;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -10px;
  transition: all .3s;
}

.new-side-nav .left-nav li a.active .caret::after,
.new-side-nav .left-nav li:hover .caret::after {
  border-top-color: #fff;
}

.conCommon .title {
  font-family: 'SimSun';
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.collegePersons .title {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

.news-detail-box .news-title {
  /* font-family: 'SimSun'; */
  /* font-weight: 500 !important */
}

.news-detail-box .title_en,
.conCommon .title_en {
  font-family: '';
  font-weight: 600;
  font-size: 24px;
}

.news .newsList .newsListRow {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news .newsList .newsListRow .imgbg {
  display: inline-block;
  width: 31%;
  height: 0;
  padding-bottom: 19.54%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  position: relative;
  border: 1px solid #fff;
}

.news .newsList .newsListRow .imgbg:hover {
  border-color: #88070C;
}

.news .newsList .newsListRow .imgbg:hover .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

.news .newsList .newsListRow .newsAbstract {
  display: inline-block;
  width: 68%;
  box-sizing: border-box;
  padding-left: 30px;
  vertical-align: middle;
}

.news .newsList .newsListRow .newsAbstract h3 a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.news .newsList .newsListRow .newsAbstract h3 a.en {
  line-height: 20px;
}

.news .newsList .newsListRow .newsAbstract time {
  display: block;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.news .newsList .newsListRow .newsAbstract p {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  overflow: hidden;
}

.news .newsList .newsListRow .newsAbstract p.en {
  height: 36px;
  line-height: 18px;
}

.news .newsList .newsListRow .newsAbstract a.detail {
  font-size: 14px;
  font-weight: bold;
}

.news-detail-box .news-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}

.news-detail-box .news-date {
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0 18px;
}

.bottom-link {
  background: #F7EBE8;
  border-top: 1px solid rgba(48, 48, 48, 0.1);
  padding: 25px 0;
  margin-top: 100px;
}

.bottom-link a {
  display: inline-block;
  width: 16%;
  min-width: 60px;
  height: 70px;
  font-size: 20px;
  font-weight: 800;
  background-repeat: no-repeat;
  background-position: center 10px;
  text-align: center;
  position: relative;
}

.bottom-link a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.bottom-link a:nth-of-type(1) {
  background-image: url(../images/icon-stu.png)
}

.bottom-link a:nth-of-type(2) {
  background-image: url(../images/icon-teacher.png)
}

.bottom-link a:nth-of-type(3) {
  background-image: url(../images/icon-alumni.png)
}

.bottom-link a:nth-of-type(4) {
  background-image: url(../images/icon-visitor.png)
}

.bottom-link a:nth-of-type(5) {
  background-image: url(../images/icon-mail.png)
}

.bottom-link a:nth-of-type(6) {
  background-image: url(../images/icon-library.png)
}

.people-box .conCommon .title {
  margin-bottom: 0;
}

.table-thumb {
  background: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.table-img {
  margin-top: 20px;
}

.table-thumb h3 {
  display: inline-block;
  font-size: 18px;
  color: #88070C;
  line-height: 25px;
  position: relative;
  padding: 2px 0;
  margin: 40px 0 60px;
}

.table-thumb h3::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #88070C;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.table-thumb .thumb-wrap {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-thumb .thumb-wrap .item {
  width: 33.33%;
}

.table-thumb .thumb-wrap .item .teacher-img {
  width: 120px;
  height: 168px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 17px;
}

.table-thumb .thumb-wrap .item ul {
  width: 240px;
  margin: 0 auto;
  color: #303030;
  font-size: 12px;
}

.table-thumb .thumb-wrap .item ul li.name {
  color: #88070C;
  font-size: 16px;
  font-weight: bold;
}

.table-thumb .thumb-wrap .item ul li.position span {
  display: inline-block;
  padding: 0 5px;
}

.table-thumb .thumb-wrap .item ul li.position {
  margin: 10px 0;
  height: 34px;
  line-height: 17px;
  box-sizing: content-box;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.table-thumb .thumb-wrap .item ul li.direction-title::after {
  content: '';
  width: 68px;
  height: 2px;
  background: #F0E2DF;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.table-thumb .thumb-wrap .item .direction-title {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  padding: 10px;
}

.table-thumb .thumb-wrap .item .direction-ja {
  font-weight: 600;
  position: relative;
  font-size: 14px;
  padding: 10px;
  min-height: 40px;
}

.table-thumb .thumb-wrap .item .direction {
  height: 51px;
  line-height: 17px;
  margin: 0 20px 0 20px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.collegePersons .teacher-box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 11px;
  position: relative;
  min-height: 200px
}

.collegePersons .teacher-head {
  position: absolute;
  width: 120px;
  height: 168px;
  top: 15px;
  left: 10px;
}

.collegePersons .teacher-head .teacher-img {
  width: 120px;
  height: 168px;
}

.collegePersons .teacher-img {
  box-sizing: border-box;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.collegePersons .teacher-name {
  width: 120px;
  line-height: 34px;
  background-color: rgba(3, 169, 170, 0.7);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
  margin-top: 2px;
}

.collegePersons .teacher-content {
  margin: 15px 0;
  padding-left: 150px;
  padding-right: 20px;
}

.collegePersons .teacher-content p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: left;
  color: #555555;
  margin-top: 8px;
  word-break: normal;
}

.collegePersons .teacher-content p span.leader-02 {
  margin-left: 10px;
}

.collegePersons .teacher-content p:first-of-type {
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  color: #860312;
  margin-top: 0;
}

.collegePersons .teacher-content p:nth-of-type(2) {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  margin-top: 4px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #D8D8D8;
}

.collegePersons .teacher-content p.icon {
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 24px 16px;
}

.collegePersons .teacher-content p.icon-phone,
.collegePersons .teacher-content p.icon-email {
  display: inline-block;
  width: 49%;
  padding-right: 20px;
  vertical-align: top;
}

.collegePersons .teacher-content .direction span.content-en {
  word-break: normal;
}

.collegePersons .teacher-content p.icon-office {
  background-image: url("../images/icon-office.png");
}

.collegePersons .teacher-content p.icon-phone {
  background-image: url("../images/phone.png");
}

.collegePersons .teacher-content p.icon-email {
  background-image: url("../images/mail.png");
}

.collegePersons .teacher-content p.icon-direction {
  background-image: url("../images/icon-direction.png");
}

.staff_Det_title {
  background: #F7EBE8;
  min-height: 236px;
  padding: 10px;
  position: relative;
}

.staff_Det_title .img {
  display: inline-block;
  width: 160px;
  height: 216px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}

.staff_Det_del {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  padding-left: 190px;
  padding-top: 10px;
}

.staff_Det_del h3 p:first-of-type {
  font-family: 'SimSun';
  font-size: 24px;
  color: #88070C;
  margin-bottom: 10px;
  font-weight: bold;
}

.staff_Det_del .office,
.staff_Det_del .phone,
.staff_Det_del .email {
  display: inline-block;
  font-size: 16px;
  color: #555555;
  overflow: hidden;
  min-height: 25px;
  line-height: 25px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 24px 16px;
}

.staff_Det_del .phone {
  /* margin-right: 50px; */
  background-image: url(../images/phone.png);
}

.staff_Det_del .email {
  background-image: url(../images/mail.png);
}

.staff_Det_del .office {
  background-image: url(../images/icon-office.png);
}

.staff_tab {
  display: block;
  border-bottom: 10px solid #F7EBE8;
  margin-top: 40px;
  margin-bottom: 40px;
}

.staff_tab li {
  cursor: pointer;
  margin-right: 50px;
  display: inline-block;
  font-size: 24px;
  color: #88070C;
  margin-bottom: 20px;
  border-bottom: solid 1px transparent;
}

.staff_tab li.on,
.staff_tab li:hover {
  border-bottom-color: #303030;
  color: #303030;
}

.leader-box .staff_Det_del h3 {
  padding-bottom: 0;
}

.leader-box .staff_Det_del .phone {
  margin-right: 0;
}

.staff_Det_del .position,
.staff_Det_del .office {
  font-size: 16px;
  word-break: break-all;
  color: #303030;
  margin-bottom: 40px;
}

.staff_Det_del .position {
  font-size: 18px;
  word-break: normal;
}

.staff_Det_del .position .leader-02 {
  margin-left: 10px;
}

.staff_Det_del .row:first-of-type {
  position: relative;
}

.staff_Det_del .row:first-of-type .line {
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 20px;
  background-color: #D8D8D8;
}

.leader-box .staff_Det_del .position {
  font-size: 14px;
  color: #797979;
}

.leader-box .staff_Det_title {
  background-color: transparent;
}

.staff_Det_del .phone,
.staff_Det_del .email {
  line-height: 25px;
  word-break: break-all;
}

.leader-box a {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid rgba(48, 48, 48, 0.1);
  transition: all .2s;
}

.leader-box a:hover {
  background-color: #F7EBE8;
  box-shadow: 2px 2px 4px 0px rgba(48, 48, 48, 0.22);
}

.table-box table {
  width: 100%;
  border: #D8D8D8 1px solid;
}

.table-box td,
.table-box th {
  padding: 8px 10px;
  font-size: 16px;
  min-height: 40px;
  text-align: center;
}

.table-box th {
  font-weight: 600;
  line-height: 30px;
  background-color: #F7EBE8;
  font-size: 18px;
}

.table-box td.office {
  text-align: left;
}

.meet-list {
  margin-top: 20px;
}

.meet-list td,
.meet-list th {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.meet-list th {
  font-size: 18px;
}

.meet-list .meet-link {
  font-weight: bold;
  text-align: left;

}

.major-content {
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
}

.major-content h1 {
  display: block;
  font-size: 18px;
  color: #88070C;
  margin: 50px 0 20px;
}

.academicDirections .directionsList {
  margin-top: 10px;
}

.academicDirections .directionsList .directionsListRow {
  padding: 20px;
  margin-bottom: 10px;
  background-color: #FFF;
  border: 1px solid rgba(48, 48, 48, 0.1);
}

.hall-info p,
.academicDirections .directionsList .directionsListRow p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 4px;
}

.academicDirections .directionsList .directionsListRow p.re-title a {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 4px;
  margin-bottom: 14px;
}

.academicDirections .directionsList .directionsListRow .re-title {
  font-size: 18px;
  font-weight: bold;
}

.academicDirections .directionsList .directionsListRow .icon {
  line-height: 22px;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 24px 16px;
}

.academicDirections .directionsList .directionsListRow p.icon-speaker {
  background-image: url("../images/icon-speaker.png");
}

.academicDirections .directionsList .directionsListRow p.icon-time {
  background-image: url("../images/icon-time.png");
}

.academicDirections .directionsList .directionsListRow p.icon-address {
  background-image: url("../images/icon-address.png");
}

.academicDirections .directionsList .directionsListRow .people {
  line-height: 40px;
  background: #F7EBE8;
  padding: 0 20px;
  margin: 8px -20px;
}

.hall-info {
  margin: 20px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.learning-box .issue {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  background-color: #88070C;
  padding: 0 21px;
  margin: 20px 0 20px 13px;
  border-radius: 4px;
}

.learning-box .directionsList {
  margin-bottom: 20px;
}

.learning-box .directionsList .directionsListRow {
  padding: 10px 20px;
}

.learning-box .directionsList .directionsListRow .re-title {
  color: #88070C;
}

.learning-box .directionsList .directionsListRow p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-position: 0 13px !important;
}

.learning-box .directionsList .directionsListRow p:last-of-type {
  border-bottom: none;
}

.journal-link .wrap {
  margin-top: 12px;
  font-size: 16px;
}

.jobsList {
  background-color: #ffffff;
  border: 1px solid rgba(48, 48, 48, 0.1);
  margin-top: 20px;
  padding: 0 20px;
}

.jobsList a {
  display: block;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.jobsList a:last-of-type {
  border-bottom: none;
}

.job-contact {
  background: #F0E2DF;
  margin-top: 20px;
  padding: 20px 30px 30px;
  line-height: 31px;
  font-size: 18px;
}

.job-contact span {
  display: inline-block;
  white-space: nowrap;
}

.job-title {
  font-size: 24px;
  font-weight: bold;
}

.job-contact p:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}

.job-info-title {
  color: #88070C;
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 50px;
}

.job-info-title:first-of-type {
  margin-top: 30px;
}

.meeting-box {
  background-color: #fff;
}

.meeting-box .top-row {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.meeting-box .top-row .container {
  line-height: 40px;
  border-top: 20px solid #88070C;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 20px;
}

.meeting-wrap .meeting-title {
  font-size: 32px;
  font-family: 'SimSun';
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

.meeting-wrap .meeting-info img {
  max-width: 100%;
}

.meeting-footer {
  margin-top: 100px;
  background-color: #F0E2DF;
  border-bottom: 20px solid #88070C;
}

.meeting-footer img {
  margin: 25px 20px;
}

.meeting-footer a {
  display: block;
  margin: 50px 20px;
}

.meeting-banner {
  display: inline-block;
}

.conference-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.conference-title h1 {
  text-align: center;
  color: #221815;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: -1px;
  /* text-shadow: 0px 2px 2px rgba(255, 255, 255, 1); */
}

.conference-title p {
  height: 26px;
  text-align: right;
  font-size: 22px;
  color: #933;
  font-weight: bold;
  /* padding: 0 120px; */
  position: relative;
}

.conference-title p span {
  font-size: 18px;
  font-weight: normal;
  /* position: absolute; */
  /* right: 0; */
}

.meeting-banner .title {
  display: block;
  font-size: 35px;
  font-weight: 800;
  color: #000;
  line-height: 49px;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}


.meeting-banner .sub-title {
  width: 350px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-right: 20px;
  margin-top: 15px;
}


.meeting-banner .sub-title p:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.index-box .banner-info {
  height: 40px;
  line-height: 40px;
  background-color: #88070C;
  color: #fff;
  padding-left: 10px;
  display: none;
}

.index-box .banner-info .title {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.sy-active .banner-info {
  display: block;
}

.index-box .sy-pager {
  height: 40px;
  width: auto;
  float: right;
  margin: -40px 0 0;
  padding-right: 20px;
}

.index-box .sy-pager li {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  margin-top: 14px;
  margin-right: 6px;
}

.index-box .sy-pager li a {
  background-color: transparent;
}

.sy-pager li a:hover,
.sy-pager li a:focus {
  opacity: 1 !important;
}

.index-box .sy-pager li.sy-active a {
  background-color: #fff;
}

.sort-nav {
  background-color: #fff;
  overflow: hidden;
  border: 1px solid rgba(48, 48, 48, 0.1);
  margin-top: 20px;
}

.sort-nav li {
  float: left;
  width: 33.3%;
  text-align: center;
}

.sort-nav li a.first:after {
  content: '';
  width: 0;
  height: 0;
}

.sort-nav li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 1px;
  height: 14px;
  background: #88070C;
}

.sort-nav li a.curr,
.sort-nav li a:hover {
  color: #303030;
}

.sort-nav li a {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}

.sort-box {
  margin-top: 30px;
  position: relative;
  padding-left: 77px;
}

.line-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 4px;
  height: 100%;
  background-color: #88070C;
}

.yearbox {
  position: relative;
  padding: 41px 0 20px;
  height: 60px;
  font-size: 20px;
  color: #555;
}

.yearbox span {
  position: absolute;
  top: 0;
  left: -217px;
  width: 200px;
  text-align: right;
  height: 60px;
  padding-right: 65px;
  background: url(../images/year.png) right center no-repeat;
}

.same-day {
  position: relative;
  margin-bottom: 33px;
  margin-top: 10px;
  padding: 20px 0 10px;
  background-color: #fff;
  border: #88070C solid 1px;
}

.same-day .timer {
  position: absolute;
  top: -20px;
  left: -59px;
}

.same-day .timer i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../images/day.png) center center no-repeat;
}

.same-day .timer span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 217px;
  height: 40px;
  line-height: 40px;
  background: url(../images/same-day.png) center center no-repeat;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.list-text {
  padding: 10px 40px;
  margin-bottom: 10px;
  background-color: #FFF;
}

.list-text p {
  padding: 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 40px;
}

.list-text a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

.list-text span {
  display: block;
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 16px;
}

.list-text span.time {
  background-image: url(../images/icon-time.png);
}

.list-text span.position {
  background-image: url(../images/icon-address.png);
}

.list-text span.speaker {
  background-image: url(../images/icon-speaker.png);
}

.day-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid rgba(48, 48, 48, 0.1);
}

.day-box:before {
  top: 49px;
  z-index: 97;
  left: -27px;
  border: 14px solid rgba(48, 48, 48, 0.1);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.day-box:after {
  top: 50px;
  z-index: 98;
  left: -25px;
  border: 13px solid #fff;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.day-box:after,
.day-box:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
}

.day-box .timer {
  position: absolute;
  top: 21px;
  left: -124px;
  padding-right: 28px;
  background: url(../images/day.png) right center no-repeat;
}

.day-box .timer dl {
  width: 60px;
  text-align: center;
  border-radius: 2px 2px 4px 4px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
}

.day-box .timer dt {
  height: 20px;
  background-color: #88070C;
  color: #fff;
}

.day-box .timer dd {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  background-color: #fff;
  color: #303030;
}

.folder-wrap {
  display: inline-block;
  width: 100px;
  margin: 0 10px;
  text-align: center;
}

.back-img-wrap {
  vertical-align: top;
}

.folder-wrap .back-img {
  display: block;
  width: 60%;
  margin: 10px auto 0;
}

.folder-wrap a {
  display: block;
}

.folder-wrap .folder-img {
  display: block;
  width: 80%;
  max-width: 70px;
  margin: 0 auto;
}

.folder-wrap p {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  color: #303030;
}

.download-box .login {
  position: absolute;
  right: 0;
  bottom: 6px;
  color: #818181;
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
}

.download-box .login span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon-user.png);
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

.download-wrap {
  margin-top: 20px;
}

.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.login-box {
  width: 560px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(137, 137, 137, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -280px;
  overflow: hidden;
}

.login-top {
  width: 560px;
  height: 86px;
  background-color: #88070C;
  position: relative;
}

.icon-guanbi {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
}

.login-top span {
  display: block;
  width: 300px;
  height: 38px;
  background-image: url(../images/login-logo.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -19px;
  left: 20px;
}

.login-bottom {
  width: 560px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.86;
  color: #808080;
  text-align: center;
}

.login-input:first-of-type {
  margin-top: 52px;
  margin-bottom: 15px;
}

.icon-zhanghu {
  color: #231916;
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
}

.login-input span {
  display: inline-block;
  width: 70px;
}

.login-input input {
  width: 200px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  margin-left: 10px;
}

.icon-mima {
  color: #231916;
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
}

.login-login input {
  width: 80px;
  height: 26px;
  line-height: 26px;
  background: #F7EBE8;
  border-radius: 2px;
  margin-top: 36px;
  font-size: 16px;
  text-align: center;
  color: #303030;
  cursor: pointer;
  border: none;
  margin-bottom: 50px;
}

.collegePersons .choose {
  color: #88070C;
}

.collegePersons .menu {
  overflow: hidden;
}

.collegePersons .menu i {
  margin-right: 20px;
  cursor: pointer;
}

.letter {
  background: #f2f2f2;
  /* height: 35px; */
  line-height: 35px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.letter a:hover,
.letter a.on {
  background: #88070C;
  color: #fff;
}

.letter a.all {
  padding: 0 16px;
}

.letter a {
  font-size: 14px;
  color: #303030;
  float: left;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}

.leader h3.position {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  background-color: #88070C;
  padding: 0 21px;
  margin: 20px 0 20px 13px;
  border-radius: 4px;
}

.past_time_btn h2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #05A9AB;
  font-weight: normal;
  cursor: pointer;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #05A9AB;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 20px;
}

.message-box {
  background: url(../images/img-message.png) no-repeat center center;
  background-size: cover;
  padding: 40px 60px 0;
}

.message-box .logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.message-box .logo-box .img {
  height: 39px;
}

.message-box .logo-box .text {
  height: 34px;
}

.milestones-box {
  margin-left: 36px;
  border-left: 1px solid #CF9C9E;
  border-bottom: 1px solid #CF9C9E;
}

.milestones-box .year-box {
  position: relative;
}

.milestones-box .year-box i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-fold.png) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  top: 49px;
  left: -36px;
  cursor: pointer;
}

.milestones-box .year-box:first-of-type i {
  top: 7px;
}

.milestones-box .year-box.active i {
  background: url(../images/icon-unfold.png) no-repeat center center;
}

.milestones-box .year-box .year {
  font-size: 24px;
  line-height: 34px;
  color: #88070C;
  padding: 42px 18px;
  border-top: 1px solid #CF9C9E;
}

.milestones-box .year-box:first-of-type .year {
  padding: 0 18px 16px;
  border-top: none;
}

.milestones-box .year-box .wrap {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-top: 1px solid #F0E2DF;
}

.milestones-box .year-box .wrap:first-of-type {
  border-top: none;
  padding-top: 0;
}

.milestones-box .year-box .month-box {
  display: none;
}

.milestones-box .year-box.active .month-box {
  display: block;
}

.milestones-box .year-box .wrap .month {
  width: 138px;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 25px;
  color: #88070C;
  padding-left: 18px;
}

.milestones-box .year-box .wrap .month_cn {
  width: 138px;
  text-align: center;
  padding-right: 66px;
}

.milestones-box .year-box .wrap .content {
  font-size: 16px;
  line-height: 22px;
  color: #303030;
}

.navbar-nav>li.mobile {
  display: none;
}

.organization-box h3.position,
.organization-box .thumb-wrap {
  margin-bottom: 24px;
}

.organization-box .teacher-content p:nth-of-type(2) {
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  margin-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.graduate-box .issue {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #ffffff;
  background-color: #88070C;
  padding: 10px;
  margin: 0 0 20px;
}

.graduate-box .fr-view {
  padding-right: 10px;
}

.fr-view td,
.fr-view th {
  padding: 20px 0;
}

.mentor-box .item {
  display: flex;
  align-items: center;
  background: #F1F1F1;
}

.mentor-box .item:nth-of-type(2n+1) {
  background: #fff;
}

.mentor-box .item .head-wrap {
  display: block;
  width: 140px;
  flex-shrink: 0;
}

.mentor-box .item .head-wrap .teacher-img {
  width: 140px;
  height: 144px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.mentor-box .item .head-wrap .name {
  text-align: center;
  letter-spacing: -0.337647px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #88070C;
  padding: 8px 20px;
}

.mentor-box .item .head-wrap .name .learning {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
}

.mentor-box .item .position {
  width: 190px;
  flex-shrink: 0;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #88070C;
  letter-spacing: -0.337647px;
}

.mentor-box .item .fr-view {
  margin-bottom: 0;
  padding: 10px;
  ;
}

.consultation-box {
  padding: 10px;
  background: #F1F1F1;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}

.consultation-box p {
  padding-left: 34px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}

.consultation-box p:first-of-type {
  margin-top: 0;
}

.consultation-box p.name {
  background-image: url(../images/icon-name.png);
  background-size: 24px 16px;
}

.consultation-box p.phone {
  background-image: url(../images/icon-phone.png);
  background-size: 24px 20px;
}

.consultation-box p.mail {
  background-image: url(../images/icon-email.png);
  background-size: 24px 16px;
  white-space: pre-wrap;
}

.achievement-title {
  margin-bottom: 20px;
  background: #F1F1F1;
}

.achievement-title .issue {
  margin-bottom: 0;
}

.achievement-title .more {
  padding: 10px;
  font-size: 18px;
  line-height: 25px;
  color: #4F4F4F;
}

.achievement-box .achievement-wrap {
  margin-bottom: 40px;
}

.achievement-box .achievement-wrap .item {
  border-top: 1px solid #D8D8D8;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.385882px;
  color: #555555;
}

.achievement-box .achievement-wrap .item>div:not(:last-of-type) {
  margin-bottom: 10px;
}

.achievement-box .achievement-wrap .item:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}

.achievement-box .achievement-wrap .item .name {
  font-weight: 600;
  color: #333333;
}

.achievement-box .achievement-wrap .item .bottom {
  display: flex;
  justify-content: space-between;
  color: #555555;
}

.achievement-box .achievement-wrap .item .bottom span {
  display: inline-block;
  margin-left: 20px;
}

.data-list li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 24px 30px 24px 15px;
  background: #F1F1F1;
  color: #88070C;
}

.data-list li:nth-of-type(2n) {
  background-color: #fff;
}

.data-list li a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.385882px;
  color: #555555;
  transition: all .1s;
}

.data-list li a:hover {
  color: #88070C;
}

.pagination>li>a,
.pagination>li>span {
  color: #88070C;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #88070C;
}

@media (max-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    margin-bottom: 20px;
  }
}

/* 手机导航样式 */
@media (max-width: 992px) {
  .navbar-nav>li.mobile {
    display: block;
  }

  body {
    padding-top: 80px;
  }

  .navbar {
    min-height: 65px;
    border: none;
  }

  .navbar>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-header {
    background: transparent;
  }

  .nav-right-link {
    display: none;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    display: block;
    margin-left: 0;
    height: auto;
    padding: 15px 0 18px;
    background-color: #fff;
  }

  .navbar-brand img.logo:first-of-type {
    display: block;
    width: 257px;
    height: 65px;
    margin: 0 auto;
  }

  .navbar-brand img.logo:last-of-type {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 335px;
    max-height: 26px;
    margin: 0 auto;
    padding-left: 0;
    border-left: none;
    object-fit: contain;
    margin-top: 12px;
  }

  .navbar .brand {
    display: inline-block;
    padding: 5px 0 5px 15px;
  }

  .navbar .brand img {
    width: auto;
    height: 39px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateX(0);
  }

  .navbar-toggle-bg {
    background: #333333;
  }

  .navbar-toggle {
    margin-right: 15px;
    padding: 4px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: transparent !important;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    height: 1px;
  }

  .navbar-collapse {
    background: #fff;
    border: none;
  }

  .navbar-toggle-bg {
    background: #fff;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 180px;
    background-color: #333;
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    width: 16px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 14px;
  }

  .navbar-toggle .icon-bar:nth-child(4) {
    width: 19px;
  }

  .navbar-default .navbar-nav>li>a {
    margin: 0 20px;
    padding: 0 35px;
    border-bottom: 1px solid #606266;
  }

  .navbar-default .navbar-nav>li:last-of-type a {
    border-bottom: none;
  }

  .navbar-default .navbar-nav>li>a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    min-width: 0;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    color: #f2f2f2;
    border-top: none;
    background-color: transparent !important;
  }

  .navbar-default .navbar-nav>li>a br {
    display: none;
  }

  .navbar-default .navbar-nav>li>a span {
    padding-left: 12px;
  }


  .caret {
    /* display: none; */
  }

  .new-side-nav h3,
  .new-side-nav .left-nav a {
    display: none;
  }

  .new-side-nav .left-nav a.sub-open {
    display: block;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    color: #92D050;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    color: #92D050;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    color: #92D050;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: 300;
    line-height: 60px;
    color: #f2f2f2;
    white-space: nowrap;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #606266;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f2f2f2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #92D050;
    font-weight: 500;
    background-color: transparent;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    border-color: #606266;
  }

  .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover {
    color: #92D050;
    text-decoration: none;
    background-color: #333;
  }

  .dropdown-custom-level-2 .caret {
    display: none;
  }

  .dropdown-menu>.active>a::after {
    content: '';
    width: 0;
  }

  .dropdown .dropdown-toggle::after {
    content: '';
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    border-color: #fff;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 23px;
  }

  .dropdown.active .dropdown-toggle::after {
    border-color: #92D050;
  }

  .dropdown.open .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .footer {
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
  }

  .footer-link .title,
  .footer-link span,
  .footer-link a {
    font-size: 16px;
  }

  .footer-link ul {
    margin: 0;
  }

  .footer-link:first-of-type li {
    border-right: none;
  }

  .footer img.wechat {
    width: 200px;
    margin-top: 0;
  }

  .copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #303030;
    margin-top: 20px;
  }

  .milestones-box .year-box .wrap {
    display: block;
    padding: 16px 0;
    border-top: 1px solid #F0E2DF;
  }

  .milestones-box .year-box .wrap .content {
    padding-left: 28px;
    margin-top: 8px;
  }

  .news-box .news-wrap .title {
    height: auto;
  }

  .news .news-wrap .content {
    height: auto;
  }

  .bottom-link a {
    display: block;
    width: 33.33%;
    float: left;
    margin: 4px 0;
  }

  .message-box {
    padding: 20px 30px 20px;
  }

  .new-side-nav {
    /* display: none; */
  }

  .main-download .new-side-nav {
    display: block;
  }



  .table-thumb .thumb-wrap .item {
    width: 50%;
  }

  .download-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }

  .folder-wrap {
    width: 100px;
    margin: 0 0 10px;
    padding: 0 10px;
  }

  .graduate-box .new-side-nav {
    display: block;
  }

  .graduate-box .new-side-nav h3.title,
  .graduate-box .new-side-nav li:not(.sub-fourth, .sub-third) {
    display: none;
  }


}


@media (max-width: 600px) {
  .collegePersons .teacher-content {
    padding-top: 198px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin: 0;
  }

  .collegePersons .teacher-head {
    left: 50%;
    margin-left: -60px;
  }

  .collegePersons .teacher-content p.icon-phone,
  .collegePersons .teacher-content p.icon-email {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .collegePersons .teacher-content p:first-of-type,
  .collegePersons .teacher-content p:nth-of-type(2) {
    text-align: center;
  }

  .table-thumb .thumb-wrap .item {
    width: 100%;
  }

  .table-thumb h3 {
    margin: 20px 0 30px;
  }

  .table-box {
    overflow-x: auto;
  }

  .table-box table {
    width: 870px;
  }

  .meet-list table {
    width: 100%;
    min-width: 550px;
  }

  .meet-list td,
  .meet-list th {
    white-space: nowrap;
  }

  .meet-list table .meet-link {
    white-space: normal;
    width: 350px;
  }

  .staff_Det_title .img {
    left: 50%;
    margin-left: -80px;
  }

  .staff_Det_del {
    padding-left: 10px;
    padding-top: 236px;
  }

  .staff_Det_del h3 p:first-of-type,
  .staff_Det_del .position {
    text-align: center;
  }

  .list-text {
    padding: 10px 10px;
  }

  .list-text p {
    line-height: 22px;
    padding: 6px 0;
  }

  .news .newsList .newsListRow .imgbg {
    width: 100%;
    height: 0;
    padding-bottom: 63.77%;
    margin-bottom: 10px;
  }

  .news .newsList .newsListRow .newsAbstract {
    width: 100%;
    padding-left: 0;
  }

  .news .newsList .newsListRow .newsAbstract p {
    height: auto;
    max-height: 48px;
  }

  .login-box {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .login-top {
    width: 100%;
  }

  .login-bottom {
    width: 100%;
  }

  .mentor-box .item {
    flex-wrap: wrap;
  }

  .mentor-box .item .fr-view {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .graduate-box .mentor-box .item {
    flex-wrap: wrap;
  }

  .mentor-box .item .position {
    flex: 1;
  }

  .mentor-box .item .fr-view {
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
  }
}


.top-date {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.topbars-box {
  width: 100%;
  /* float: left; */
}

.topbars {
  width: 340px;
  height: 260px;
  margin: 0 auto;
  box-shadow: 0 3px 8px 1px #bbb;
  background: #fff;
  z-index: 60;
  margin-top: 50px;
  margin-bottom: 10px;
}

.topbars li {
  /*background: #274372;*/
  /* background: #8A1A1F; */
  background-image: linear-gradient(to top, #51c0e7 0%, #356fd2 100%);
  box-shadow: 1px 4px 4px #bbb;
  height: 131px;
  width: 170px;
  border-right: 1px solid #039fd6;
  color: #fff;
  float: left;
  transition: all .3s linear;
}

.topbars li .tubiao {
  height: 80px;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
}

.topbars li .title {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 1px;
}

.topbars li .title span {
  font-size: 12px;

}

.topbars li:hover {
  background: #fff;
  border-right: 1px solid #fff;
  color: #284f88;
}

/*主体*/
.content {
  width: 100%;
  overflow: hidden;
  height: auto;
  clear: both;
}

.header {
  width: 100%;
  height: 67px;
  z-index: 1000;
}

.header-top {
  height: 5px;
  line-height: 5px;
  width: 100%;
  background-color: #054e9d;
}

.header-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
}

.top_box {
  width: 1200px !important;
  margin: 0 auto;

}

/*主体*/

.content-b {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #e5e5e5;
}

/*xwdt part*/
.section1 {
  width: 100%;
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 34px;
}

.wel_btn1 {
  /* padding: 40px 0; */
  text-align: center;
  margin-top: 50px;
}

.wel_btn1 a {
  display: inline-block;
  width: 160px;
  line-height: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #155092;
  color: #FFF;
  font-size: 16px;
}

.new-left {
  width: 48.5%;
  float: left;
}

.new-right {
  width: 48.5%;
  float: right;
}

.nmore {
  right: 0;
  position: absolute;
  top: 28px;
  display: inline-block;
  font-size: 14px;
}

.content_news-top {
  height: 55px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 1200px;
  /* background: url(../img/xd.png)left center no-repeat; */
  border-bottom: 1px solid #ccc;
}

.content_news-topc {
  font-size: 17px;
  line-height: 55px;
  color: #0e60b6;
  text-align: center;
  letter-spacing: 1px;
}

.content_news-topc p {
  width: 235px;
  float: left;
  display: inline-block;
  text-align: LEFT;
  text-indent: 17px;
  background: url(../img/22.png) 0 8px no-repeat;
  color: #fff;
}

.col-list {
  padding: 0 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.col-list li {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}

.col-list li .col-date {
  float: right;
  color: #999;
}

.col-list li .li-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 72%;
  color: #454545;
  padding-left: 15px;
  background: url(../img/li1.png) left center no-repeat;
  transition: 0.3s ease-out;
}

.col-list li .li-title:hover {
  color: #1a5360;
}

.col-list li:hover>span {
  color: #1a5360;
}

.col-list li .li-title2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 60%;
  color: #454545;
  padding-left: 15px;
  transition: 0.3s ease-out;
}

.col-list li .li-title2:hover {
  color: #1a5360;
}

.col-list li:hover>span {
  color: #1a5360;
}

.notice_lctz1 {
  margin-top: 11px;
  border-bottom: 1px dashed #16629d;
  padding: 0 0 10px 9px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.notice_lctz1:hover {
  padding: 0 0 10px 0;
}

.rightDate1 {
  display: block;
  width: 58px;
  margin-top: 4px;
  border-right: #e5e5e5 1px solid;
  float: left;
}

.rightDate1 .date1 {
  font-size: 24px;
  color: #0e57a8;
  font-weight: bold;
  display: block;
  padding-left: 8px;
  position: relative;
  height: 30px;
}

.rightDate1 .year1 {
  margin-top: 4px;
  display: block;
}

.artTxt1 {
  margin-left: 60px;
  display: block;
}

.artTxt1 a {
  display: block;
  /* margin-bottom: 18px; */
  font-size: 18px;
  height: 30px;
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  transition: 0.3s ease-out;
  color: #454545;
}

.artTxt1 a:hover {
  color: #1a5360;
}

.t-box {
  width: 100%;
  height: 251px;
  position: relative;
  z-index: 999;
  margin-top: 4px;
}

.t-box ul {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s;
}

.t-box ul li {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: left;
  box-shadow: 0px 0px 10px #e6e6e6;
}

.t-box .last {
  margin-right: 0 !important;
}

.t-box ul li h3 {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  transition: 0.3s;
}

.t-box ul li:hover h3 {
  height: 100%;
}

.t-box ul li:hover h3 p {
  padding-top: 35%;
}

.t-box ul .topC2:hover h3 p {
  padding-top: 3%;
}

.t-box ul li h3 strong {
  width: 100%;
  height: 100%;
  background: #6066f2;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=60);
}

.t-box ul li h3 p {
  color: #fff;
  font-size: 14px;
  width: 95%;
  position: absolute;
  left: 15px;
  top: 16px;
  padding-right: 10px;
  line-height: 29px;
  text-align: justify;
}

.t-box ul li h3 p span {
  font-size: 15px;
}

.t-box ul li h3 p em {
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
}

.t-box ul li.topC h3 {
  height: 250px;
}

.t-box ul li.topC:hover h3 {
  top: 100px;
}

.t-box ul li.topC3 h3 {
  height: 330px;
}

.t-box ul li.topC3:hover h3 {
  top: 20px;
}

.section2 {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 35px;
  margin-top: 5px;
}

.list-c {
  width: 100%;
  margin: 0 auto;
}

.list-c li {
  height: 127px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.listC-img {
  height: 110px;
  width: 28%;
  margin-top: 10px;
  overflow: hidden;
  float: left;
}

.listC-img img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
}

.listC-img img:hover {
  transform: scale(1.06);
}

.listC-r {
  float: right;
  width: 60%;
  height: 160px;
  margin-top: 3px;
}

.listC-rb {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listC-rs {
  font-size: 15px;
  height: 26px;
  line-height: 26px;
  color: #aaa;
}

.listC-rs .time {
  color: #999;
  margin-right: 15px;
  padding-left: 18px;
  float: left;
  margin-bottom: 2px;
  font-size: 15px;
}

.listC-rs .time {
  background: url(../img/time.png) no-repeat left center;
  background-size: 16px;
}

.listC-rc {
  font-size: 14px;
  height: 60px;
  line-height: 30px;
  margin-top: 4px;
  text-align: justify;
  overflow: hidden;
}

.fd-top {
  font-size: 14px;
  padding: 29px 0 19px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.fd-con {
  overflow: hidden;
}

.fd-con .l-con {
  width: 50%;
  float: right;
  border-left: 1px solid #F1EFEF;
}

.fd-con dl {
  width: 100%;
  float: right;
  border-right: 1px solid #F1EFEF;
  padding-left: 40px;
  height: 175px;
  padding-right: 40px;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.fd-con dt {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 8px;
}

.fd-con dl a {
  display: block;
  height: 31px;
  line-height: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, .25);
  letter-spacing: 1px;
}

.fd-con dl a:hover {
  color: #fff;
}

.fd-con dl span {
  display: block;
  height: auto;
  line-height: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.fd-left {
  width: 23%;
  float: left;
}

.fd-left ul {
  height: 175px;
  border-right: 1px solid #F1EFEF;
  border-left: 1px solid #F1EFEF;
  padding: 0 40px 0 40px;
}

.fd-left ul p {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 8px;
}

.fd-left ul li a {
  display: block;
  height: 31px;
  line-height: 30px;
  overflow: hidden;
  color: rgba(255, 255, 255, .85);
  letter-spacing: 1px;
  font-size: 14px;
  transition: 0.3s ease-out;
}

.fd-left ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.fd-mid {
  /*width: 31%;*/
  margin: 0 auto;
  display: inline-block;
  margin-top: 37px;
  margin-left: 2%;
  margin-right: 2%;
}

.fd-mid img {
  /*border: 1px solid #777;*/
}

.fd-mid div {
  width: 50%;
  float: left;
  text-align: center;
}

.fd-mid div p {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 8px;
}

.index_icon {
  padding: 40px 0;
}

.wrap_box {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.comp .topbars-box {
  width: 33.33%;
}

.title {
  text-align: center;
}

.title .text1 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}

.title .text2 {
  color: #b3b3b3;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.title .text1::after,
.title .text1::before {
  content: "";
  width: 78px;
  height: 5px;
  vertical-align: middle;
}

.title .text1::before {
  background: url(../images/title.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
}

.title .text1::after {
  background: url(../images/title.png) no-repeat center;
  display: inline-block;
  background-size: 100%;
}

.title .text1 span {
  display: inline-block;
  min-width: 134px;
}

.wel {
  width: 100%;
  background-color: #155092;
  padding: 30px 0;
}

.wrap .wrap_box {
  width: 1100px;
  margin: 0 auto;
}

.wel .wel_center {
  color: #FFF;
}

.ny_box {
  margin-top: 30px;
  font-size: 14px;
  line-height: 32px;
  padding-bottom: 60px;
}

.wel .wel_center p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 32px;
  text-indent: 2em;
}

.data {
  display: inline-block;
  margin: 0 auto;
  /*    background-color: #eaeaea;*/
}

.data .data_mian {
  width: 100%;
  margin-top: 20px;
}

.data ul li {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 52px;
}

.data ul li .mian {
  background: url(../images/data_icon.png) no-repeat top left;
  padding-left: 90px;
  font-size: 16px;
}

.data ul li .text1 {
  line-height: 26px;
  font-weight: bold;
  font-size: 22px;
}

.data ul li .text2 {
  margin-top: 10px;
  color: #666;
}

.linkp {
  width: 66%;
  margin: 0 auto;
  height: 70px;
  /* background: #ccc; */
  /*float: left;*/
  margin-top: 30px;
  box-shadow: 2px 2px 6px #999;
  cursor: pointer;
  transition: all .2s linear;
}

.linkp:hover {
  box-shadow: 2px 2px 15px #888;
}

.linkp img {
  object-fit: contain;
}

.comp {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1100px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  /* height: 300px; */
}

.a1 {
  color: #006ab8 !important;
}

.main-meeting {
  width: 320px;
  margin: 0 auto;
}

.main-meeting li {
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  font-size: 16px;
  line-height: 50px;
}

.list-body {
  width: 100%;
  height: auto;
  display: block;
  background-position: center top;
  background-size: cover;
}

.listcon {
  width: 1200px;
  margin: 0 auto;
  display: table;

}

.listdt {
  width: 100%;
}

.listconl {
  float: left;
  width: 245px;
  /* height: 300px; */
  margin-top: -77px;
  box-shadow: 1px 1px 10px #c5c4c4;
  margin-left: 2px;
  /* overflow: hidden; */
  position: relative;
}

.listconr {
  float: right;
  width: 945px;
  background: #fff;
  margin-top: 2px;
  margin-right: 2px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 10px #c5c4c4;
  min-height: 580px;
}

.listconlt {
  width: 100%;
  height: 77px;
  background: rgba(5, 78, 157, 0.8);
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  line-height: 77px;
  text-align: center;
  background-size: cover;
}

.listconrc {
  width: 94%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: justify;
  font-size: 14px;
  overflow: hidden;
}

.listconrt {
  height: 77px;
  width: 94%;
  margin: 0 auto;
  border-bottom: 1px solid #366ca7;
}

.listconltul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-top: 3px solid #eee;
  font-size: 16px;
  text-indent: 20px;
  /*transition: all 0.4s ease-out;*/
}

.listconltul li a {
  display: block;
  border-left: 8px solid #f3ecec;
}

.listconrn {
  width: 94%;
  margin: 0 auto;
}

.listconrn li {
  height: 195px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.listconrn-img {
  height: 162px;
  width: 235px;
  margin-top: 20px;
  overflow: hidden;
  float: left;
}

.listconrn-img img {
  transition: all 0.3s ease-out;
}

.listconrn-img img:hover {
  transform: scale(1.06);
}

.listconrn-r {
  float: right;
  width: 870px;
  height: 160px;
  margin-top: 20px;
  /*background:#ccc;*/
}

.listconrn-rb {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.listconrn-rs {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #aaa;
}

.listconrn-rc {
  font-size: 14px;
  height: 85px;
  line-height: 29px;
  margin-top: 5px;
  overflow: hidden;
}

.listconrn li:hover .listconrn-rb {
  color: #245284;
}

.listconr-js {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  /*margin-top:10px;*/
  margin-bottom: 60px;
}

.listconr-js li {
  overflow: hidden;
  float: left;
  margin-top: 20px;
}

.listconr-jsa {
  display: block;
  border: 6px solid #fff;
  box-shadow: 0px 0px 10px #c5c4c4;
  width: 110px;
  margin: 10px 11.5px;
  /*overflow:hidden;*/
}

.listconr-js li span {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #245284;
}

.listconr-jsa {
  transition: all 0.4s ease-out;
}

.listconr-jsa:hover {
  transform: scale(1.06);
}

.listconr-zc {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #245284;
}

.listconr-news {
  width: 100%;
}

.listconrc-newsbt {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #366ca7;
  margin: 10px 0px;
}

.listconrc-newssj {
  text-align: center;
  color: #999;
  margin-bottom: 15px;
}

.listconrc-newszw {
  color: #333;
  line-height: 1;
}

.listconrc-newszw img {
  width: auto;
  height: auto;
  margin: 0 auto !important;
  display: block !important;
}


.listconrc img {
  display: block !important;
  margin: 0 auto !important;
}

.new-nav-box {
  background-color: #006ab8;
}

.new-nav {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.new-nav>li{
  position: relative;
  display: block;
  flex-grow: 1;
}

.new-nav-box .new-nav>li>a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
  height: 50px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  background-color: transparent !important;
  transition: all 0.4s ease-out;
}

.new-nav-box .new-nav>li>a:hover {
  color: #fff !important;
  background-color: #274372 !important;
}
@media (max-width: 800px) {
  .topbars-box {
    width: 100% !important;
    float: none;
  }

  .data {
    width: 350px;
    float: none;
    margin: 0 auto 30px;
  }

  .comp .topbars-box:not(:first-of-type) {
    margin-top: 30px;
  }

  .linkp {
    min-width: 350px;
  }
}