@charset "UTF-8";
html {
  font-size: 100px;
}

body {
  font-family: "Microsoft YaHei", sans-serif, Arial, "PingFang SC";
  color: #333333;
  padding: 0;
  margin: 0;
  font-size: 0.16rem;
  background: url(../images/body-bg.png) bottom center no-repeat #fdfeff;
  background-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  max-width: 95%;
}

.pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s linear;
}

img {
  max-width: 100%;
  border: none;
  transition: all 0.5s ease;
}

/* 通用样式 */
.flex {
  display: box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 动画延迟结束 */
/* 视频弹窗 */
.vwrap {
  display: none;
  z-index: 1040000;
  width: 100%;
  /* height: 100%; */
  position: fixed;
}

.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}

.vwrap .videobox {
  z-index: 1200;
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90vh;
}

.vwrap .videobox #videobox {
  width: 100%;
  max-height: 90vh;
  /* display: inline-block; */
  /* background:#000; */
  border-radius: 0.1rem;
  overflow-y: auto;
  /* position: absolute; */
}

.vwrap .videobox #videobox * {
  max-height: 100%;
}

.vwrap .videobox #videobox .img_hezi {
  padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#videobox_wrapper {
  height: 100% !important;
}

.vwrap .close {
  z-index: 999;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -42px;
  text-align: center;
}

.vwrap .close i {
  display: block;
  width: 31px;
  height: 31px;
  transition: 400ms;
}

.vwrap .close i svg {
  transition: 0.6s;
}

.vwrap .close:hover i svg {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .vwrap .videobox {
    width: 100%;
    /* left: 3%; */
    margin-left: 0;
  }
  .vwrap .close {
    right: 0;
    top: -35px;
  }
}
@media (max-height: 500px) {
  .vwrap .videobox {
    width: 60%;
  }
  .vwrap .videobox #videobox .img_hezi {
    padding-bottom: 50% !important;
  }
}
/* 视频弹窗 */
/* header */
.header {
  width: 100%;
  background: url(../images/header-bg.png) no-repeat;
  background-size: cover;
  padding: 0.2rem 0;
}
.header .container {
  align-items: center;
}
.header .logo {
  font-size: 0;
  transition: all 0.5s;
}
.header .logo img {
  height: 0.65rem;
}

.search-box {
  background: rgba(255, 255, 255, 0.27);
  border-radius: 0.2rem;
  height: 0.4rem;
  width: 2.6rem;
  overflow: hidden;
  position: relative;
}
.search-box .inner {
  display: flex;
  justify-content: space-between;
  padding-left: 0.2rem;
}
.search-box .inner .qwss {
  background: none;
  border: none;
  height: 0.4rem;
  line-height: 0.4rem;
  width: calc(100% - 0.4rem);
  font-size: 0.14rem;
  color: #fff;
}
.search-box .inner .tj {
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-box input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-box input::placeholder {
  color: #fff;
  opacity: 1;
}

/* 导航 */
.navbar {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.navbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.navbar li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transform: 0.3s ease;
  width: 12.5%;
}
.navbar li .lv1 {
  display: block;
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 0;
  font-size: 0.2rem;
  line-height: 0.5rem;
  font-weight: normal;
  color: #222222;
}
.navbar li:last-child .lv1:after {
  display: none;
}
.navbar li:hover .lv1,
.navbar li.current .lv1 {
  color: #0C3C94;
}
.navbar .subnav {
  position: absolute;
  z-index: 2000;
  left: -0.2rem;
  top: 100%;
  width: calc(100% + 0.4rem);
  display: none;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0;
}
.navbar .subnav dl {
  position: relative;
}
.navbar .subnav a {
  display: block;
  width: 100%;
  padding: 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  position: relative;
}
.navbar .subnav a:hover {
  color: #0C3C94;
}
.navbar li:hover .subnav {
  display: block;
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
}
.banner .container {
  position: relative;
}
.banner .pic {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 24%;
}
.banner .img {
  transition: 6s 1s linear;
  transform: scale(1);
}
.banner .swiper-slide-active .img {
  transform: scale(1.05);
}
.banner .banner-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.3rem;
  z-index: 9;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  opacity: 1;
  width: 0.3rem;
  height: 0.3rem;
  background: none;
  position: relative;
  margin: 0;
}
.banner .banner-pagination span:after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  background: url(../images/banner-dot.png) no-repeat;
  background-size: 100% 100%;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:after {
  display: none;
}
.banner .banner-prev,
.banner .banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.56rem;
  height: 0.56rem;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.banner .banner-prev {
  background: url(../images/banner-prev.png) top center no-repeat;
  background-size: 100% 100%;
  left: 0.3rem;
}
.banner .banner-next {
  background: url(../images/banner-next.png) top center no-repeat;
  background-size: 100% 100%;
  right: 0.3rem;
}

