.clear {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}
.transi {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.text-line {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #e84b2e;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header {
  width: 100%;
  position: relative;
  z-index: 1000;
}
#header .bg-img {
  width: 100%;
  height: 130px;
  display: block;
}
#header .header-top {
  width: 1100px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .header-top .header-top-container {
  float: left;
}
#header .header-top .logo {
  height: 55px;
  margin-top: 40px;
  float: left;
}
#header .header-top .line {
  float: left;
  width: 2px;
  height: 50px;
  background: #fff;
  margin: 40px 34px;
}
#header .header-top .text {
  font-size: 20px;
  line-height: 130px;
  color: #fff;
}
#header .header-top .search-container {
  float: right;
  position: relative;
  height: 28px;
  margin-top: 50px;
}
#header .header-top .search-container .search-inp {
  display: block;
  width: 168px;
  height: 28px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  padding: 0 24px 0 10px;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .header-top .search-container .search-inp:focus {
  width: 300px;
}
#header .header-top .search-container ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
#header .header-top .search-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
#header .header-top .search-container :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
#header .header-top .search-container .submit-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
#header .header-top .search-container .submit-button .icon-search {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .header-top .search-container .submit-button .icon-search:hover {
  color: #e84b2e;
}
#header .nav {
  width: 100%;
  height: 50px;
  background: #e6e6e6;
}
#header .nav .nav-list {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
}
#header .nav .nav-list .nav-item {
  float: left;
  position: relative;
  width: 110px;
}
#header .nav .nav-list .nav-item:first-child {
  margin-left: 0;
}
#header .nav .nav-list .nav-item:last-child {
  margin-right: 0;
}
#header .nav .nav-list .nav-item:hover .nav-link {
  color: #e84b2e;
  background: #fff;
}
#header .nav .nav-list .nav-item:hover .iconfont {
  color: #e84b2e;
}
#header .nav .nav-list .nav-item.active .nav-link {
  color: #e84b2e;
}
#header .nav .nav-list .nav-item .nav-link {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .nav .nav-list .nav-item .iconfont {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 19px;
  right: -14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#header .nav .nav-list .nav-item .iconfont.icon-sanjiaoxia {
  display: block;
}
#header .nav .nav-list .nav-item .iconfont.icon-right {
  display: none;
}
@media screen and (min-width: 769px) {
  .the-menu {
    display: none;
  }
  .header-top .search-container .mobile-icon {
    display: none;
  }
  #header .nav .nav-list .nav-item .icon-right {
    display: none;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild:hover .nav-child-list {
    padding: 12px 0;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild:hover .nav-child-list .nav-child-item {
    height: 36px;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list {
    width: 110px;
    background: #e6e6e6;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 6px transparent dashed;
    border-left: 6px transparent dashed;
    border-top: 6px transparent dashed;
    border-bottom: 6px #e6e6e6 solid;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item:hover {
    background: #e84b2e;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item:hover .nav-child-link {
    color: #fff;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item .nav-child-link {
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 2.2rem;
    font-size: initial;
  }
  #header .bg-img {
    width: 100%;
    height: 2.2rem;
    display: block;
  }
  #header .header-top {
    width: 100%;
    height: 2.2rem;
  }
  #header .header-top .the-menu {
    position: absolute;
    font-size: 0.85rem;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 2.4rem;
    text-align: center;
    color: #e84b2e;
    z-index: 1999;
    display: none;
  }
  #header .header-top .header-top-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header .header-top .logo {
    height: 0.9rem;
    margin-top: 0.8rem;
  }
  #header .header-top .line {
    width: 1px;
    height: 0.9rem;
    margin: 0 0.6rem;
    margin-top: 0.8rem;
  }
  #header .header-top .text {
    font-size: 0.75rem;
    line-height: 2.2rem;
    position: relative;
    top: 0.1rem;
  }
  #header .header-top .search-container {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: none;
  }
  #header .header-top .search-container .search-mask {
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.95);
  }
  #header .header-top .search-container .search-mask.mask-down {
    height: 100vh;
  }
  #header .header-top .search-container .search-inp {
    width: 100%;
    border-radius: 0;
    position: absolute;
    top: 2.2rem;
    height: 0;
    border: none;
    color: #333;
  }
  #header .header-top .search-container .search-inp:focus {
    width: 100%;
  }
  #header .header-top .search-container .search-inp.inp-down {
    height: 2rem;
    border: 1px solid #eb5f45;
  }
  #header .header-top .search-container ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
  }
  #header .header-top .search-container ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
  }
  #header .header-top .search-container :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
  }
  #header .header-top .search-container .submit-button {
    display: none;
  }
  #header .header-top .search-container .icon-search {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    font-size: 1rem;
    color: #e84b2e;
  }
  #header .nav {
    height: auto;
    background: none;
  }
  #header .nav .nav-list {
    width: 0;
    height: auto;
    padding: 0.75rem 0;
    background: rgba(235, 95, 69, 0.9);
    position: absolute;
    left: 0;
    top: 2.2rem;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .nav .nav-list.open {
    width: 5.5rem;
    overflow: inherit;
  }
  #header .nav .nav-list .nav-item {
    margin: 0;
    height: 2rem;
    float: inherit;
  }
  #header .nav .nav-list .nav-item .nav-link {
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  #header .nav .nav-list .nav-item .iconfont {
    font-size: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.3rem;
  }
  #header .nav .nav-list .nav-item .iconfont.icon-sanjiaoxia {
    display: none;
  }
  #header .nav .nav-list .nav-item .iconfont.icon-right {
    display: block;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild.open .nav-child-list {
    width: 5.5rem;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list {
    width: 0;
    position: absolute;
    top: 0;
    left: 5.5rem;
    background: rgba(235, 95, 69, 0.9);
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item {
    height: 2rem;
  }
  #header .nav .nav-list .nav-item.nav-item-haschild .nav-child-list .nav-child-item .nav-child-link {
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
  }
}
#footer {
  width: 100%;
  height: 180px;
  background: #333232;
  overflow: hidden;
  margin-top: 1vh;
}
#footer .footer-container {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
}
#footer .footer-container .content.content-1 {
  float: left;
  margin-right: 70px;
}
#footer .footer-container .content.content-2 {
  float: left;
}
#footer .footer-container .content.content-3 {
  float: right;
}
#footer .footer-container .content.content-3 .wechat-container {
  float: left;
  margin-left: 25px;
}
#footer .footer-container .content.content-3 .wechat-container img {
  display: block;
  width: 80px;
  height: 80px;
}
#footer .footer-container .content.content-3 .wechat-container p {
  color: #bdbcbc;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
}
#footer .footer-container .content > p {
  color: #bdbcbc;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
  }
  #footer .footer-container {
    width: 100%;
    padding: 0 0.75rem;
    padding-top: 0.7rem;
  }
  #footer .footer-container .content {
    margin-bottom: 1rem;
  }
  #footer .footer-container .content.content-1 {
    width: 100%;
    margin-right: 0;
  }
  #footer .footer-container .content.content-2 {
    width: 100%;
  }
  #footer .footer-container .content.content-3 {
    float: left;
  }
  #footer .footer-container .content.content-3 .wechat-container {
    margin-left: 0;
    margin-right: 1rem;
    text-align: center;
  }
  #footer .footer-container .content.content-3 .wechat-container img {
    display: inline-block;
    width: 3rem;
    height: 3rem;
  }
  #footer .footer-container .content.content-3 .wechat-container p {
    font-size: 12px;
    margin-top: 0.3rem;
  }
  #footer .footer-container .content > p {
    font-size: 12px;
  }
}
.index {
  width: 100%;
}
.index .banner {
  width: 1100px;
  height: 371px;
  padding-bottom: 5px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.index .banner .banner-list {
  width: 100%;
  height: 350px;
  overflow-y: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .banner .banner-list .banner-item {
  width: 1100px;
  height: 350px;
  position: relative;
  float: left;
  overflow: hidden;
}
.index .banner .banner-list .banner-item .banner-img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index .banner .banner-control {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
}
.index .banner .banner-control::after {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}
.index .banner .banner-control li {
  width: 26px;
  height: 5px;
  border-radius: 4px;
  background: #e2e2e2;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .banner .banner-control li:last-child {
  margin-right: 0;
}
.index .banner .banner-control li:hover {
  background: #e84b2e;
  -webkit-box-shadow: 0 0 5px rgba(232, 75, 46, 0.7);
  box-shadow: 0 0 5px rgba(232, 75, 46, 0.7);
}
.index .banner .banner-control li.active {
  background: #e84b2e;
  -webkit-box-shadow: 0 0 5px rgba(232, 75, 46, 0.7);
  box-shadow: 0 0 5px rgba(232, 75, 46, 0.7);
}
.index .row-container {
  width: 1100px;
  margin: 60px auto;
  height: 290px;
}
.index .row-container::after {
  content: '';
  visibility: hidden;
  display: block;
  clear: both;
}
.index .row-container .col-container {
  width: 520px;
}
.index .slide-banner {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.index .slide-banner .slide-banner-list {
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .slide-banner .slide-banner-list .banner-item {
  position: relative;
  width: 580px;
  height: 290px;
  float: left;
}
.index .slide-banner .slide-banner-list .banner-item .img-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.index .slide-banner .slide-banner-list .banner-item .img-container .banner-img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index .slide-banner .slide-banner-list .banner-item .text-container {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 100px 0 20px;
}
.index .slide-banner .slide-banner-list .banner-item .text-container .banner-text {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  line-height: 40px;
}
.index .slide-banner .slide-control {
  position: absolute;
  bottom: 14px;
  right: 20px;
}
.index .slide-banner .slide-control .slide-control-item {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 8px;
  cursor: pointer;
}
.index .slide-banner .slide-control .slide-control-item:last-of-type {
  margin-right: 0;
}
.index .slide-banner .slide-control .slide-control-item.active {
  background: #fff;
}
.index .float-1 {
  float: left;
}
.index .float-2 {
  float: right;
}
.index .common-title {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #9fa0a0;
}
.index .common-title ._title {
  font-size: 16px;
  font-weight: 600;
}
.index .common-title .more {
  font-size: 16px;
  position: relative;
  top: 2px;
  float: right;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .common-title .more:hover {
  color: #e84b2e;
}
.index .common-list .news-item {
  margin-bottom: 15px;
}
.index .common-list .news-item:last-child {
  margin-bottom: 0;
}
.index .common-list .news-item .news-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .common-list .news-item .news-link:hover {
  background: #e84b2e;
  padding: 0 5px;
}
.index .common-list .news-item .news-link:hover .iconfont {
  width: 20px;
  margin-right: 10px;
}
.index .common-list .news-item .news-link:hover .news-date {
  color: #fff;
}
.index .common-list .news-item .news-link:hover .news-item-title {
  color: #fff;
}
.index .common-list .news-item .news-link .iconfont {
  width: 0;
  overflow: hidden;
  float: left;
  font-size: 20px;
  color: #fff;
  margin-right: 0;
  line-height: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .common-list .news-item .news-link .news-item-title {
  float: left;
  width: 440px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 32px;
  color: #333;
  font-size: 14px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .common-list .news-item .news-link .news-date {
  float: right;
  line-height: 32px;
  font-size: 14px;
  color: #9fa0a0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .common-list.notice-list .news-item .news-link:hover {
  background: #f7f8f8;
  padding: 0;
  border-bottom: 1px solid #e84b2e;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.index .common-list.notice-list .news-item .news-link:hover .news-date {
  background: #e84b2e;
  color: #fff;
}
.index .common-list.notice-list .news-item .news-link:hover .news-item-title {
  color: #e84b2e;
}
.index .common-list.notice-list .news-item .news-link .iconfont {
  display: none;
}
.index .common-list.notice-list .news-item .news-link .news-item-title {
  float: right;
}
.index .common-list.notice-list .news-item .news-link .news-date {
  float: left;
  background: #e6e6e6;
  border-radius: 3px;
  width: 64px;
  height: 100%;
  text-align: center;
  color: #333;
}
.index .pt {
  width: 100%;
  height: 200px;
  background: #f7f7f7;
  margin-bottom: 60px;
  margin-top: 90px;
}
.index .pt .title-box {
  width: 150px;
  height: 36px;
  background: #e84b2e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e94f31), to(#f65b36));
  background: linear-gradient(#e94f31, #f65b36);
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -18px;
  margin: 0 auto;
}
.index .pt .pt-list {
  width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}
.index .pt .pt-list .pt-item {
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
}
.index .pt .pt-list .pt-item:last-child {
  margin-right: 0;
}
.index .pt .pt-list .pt-item:hover > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f55b35), to(#e84e30));
  background: linear-gradient(#f55b35, #e84e30);
}
.index .pt .pt-list .pt-item:hover .iconfont {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.index .pt .pt-list .pt-item:hover .pt-text {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.index .pt .pt-list .pt-item > a {
  display: inline-block;
  width: 240px;
  height: 80px;
  border-radius: 10px;
  position: relative;
  white-space: nowrap;
  padding-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .pt .pt-list .pt-item .iconfont {
  float: left;
  color: #333;
  font-size: 50px;
  line-height: 80px;
  margin-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index .pt .pt-list .pt-item .pt-text {
  float: left;
  color: #333;
  text-align: center;
  line-height: 80px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .index .banner {
    width: 100%;
    height: 6.5rem;
    padding-bottom: 0.2rem;
  }
  .index .banner .banner-list {
    height: 6rem;
  }
  .index .banner .banner-list .banner-item {
    width: 100vw;
    height: 6rem;
  }
  .index .banner .banner-control {
    height: 0.2rem;
    bottom: 0;
  }
  .index .banner .banner-control li {
    width: 0.8rem;
    height: 0.2rem;
    margin-right: 0.4rem;
  }
  .index .row-container {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 0.75rem;
  }
  .index .row-container .col-container {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .index .slide-banner {
    height: 8rem;
  }
  .index .slide-banner .slide-banner-list .banner-item {
    width: 17.25rem;
    height: 8rem;
  }
  .index .slide-banner .slide-banner-list .banner-item .text-container {
    height: 1.5rem;
    padding: 0 0.5rem;
  }
  .index .slide-banner .slide-banner-list .banner-item .text-container .banner-text {
    width: 16.25rem;
    font-size: 12px;
    line-height: 1.5rem;
  }
  .index .slide-banner .slide-control {
    bottom: 1.6rem;
  }
  .index .common-title {
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
  }
  .index .common-title ._title {
    font-size: 14px;
  }
  .index .common-title .more {
    font-size: 14px;
  }
  .index .common-list .news-item .news-link .iconfont {
    display: none;
  }
  .index .common-list .news-item .news-link .news-item-title {
    width: 15rem;
    line-height: 1.4rem;
  }
  .index .common-list .news-item .news-link .news-date {
    line-height: 1.4rem;
  }
  .index .common-list.notice-list .news-item .news-link:hover {
    padding: 0;
  }
  .index .common-list.notice-list .news-item .news-link .news-item-title {
    width: 14rem;
  }
  .index .common-list.notice-list .news-item .news-link .news-date {
    width: 2.6rem;
  }
  .index .pt {
    height: auto;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
  .index .pt .pt-list {
    margin-top: 1rem;
  }
  .index .pt .pt-list .pt-item {
    width: 17.25rem;
    float: initial;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .index .pt .pt-list .pt-item:last-child {
    margin-right: 0;
  }
  .index .pt .pt-list .pt-item > a {
    display: block;
    padding-left: 20px;
    width: 100%;
    height: 2.4rem;
    border-radius: 6px;
    background: #f66f4d;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .index .pt .pt-list .pt-item .iconfont {
    font-size: 30px;
    line-height: 2.4rem;
    margin-right: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  .index .pt .pt-list .pt-item .pt-text {
    font-size: 16px;
    line-height: 2.4rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
}
.detail {
  width: 1100px;
  margin: 0 auto;
}
.detail .title-container {
  text-align: center;
  margin-top: 30px;
}
.detail .title-container .title {
  display: inline-block;
  font-size: 24px;
  padding: 0 10px 5px 10px;
  border-bottom: 2px solid #e84b2e;
  text-align: center;
}
.detail .title-container .date {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 8px;
}
.detail .content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.detail .content img {
  max-width: 100%;
  margin: 20px auto;
}
.detail .links {
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #e84b2e;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.detail .links .left-link,
.detail .links .right-link {
  font-size: 14px;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.detail .links .left-link:hover,
.detail .links .right-link:hover {
  color: #e84b2e;
}
.detail .links .left-link {
  float: left;
}
.detail .links .right-link {
  float: right;
}
@media screen and (max-width: 768px) {
  .detail {
    width: 100%;
  }
  .detail .title-container {
    padding: 0 0.75rem;
  }
  .detail .content {
    padding: 0 0.75rem;
  }
  .detail .links {
    width: 17.25rem;
    margin: 1rem auto;
  }
  .detail .links .right-link {
    float: left;
  }
}
.list {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.list .left-menu {
  float: left;
  width: 240px;
}
.list .left-menu.left-menu-2 {
  width: 500px;
  float: unset;
  margin: 0 auto;
}
.list .left-menu.left-menu-2 .left-menu-item {
  min-height: 60px;
}
.list .left-menu.left-menu-2 .left-menu-item .left-menu-link {
  height: 60px;
  line-height: 60px;
}
.list .left-menu .left-meun-title {
  min-height: 60px;
  margin-bottom: 15px;
  background: #e84b2e;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
}
.list .left-menu .left-meun-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  line-height: 40px;
  margin-right: 5px;
  position: relative;
  top: -4px;
  border-radius: 2px;
}
.list .left-menu .left-menu-item {
  width: 100%;
  min-height: 40px;
  margin-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .left-menu .left-menu-item.active .left-menu-link {
  background: #e84b2e;
  color: #fff;
}
.list .left-menu .left-menu-item:last-child {
  margin-bottom: 0;
}
.list .left-menu .left-menu-item:hover .left-menu-link {
  background: #e84b2e;
  color: #fff;
}
.list .left-menu .left-menu-item .left-menu-link {
  text-align: center;
  border-radius: 3px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 18px;
  background: #e6e6e6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .right-content {
  width: 800px;
  float: right;
}
.list .right-content .list-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.list .right-content .list-title span {
  border-bottom: 2px solid #e84b2e;
  padding: 0 12px 8px 12px;
}
.list .right-content .right-list {
  width: 100%;
}
.list .right-content .right-list .right-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.list .right-content .right-list .right-item:hover .info > p {
  color: #e84b2e;
}
.list .right-content .right-list .right-item .right-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}
.list .right-content .right-list .right-item .right-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #e84b2e;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .right-content .right-list .right-item .right-link:hover::after {
  width: 100%;
}
.list .right-content .right-list .right-item .right-link:hover > p,
.list .right-content .right-list .right-item .right-link:hover > span {
  color: #e84b2e;
}
.list .right-content .right-list .right-item .right-link > p {
  font-size: 16px;
  color: #333;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list .right-content .right-list .right-item .right-link > span {
  color: #333;
  font-size: 16px;
  float: right;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list.search .right-content {
  width: 100%;
}
.list .my-menu-list {
  display: none;
}
@media screen and (max-width: 768px) {
  .list {
    width: 100%;
    min-height: auto !important;
  }
  .list .left-menu {
    display: none;
  }
  .list .left-menu.left-menu-2 {
    width: 90%;
    display: block;
  }
  .list .right-content {
    width: 100%;
    padding: 0 0.75rem;
  }
  .list .right-content .list-title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .list .right-content .right-list .right-item {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .list .right-content .right-list .right-item .right-link > p {
    font-size: 16px;
  }
  .list .right-content .right-list .right-item .right-link > span {
    font-size: 16px;
  }
  .list.search .right-content .right-list .right-item .info {
    width: 12.5rem;
  }
  .list .my-menu-list {
    display: block;
    overflow: hidden;
  }
  .list .my-menu-list .left-menu-item {
    float: left;
    padding: 4px 8px;
    border: 1px solid #e84b2e;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px;
    border-radius: 4px;
  }
  .list .my-menu-list .left-menu-item a {
    color: #e84b2e;
  }
  .list .my-menu-list .left-menu-item.active {
    background: #e84b2e;
  }
  .list .my-menu-list .left-menu-item.active a {
    color: #fff;
  }
}
.teacher {
  width: 1100px;
  margin: 0 auto;
}
.teacher .tec-content {
  width: 1100px;
  margin: 0 auto;
}
.teacher .tec-content .tec-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.teacher .tec-content .tec-title span {
  border-bottom: 2px solid #e84b2e;
  padding: 0 12px 8px 12px;
}
.teacher .tec-content .row-1 {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.teacher .tec-content .row-1 .row-title-1 {
  margin-bottom: 30px;
}
.teacher .tec-content .row-1 .row-title-1 span {
  font-size: 20px;
  color: #303354;
  border-bottom: 2px solid #303354;
  padding-right: 20px;
  padding-bottom: 8px;
}
.teacher .tec-content table {
  max-width: 100%;
  font-size: 12px;
}
.teacher .tec-content .tec-table {
  border-collapse: collapse;
  width: 100%;
}
.teacher .tec-content .tec-table .tec-thead tr td {
  font-weight: 600;
}
.teacher .tec-content .tec-table tr td {
  border: 1px solid #999;
  padding: 5px 10px;
  color: #333;
}
.teacher .tec-content .tec-table tr td:nth-of-type(1) {
  width: 190px;
}
.teacher .tec-content .tec-table tr td .tec-link {
  color: #767aac;
}
.teacher .tec-content .tec-table tr td .tec-link::after {
  content: '、';
}
.teacher .tec-content .tec-table tr td .tec-link:hover {
  color: #e84b2e;
}
.teacher .tec-content .tec-table tr td .tec-link:last-child::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .teacher {
    width: 100%;
    min-height: auto !important;
  }
  .teacher .tec-content {
    width: 100%;
    padding: 0 0.75rem;
  }
  .teacher .tec-content .tec-title {
    font-size: 20px;
  }
  .teacher .tec-content .tec-table tr td:nth-of-type(1) {
    width: 30%;
  }
}
.main {
  min-height: calc(100vh - 160px - 180px);
  overflow: hidden;
}
.main .crumb {
  width: 1100px;
  margin: 20px auto;
}
.main .crumb > ul {
  overflow: hidden;
}
.main .crumb > ul > li {
  float: left;
}
.main .crumb > ul > li::after {
  content: '-';
  float: left;
  line-height: 24px;
  margin: 0 5px;
}
.main .crumb > ul > li:last-child::after {
  display: none;
}
.main .crumb > ul > li:last-child > a {
  color: #333;
}
.main .crumb > ul > li > a {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main .crumb > ul > li > a:hover {
  color: #e84b2e;
}
.main .pages {
  width: 100%;
  text-align: right;
  margin: 20px 0;
}
.main .pages > ul {
  display: inline-block;
  overflow: hidden;
}
.main .pages > ul > li {
  float: left;
  margin-right: 8px;
}
.main .pages > ul > li:last-child {
  margin-right: 0;
}
.main .pages > ul > li:hover a {
  background: #e84b2e;
  color: #fff;
}
.main .pages > ul > li.active a {
  background: #e84b2e;
  color: #fff;
}
.main .pages > ul > li a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #e84b2e;
  border-radius: 4px;
  color: #e84b2e;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main .back {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.main .back > a {
  display: inline-block;
  width: 90px;
  height: 26px;
  border-left: 2px solid #1d83e1;
  padding-left: 5px;
  color: #1d83e1;
  font-size: 20px;
}
.main ._pages {
  margin-bottom: 100px;
}
.main ._pages > p {
  overflow: hidden;
  margin-top: -20px;
}
.main ._pages > p span {
  font-size: 14px;
  float: left;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.main ._pages > p span i,
.main ._pages > p span a {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
.main ._pages > p span:nth-child(2) {
  float: right;
}
.main ._pages > p span:hover {
  color: #1d83e1;
}
.main ._pages > p span:hover a,
.main ._pages > p span:hover i {
  color: #1d83e1;
}
.icon-huidaodingbu {
  font-size: 30px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  color: #aba5a5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}
.icon-huidaodingbu:hover {
  color: #e84b2e;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    width: 100vw;
  }
  .main .crumb {
    width: 100%;
    padding: 0 0.75rem;
  }
  .main .crumb > ul > li:last-child a {
    width: 7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .main .pages {
    margin: 0.5rem 0;
  }
  .main .pages > ul > li {
    margin-right: 0.25rem;
  }
  .main .pages > ul > li a {
    line-height: 1rem;
    height: 1rem;
    padding: 0 0.3rem;
    font-size: 12px;
  }
}
