.inner {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
}
.iconfont {
  font-size: 1em;
}
.clearfix,
.clear {
  clear: both;
}
header,
footer {
  display: none;
}
body {
  overflow-x: hidden;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .banner-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  text-align: right;
  padding: 0 20%;
}
.banner .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 12px;
  background: #fff;
  opacity: 0.8;
}
.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #328994;
}
.location {
  background: #e5e5e5;
  height: 60px;
}
.location p {
  height: 60px;
  font-size: 15px;
  color: #666;
  line-height: 60px;
}
.location p .iconfont {
  font-size: 1.5em;
  color: inherit;
  margin-right: 10px;
}
.location p a {
  font-size: inherit;
  color: inherit;
}
.aside {
  float: left;
  width: 320px;
}
.aside .category {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #fff;
  background: url(../images/category-bg.jpg) no-repeat left top / cover;
  font-size: 40px;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
  line-height: 105px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aside .list li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.aside .list li:hover a,
.aside .list li.current a {
  background: #328994;
  color: #fff;
}
.aside .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 25px;
  font-size: 18px;
  color: #328994;
  background: #fff;
  line-height: 60px;
  transition: all 0.3s ease;
}
.aside .list li a .iconfont {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 60px;
  font-size: 18px;
  color: inherit;
}
.main {
  float: right;
  width: 1060px;
}
.main .category {
  width: 100%;
  height: 105px;
  background: url(../images/catimg.jpg) no-repeat left top / contain;
  padding: 0 25px;
  margin-bottom: 25px;
}
.main .category p {
  line-height: 105px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main .container {
  padding: 35px;
  background: #fff;
  border-radius: 4px;
}
.pagination {
  font-size: 0;
  text-align: center;
  height: 100px;
  padding: 32.5px;
  margin-top: 15px;
}
.pagination a {
  display: inline-block;
  background: none;
  margin: 0 5px;
  min-width: 30px;
  color: #666;
  height: 35px;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background: #a62121;
  color: #fff;
}
.pagination .listpage {
  width: 32px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  border-radius: 3px;
}
.pagination .homepage,
.pagination .nopage,
.pagination .prepage,
.pagination .nextpage,
.pagination .endpage {
  width: 80px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  border-radius: 3px;
}
.pagination .curpage {
  background: #a62121;
  color: #fff;
}
.pagination .pgejump,
.pagination .pageinfo {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑";
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
.header {
  width: 100%;
}
.header .info {
  width: 100%;
  height: 120px;
}
.header .info .top {
  height: 25px;
  padding-top: 5px;
}
.header .info .top ul {
  display: inline-block;
  float: right;
}
.header .info .top ul li {
  float: left;
  height: 20px;
  border-left: 1px solid #333;
  line-height: 20px;
}
.header .info .top ul li:first-child {
  border-left: none;
}
.header .info .top ul li:nth-last-child(2) a {
  margin-right: 0;
}
.header .info .top ul li a {
  margin: 0 10px;
  line-height: 20px;
  font-size: 16px;
}
.header .info .top ul li a:hover {
  color: #328994;
}
.header .info .bottom .logo {
  width: 440px;
  height: 90px;
  display: block;
  float: left;
}
.header .info .bottom .logo img {
  width: 100%;
}
.header .info .bottom .search {
  float: right;
  margin-top: 25px;
}
.header .info .bottom .search form {
  width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
}
.header .info .bottom .search form input[type=text] {
  width: 205px;
  height: 40px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  appearance: none;
  border: 2px solid #ccc;
  border-right: none;
  padding: 0 10px;
  outline: none;
}
.header .info .bottom .search form button[type=submit] {
  width: 45px;
  height: 40px;
  border: none;
  background: #a62121;
  outline: none;
  appearance: none;
  vertical-align: middle;
  cursor: pointer;
}
.header .info .bottom .search form button[type=submit] .iconfont {
  color: #fff;
  font-size: 1.8em;
}
.header .info .bottom .mobile {
  margin-top: 25px;
  float: right;
  margin-right: 10px;
  position: relative;
}
.header .info .bottom .mobile .iconfont {
  font-size: 35px;
  line-height: 40px;
  color: #328994;
}
.header .info .bottom .mobile .iconfont:hover + .qrcode {
  display: block;
}
.header .info .bottom .mobile .qrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -10px;
  top: 50%;
  background: #328994;
  padding: 3px;
  transform: translate(-100%, -50%);
  display: none;
}
.header .info .bottom .mobile .qrcode:after {
  content: "";
  background: url('/common/static/public/images/triangle-primary.png') no-repeat center center / 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.header .info .bottom .mobile .qrcode img {
  width: 100%;
  display: block;
}
.header .navbar {
  background: #a62121;
  text-align: center;
  height: 45px;
  width: 100%;
}
.header .navbar .inner > ul {
  display: inline-block;
  font-size: 0;
}
.header .navbar .inner > ul > li {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  position: relative;
}
.header .navbar .inner > ul > li.current > a {
  background: #328994;
}
.header .navbar .inner > ul > li:hover > a {
  background: #328994;
}
.header .navbar .inner > ul > li:hover > ul {
  display: block;
}
.header .navbar .inner > ul > li > a {
  display: block;
  width: 100%;
  padding: 0 23px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}
.header .navbar .inner > ul > li > ul {
  position: absolute;
  display: none;
  width: 100%;
  background: #328994;
  z-index: 9;
}
.header .navbar .inner > ul > li > ul > li {
  width: 100%;
  height: 45px;
  position: relative;
}
.header .navbar .inner > ul > li > ul > li:hover > ul {
  display: block;
}
.header .navbar .inner > ul > li > ul > li:hover > a {
  background: #fff;
  color: #666;
}
.header .navbar .inner > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}
.header .navbar .inner > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  width: 360%;
  left: 100%;
  top: 0;
  z-index: 9;
}
.header .navbar .inner > ul > li > ul > li > ul > li {
  width: 33.33%;
  height: 45px;
  float: left;
}
.header .navbar .inner > ul > li > ul > li > ul > li:hover a {
  color: #328994;
  text-decoration: underline;
}
.header .navbar .inner > ul > li > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  background: #fff;
  color: #666;
  font-size: 16px;
}
header {
  display: none;
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header .inner {
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .inner .logo {
  height: 34px;
}
header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .inner .logo a img {
  min-width: 100%;
  height: 100%;
}
header .inner .trigger {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .inner .trigger.active i {
  background: #333;
}
header .inner .trigger.active i:first-child {
  transform: translateY(10px) rotate(45deg);
}
header .inner .trigger.active i:nth-child(2) {
  opacity: 0;
}
header .inner .trigger.active i:last-child {
  transform: translateY(-11.25px) rotate(-45deg);
}
header .inner .trigger i {
  display: block;
  width: 100%;
  height: 4px;
  background: #328994;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.5s ease;
}
header .sidebar {
  width: 60%;
  height: calc(100% - 50px);
  position: fixed;
  right: -60%;
  top: 50px;
  background: rgba(0, 0, 0, 0.78);
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9;
}
header .sidebar[data-show] {
  right: 0%;
}
header .sidebar ul {
  display: none;
}
header .sidebar > ul {
  display: block;
}
header .sidebar > ul > li {
  border-bottom: 1px solid #fff;
}
header .sidebar > ul li {
  width: 100%;
  position: relative;
}
header .sidebar > ul li a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
}
header .sidebar > ul li .slide {
  width: 25%;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar > ul li .slide[data-slide] img {
  transform: rotate(180deg);
}
header .sidebar > ul li .slide img {
  width: 15px;
  height: 15px;
  margin: auto;
  transition: all 0.5s ease;
}
header .mask {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  display: none;
}
.footer {
  background: #235e66;
}
.footer .link {
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: #1e5259;
}
.footer .link ul {
  line-height: 20px;
  text-align: center;
}
.footer .link ul li {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.footer .link ul li:first-child {
  margin-right: 25px;
}
.footer .link ul li a {
  padding: 0 10px;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  color: #e5e5e5;
}
.footer .link ul li a:hover {
  color: #fff;
}
.footer .info .top {
  width: 100%;
  padding: 20px 0;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
}
.footer .info .top .left {
  float: left;
  padding-top: 15px;
}
.footer .info .top .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
}
.footer .info .top .left .list {
  padding-top: 20px;
}
.footer .info .top .left .list ul li {
  float: left;
  margin-left: 60px;
}
.footer .info .top .left .list ul li:first-child {
  margin-left: 0;
}
.footer .info .top .left .list ul li p {
  line-height: 25px;
  color: #e5e5e5;
}
.footer .info .top .right {
  float: right;
  width: 315px;
}
.footer .info .top .right ul li {
  width: 135px;
  float: left;
}
.footer .info .top .right ul li:last-child {
  float: right;
}
.footer .info .top .right ul li .qrcode {
  width: 114px;
  height: 114px;
  margin: 0 auto;
}
.footer .info .top .right ul li .qrcode img {
  width: 100%;
  height: 100%;
}
.footer .info .top .right ul li .text {
  font-size: 14px;
  color: #e5e5e5;
  text-align: center;
  line-height: 40px;
}
.footer .info .bottom {
  text-align: center;
}
.footer .info .bottom p span,
.footer .info .bottom p a {
  font-size: 14px;
  color: #e5e5e5;
  margin: 0 5px;
  line-height: 55px;
}
.footer .info .bottom p a:hover {
  color: #fff;
}
footer {
  background: #328994;
  padding: 10px 0;
}
footer .inner {
  padding: 0 10px;
}
footer .inner p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}
footer .inner p a {
  color: inherit;
  font-size: inherit;
  margin: 0 5px;
}
.index .navigator {
  width: 100%;
  background: linear-gradient(#328894, #20595f);
  height: 140px;
}
.index .navigator ul {
  width: 100%;
  height: 100%;
}
.index .navigator ul li {
  height: 100%;
  width: 200px;
  float: left;
  position: relative;
}
.index .navigator ul li:after {
  position: absolute;
  width: 2px;
  height: 95%;
  border-radius: 50%;
  content: "";
  background: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index .navigator ul li:first-child:before {
  position: absolute;
  width: 2px;
  height: 95%;
  border-radius: 50%;
  content: "";
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index .navigator ul li:hover {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.index .navigator ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 140px;
  font-size: 0;
}
.index .navigator ul li a span {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.index .navigator ul li a .iconfont {
  font-size: 50px;
  font-weight: 200;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.index .campus {
  padding-top: 30px;
}
.index .adlink{margin-bottom: 20px;}
.index .campus #news {
  float: left;
  width: 750px;
  height: 485px;
}
.index .campus #news .swiper-slide .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.index .campus #news .swiper-slide .wrap:hover img {
  transform: scale(1.1);
}
.index .campus #news .swiper-slide .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.index .campus #news .swiper-slide .wrap .mask {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.index .campus #news .swiper-slide .wrap .mask .title {
  padding: 0 20px;
  font-size: 16px;
  max-width: 80%;
  line-height: 50px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .campus #news .news-pagination {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  height: 50px;
  line-height: 50px;
}
.index .campus #news .news-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #e5e5e5;
  color: #328994;
  border-radius: 0;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
  opacity: 1;
}
.index .campus #news .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #328994;
  color: #fff;
}
.index .campus .list {
  float: right;
  width: 625px;
  height: 485px;
}
.index .campus .list .category {
  border-bottom: 2px solid #328994;
  height: 45px;
  line-height: 45px;
  position: relative;
}
.index .campus .list .category label {
  color: #328994;
  display: inline-block;
  font-weight: bold;
  line-height: 45px;
  font-size: 24px;
  height: 45px;
  position: relative;
}
.index .campus .list .category label .iconfont {
  margin-right: 10px;
}
.index .campus .list .category label:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  background: #a62121;
  bottom: -2px;
  left: 0;
}
.index .campus .list .category .more {
  position: absolute;
  height: 45px;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
  line-height: 45px;
  width: auto;
}
.index .campus .list .category .more:hover {
  color: #328994;
}
.index .campus .list .stick {
  margin: 18px 0;
}
.index .campus .list .stick li {
  width: 100%;
  height: 165px;
}
.index .campus .list .stick li:hover .picture img {
  transform: scale(1.1);
}
.index .campus .list .stick li:hover .text .title {
  color: #328994;
}
.index .campus .list .stick li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #e5e5e5;
}
.index .campus .list .stick li a .picture {
  width: 200px;
  height: 135px;
  float: left;
  overflow: hidden;
}
.index .campus .list .stick li a .picture img {
  height: 100%;
  display: block;
  transition: all 0.3s ease;
  object-fit: contain;
}
.index .campus .list .stick li a .text {
  float: right;
  width: 380px;
  height: 135px;
}
.index .campus .list .stick li a .text .title {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  color: #333;
  line-height: 30px;
  transition: all 0.3s ease;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .campus .list .stick li a .text .description {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .campus .list .stick li a .text .pubtime {
  font-size: 14px;
  color: #666;
  text-align: right;
}
.index .campus .list .news-list li {
  position: relative;
  height: 34px;
}
.index .campus .list .news-list li a {
  display: inline-block;
  max-width: 80%;
  font-size: 15px;
  color: #333;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .campus .list .news-list li a:before {
  margin-right: 10px;
  color: #328994;
  font-size: 8px;
}
.index .campus .list .news-list li a:hover {
  color: #328994;
}
.index .campus .list .news-list li .pubtime {
  font-size: 14px;
  color: #999;
  position: absolute;
  height: 34px;
  line-height: 34px;
  right: 0;
  top: 0;
}
.index .area {
  margin-top: 60px;
}
.index .area .left {
  width: 390px;
  float: left;
}
.index .area .left .login {
  width: 100%;
}
.index .area .left .login .category {
  height: 45px;
  width: 100%;
}
.index .area .left .login .category .iconfont {
  font-size: 35px;
  margin-right: 10px;
  font-weight: bold;
  color: #328994;
}
.index .area .left .login .category label {
  font-weight: bold;
  color: #328994;
  font-size: 24px;
}
.index .area .left .login form {
  width: 100%;
  height: 260px;
  display: block;
  background: #328994;
  margin-top: 15px;
  padding: 35px 40px;
}
.index .area .left .login form input[type=text],
.index .area .left .login form input[type=password] {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  border: none;
  outline: none;
}
.index .area .left .login form button[type=submit] {
  width: 100%;
  height: 50px;
  appearance: none;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: none;
  outline: none;
  background: #5ac4d1;
  cursor: pointer;
}
.index .area .left .notice {
  margin-top: 25px;
}
.index .area .left .notice .category {
  height: 45px;
  width: 100%;
  position: relative;
}
.index .area .left .notice .category .iconfont {
  font-size: 35px;
  margin-right: 10px;
  font-weight: bold;
  color: #328994;
  line-height: 45px;
}
.index .area .left .notice .category label {
  font-weight: bold;
  color: #328994;
  font-size: 24px;
  line-height: 45px;
}
.index .area .left .notice .category .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
}
.index .area .left .notice .container {
  margin-top: 15px;
  width: 100%;
  height: 165px;
  border: 2px solid #ccc;
  padding: 20px;
}
.index .area .left .notice .container #notice {
  width: 100%;
  height: 100%;
}
.index .area .left .notice .container #notice .wrap {
  width: 100%;
  height: 100%;
  display: block;
}
.index .area .left .notice .container #notice .wrap:hover .title {
  color: #328994;
}
.index .area .left .notice .container #notice .wrap .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
  text-align: justify;
  transition: all 0.3s ease;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .area .left .notice .container #notice .wrap .description {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .area .left .notice .container #notice .wrap .pubtime {
  font-size: 14px;
  text-align: right;
  line-height: 20px;
  color: #999;
}
.index .area .right {
  float: right;
  width: 985px;
}
.index .area .right .category {
  border-bottom: 2px solid #328994;
  position: relative;
  width: 100%;
  height: 45px;
}
.index .area .right .category .tab {
  display: inline-block;
  font-size: 0;
}
.index .area .right .category .tab li {
  width: 125px;
  height: 43px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
  font-weight: bold;
  color: #328994;
  background: #e5e5e5;
  margin-right: 3px;
  cursor: pointer;
}
.index .area .right .category .tab li.current {
  background: #328994;
  color: #fff;
}
.index .area .right .category .link {
  position: absolute;
  right: 0;
  top: 0;
}
.index .area .right .category .link .more {
  display: none;
  height: 43px;
  line-height: 43px;
  color: #999;
  font-size: 14px;
}
.index .area .right .category .link .more.visible {
  display: block;
}
.index .area .right .category .link .more:hover {
  color: #328994;
}
.index .area .right .list {
  margin-top: 25px;
  display: none;
}
.index .area .right .list.visible {
  display: block;
}
.index .area .right .list .top li {
  float: left;
  width: 480px;
  height: 225px;
}
.index .area .right .list .top li:first-child {
  margin-right: 25px;
}
.index .area .right .list .top li:hover a img {
  transform: scale(1.1);
}
.index .area .right .list .top li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index .area .right .list .top li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.index .area .right .list .top li a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .area .right .list .bottom {
  font-size: 0;
  margin-top: 35px;
}
.index .area .right .list .bottom li {
  width: 50%;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  height: 40px;
}
.index .area .right .list .bottom li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 18px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #999;
}
.index .area .right .list .bottom li:nth-child(n+13) {
  display: none;
}
.index .area .right .list .bottom li a {
  display: inline-block;
  max-width: 80%;
  line-height: 40px;
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .area .right .list .bottom li a:hover {
  color: #328994;
}
.index .area .right .list .bottom li .pubtime {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 15px;
  top: 0;
  height: 40px;
  line-height: 40px;
}
.index .sort {
  margin-top: 45px;
}
.index .sort .section {
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
}
.index .sort .section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 22px;
  left: 0;
  background: #328994;
}
.index .sort .section label {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #328994;
  font-weight: bold;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.index .sort .section label .iconfont {
  margin-right: 10px;
}
.index .sort .container {
  margin-top: 20px;
}
.index .sort .container .tabs {
  width: 100%;
  font-size: 0;
}
.index .sort .container .tabs li {
  display: inline-block;
  width: calc((100% - 16px) / 8);
  margin-right: 2px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #328994;
  background: #e5e5e5;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.index .sort .container .tabs li.current,
.index .sort .container .tabs li:hover {
  background: #328994;
  color: #fff;
}
.index .sort .container .tabs li.current a,
.index .sort .container .tabs li:hover a {
  color: #fff;
}
.index .sort .container .tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #328994;
  transition: all 0.3s ease;
}
.index .sort .container .content {
  margin-top: 30px;
  display: none;
}
.index .sort .container .content.visible {
  display: block;
}
.index .sort .container .content .left {
  width: 445px;
  float: left;
  height: 595px;
}
.index .sort .container .content .left .category {
  border-bottom: 2px solid #328994;
  position: relative;
  height: 45px;
}
.index .sort .container .content .left .category label {
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  color: #328994;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.index .sort .container .content .left .category label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -3px;
  background: #a62121;
}
.index .sort .container .content .left .category .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}
.index .sort .container .content .left .category .more:hover {
  color: #328994;
}
.index .sort .container .content .left .swiper-container {
  margin-top: 25px;
  width: 100%;
  height: 250px;
}
.index .sort .container .content .left .swiper-container .wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index .sort .container .content .left .swiper-container .wrap:hover img {
  transform: scale(1.1);
}
.index .sort .container .content .left .swiper-container .wrap img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.index .sort .container .content .left .swiper-container .wrap .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .sort .container .content .left .swiper-container .swiper-pagination-bullets {
  position: absolute;
  width: auto;
  height: 50px;
  display: inline-block;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 9;
}
.index .sort .container .content .left .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #e5e5e5;
  color: #328994;
  border-radius: 0;
  text-align: center;
  opacity: 1;
  vertical-align: middle;
}
.index .sort .container .content .left .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #328994;
  color: #fff;
}
.index .sort .container .content .left .list {
  margin-top: 30px;
}
.index .sort .container .content .left .list li {
  position: relative;
  height: 35px;
}
.index .sort .container .content .left .list li a {
  color: #333;
  font-size: 15px;
  display: inline-block;
  max-width: 80%;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .sort .container .content .left .list li a:before {
  color: #328994;
  font-size: 8px;
  margin-right: 5px;
}
.index .sort .container .content .left .list li a:hover {
  color: #328994;
}
.index .sort .container .content .left .list li .pubtime {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  color: #999;
  position: absolute;
  right: 0;
}
.index .sort .container .content .right {
  float: right;
  width: 925px;
}
.index .sort .container .content .right .dynamic {
  float: left;
  width: 455px;
  height: 320px;
  margin-right: 15px;
}
.index .sort .container .content .right .dynamic .category {
  border-bottom: 2px solid #328994;
  position: relative;
  height: 45px;
}
.index .sort .container .content .right .dynamic .category label {
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  color: #328994;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.index .sort .container .content .right .dynamic .category label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -3px;
  background: #a62121;
}
.index .sort .container .content .right .dynamic .category .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}
.index .sort .container .content .right .dynamic .category .more:hover {
  color: #328994;
}
.index .sort .container .content .right .dynamic .list {
  margin-top: 30px;
}
.index .sort .container .content .right .dynamic .list li {
  height: 35px;
  position: relative;
  padding-left: 10px;
}
.index .sort .container .content .right .dynamic .list li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 16px;
  left: 0;
  background: #ccc;
  border-radius: 50%;
}
.index .sort .container .content .right .dynamic .list li a {
  display: inline-block;
  max-width: 80%;
  line-height: 35px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .sort .container .content .right .dynamic .list li a:hover {
  color: #328994;
}
.index .sort .container .content .right .dynamic .list li .pubtime {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
}
.index .sort .container .content .right .worker {
  float: left;
  width: 455px;
  height: 320px;
}
.index .sort .container .content .right .worker .category {
  border-bottom: 2px solid #328994;
  position: relative;
  height: 45px;
}
.index .sort .container .content .right .worker .category label {
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  color: #328994;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.index .sort .container .content .right .worker .category label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -3px;
  background: #a62121;
}
.index .sort .container .content .right .worker .category .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}
.index .sort .container .content .right .worker .category .more:hover {
  color: #328994;
}
.index .sort .container .content .right .worker .list {
  margin-top: 30px;
}
.index .sort .container .content .right .worker .list li {
  height: 35px;
  position: relative;
  padding-left: 10px;
}
.index .sort .container .content .right .worker .list li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 16px;
  left: 0;
  background: #ccc;
  border-radius: 50%;
}
.index .sort .container .content .right .worker .list li a {
  display: inline-block;
  max-width: 80%;
  line-height: 35px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .sort .container .content .right .worker .list li a:hover {
  color: #328994;
}
.index .sort .container .content .right .worker .list li .pubtime {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
}
.index .sort .container .content .right .students {
  margin-top: 25px;
  float: left;
  width: 100%;
  height: 250px;
}
.index .sort .container .content .right .students .category {
  border-bottom: 2px solid #328994;
  position: relative;
  height: 45px;
}
.index .sort .container .content .right .students .category label {
  font-size: 18px;
  line-height: 43px;
  height: 43px;
  color: #328994;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.index .sort .container .content .right .students .category label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -3px;
  background: #a62121;
}
.index .sort .container .content .right .students .category .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}
.index .sort .container .content .right .students .category .more:hover {
  color: #328994;
}
.index .sort .container .content .right .students .list {
  margin-top: 30px;
}
.index .sort .container .content .right .students .list li {
  width: calc((100% - 25px) / 3);
  height: 175px;
  float: left;
  margin-left: 12px;
}
.index .sort .container .content .right .students .list li:first-child {
  margin-left: 0;
}
.index .sort .container .content .right .students .list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .sort .container .content .right .students .list li a:hover img {
  transform: scale(1.1);
}
.index .sort .container .content .right .students .list li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.index .department {
  margin-top: 45px;
}
.index .department .section {
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
}
.index .department .section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 22px;
  left: 0;
  background: #328994;
}
.index .department .section label {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #328994;
  font-weight: bold;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.index .department .section label .iconfont {
  margin-right: 10px;
}
.index .department .container {
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
  display: inline-block;
}
.index .department .container ul {
  margin-top: 10px;
  display: flex;
}
.index .department .container ul:first-child {
  margin-top: 0;
}
.index .department .container ul li {
  margin-left: 6px;
  text-align: center;
  font-size: 18px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  flex-grow: 1;
  transition: all 0.3s ease;
}
.index .department .container ul li:not(:first-child):hover {
  transform: scale(1.05);
}
.index .department .container ul li:first-child {
  width: 230px;
  margin-left: 0;
  font-size: 20px;
  font-weight: bold;
  flex-grow: 0;
  color: #fff;
}
.index .department .container ul li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index .advertise {
  position: fixed;
  left: 0;
  bottom: 20%;
  z-index: 9;
  background: #fff;
}
.show {
  padding-bottom: 90px;
  background: #e5e5e5;
}
.show .main .list {
  margin-top: 35px;
}
.show .main .list ul li {
  width: 340px;
  height: 245px;
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 3px;
  margin-left: 20px;
  margin-top: 20px;
}
.show .main .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.show .main .list ul li:not(:nth-child(n+4)) {
  margin-top: 0;
}
.show .main .list ul li:hover .poster img {
  transform: scale(1.1);
}
.show .main .list ul li:hover .text {
  transform: translateY(-35px);
}
.show .main .list ul li:hover .text:after {
  transition: all 0.3s ease;
  transition-delay: 0.3s;
  transform: scaleX(1);
}
.show .main .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.show .main .list ul li a .poster {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.show .main .list ul li a .poster img {
  height: 100%;
  display: block;
  margin: auto;
  transition: all 0.3s ease;
}
.show .main .list ul li a .text {
  position: relative;
  height: 80px;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  transition: all 0.3s ease;
}
.show .main .list ul li a .text .title {
  text-align: left;
  line-height: 45px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show .main .list ul li a .text .pubtime {
  text-align: right;
  font-size: 15px;
  line-height: 35px;
  color: #666;
}
.show .main .list ul li a .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #328994;
  transform: scaleX(0);
}
.media {
  padding-bottom: 90px;
  background: #e5e5e5;
}
.media .main .list ul li {
  width: 340px;
  height: 245px;
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 3px;
  margin-left: 20px;
  margin-top: 20px;
}
.media .main .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.media .main .list ul li:not(:nth-child(n+4)) {
  margin-top: 0;
}
.media .main .list ul li:hover a .poster .mask {
  opacity: 1;
}
.media .main .list ul li:hover a .text:after {
  transition: all 0.3s ease;
  transform: scaleX(1);
}
.media .main .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.media .main .list ul li a .poster {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.media .main .list ul li a .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.media .main .list ul li a .poster .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  line-height: 200px;
}
.media .main .list ul li a .poster .mask p {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  color: #fff;
  font-size: 0;
}
.media .main .list ul li a .poster .mask p .iconfont {
  font-size: 35px;
  line-height: 35px;
}
.media .main .list ul li a .poster .mask p label {
  font-size: 14px;
  line-height: 20px;
}
.media .main .list ul li a .poster_leader {
  width: 100%;
  height: 200px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.media .main .list ul li a .poster_leader img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}
.media .main .list ul li a .text {
  position: relative;
  height: 45px;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  transition: all 0.3s ease;
}
.media .main .list ul li a .text .title {
  text-align: left;
  line-height: 45px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media .main .list ul li a .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #328994;
  transform: scaleX(0);
}
.lists {
  padding-bottom: 90px;
  background: #e5e5e5;
}
.lists .main .list {
  background: #fff;
  padding: 0 25px;
  border-radius: 3px;
}
.lists .main .list ul li {
  border-top: 1px dashed #ccc;
  height: 60px;
  position: relative;
}
.lists .main .list ul li:first-child {
  border-top: none;
}
.lists .main .list ul li a {
  display: inline-block;
  max-width: 90%;
  color: #333;
  font-size: 15px;
  line-height: 60px;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lists .main .list ul li a:hover {
  color: #328994;
}
.lists .main .list ul li .pubtime {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  height: 60px;
  color: #999;
  font-size: 15px;
}
.detail {
  background: #e5e5e5;
  padding-bottom: 50px;
}
.detail .title {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.detail .info {
  text-align: center;
  margin: 15px 0;
}
.detail .info span {
  font-size: 14px;
  color: #666;
  margin: 0 5px;
}
.detail .font {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}
.detail .font label {
  cursor: pointer;
}
.detail .font label:hover {
  color: #328994;
}
.detail .content {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
}
.detail .content img,.detail .content iframe {
  max-width: 100%;
}
.detail .content img {height: auto !important;}
.detail .content video {
  max-width: 100%;
  max-height: 800px;
  width: auto;
  height: auto;
}
.detail .handle {
  padding: 20px 0;
}
.detail .handle .pager {
  width: 60%;
  float: left;
}
.detail .handle .pager p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail .handle .pager p a {
  color: inherit;
  font-weight: normal;
}
.detail .handle .pager p a:hover {
  color: #328994;
}
.detail .handle .share {
  width: 40%;
  float: right;
  text-align: right;
}
.detail .handle .share .bdsharebuttonbox,
.detail .handle .share label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.page,
.cover {
  background: #e5e5e5;
  padding-bottom: 50px;
}
.page .content,
.cover .content {
  font-size: 15px;
  color: #666;
  line-height: 2em;
}
.page .content img,
.cover .content img {
  display: block;
  max-width: 100%;
  margin: 1em auto;
}
.page .content .tels li,
.cover .content .tels li {
  width: calc((100% - 25px) / 2);
  height: 240px;
  border: 1px solid #d3eaed;
  float: left;
  margin-top: 20px;
}
.page .content .tels li:nth-child(odd),
.cover .content .tels li:nth-child(odd) {
  margin-right: 25px;
}
.page .content .tels li:not(:nth-child(n+3)),
.cover .content .tels li:not(:nth-child(n+3)) {
  margin-top: 0;
}
.page .content .tels li .title,
.cover .content .tels li .title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #328994;
  padding: 0 25px;
  background: #d3eaed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .content .tels li .wrap,
.cover .content .tels li .wrap {
  width: 100%;
  height: 195px;
  overflow-y: auto;
  padding: 25px;
}
.page .content .tels li .wrap::-webkit-scrollbar,
.cover .content .tels li .wrap::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.page .content .tels li .wrap::-webkit-scrollbar-thumb,
.cover .content .tels li .wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #328994;
}
.page .content .tels li .wrap::-webkit-scrollbar-track,
.cover .content .tels li .wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.page .content .tels li .wrap p,
.cover .content .tels li .wrap p {
  font-size: 15px;
  color: #333;
  line-height: 28px;
}
.page .content .contact .info,
.cover .content .contact .info {
  padding-bottom: 35px;
  border-bottom: 1px dashed #ccc;
}
.page .content .contact .info .left,
.cover .content .contact .info .left {
  width: calc(100% - 410px);
  height: 300px;
  float: left;
}
.page .content .contact .info .left .list li,
.cover .content .contact .info .left .list li {
  width: 100%;
  height: 45px;
  border: 1px solid #d3eaed;
  margin-top: 6px;
  font-size: 0;
}
.page .content .contact .info .left .list li:first-child,
.cover .content .contact .info .left .list li:first-child {
  margin-top: 0;
}
.page .content .contact .info .left .list li .title,
.cover .content .contact .info .left .list li .title {
  display: inline-block;
  width: 160px;
  color: #328994;
  background: #d3eaed;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .content .contact .info .left .list li .title .iconfont,
.cover .content .contact .info .left .list li .title .iconfont {
  font-size: 27px;
  line-height: 43px;
  margin-right: 10px;
}
.page .content .contact .info .left .list li .title label,
.cover .content .contact .info .left .list li .title label {
  font-size: 16px;
  line-height: 43px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.page .content .contact .info .left .list li .description,
.cover .content .contact .info .left .list li .description {
  display: inline-block;
  width: calc(100% - 160px);
  height: 43px;
  line-height: 43px;
  color: #333;
  font-size: 16px;
  padding: 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .content .contact .info .right,
.cover .content .contact .info .right {
  width: 385px;
  height: 300px;
  float: right;
  border: 1px solid #d3eaed;
}
.page .content .contact .info .right .title,
.cover .content .contact .info .right .title {
  height: 45px;
  padding: 0 15px;
  background: #d3eaed;
  color: #328994;
}
.page .content .contact .info .right .title label,
.cover .content .contact .info .right .title label {
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.page .content .contact .info .right .title .iconfont,
.cover .content .contact .info .right .title .iconfont {
  font-size: 27px;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page .content .contact .info .right .wrap,
.cover .content .contact .info .right .wrap {
  min-height: 255px;
  padding: 30px;
}
.page .content .contact .info .right .wrap ul,
.cover .content .contact .info .right .wrap ul {
  font-size: 0;
}
.page .content .contact .info .right .wrap ul li,
.cover .content .contact .info .right .wrap ul li {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.page .content .contact .info .right .wrap ul li .qrcode,
.cover .content .contact .info .right .wrap ul li .qrcode {
  width: 134px;
  height: 134px;
  margin: 0 auto;
}
.page .content .contact .info .right .wrap ul li .qrcode img,
.cover .content .contact .info .right .wrap ul li .qrcode img {
  width: 100%;
  height: 100%;
}
.page .content .contact .info .right .wrap ul li p,
.cover .content .contact .info .right .wrap ul li p {
  font-size: 14px;
  color: #999;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .content .contact .map,
.cover .content .contact .map {
  padding-top: 30px;
}
.page .content .contact .map .title,
.cover .content .contact .map .title {
  font-size: 16px;
  font-weight: bold;
  color: #328994;
  line-height: 43px;
  height: 45px;
}
.page .content .contact .map .title label,
.cover .content .contact .map .title label {
  font-size: 16px;
  line-height: 45px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.page .content .contact .map .title .iconfont,
.cover .content .contact .map .title .iconfont {
  margin-right: 10px;
  font-size: 27px;
  font-weight: normal;
  line-height: 45px;
}
.page .content .contact .map #dituContent,
.cover .content .contact .map #dituContent {
  width: 100%;
  height: 500px;
}
.page .content .contact .map #dituContent img,
.cover .content .contact .map #dituContent img {
  max-width: unset;
  margin: 0;
  display: inline-block;
}
.page .content .contact .map #dituContent .iw_poi_title,
.cover .content .contact .map #dituContent .iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.page .content .contact .map #dituContent .iw_poi_content,
.cover .content .contact .map #dituContent .iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
.form {
  background: #e5e5e5;
  padding-bottom: 50px;
}
.form .container form .item {
  font-size: 0;
  margin-top: 60px;
}
.form .container form .item:nth-child(2) {
  margin-top: 0;
}
.form .container form .item:last-child {
  text-align: center;
}
.form .container form .item .title {
  font-size: 18px;
  font-weight: bold;
  color: #328994;
}
.form .container form .item ul {
  margin-top: 20px;
}
.form .container form .item ul li {
  font-size: 0;
  margin-top: 15px;
}
.form .container form .item ul li:first-child {
  margin-top: 0;
}
.form .container form .item ul li label {
  font-size: 15px;
  color: #333;
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  line-height: 35px;
}
.form .container form .item ul li label i {
  font-style: normal;
  color: red;
}
.form .container form .item ul li span {
  font-size: 15px;
  line-height: 35px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.form .container form .item ul li input[type=text] {
  border: 1px solid #ccc;
  outline: none;
  line-height: 35px;
  font-size: 15px;
  color: #666;
  padding: 0 15px;
  width: 375px;
  border-radius: 3px;
  vertical-align: top;
}
.form .container form .item ul li input[name=file] {
  width: 262px;
}
.form .container form .item ul li .upload-btn {
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  border-radius: 5px;
  background: #1e5259;
  margin-left: 10px;
  cursor: pointer;
}
.form .container form .item ul li input[type=radio] {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  margin-right: 5px;
}
.form .container form .item ul li select {
  width: 375px;
  height: 35px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #666;
  padding: 0 10px;
  font-size: 15px;
  appearance: none;
  -webkit-appearnce: none;
  background: url(../images/triangle_default.png) no-repeat 95% center / 10px 10px;
}
.form .container form .item ul li textarea {
  width: 375px;
  height: 300px;
  border-radius: 3px;
  border: 1px solid #ccc;
  outline: none;
  display: inline-block;
  vertical-align: top;
  resize: none;
  padding: 0 15px;
  font-size: 15px;
  line-height: 2em;
  color: #666;
  font-family: "Microsoft YaHei";
}
.form .container form .item ul li .code[type=text] {
  width: 260px;
}
.form .container form .item ul li img {
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.form .container form .item input[type=submit],
.form .container form .item input[type=reset] {
  width: 120px;
  height: 35px;
  color: #fff;
  background: #328994;
  font-size: 15px;
  outline: none;
  text-align: center;
  line-height: 35px;
  border: none;
  margin: 0 13px;
  cursor: pointer;
}
.form .container form .item input[type=reset] {
  background: #a62121;
}
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  .inner {
    width: 1240px;
  }
  .aside {
    width: 280px;
  }
  .aside .category {
    height: 91px;
    line-height: 91px;
    font-size: 34px;
  }
  .main {
    width: 940px;
  }
  .main .category {
    height: 92px;
  }
  .main .category p {
    line-height: 92px;
  }
  .footer .info .top {
    height: auto;
  }
  .footer .info .top .left {
    padding-top: 0;
  }
  .footer .info .top .left .list {
    padding-top: 10px;
  }
  .footer .info .top .left .list ul li {
    width: 50%;
    margin-left: 0;
  }
  .index .navigator {
    height: 125px;
  }
  .index .navigator ul li {
    width: 177px;
  }
  .index .navigator ul li a {
    line-height: 125px;
  }
  .index .navigator ul li a .iconfont {
    font-size: 45px;
    margin-right: 12px;
  }
  .index .navigator ul li a span {
    font-size: 18px;
  }
  .index .campus #news {
    width: 665px;
    height: 430px;
  }
  .index .campus .list {
    width: 550px;
    height: 430px;
  }
  .index .campus .list .stick li a .text {
    width: 305px;
  }
  .index .campus .list .news-list li {
    height: 37px;
  }
  .index .campus .list .news-list li:nth-child(n+6) {
    display: none;
  }
  .index .campus .list .news-list li a,
  .index .campus .list .news-list li .pubtime {
    line-height: 37px;
  }
  .index .area .left {
    width: 345px;
    height: 570px;
  }
  .index .area .right {
    width: 870px;
    height: 570px;
  }
  .index .area .right .list {
    margin-top: 15px;
  }
  .index .area .right .list .top li {
    width: 425px;
    height: 200px;
  }
  .index .area .right .list .top li:first-child {
    margin-right: 20px;
  }
  .index .area .right .list .bottom {
    margin-top: 30px;
  }
  .index .area .right .list .bottom li:nth-child(n+13) {
    display: inline-block;
  }
  .index .sort .container .content .left {
    width: 390px;
  }
  .index .sort .container .content .right {
    width: 820px;
  }
  .index .sort .container .content .right .dynamic {
    width: 400px;
    margin-right: 20px;
  }
  .index .sort .container .content .right .worker {
    width: 400px;
  }
  .lists {
    padding-bottom: 35px;
  }
  .media,
  .show {
    padding-bottom: 35px;
  }
  .media .main .list ul li,
  .show .main .list ul li {
    margin-left: 12.5px;
    width: 305px;
    height: 245px;
  }
  .media .main .list ul li a .poster,
  .show .main .list ul li a .poster {
    height: 180px;
  }
  .page .content .contact .info .left {
    width: calc(100% - 390px);
  }
  .page .content .contact .info .left .list li .title {
    width: 145px;
  }
  .page .content .contact .info .left .list li .description {
    width: calc(100% - 145px);
    font-size: 15px;
    padding: 0 10px;
  }
  .page .content .contact .info .right {
    width: 365px;
  }
  .page .content .contact .info .right .wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .inner {
    width: 980px;
  }
  .header .navbar .inner > ul > li > a {
    padding: 0 17px;
    font-size: 15px;
  }
  .aside {
    width: 225px;
  }
  .aside .category {
    height: 73px;
    font-size: 35px;
    line-height: 73px;
  }
  .main {
    width: 740px;
  }
  .main .category {
    height: 75px;
  }
  .main .category p {
    line-height: 75px;
  }
  .footer .info .top {
    height: auto;
  }
  .footer .info .top .left {
    padding-top: 0;
  }
  .footer .info .top .left .list ul li {
    float: none;
    margin-left: 0;
  }
  .footer .info .top .right {
    margin-top: 30px;
  }
  .index .navigator ul li {
    width: 140px;
  }
  .index .navigator ul li a {
    line-height: 70px;
    vertical-align: middle;
  }
  .index .navigator ul li a .iconfont {
    line-height: 40px;
    font-size: 40px;
    vertical-align: bottom;
    margin-right: 0;
  }
  .index .navigator ul li a span {
    display: block;
    margin: 0 auto;
    line-height: 30px;
  }
  .index .campus #news {
    width: 525px;
    height: 340px;
  }
  .index .campus .list {
    width: 435px;
    height: 340px;
  }
  .index .campus .list .stick {
    margin: 15px 0;
  }
  .index .campus .list .stick li a .text {
    width: 195px;
  }
  .index .campus .list .stick li a .text .title {
    -webkit-line-clamp: 4;
  }
  .index .campus .list .stick li a .text .description {
    display: none;
  }
  .index .campus .list .stick li a .text .pubtime {
    line-height: 15px;
  }
  .index .campus .list .news-list li:nth-child(n+4) {
    display: none;
  }
  .index .area .left {
    width: 270px;
  }
  .index .area .left .login form {
    padding: 20px;
    height: 195px;
  }
  .index .area .left .login form input[type=text],
  .index .area .left .login form input[type=password] {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .index .area .left .login form button[type=submit] {
    height: 35px;
    line-height: 35px;
  }
  .index .area .right {
    width: 690px;
  }
  .index .area .right .list .top li {
    width: 340px;
    height: 160px;
  }
  .index .area .right .list .top li:first-child {
    margin-right: 10px;
  }
  .index .area .right .list .top li a {
    height: 160px;
  }
  .index .sort .container .content .left {
    width: 310px;
    height: 520px;
  }
  .index .sort .container .content .left #sortNews {
    height: 175px;
  }
  .index .sort .container .content .right {
    width: 645px;
  }
  .index .sort .container .content .right .dynamic {
    width: 315px;
  }
  .index .sort .container .content .right .worker {
    width: 315px;
  }
  .index .sort .container .content .right .students {
    margin-top: 0;
    height: 195px;
  }
  .index .sort .container .content .right .students .list li {
    height: 120px;
  }
  .index .department .container ul li:first-child {
    width: 135px;
  }
  .lists .main .list ul li a {
    max-width: 85%;
  }
  .media,
  .show {
    padding-bottom: 20px;
  }
  .media .main .list,
  .show .main .list {
    margin-top: 20px;
  }
  .media .main .list ul li,
  .show .main .list ul li {
    width: 360px;
    height: 245px;
  }
  .media .main .list ul li:nth-child(3n+1),
  .show .main .list ul li:nth-child(3n+1) {
    margin-left: 20px;
  }
  .media .main .list ul li:nth-child(odd),
  .show .main .list ul li:nth-child(odd) {
    margin-left: 0;
  }
  .media .main .list ul li:nth-child(n+3),
  .show .main .list ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .media .main .list ul li a .poster,
  .show .main .list ul li a .poster {
    height: 212px;
  }
  .page .content .tels li .wrap {
    padding: 13px;
  }
  .page .content .contact .info .left {
    width: calc(100% - 335px);
  }
  .page .content .contact .info .left .list li .title {
    font-size: 15px;
    padding: 0 10px;
    width: 100px;
  }
  .page .content .contact .info .left .list li .title .iconfont {
    display: none;
  }
  .page .content .contact .info .left .list li .description {
    width: calc(100% - 100px);
    font-size: 15px;
    padding: 0 8px;
  }
  .page .content .contact .info .right {
    width: 320px;
  }
  .page .content .contact .info .right .wrap {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  header,
  footer {
    display: block;
  }
  .header,
  .footer {
    display: none;
  }
  body {
    padding-top: 50px;
  }
  .aside {
    width: 100%;
    display: none;
  }
  .aside .category {
    height: auto;
    font-size: 28px;
  }
  .aside .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .aside .list li {
    text-align: center;
    border: 2px solid #e5e5e5;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
  .aside .list li a {
    padding: 0 10px;
    font-size: 15px;
    border-radius: 4px;
  }
  .aside .list li a .iconfont {
    display: none;
  }
  .main {
    width: 100%;
    margin-top: 10px;
  }
  .main .category {
    height: 50px;
    background-size: cover;
  }
  .main .category p {
    line-height: 50px;
  }
  .banner .banner-pagination {
    text-align: center;
    bottom: 0;
  }
  .banner .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .pagination {
    height: auto;
    padding: 0;
  }
  .pagination a {
    margin-bottom: 10px;
  }
  .index .navigator {
    margin-top: 10px;
    height: auto;
    background: none;
  }
  .index .navigator ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .index .navigator ul li {
    width: 25%;
    height: 70px;
  }
  .index .navigator ul li:after,
  .index .navigator ul li:before {
    display: none;
  }
  .index .navigator ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    line-height: unset;
    color: #fff;
    background: #328994;
    border: 1px solid #fff;
  }
  .index .navigator ul li a .iconfont {
    line-height: unset;
    margin-right: 0;
    font-size: 30px;
  }
  .index .navigator ul li a span {
    font-size: 15px;
  }
  .index .campus {
    padding-top: 10px;
  }
  .index .adlink{margin-bottom: 10px;}
  .index .campus #news {
    width: 100%;
    height: auto;
  }
  .index .campus #news .swiper-slide .wrap img {
    height: auto;
    width: 100%;
  }
  .index .campus #news .swiper-slide .wrap .mask .title {
    max-width: 70%;
  }
  .index .campus #news .news-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    margin: 0 3px;
  }
  .index .campus .list {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .index .campus .list .stick {
    margin-bottom: 10px;
  }
  .index .campus .list .stick li {
    height: auto;
  }
  .index .campus .list .stick li a {
    padding: 0;
    background: none;
  }
  .index .campus .list .stick li a .picture {
    width: 120px;
    height: 80px;
  }
  .index .campus .list .stick li a .text {
    width: calc(100% - 130px);
    height: auto;
  }
  .index .campus .list .stick li a .text .title {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: justify;
  }
  .index .campus .list .stick li a .text .description {
    display: none;
  }
  .index .campus .list .stick li a .text .pubtime {
    line-height: 38px;
  }
  .index .campus .list .news-list li a {
    max-width: 75%;
  }
  .index .area {
    margin-top: 20px;
    width: 100%;
  }
  .index .area .left {
    width: 100%;
  }
  .index .area .left .login form {
    padding: 20px;
    height: auto;
  }
  .index .area .right {
    width: 100%;
    margin-top: 20px;
  }
  .index .area .right .category .tab li {
    font-size: 17px;
    width: 80px;
  }
  .index .area .right .list .top li {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .index .area .right .list .top li:first-child {
    margin-right: 0;
    margin-top: 0;
  }
  .index .area .right .list .top li a img {
    width: 100%;
    height: auto;
  }
  .index .area .right .list .bottom {
    margin-top: 20px;
  }
  .index .area .right .list .bottom li {
    width: 100%;
  }
  .index .area .right .list .bottom li:nth-child(n+6) {
    display: none;
  }
  .index .sort {
    margin-top: 20px;
  }
  .index .sort .container .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .index .sort .container .tabs li {
    width: 25%;
    border: 2px solid #fff;
    font-size: 17px;
    margin: 0;
  }
  .index .sort .container .content {
    margin-top: 20px;
  }
  .index .sort .container .content .left {
    width: 100%;
    height: auto;
  }
  .index .sort .container .content .left .swiper-container {
    width: 100%;
    height: 237px;
  }
  .index .sort .container .content .left .swiper-container .wrap img {
    width: 100%;
    height: auto;
  }
  .index .sort .container .content .left .list {
    margin-top: 20px;
  }
  .index .sort .container .content .right {
    width: 100%;
  }
  .index .sort .container .content .right .dynamic {
    width: 100%;
    height: auto;
  }
  .index .sort .container .content .right .dynamic .list {
    margin-top: 20px;
  }
  .index .sort .container .content .right .worker {
    width: 100%;
    height: auto;
  }
  .index .sort .container .content .right .worker .list {
    margin-top: 20px;
  }
  .index .sort .container .content .right .students {
    margin-top: 0;
    height: auto;
  }
  .index .sort .container .content .right .students .list {
    margin-top: 20px;
  }
  .index .sort .container .content .right .students .list li {
    height: auto;
  }
  .index .sort .container .content .right .students .list li a img {
    height: auto;
    width: 100%;
  }
  .index .department {
    margin-top: 20px;
  }
  .index .department .container {
    margin: 20px 0;
  }
  .index .department .container ul {
    flex-wrap: wrap;
  }
  .index .department .container ul li {
    font-size: 17px;
    height: 50px;
    margin-top: 10px;
    color: #fff;
    margin-left: 0;
  }
  .index .department .container ul li:first-child {
    width: 100%;
    margin-top: 0;
  }
  .index .department .container ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  .lists {
    padding-bottom: 10px;
  }
  .lists .main .list {
    margin-top: 0;
    padding: 0 8px;
  }
  .lists .main .list ul li a {
    max-width: 75%;
  }
  .media,
  .show {
    padding-bottom: 10px;
  }
  .media .main .list,
  .show .main .list {
    margin-top: 0;
  }
  .media .main .list ul li,
  .show .main .list ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .media .main .list ul li:not(:nth-child(n+4)),
  .show .main .list ul li:not(:nth-child(n+4)) {
    margin-top: 10px;
  }
  .media .main .list ul li:first-child,
  .show .main .list ul li:first-child {
    margin-top: 0;
  }
  .detail,
  .page,
  .cover {
    padding-bottom: 10px;
  }
  .detail .main .container,
  .page .main .container,
  .cover .main .container {
    padding: 8px;
  }
  .detail .main .container .title,
  .page .main .container .title,
  .cover .main .container .title {
    max-width: 90%;
    font-size: 17px;
    margin: 0 auto;
  }
  .detail .main .container h1.title,
  .page .main .container h1.title,
  .cover .main .container h1.title {
    margin-top: 10px;
  }
  .detail .main .container .info,
  .page .main .container .info,
  .cover .main .container .info {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .detail .main .container .info span:last-child,
  .page .main .container .info span:last-child,
  .cover .main .container .info span:last-child {
    font-size: 15px;
  }
  .detail .main .container .font,
  .page .main .container .font,
  .cover .main .container .font {
    margin-top: 10px;
  }
  .detail .main .container .content .tels li,
  .page .main .container .content .tels li,
  .cover .main .container .content .tels li {
    width: 100%;
    height: auto;
  }
  .detail .main .container .content .tels li:nth-child(odd),
  .page .main .container .content .tels li:nth-child(odd),
  .cover .main .container .content .tels li:nth-child(odd) {
    margin-right: 0;
  }
  .detail .main .container .content .tels li:not(:first-child),
  .page .main .container .content .tels li:not(:first-child),
  .cover .main .container .content .tels li:not(:first-child) {
    margin-top: 10px;
  }
  .detail .main .container .content .tels li .title,
  .page .main .container .content .tels li .title,
  .cover .main .container .content .tels li .title {
    max-width: 100%;
  }
  .detail .main .container .content .tels li .wrap,
  .page .main .container .content .tels li .wrap,
  .cover .main .container .content .tels li .wrap {
    height: auto;
  }
  .detail .main .container .content .contact .info,
  .page .main .container .content .contact .info,
  .cover .main .container .content .contact .info {
    padding-bottom: 20px;
  }
  .detail .main .container .content .contact .info .left,
  .page .main .container .content .contact .info .left,
  .cover .main .container .content .contact .info .left {
    width: 100%;
  }
  .detail .main .container .content .contact .info .left ul li .title,
  .page .main .container .content .contact .info .left ul li .title,
  .cover .main .container .content .contact .info .left ul li .title {
    padding: 0 5px;
    width: 100px;
  }
  .detail .main .container .content .contact .info .left ul li .title label,
  .page .main .container .content .contact .info .left ul li .title label,
  .cover .main .container .content .contact .info .left ul li .title label {
    font-size: 15px;
  }
  .detail .main .container .content .contact .info .left ul li .title .iconfont,
  .page .main .container .content .contact .info .left ul li .title .iconfont,
  .cover .main .container .content .contact .info .left ul li .title .iconfont {
    font-size: 20px;
    margin-right: 5px;
  }
  .detail .main .container .content .contact .info .left ul li .description,
  .page .main .container .content .contact .info .left ul li .description,
  .cover .main .container .content .contact .info .left ul li .description {
    width: calc(100% - 100px);
    padding: 0 5px;
    font-size: 15px;
  }
  .detail .main .container .content .contact .info .right,
  .page .main .container .content .contact .info .right,
  .cover .main .container .content .contact .info .right {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
  .detail .main .container .content .contact .info .right .title,
  .page .main .container .content .contact .info .right .title,
  .cover .main .container .content .contact .info .right .title {
    max-width: 100%;
  }
  .detail .main .container .content .contact .info .right .wrap,
  .page .main .container .content .contact .info .right .wrap,
  .cover .main .container .content .contact .info .right .wrap {
    padding: 8px;
    height: auto;
    min-height: unset;
  }
  .detail .main .container .content .contact .info .right .wrap ul li p,
  .page .main .container .content .contact .info .right .wrap ul li p,
  .cover .main .container .content .contact .info .right .wrap ul li p {
    line-height: 25px;
  }
  .detail .main .container .content .contact .map,
  .page .main .container .content .contact .map,
  .cover .main .container .content .contact .map {
    padding-top: 20px;
  }
  .detail .main .container .content .contact .map #dituContent,
  .page .main .container .content .contact .map #dituContent,
  .cover .main .container .content .contact .map #dituContent {
    height: 290px;
  }
  .detail .main .container .handle,
  .page .main .container .handle,
  .cover .main .container .handle {
    padding: 10px 0;
  }
  .detail .main .container .handle .pager,
  .page .main .container .handle .pager,
  .cover .main .container .handle .pager {
    width: 100%;
  }
  .detail .main .container .handle .share,
  .page .main .container .handle .share,
  .cover .main .container .handle .share {
    width: 100%;
    text-align: left;
  }
  .form {
    padding-bottom: 10px;
  }
  .form .main .container {
    margin-top: 0;
    padding: 15px;
  }
  .form .main .container .item {
    margin-top: 25px;
  }
  .form .main .container .item ul li input[type=text],
  .form .main .container .item ul li select {
    width: calc(100% - 80px);
  }
  .form .main .container .item ul li label {
    margin-right: 10px;
  }
  .form .main .container .item ul li textarea {
    width: 100%;
    height: 170px;
  }
  .form .main .container .item ul li .code[type=text],
  .form .main .container .item ul li input[name=file] {
    width: 125px;
  }
}