/* banner焦点图结束 */
/* 通用样式 */
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.index-title {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #DAECFA;
}
.index-title .t {
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  position: relative;
  width: 1.5rem;
}
.index-title .t:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0C3C94;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-title .icon {
  height: 0.3rem;
}
.index-title .icon img {
  height: 100%;
}
.index-title h2 {
  margin-left: 0.1rem;
  font-size: 0.26rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  color: #222;
}
.index-title a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #999999;
  transition: 0.3s linear;
}
.index-title a:hover {
  color: #0C3C94;
}

.webkit-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通用样式 */
/* 首页中部区域 */
.section1 {
  padding: 0.4rem 0;
  overflow: hidden;
}

.s1-c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.s1-l {
  width: 9.5rem;
}
.s1-l .s1-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-pics {
  width: 57%;
  position: relative;
}
.s1-pics li a {
  display: block;
  position: relative;
}
.s1-pics li a .pic {
  padding-top: 63%;
  height: auto;
}
.s1-pics li a .info {
  padding: 0.2rem;
  background: #1C68C6;
}
.s1-pics li a .info h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: center;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s linear;
}
.s1-pics li a .info p {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: rgba(255, 255, 255, 0.66);
  overflow: hidden;
  height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.s1-pics li a:hover .img {
  transform: scale(1.05);
}
.s1-pics .s1-pagination {
  width: 1.32rem;
  height: 0.25rem;
  background: url(../images/bg-dot.png) right bottom no-repeat;
  background-size: 100% 100%;
  padding-right: 0.2rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 1.18rem;
  z-index: 9;
}
.s1-pics .s1-pagination span {
  margin: 0 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: none;
}
.s1-pics .s1-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.s1-txts {
  flex: 1;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  background: #FFFFFF;
  padding-left: 0.4rem;
  padding-right: 0.2rem;
}
.s1-txts li {
  padding: 0.21rem 0;
  border-bottom: 1px solid #D9E7F6;
  transition: 0.3s linear;
}
.s1-txts li a {
  display: block;
  position: relative;
}
.s1-txts li a:before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #0C3C94;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.05rem);
}
.s1-txts li .t {
  font-weight: normal;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.24rem;
  height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3 linear;
}
.s1-txts li .d {
  font-size: 0.14rem;
  color: #0C3C94;
  line-height: 0.24rem;
  padding-left: 0.2rem;
  background: url(../images/icon-date.png) left center no-repeat;
  background-size: 0.12rem;
  position: absolute;
  bottom: -0.1rem;
  right: 0;
}
.s1-txts li:hover {
  border-bottom: 1px solid #0C3C94;
}
.s1-txts li:hover .t {
  color: #0C3C94;
}
.s1-txts li:last-child {
  border-bottom: none;
}

.s1-r {
  flex: 1;
  margin-left: 0.35rem;
}
.s1-r ul {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  background: #FFFFFF;
  padding: 0 0.25rem;
}
.s1-r li {
  padding: 0.2rem 0 0.15rem;
  border-bottom: 1px solid #D9E7F6;
}
.s1-r li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s1-r li a .date {
  width: 0.58rem;
  border: 1px solid #D9E7F6;
  text-align: center;
}
.s1-r li a .date * {
  transition: 0.3s linear;
}
.s1-r li a .date .day {
  background: #D9E7F6;
  font-size: 0.24rem;
  color: #0C3C94;
  line-height: 0.32rem;
}
.s1-r li a .date .year {
  line-height: 0.22rem;
  font-size: 0.14rem;
  color: #373737;
}
.s1-r li a .tit {
  width: calc(100% - 0.71rem);
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3 linear;
}
.s1-r li a:hover .date .day {
  background: #0C3C94;
  color: #fff;
}
.s1-r li a:hover .date .year {
  color: #0C3C94;
}
.s1-r li a:hover .tit {
  color: #0C3C94;
}
.s1-r li:last-child {
  border-bottom: none;
}

.section2 {
  padding: 0.2rem 0 0.5rem;
}

.s2-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s2-list ul li {
  width: calc(50% - 0.2rem);
}
.s2-list ul li a {
  display: block;
  position: relative;
  padding: 0.4rem 0;
}
.s2-list ul li .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s2-list ul li .icon {
  height: 0.6rem;
  transition: 0.3s ease-in-out;
}
.s2-list ul li .icon img {
  height: 100%;
}
.s2-list ul li .tit {
  margin-left: 0.15rem;
  font-size: 0.32rem;
  color: #02317B;
  font-weight: bold;
}
.s2-list ul li:nth-child(1) a {
  background: url(../images/bg-pt01.png) no-repeat;
  background-size: cover;
}
.s2-list ul li:nth-child(2) a {
  background: url(../images/bg-pt02.png) no-repeat;
  background-size: cover;
}
.s2-list ul li:nth-child(3) a {
  background: url(../images/bg-pt03.png) no-repeat;
  background-size: cover;
}
.s2-list ul li:hover .icon {
  transform: rotateY(180deg);
}

/* 底部 */
.footer {
  padding: 0.2rem 0;
  background: #114CA7;
  text-align: center;
}
.footer * {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #FFFFFF;
}

/* 底部 */
/* 列表页 */
.listbanner {
  height: 24vw;
  min-height: 180px;
  position: relative;
}

.weizhi {
  overflow: hidden;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #0c3c94;
  padding-bottom: 0.1rem;
}
.weizhi .rt-column {
  overflow: hidden;
}
.weizhi .rt-column h2 {
  font-size: 0.2rem;
  line-height: 0.22rem;
  font-weight: normal;
  color: #144193;
  text-align: left;
  font-weight: 600;
  position: relative;
  border-left: 0.05rem solid #0C3C94;
  padding-left: 0.15rem;
}

.location {
  font-size: 0.14rem;
  color: #999999;
  padding: 0.1rem 0;
  text-align: right;
}
.location i {
  font-size: 0.2rem;
  margin-right: 5px;
}

.list-page {
  position: relative;
  z-index: 3;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  min-height: 600px;
}
.list-page .container {
  flex-wrap: wrap;
}
.list-page .ny-lf {
  width: 2.5rem;
}
.list-page .ny-rt {
  width: calc(100% - 3rem);
  padding: 0 0.2rem 0.5rem;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.list-page .page {
  text-align: center;
  padding: 30px 0;
}

.list-nav {
  position: relative;
  padding-bottom: 0.5rem;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}
.list-nav .phone-column {
  display: none;
}
.list-nav .lv1 {
  padding: 0.2rem;
  background: #0C3C94;
}
.list-nav .lv1 h2 {
  font-weight: bold;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
}
.list-nav .subnav {
  padding: 0 0.15rem;
}
.list-nav .subnav li .lv2 {
  padding: 0.15rem 0.15rem;
  display: block;
  position: relative;
  border-bottom: #dedede 1px solid;
}
.list-nav .subnav li .lv2 p {
  font-size: 0.18rem;
  color: #333;
}
.list-nav .subnav li .lv2 i {
  display: inline-block;
  color: #0C3C94;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.2rem;
  font-weight: normal;
}
.list-nav .subnav li.current .lv2 p {
  color: #0C3C94;
  font-weight: bold;
}
.list-nav .subnav li.current .lv2 i {
  transform: rotate(90deg);
}
.list-nav .subnav li .lv2:hover p {
  color: #004C9C;
}
.list-nav .subnav dd {
  display: none;
  border-bottom: #dedede 1px solid;
  padding: 0.1rem 0;
}
.list-nav .subnav dd .lv3 {
  font-size: 0.16rem;
  color: #333;
  padding: 0.1rem 0.2rem;
  display: block;
}
.list-nav .subnav dd a:hover {
  color: #004C9C;
}
.list-nav .subnav dd .lv4 {
  display: none;
}
.list-nav .subnav dd .lv4 a {
  display: block;
  padding: 0.1rem 0.3rem;
  position: relative;
  font-size: 0.14rem;
}
.list-nav .subnav dd .lv4 a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.2rem;
  background: #999;
}
.list-nav .subnav dd dl.current .lv4 {
  display: block;
}
.list-nav .subnav li.current dd {
  display: block;
}

.list-news {
  margin-top: -0.2rem;
}
.list-news li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dfdfdf;
}
.list-news li * {
  transition: 0.5s linear;
}
.list-news a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.list-news .pic {
  float: left;
  width: 2.4rem;
  height: 1.6rem;
}
.list-news .pic .img:hover {
  transform: scale(1.05);
}
.list-news .txt {
  position: relative;
  width: calc(100% - 2.7rem);
  padding-top: 0.2rem;
}
.list-news .txt .tit {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news .txt .abst {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 0.44rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.list-news .txt .date {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
  padding-left: 0.3rem;
  background: url(../images/icon-date.png) left center no-repeat;
  background-size: 0.15rem;
}
.list-news li:hover .tit {
  color: #0C3C94;
}

.list-txt {
  overflow: hidden;
  margin-top: -0.2rem;
}
.list-txt li {
  border-bottom: solid 1px #d9d9d9;
  padding: 0.2rem 0;
  position: relative;
}
.list-txt li:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0C3C94;
  transition: width 0.3s ease-in-out;
}
.list-txt li a {
  display: flex;
  justify-content: space-between;
  padding-left: 0.2rem;
  position: relative;
}
.list-txt li a:before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #0C3C94;
  border-radius: 50%;
  position: absolute;
  left: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
}
.list-txt li .txt {
  width: calc(100% - 1.3rem);
  font-size: 0.16rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  transition: 0.3s linear;
}
.list-txt li .date {
  font-size: 0.16rem;
  color: #000;
  position: relative;
  z-index: 2;
  transition: 0.3s linear;
}
.list-txt li:hover:after {
  width: 100%;
}
.list-txt li:hover .txt,
.list-txt li:hover .date {
  color: #0C3C94;
}

.list-pics ul {
  overflow: hidden;
  margin: 0 -0.2rem;
}
.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 0.35rem;
}
.list-pics a {
  display: block;
  margin: 0 0.2rem;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #EAE5F9;
}
.list-pics a .pic {
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic .img {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s linear;
}
.list-pics a .pic .img:hover {
  transform: scale(1.05);
}
.list-pics a .tit {
  padding: 0.15rem 0.1rem;
  position: relative;
}
.list-pics a .tit h2 {
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-pics a:hover h2 {
  color: #0c3c94;
  font-weight: bold;
}

.list-teacher {
  overflow: hidden;
}
.list-teacher ul {
  overflow: hidden;
  margin: 0 -0.2rem;
}
.list-teacher li {
  float: left;
  width: 33.3%;
  margin-bottom: 0.35rem;
}
.list-teacher li a {
  display: block;
  margin: 0 0.2rem;
}
.list-teacher li .pic {
  padding-top: 65%;
  background: #000;
}
.list-teacher li .tit {
  padding: 0.1rem;
}
.list-teacher li .tit p {
  color: #333333;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.2rem;
  transition: 0.3s linear;
}
.list-teacher li:hover .img {
  transform: scale(1.05);
}
.list-teacher li:hover p {
  color: #144193;
  font-weight: bold;
}

/* 正文页 */
.article {
  overflow: hidden;
  padding: 0.2rem 0;
  word-break: break-all;
}
.article .tit {
  font-size: 0.24rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.article .info {
  margin: 0.15rem 0;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed #c5c5c5;
  color: #666;
  font-size: 0.14rem;
  color: #aaa;
  text-align: center;
}
.article .info span {
  margin: 0 10px;
}
.article .cont {
  padding: 0.2rem 0;
  font-size: 0.16rem;
  color: #333;
  line-height: 2;
}
.article .cont p {
  text-indent: 2em;font-size:16px!important;line-height:30px!important;
  margin-bottom: 0.15rem;
}
.article .cont p img,
.article .cont p video {
  display: block;
  margin: 0 auto;
  max-width: 96%;
  height: auto !important;
}
.article .cont table p {
  text-indent: 0;
  padding: 0;
  line-height: 1.2;
}
.article .np {
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid #ddd;
}
.article .np a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  line-height: 2;
  transition: 0.5s;
  padding-bottom: 10px;
}
.article .np a:hover {
  color: #0c3c94;
}