  .layout {
  margin: 0 auto;
  max-width: 1490px;
}


.head_top {
	width: 100%;
	background:#fff;
	height:90px;
	text-align:center;
}
.head_top img{padding-top:15px;}

.banner {
  width: 100%;
  height: 3.14rem;
  position: relative;
}
.banner .banner-bg {
  width: 100%;
  height: 100%;
  background: url(/images/zxnc_banner-1.jpg) no-repeat left top / cover;
}
.banner .banner-peo {
  width: 100%;
  height: 100%;
  background: url(/images/banner-people.png) no-repeat left center / cover;
}
.banner .banner-live {
  width: 100%;
  height: 100%;
  background: url(/images/bg-live.png) no-repeat left center / cover;
}
.banner .banner-assure {
  width: 100%;
  height: 100%;
  background: url(/images/bg-assure.png) no-repeat left center / cover;
}
.banner .banner-rec {
  width: 100%;
  height: 100%;
  background: url(/images/bg-rec.png) no-repeat left center / cover;
}
.banner .banner-detail {
  width: 100%;
  height: 100%;
  background: url(/images/cpyc.png) no-repeat center center / cover;
}
.banner .banner-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(/images/banner-left1.png) no-repeat left top / cover;
}
.list-news1 {
  background: url(/images/radius.png) no-repeat right bottom;
  padding-bottom: 0.88rem;
  /* 位置 列表 */
}
.list-news1 .layout .news-title {
  padding-bottom: 0.1rem;
}
.list-news1 .layout .pic-left {
  overflow: hidden;
  display: block;
width: 4rem;
  height: 3.2rem;
}
.list-news1 .layout .pic-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-news1 .page-nav {
  padding-top: 0.72rem;
  
}
.list-news1 .page-nav .layout {
  display: flex;
  justify-content: center;
}
.list-news1 .page-nav .layout a {
  float: left;
  display: block;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  box-sizing: border-box;
  font-size: 0.18rem;
  text-align: center;
}
.list-news1 .page-nav .layout .pre {
  background: url(/images/go-pre.png) no-repeat center center;
  margin-right: 0.18rem;
}
.list-news1 .page-nav .layout .next {
  background: url(/images/go-next.png) no-repeat center center;
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}
.list-news1 .page-nav .layout .number {
  margin-right: 0.08rem;
}
.list-news1 .page-nav .layout .active {
  border: 1px solid #c9151f;
  background-color: #c9151f;
  color: white;
}
.list-news1 .page-nav .layout a:hover {
  background-color: #f7f7f7;
}
.list-news1 .page-nav .layout .active:hover {
  background-color: #c9151f;
}
.list-news1 .page-nav .layout span {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.list-news1 .page-nav .layout input {
  float: left;
  border: 1px solid #999;
  box-sizing: border-box;
  width: 0.92rem;
  height: 0.4rem;
  margin-left: 0.15rem;
  border-radius: 19.5px;
  text-align: center;
}
.list-news1 .go {
  margin-top: 0.2rem;
  height: 0.42rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.42rem;
  padding-left: 0.55rem;
  line-height: 0.42rem;
position:absolute;
bottom:20px;
}
.list-news1 .go span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.list-news1 .list-container .right .position {
  font-size: 0.16rem;
  color: #666666;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 2px solid #ebebeb;
  background: url(/images/position.png) no-repeat left center;
  background-size: 0.12rem 0.16rem;
  padding-left: 0.25rem;
}
.list-news1 .list-img {
  width: 100%;
  margin-top: 0.24rem;
overflow: hidden;
}

.list-news1 .list-img .list-item {
  width: 100%;
  margin-bottom: 0.31rem;
  position: relative;
  /* text-align: center; */
}
.list-news1 a {
  display: block;
  overflow: hidden;
}
.list-news1 .info {
  padding-left: 0.27rem;
}
.list-news1 .list-img .list-item:nth-child(2n) .pic-left{
  float: right;
}
.list-news1 .list-img .list-item:nth-child(2n) .list-content {
  left: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.list-news1 .list-img .list-item img {
  transition: all 0.5s ease;
  width:100%;
height:100%;
  object-fit: cover;

}
.list-news1 .list-img .list-item .list-content {
  width: 72%;
  height: 2.86rem;
  padding: 0 0.15rem 0 0.27rem;
  position: absolute;
  top: 14px;
  right: 0;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s ease;
  text-align: left;
}
.list-news1 .list-img .list-item .title {
  font-size: 0.24rem;
  font-family: Roboto Condensed-Regular;
  font-weight: 900;
  color: #333;
  line-height: 41px;
  padding-top: 0.46rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 0.5rem;
}
.list-news1 .list-img .list-item .time {
  font-size: 0.18rem;
  font-family: Roboto-Regular;
  color: #666;
  margin: 0 0 0.15rem 0;
}
.list-news1 .list-img .list-item .content {
  font-size: 0.16rem;
  font-family: Roboto-Regular;
  color: #999;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.list-news1 .list-img .list-item:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.list-news1 .list-img .list-item:hover .list-content {
  background-color: rgba(247, 247, 247, 0.95);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s ease;
}
.list-news1 .list-container .right {
  margin-bottom: 40px;
}
.list-news {
  padding-top: 0.7rem;
  background: url(/images/radius.png) no-repeat right bottom;
  background-size: 14.2%;
  padding-bottom: 0.88rem;
}
.list-news .layout .title {
  text-align: center;
}
.list-news .layout .title span {
  font-size: 0.5rem;
  line-height: 0.43rem;
}
.list-news .layout .title .line {
  margin: 0 auto;
  margin-top: 0.22rem;
  margin-bottom: 0.56rem;
  box-sizing: border-box;
  width: 1rem;
  border-bottom: 4px #b01f24 solid;
}
.list-news .layout .news-items li {
  border-top: #e4e2e2 1px solid;
  padding: 0.31rem 0;
  transition: all 0.3s ease;
  height: 1.1rem;
  width:48%;
  float:left;
}
.list-news .layout .news-items li:nth-child(2n){
	float:right;
}
.list-news .layout .news-items li a {
  height: 100%;
  display: flex;
  background: url(/images/zxnc_go.png) no-repeat right 0.53rem center;
  transition: all 0.5s;
}
.list-news .layout .news-items li a:hover {
  transform: translateX(10px);
}
.list-news .layout .news-items li a:hover .left {
  color: #ec2f3c;
}
.list-news .layout .news-items li a:hover .right {
  color: #ec2f3c;
}
.list-news .layout .news-items li a:hover .right .info {
  color: #ec2f3c;
}
.list-news .layout .news-items li a .time {
  width: 1rem;
  padding-left: 0.45rem;
}
.list-news .layout .news-items li a .time .day {
  font-size: 32px;
  font-weight: lighter;
}
.list-news .layout .news-items li a .time .year {
  font-size: 20px;
  font-weight: lighter;
}
.list-news .layout .news-items li a .content {
 padding-right:1.2rem;
  padding-left: 0.2rem;
max-width:9.81rem;
width:9.81rem;
  line-height: 0.3327rem;
 // border-left: 1px solid #e4e2e2;
}

.list-news .layout .news-items li a .content .items-title {
  font-weight: lighter;
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
  width: 100%;
  /*根据需要自定义长度*/
  /* white-space: nowrap;    段落文本不换行*/
  overflow: hidden;
  /*溢出部分不显示*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
}
.list-news .layout .news-items li a .content .info {
  font-weight: lighter;
  width: 100%;
  font-size: 0.2rem;
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-news .page-nav .layout {
  position: relative;
}
.list-news .page-nav .layout .pagbox {
  position: absolute;
  left: 33%;
  margin-top: 0.72rem;
}
.list-news .page-nav .layout .pagbox a {
  float: left;
  display: block;
  font-size: 0.14rem;
  margin-right: 0.16rem;
}
.list-news .page-nav .layout .pagbox a .first-page {
  border: 1px solid #999;
  max-height: 0.3rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  width: 0.6rem;
  text-align: center;
}
.list-news .page-nav .layout .pagbox a .pre-page {
  border: 1px solid #999;
  line-height: 0.3rem;
  box-sizing: border-box;
  max-height: 0.3rem;
  width: 0.6rem;
  text-align: center;
}
.list-news .page-nav .layout .pagbox a .number-page {
  border: 1px solid #999;
  line-height: 0.3rem;
  width: 0.35rem;
  text-align: center;
  box-sizing: border-box;
  max-height: 0.3rem;
}
.list-news .page-nav .layout .pagbox a .next-page {
  line-height: 0.3rem;
  box-sizing: border-box;
  max-height: 0.3rem;
  border: 1px solid #999;
  width: 0.6rem;
  text-align: center;
}
.list-news .page-nav .layout .pagbox a .last-page {
  line-height: 0.3rem;
  box-sizing: border-box;
  max-height: 0.3rem;
  border: 1px solid #999;
  width: 0.6rem;
  text-align: center;
}
.list-news .page-nav .layout .pagbox input {
  float: left;
  border: 1px solid #999;
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.3rem;
  margin-right: 0.07rem;
}
.list-news .page-nav .layout .pagbox button {
  vertical-align: top;
  padding: 0;
  border: 1px solid #999;
  background-color: #fff;
  width: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 0.3rem;
  max-height: 0.3rem;
}
.list-news .page-nav .layout .pagbox button:hover {
  background-color: #f7f7f7;
}
.list-news .page-nav .layout .pagbox a:hover {
  background-color: #f7f7f7;
}
.list-news .page-nav .layout .pagbox .active .number-page {
  border: 1px solid #003f88;
  background-color: #003f88;
  color: white;
}
.details {
  background: url(/images/radius.png) no-repeat right bottom;
  padding-bottom: 0.76rem;
}
.details .layout {
  padding-top: 0.53rem;
}
.list-container .layout .left .menu-header {
  background-color: #b01f24;
}
.list-container .layout .left .menu1 {
  background-color: #f2f1f1;
  padding-bottom: 0.23rem;
}
.list-container .layout .left .menu1 .menu-item {
  margin-bottom: 0.27rem;
}
.list-container .layout .left .menu1 .menu-item a {
  border-radius: 0;
  border: 1px solid #d5d4d4;
  background: url(/images/no-go.png) no-repeat 19px;
}
.list-container .layout .left .menu1 > .selected> a,
.list-container .layout .left .menu1 > .parent > a {
  color: #b01f24;
  background-color: #f2f1f1;
  border: 1px solid #b01f24;
  background: url(/images/selected-go.png) no-repeat 19px;
}
.list-container .layout .left .menu1 .selected .menu-down .down-item a {
  background: url(/images/small-arrow.png) no-repeat 0.47rem;
  border: none;
  color: #666;
  padding-left: 0.72rem;
  height: 0.62rem;
  line-height: 0.62rem;
}
.list-container .layout .left .menu1 .selected .menu-down .selected {
  background: none;
}
.list-container .layout .left .menu1 .selected .menu-down .selected a {
  color: #666;
}
.list-container .layout .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-container .layout .right .top .position {
  float: right;
}
.list-container .layout .right .top .position .weizhi {
  display: block;
  padding-left: 30px;
  height: 0.75rem;
  line-height: 0.75rem;
  background: url(/images/home.png) no-repeat left;
  font-size: 0.15rem;
  color: #616161;
}
.list-container .layout .right .top .position .weizhi a {
  color: #616161;
}
.details .layout .right .bottom {
  margin-top: 0.04rem;
  border-top: 1px solid #ddd;
  
}
.details .layout .right .bottom img{
max-width:800px;
}
.details .layout .right .bottom h3{
  margin-top: .67rem;
  margin-bottom: .31rem;

  margin-top: .5rem;
  margin-bottom: .2rem;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 36px;
  line-height: 43px;
  font-size: 30px;
  line-height: 36px;
}
.list-container .layout .right .bottom .title {
  text-align: center;
}
.list-container .layout .right .bottom .item img {
  max-width: 800px;
}
.people {
  background: url(/images/radius.png) no-repeat right bottom;
  padding-bottom: 0.88rem;
}
.people .layout .people-title {
  padding-bottom: 0.1rem;
}
.people .layout .people-nav {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.people .layout .people-nav .items {
  text-align: center;
  box-sizing: border-box;
  width: 25%;
  /*margin-left: 1.2rem;
  margin-right: 1.2rem;*/
  font-size: 0.24rem;
  line-height: 0.4205rem;
  padding-top: 0.16rem;
}
.people .layout .people-nav .items:nth-child(1) {
  margin-right: 0;
}
.people .layout .people-nav .items:last-child {
  margin-left: 0;
}
.people .layout .people-nav .items .line {
  width: 0%;
  left: 50%;
}
.people .layout .people-nav .selected {
  position: relative;
}
.people .layout .people-nav .items span {
  display: block;

}

.people .layout .people-nav .items span a{
  display: block;
  padding-bottom: 0.38rem;
}
.people .layout .people-nav .selected .line {
  position: absolute;
  bottom: 0;
  display: block;
  background: #ca151f;
  width: 100%;
  height: 4px;
  left: 0;
  transform: scale(1, 1);
  transform-origin: center;
  transition: all 1s linear;
}
.people .layout .people-content {
  border-top: 1px solid #e2e2e2;
}
.people .layout .people-content span {
  color: #666666;
}
.people .layout .people-content .card {
  margin: 0 1.2%;
  margin-top: 0.8rem;
  width: 17.8%;
  display: inline-block;
  text-align: center;
}
.people .layout .people-content .card:nth-child(5n+1) {
  margin-left: 0;
}
.people .layout .people-content .card:nth-child(5n) {
  margin-right: 0;
}
.people .layout .people-content .card a {
  display: block;
}
.people .layout .people-content .card a:hover .pic img {
  transform: scale(1.05);
}
.people .layout .people-content .card a .pic {
  width: 100%;
height:3.7rem;
  overflow: hidden;
}
.people .layout .people-content .card a img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  object-fit: cover;
}
.people .layout .people-content .card .info {
  background-color: #ebebeb;
}
.people .layout .people-content .card .info .name {
  padding-top: 0.28rem;
}
.people .layout .people-content .card .info .name span {
  font-size: 0.24rem;
  line-height: 0.4205rem;
  color: #94080b;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.people .layout .people-content .card .info .position span {
  font-size: 0.18rem;
  line-height: 0.4205rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.people .layout .people-content .card .info .identity {
  font-size: 0.18rem;
  line-height: 0.35rem;
  padding-bottom: 0.25rem;
}
.people .layout .people-content .card .info .identity span {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.people .page-nav {
  position: relative;
  box-sizing: border-box;
}
.people .page-nav .layout .pagbox {
  position: absolute;
  left: 38%;
}
.people .page-nav .layout .pagbox a {
  float: left;
  display: block;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0.18rem;
  text-align: center;
}
.people .page-nav .layout .pagbox .pre {
  background: url(/images/go-pre.png) no-repeat center center;
  background-size: 0.08rem 0.15rem;
  margin-right: 0.18rem;
  width: 0.4rem;
  height: 0.4rem;
}
.people .page-nav .layout .pagbox .next {
  background: url(/images/go-next.png) no-repeat center center;
  background-size: 0.08rem 0.15rem;
  margin-left: 0.1rem;
  margin-right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.people .page-nav .layout .pagbox .number {
  margin-right: 0.08rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.people .page-nav .layout .pagbox .number .number-page {
  text-align: center;
}
.people .page-nav .layout .pagbox .active {
  border: 1px solid #c9151f;
  background-color: #c9151f;
  color: white;
}
.people .page-nav .layout .pagbox a:hover {
  background-color: #f7f7f7;
}
.people .page-nav .layout .pagbox .active:hover {
  background-color: #c9151f;
}
.people .page-nav .layout .pagbox input {
  float: right;
  border: 1px solid #999;
  box-sizing: border-box;
  width: 0.92rem;
  height: 0.4rem;
  margin-left: 0.15rem;
  border-radius: 19.5px;
  text-align: center;
}
.people .page-nav .layout .pagbox button {
  background-color: #fff;
  border: none;
  height: 0.4rem;
  line-height: 0.4rem;
}
.live {
  background: url(/images/radius.png) no-repeat right bottom;
}
.live ul .list-item {
  position: relative;
  margin-bottom: 1.2rem;
}
.live ul .list-item .right {
  float: right;
  z-index: 2;
  position: relative;
}
.live ul .list-item .right .pic {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 3;
  width: 6.4rem;
}
.live ul .list-item .right .livepic-bg {
  position: absolute;
  top: -0.52rem;
  right: 0;
}
.live ul .list-item .livepic-bg {
  width: 5rem;
  height: 4rem;
  background-color: #b01f25;
}
.live ul .list-item .left-content {
  margin-right: 33.5%;
  z-index: 1;
  padding: 0.4rem 1.74rem 0.45rem 0.4rem;
  background-color: #fafafa;
  margin-top: 0.52rem;
  height: 3rem;
}
.live ul .list-item .title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.42rem;
  margin-bottom: 0.1rem;
}
.live ul .list-item .content {
  margin-bottom: 0.19rem;
}
.live ul .list-item .content p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  font-weight: lighter;
}
.live ul .list-item a {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.4rem;
  width: 49%;
}
.live ul .list-item a span {
  padding-right: 0.37rem;
  background: url(/images/go.png) no-repeat right center;
  background-size: 0.24rem;
}
.live ul .list-item .pict {
  width: 33%;
}
.live ul .list-item .left {
  position: relative;
  float: left;
}
.live ul .list-item .left .livepic-bg {
  position: absolute;
  top: -0.52rem;
}
.live ul .list-item .left .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 6.4rem;
}
.live ul .list-item .right-content {
  margin-top: 0.52rem;
  margin-left: 5rem;
  padding-left: 1.92rem;
  z-index: 1;
  padding: 0.4rem 0.4rem 0.45rem 1.74rem;
  background-color: #fafafa;
  min-height: 3rem;
}
.live ul .list-item .pic {
  overflow: hidden;
}
.live ul .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.8s;
}
.live ul .list-item:hover .pic img {
  transform: scale(1.05);
}
.live ul .list-item .cont {
  transition: all 0.8s;
  width: 52%;
}
.live ul .list-item:hover .cont {
  background-color: #b01f25;
  color: #fff;
}
.live ul .list-item:hover .cont a span {
  color: #fff;
  transition: all 0.8s;
  background-image: url(/images/white-go.png);
}
.send-title {
  margin-top: 0.8rem;
  background: url(/images/bg-right.jpg) no-repeat right bottom;
}
.send-title .layout {
  text-align: center;
}
.send-title .layout .title h1 {
  font-size: 0.6rem;
}
.send-title .layout .line {
  border-bottom: 4px solid #b01f24;
  width: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.22rem;
  margin-bottom: 0.3rem;
}
.send-title .layout p {
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 0.42rem;
}
.send-title .layout .content {
  padding-bottom: 1.1rem;
}
.list-xwdt .news-content {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
  padding-bottom: 1.33rem;
}
.list-xwdt .news-content .common-title {
  margin-top: 0;
  padding-top: 0.98rem;
  margin-bottom: 0.57rem;
}
.list-xwdt .news-content .title-bg {
  background: url(/images/small-hangzhou.png) no-repeat right 55%;
  background-size: 66%;
}
.list-xwdt .news-content .common-title .learn {
  background: url(/images/news.png) no-repeat center center / cover;
}
.list-xwdt .news-content .news-cont .left-pic {
  width: 50%;
  float: left;
  position: relative;
  height: 5.96rem;
}
.list-xwdt .news-content .news-cont .left-pic .swiper-slide a {
  height: 100%;
  display: block;
 overflow:hidden;
}
.list-xwdt .news-content .news-cont .left-pic .swiper-slide a:hover img{
transform:scale(1.05);
}
.list-xwdt .news-content .news-cont .left-pic .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
transition:all 0.5s;
}
.list-xwdt .news-content .news-cont .left-pic .btn {
  position: absolute;
  z-index: 15;
  right: 0.22rem;
  bottom: 0.32rem;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}
.list-xwdt .news-content .news-cont .left-pic .btn .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.list-xwdt .news-content .news-cont .left-pic .btn .dots span {
  border-radius: 50%;
  margin-right: 8px;
  width: 0.11rem;
  height: 0.11rem;
  background: #ffffff;
  opacity: 1;
}
.list-xwdt .news-content .news-cont .left-pic .btn .dots .swiper-pagination-bullet-active {
  background-color: #d62c32;
}
.list-xwdt .news-content .right-pic {
  width: 50%;
  float: left;
  height: 5.956rem;
}
.list-xwdt .news-content .right-pic .picbox {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left;
  height: 50%;
transition: all 0.5s;
}
.list-xwdt .news-content .right-pic .picbox .go {
  display: none;
}
.list-xwdt .news-content .right-pic .picbox .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.list-xwdt .news-content .right-pic .picbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-xwdt .news-content .right-pic .picbox .boxtitle {
  position: absolute;
  color: #fff;
  padding: 0 0.23rem;
  width: 100%;
  top: 80%;
  box-sizing: border-box;
}
.list-xwdt .news-content .right-pic .picbox .boxtitle p {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list-xwdt .news-content .right-pic .active:hover {
background:#b01f24;

}
.list-xwdt .news-content .right-pic .active:hover .img img {
  content: url(/images/newspic-active1.png);
display:none;
}
.list-xwdt .news-content .right-pic .active:hover  .boxtitle {
  top: 27%;
  padding: 0 0.4rem;
  text-align: center;
}
.list-xwdt .news-content .right-pic .active:hover  .boxtitle p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-xwdt .news-content .right-pic .active:hover  .go {
  display: block;
}
.list-xwdt .news-content .right-pic .active:hover  .go span {
  position: absolute;
  left: 35%;
  top: 57.8%;
  font-size: 0.18rem;
  line-height: 0.36rem;
  font-weight: lighter;
  padding-right: 0.44rem;
  color: #fff;
  background: url(/images/white-go.png) no-repeat right center;
  background-size: 24%;
}
.list-rcdt .peo-content {
  background: url(/images/radius.png) no-repeat right bottom;
  padding-bottom: 1.58rem;
}
.list-rcdt .peo-content .peo-title .common-title {
  margin-top: 0;
  padding-top: 0.98rem;
  margin-bottom: 0.85rem;
}
.list-rcdt .peo-content .peo-title .title-bg {
  background: url(/images/tower.png) no-repeat right 55%;
  background-size: 27%;
}
.list-rcdt .peo-content .peo-title .common-title .learn {
  background: url(/images/purple.png) no-repeat center center / cover;
}
.list-rcdt .peo-content .peo-cont .left-list {
  width: 50%;
  float: left;
}
.list-rcdt .peo-content .peo-cont .left-list ul {
  width: 100%;
  min-height: 5.94rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
}
.list-rcdt .peo-content .peo-cont .left-list ul li {
  margin-right: 5.3%;
  border-bottom: 1px solid #e1e1e1;
}
.list-rcdt .peo-content .peo-cont .left-list ul li a {
  display: block;
}
.list-rcdt .peo-content .peo-cont .left-list ul li a .img {
  float: left;
  margin-bottom: 0.25rem;
  width: 1.36rem;
height:1.1rem;
}
.list-rcdt .peo-content .peo-cont .left-list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-rcdt .peo-content .peo-cont .left-list ul li a .info {
  padding: 0 0 0 0.25rem;
  font-size: 0.205rem;
  line-height: 0.36rem;
  //text-overflow: ellipsis;
  //-o-text-overflow: ellipsis;
  overflow: hidden;
  //display: -webkit-box;
  //-webkit-box-orient: vertical;
  //-webkit-line-clamp: 2;
}
.list-rcdt .peo-content .peo-cont .left-list ul li a .date {
  padding: 0 0 0 0.25rem;
  display: -webkit-box;
}
.list-rcdt .peo-content .peo-cont .left-list ul li a .date span {
  padding-left: 0.28rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #999;
  background: url(/images/clock.png) no-repeat left center;
  background-size: 14%;
}
.list-rcdt .peo-content .peo-cont .right-pic {
  width: 50%;
  float: right;
min-height:5.94rem;
}
.list-rcdt .peo-content .peo-cont .right-pic a {
  display: block;
}
.list-rcdt .peo-content .peo-cont .right-pic a .img {
  width: 100%;
  height: 100%;
overflow:hidden;
}
.list-rcdt .peo-content .peo-cont .right-pic a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
transition:all 0.5s;
}
.list-rcdt .peo-content .peo-cont .right-pic a:hover .img img{

transform:scale(1.05);
}
.list-rcdt .peo-content .peo-cont .right-pic li .picinfo {
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.36rem;
  position: absolute;
  bottom: 4%;
  left: 4%;
}
.list-rcdt .peo-content .peo-cont .right-pic .btn .pre {
  position: absolute;
  width: 0.4rem;
  height: 0.8rem;
  opacity: 0.77;
  top: 44%;
  background: url(/images/radius-prego.png) no-repeat center center;
  background-color: #000;
  z-index: 16;
}
.list-rcdt .peo-content .peo-cont .right-pic .btn .next {
  position: absolute;
  width: 0.4rem;
  height: 0.8rem;
  opacity: 0.77;
  right: 0.02rem;
  top: 44%;
  background: url(/images/radius-nextgo.png) no-repeat center center;
  background-color: #000;
  z-index: 16;
}
.develop-title {
  margin-top: 0.8rem;
  background: url(/images/bg-right.jpg) no-repeat right bottom;
}
.develop-title .layout {
  text-align: center;
}
.develop-title .layout .title h1 {
  font-size: 0.4rem;
}
.develop-title .layout .line {
  border-bottom: 4px solid #b01f24;
  width: 0.76rem;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.22rem;
  margin-bottom: 0.3rem;
}
.develop-title .layout p {
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 0.42rem;
}
.develop-title .layout .content {
  padding-bottom: 1.1rem;
}
.sysandpro .countrycontent {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
  padding-bottom: 1.33rem;
}
.sysandpro .countrycontent .common-title {
  margin-top: 0;
  padding-top: 0.98rem;
  margin-bottom: 0.57rem;
}
.sysandpro .countrycontent .title-bg {
  background: url(/images/syspro.png) no-repeat right 55%;
  background-size: 50%;
}
.sysandpro .countrycontent .common-title .learn {
  background: url(/images/news.png) no-repeat center center / cover;
}
.sysandpro .countrycontent .country-content .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.sysandpro .countrycontent .country-content .title span {
  font-size: 0.3rem;
}
.sysandpro .countrycontent .country-content .title span::before {
  content: url(/images/fro-titleicon.png);
  padding-right: 0.3rem;
}
.sysandpro .countrycontent .country-content .title span::after {
  content: url(/images/aft-titleicon.png);
  padding-left: 0.3rem;
}
.sysandpro .countrycontent .country-content .contbox .sbox {
  width: 48%;
  float: left;
}
.sysandpro .countrycontent .country-content .contbox .sbox a {
  display: block;
}
.sysandpro .countrycontent .country-content .contbox .sbox a:hover img {
  transform: scale(1.05);
}
.sysandpro .countrycontent .country-content .contbox .sbox a:hover .contb {
  background: #b01f24;
}
.sysandpro .countrycontent .country-content .contbox .sbox a:hover .contb .cont-title {
  color: #fff;
}
.sysandpro .countrycontent .country-content .contbox .sbox a:hover .contb .cont p {
  color: #fff;
}
.sysandpro .countrycontent .country-content .contbox .sbox a:hover .contb .go {
  background: url(/images/white-go.png) no-repeat left center;
  background-size: 0.42rem;
}
.sysandpro .countrycontent .country-content .contbox .sbox a:hover .contb .go span {
  color: #fff;
}
.sysandpro .countrycontent .country-content .contbox .img {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}
.sysandpro .countrycontent .country-content .contbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sysandpro .countrycontent .country-content .contbox .right {
  float: right;
}
.sysandpro .countrycontent .country-content .contbox .contb {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0.4rem 0.3rem 0.36rem 0.27rem;
}
.sysandpro .countrycontent .country-content .contbox .contb .cont-title {
  padding-bottom: 0.2rem;
}
.sysandpro .countrycontent .country-content .contbox .contb .cont {
  min-height: 1.32rem;
}
.sysandpro .countrycontent .country-content .contbox .contb .cont-title h3 {
  font-size: 0.26rem;
  line-height: 0.42rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.sysandpro .countrycontent .country-content .contbox .contb .cont p {
  font-size: 0.16rem;
  line-height: 0.33rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
text-indent: 2em;
}
.sysandpro .countrycontent .country-content .contbox .contb .go {
  margin-top: 0.26rem;
  height: 0.42rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.42rem;
  padding-left: 0.55rem;
  line-height: 0.42rem;
}
.sysandpro .countrycontent .country-content .contbox .contb .go span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.sysandpro .provincial {
  background: url(/images/bg-right.jpg) right bottom no-repeat;
  padding-top: 1.1rem;
  padding-bottom: 1.2rem;
}
.sysandpro .provincial .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.sysandpro .provincial .title span {
  font-size: 0.3rem;
}
.sysandpro .provincial .title span::before {
  content: url(/images/fro-titleicon.png);
  padding-right: 0.3rem;
}
.sysandpro .provincial .title span::after {
  content: url(/images/aft-titleicon.png);
  padding-left: 0.3rem;
}
.sysandpro .provincial .bbox .sbox {
  width: 33%;
  height: 36%;
  margin-top: 4%;
  float: left;
  box-sizing: border-box;
  margin-right: 2.7%;
  border-bottom: 6px solid #b01f24;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sysandpro .provincial .bbox .sbox a {
  display: block;
  padding: 0.4rem 0.34rem 0.38rem 0.27rem;
  transition: all 0.3s;
}
.sysandpro .provincial .bbox .sbox:hover {
  background-color: #94080b;
}
.sysandpro .provincial .bbox .sbox:hover a {
  transform: translateX(5px);
}
.sysandpro .provincial .bbox .sbox:hover .provtitle h3 {
  color: #fff;
}
.sysandpro .provincial .bbox .sbox:hover .prov-cont p {
  color: #fff;
}
.sysandpro .provincial .bbox .sbox:hover .progo span {
  background: url(/images/white-go.png) no-repeat center;
}
.sysandpro .provincial .bbox .sbox .provtitle h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.42rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.sysandpro .provincial .bbox .sbox .prov-cont {
  padding-top: 0.14rem;
  padding-bottom: 0.2rem;
}
.sysandpro .provincial .bbox .sbox .prov-cont p {
  font-size: 0.16rem;
  line-height: 0.33rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.sysandpro .provincial .bbox .sbox .progo {
  position: absolute;
  right: 23px;
  bottom: 0.05rem;
  width: 0.3rem;
  height: 0.3rem;
}
.sysandpro .provincial .bbox .sbox .progo span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/images/go.png) no-repeat center;
  background-size: 0.3rem 0.3rem;
  transition: all 0.3s;
}
.sysandpro .provincial .bbox .sbox:nth-child(2n) {
  margin-right: 0;
}
.sysandpro .provincial .bbox .picbox {
  float: right;
  margin-top: 0.6rem;
  width: 27.4%;
}
.sysandpro .provincial .bbox .picbox .img {
  width: 100%;
  height: 100%;
}
.sysandpro .provincial .bbox .picbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upanddeve .schoolpro {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
  padding-bottom: 1.33rem;
overflow:hidden;
}
.upanddeve .schoolpro .common-title {
  margin-top: 0;
  padding-top: 0.98rem;
  margin-bottom: 0.57rem;
}
.upanddeve .schoolpro .title-bg {
  background: url(/images/deve-towertitle.png) no-repeat right 55%;
  background-size: 32%;
}
.upanddeve .schoolpro .common-title .learn {
  background: url(/images/blue.png) no-repeat center center / cover;
}
.upanddeve .schoolpro .schooltitle {
  text-align: center;
  margin-bottom: 0.45rem;
}
.upanddeve .schoolpro .schooltitle span {
  font-size: 0.3rem;
  line-height: 0.42rem;
}
.upanddeve .schoolpro .school-content .items {
  width: 100%;
}
.upanddeve .schoolpro .school-content .items .item {
  transition: width 0.5s;
  float: left;
  width: 13%;
  margin: 0 2px;
  margin-top: 0.5rem;
  height: 5.9rem;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.upanddeve .schoolpro .school-content .items .item a {
  display: block;
  padding: 0 0.2rem;
  padding-top: 0.67rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.upanddeve .schoolpro .school-content .items .item .items-title {
  font-size: 0.24rem;
  color: #162039;
}
.upanddeve .schoolpro .school-content .items .item .items-title span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.upanddeve .schoolpro .school-content .items .item .line {
  box-sizing: border-box;
  height: 0.01rem;
  border-bottom: 1px solid #f8f8f8;
  width: 0.7rem;
  text-align: center;
  margin: 0.25rem auto 0.24rem auto;
}
.upanddeve .schoolpro .school-content .items .item .content {
  min-height: 3rem;
}
.upanddeve .schoolpro .school-content .items .item .content p {
  font-size: 0.16rem;
  line-height: 0.33rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;


}
.upanddeve .schoolpro .school-content .items .item .go {
  float: right;
  height: 0.55rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.55rem 0.55rem;
  line-height: 0.55rem;
  width: 0.55rem;
  margin-top: 0.4rem;
}
.upanddeve .schoolpro .school-content .items .item .go span {
  display: none;
}
.upanddeve .schoolpro .school-content .items .item-hover {
  background: #b01f24;
  margin: 0;
  height: 7.1rem;
  width: 17%;
  color: #fff;
}
.upanddeve .schoolpro .school-content .items .item-hover a {
  padding-top: 0.95rem;
}
.upanddeve .schoolpro .school-content .items .item-hover .items-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.upanddeve .schoolpro .school-content .items .item-hover .line {
  border-bottom: 1px solid #fff;
  margin: 0.45rem auto 0.43rem auto;
}
.upanddeve .schoolpro .school-content .items .item-hover .content p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.33rem;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.upanddeve .schoolpro .school-content .items .item-hover .go {
  float: none;
  width: auto;
  height: 0.55rem;
  background: url(/images/white-go.png) no-repeat left center;
  background-size: 0.55rem 0.55rem;
  line-height: 0.55rem;
  margin-top: 0.36rem;
  margin-left: 0.47rem;
  padding-left: 0.4rem;
}
.upanddeve .schoolpro .school-content .items .item-hover .go span {
  display: block;
  font-size: 0.18rem;
  font-weight: lighter;
  color: #fff;
}
.upanddeve .deve {
  background: url(/images/bg-right.jpg) right bottom no-repeat;
  padding-bottom: 1.2rem;
}
.upanddeve .deve .devetitle {
  text-align: center;
  margin-top: 0.9rem;
  margin-bottom: 0.45rem;
}
.upanddeve .deve .devetitle span {
  font-size: 0.3rem;
  line-height: 0.42rem;
}
.upanddeve .deve .layout .left-list {
  display: flex;
  float: left;
  width: 53%;
  box-sizing: border-box;
  padding-right: 3%;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
min-height:4.96rem;
}
.upanddeve .deve .layout .left-list .item {
  border-bottom: 1px solid #f8f8f8;
 transition: all 0.3s;
height:48%;
}
.upanddeve .deve .layout .left-list .item a {
  display: block;
  padding: 0 0.7rem 0.4rem 0.08rem;
  transition: all 0.3s;
}
.upanddeve .deve .layout .left-list .item:hover{
  
  transform: translateY(-0.05rem);
}
.upanddeve .deve .layout .left-list .item:hover{
background-color: #b01f24;
}
.upanddeve .deve .layout .left-list .item:hover a .title h4 {
  color: #fff;
  background: url(/images/white-go.png) right center no-repeat;
}
.upanddeve .deve .layout .left-list .item:hover a .content p {
  color: #fff;
}
.upanddeve .deve .layout .left-list .item a .title h4 {
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  background: url(/images/go.png) right center no-repeat;
  background-size: 0.3rem 0.3rem;
}
.upanddeve .deve .layout .left-list .item a .content {
  padding-top: 0.1rem;
}
.upanddeve .deve .layout .left-list .item a .content p {
  font-size: 0.18rem;
  line-height: 0.33rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
    text-indent: 2em;
}
.upanddeve .deve .layout .picbox {
  float: right;
  width: 46.3%;
}
.upanddeve .deve .layout .picbox .img {
  width: 100%;
  height: 100%;
}
.upanddeve .deve .layout .picbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deveandhonor .teacherdeve {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
  padding-bottom: 1.33rem;
}
.deveandhonor .teacherdeve .layout .common-title {
  margin-top: 0;
  padding-top: 1.8rem;
}
.top .common-title {
  position: relative;
  z-index: 1;
}
.deveandhonor .teacherdeve .layout .title-bg {
  background: url(/images/Double-tower.png) no-repeat right 67%;
  background-size: 36.5%;
}
.deveandhonor .teacherdeve .layout .common-title .learn {
  background: url(/images/purple.png) no-repeat center center / cover;
}
.deveandhonor .teacherdeve .layout .teadeve-content .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content .title span {
  font-size: 0.3rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content{
overflow:hidden;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox {
  width: 100%;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items {
  width: 100%;
  height: 4rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item {
  width: 31.5%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0 2.5%;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item:first-child {
  margin: 0;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item:first-child a .cont {
  background: url(/images/01.png) no-repeat right bottom;
  background-size: 42%;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item:last-child {
  margin: 0;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item:last-child a .cont {
  background: url(/images/03.png) no-repeat right bottom;
  background-size: 50%;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.45rem 0.17rem 0 0.4rem;
  box-sizing: border-box;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover {
  background: #94080b;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover .contitle h4 {
  color: #fff;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover .cont .content p {
  color: #fff;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover .cont .go {
  background: url(/images/white-go.png) no-repeat left center;
  background-size: 0.55rem 0.55rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover .cont .go span {
  color: #fff;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont {
  height: 100%;
  box-sizing: border-box;
  background: url(/images/02.png) no-repeat right bottom;
  background-size: 50%;
  padding-right: 0.25rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont .contitle {
  text-align: center;
  padding-bottom: 0.255rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont img {
  display: none;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont .contitle h4 {
  font-size: 0.24rem;
  line-height: 0.42rem;
  font-weight: bold;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont .content p {
  font-size: 0.16rem;
  line-height: 0.33rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont .go {
  float: none;
  width: auto;
  height: 0.55rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.55rem 0.55rem;
  line-height: 0.55rem;
  padding-left: 0.74rem;
  margin-top: 0.365rem;
}
.deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont .go span {
  display: block;
  font-size: 0.18rem;
  font-weight: lighter;
}
.deveandhonor .honor {
  background: url(/images/radius.png) no-repeat right bottom;
}
.deveandhonor .honor .honor-content {
  padding-top: 0.65rem;
  padding-bottom: 0.48rem;
}
.deveandhonor .honor .honor-content .honor-title .title {
  font-size: 0.3rem;
  text-align: center;
}
.deveandhonor .honor .honor-content .contbox {
  width: 100%;
  height: 5.6rem;
}
.deveandhonor .honor .honor-content .contbox .left-box {
  height: 100%;
  width: 18.4%;
  position: relative;
  background-color: #ca151f;
  z-index: 1;
  float: left;
}
.deveandhonor .honor .honor-content .contbox .left-box .img {
  position: absolute;
  top: 5.5%;
  left: 11%;
  z-index: 6666;
  width: 5.72rem;
}
.deveandhonor .honor .honor-content .contbox .left-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deveandhonor .honor .honor-content .contbox .right-box {
  margin-top: 0.6rem;
  max-height: 5rem;
  margin-left: 1.4rem;
  padding-bottom: 0.33rem;
  background-color: #f6f6f6;
  width: 13.51rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-left: 5.25rem;
  padding-right: 0.3rem;
}
.deveandhonor .honor .honor-content .contbox .right-box .title {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  height: 0.4rem;
  width: 1.3rem;
  text-align: center;
  background-color: #ca151f;
  color: #fff;
}
.deveandhonor .honor .honor-content .contbox .right-box .items {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0.27rem;
}
.deveandhonor .honor .honor-content .contbox .right-box .items .item {
  width: 33%;
  float: left;
  padding-bottom: 0.22rem;
}
.deveandhonor .honor .honor-content .contbox .right-box .items .item a {
  width: 100%;
  display: block;
}
.deveandhonor .honor .honor-content .contbox .right-box .items .item a span {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  padding-right: 0.43rem;
  background-size: 0.29rem 0.15rem;
}
.assure-title {
  margin-top: 0.8rem;
  background: url(/images/bg-right.jpg) no-repeat right bottom;
}
.assure-title .layout {
  text-align: center;
}
.assure-title .layout .title h1 {
  font-size: 0.6rem;
}
.assure-title .layout .line {
  border-bottom: 4px solid #b01f24;
  width: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.22rem;
  margin-bottom: 0.3rem;
}
.assure-title .layout p {
  font-size: 0.21rem;
  font-weight: lighter;
  line-height: 0.42rem;
  display: inline;
}
.assure-title .layout .content {
  padding-bottom: 1.1rem;
}
.Working-conditions {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
}
.Working-conditions .common-title {
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.14rem;
}
.Working-conditions .title-bg {
  background: url(/images/workingconditions.png) no-repeat right center;
  background-size: 64%;
}
.Working-conditions .Working-content {
  padding-bottom: 2rem;
}
.Working-conditions .Working-content .title {
  text-align: center;
}
.Working-conditions .Working-content .title p {
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.Working-conditions .Working-content .content {
  margin-top: 0.9rem;
  width: 100%;
  background-color: #fff;
}
.Working-conditions .Working-content .content .left-box {
  width: 40%;
  float: left;
}
.Working-conditions .Working-content .content .left-box .img {
  width: 100%;
}
.Working-conditions .Working-content .content .left-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Working-conditions .Working-content .content .right-box {
  width: 60%;
  padding-left: 4%;
  padding-top: 0.36rem;
  box-sizing: border-box;
  float: left;
}
.Working-conditions .Working-content .content .right-box .upbpx {
  height: 50%;
  width: 100%;
}
.Working-conditions .Working-content .content .right-box .upbpx .items {
  margin-bottom: 0.4rem;
}
.Working-conditions .Working-content .content .right-box .downbox {
  width: 100%;
  height: 50%;
}
.Working-conditions .Working-content .content .right-box .items {
  border-left: 4px solid #b01f24;
  width: 34%;
  box-sizing: border-box;
  padding-left: 0.2rem;
  float: left;
}
.Working-conditions .Working-content .content .right-box .items:first-child {
  width: 37%;
}
.Working-conditions .Working-content .content .right-box .items:last-child {
  width: 29%;
}
.Working-conditions .Working-content .content .right-box .items .items-title {
  font-size: 0.2rem;
  font-weight: bold;
  padding-bottom: 0.13rem;
  line-height: 1;
}
.Working-conditions .Working-content .content .right-box .items .item a {
  display: block;
}
.Working-conditions .Working-content .content .right-box .items .item a span {
  font-size: 0.16rem;
  line-height: 0.36rem;
  background: url(/images/deve-goicon.png) right center no-repeat;
  background-size: 0.29rem 0.15rem;
  padding-right: 0.5rem;
}
.human-care {
  background: url(/images/bg-right.jpg) no-repeat right bottom;
}
.human-care .layout .title-bg {
  background: url(/images/human-care.png) no-repeat right center;
  background-size: 7.22rem;
}
.human-care .layout .common-title .learn {
  background-image: url(/images/purple.png);
}
.human-care .layout .human-content {
  margin-top: 0.4rem;
}
.human-care .layout .human-content .swiper-container {
  padding-bottom: 2.15rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  transition: 300ms;
  transform: scale(0.7);
  height: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  display: block;
  width: 3.9rem;
  height: 5.5rem;
  box-sizing: border-box;
  padding: 0 0.4rem 0 0.36rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .title {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  width: 100%;
  text-align: center;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .title span {
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a ul {
  text-align: start;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a ul li {
  text-align: start;
  list-style-type: disc;
  list-style-position: inside;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a ul li::marker {
  color: #b01f24;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .content ul li p {
  display: inline;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a ul li p span {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #666;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .content {
  margin-top: 0.3rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .content p {
  display: -webkit-box;
  color: #999;
  font-size: 0.16rem;
  line-height: 0.36rem;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .go {
  position: absolute;
  bottom: 6%;
  margin-top: 0.26rem;
  height: 0.42rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.42rem;
  padding-left: 0.55rem;
  line-height: 0.42rem;
  text-align: start;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .go span {
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #b01f24;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-active {
  transform: scale(1);
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-active a {
  border: 1px solid #b01f24;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-prev,
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-next {
  transform: scale(0.87);
  z-index: 998 !important;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-prev a .go,
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-next a .go {
  margin-left: 0.25rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-prev a {
  padding-right: 0.8rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-next a {
  padding-left: 0.86rem;
}
.human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-active {
  z-index: 999 !important;
}
.human-care .layout .human-content .swiper-container .btn .pre {
  background-image: url(/images/swiper-btnpre.png);
  width: 0.54rem;
  height: 0.54rem;
  background-size: 0.54rem;
  left: calc(50% - 0.64rem);
}
.human-care .layout .human-content .swiper-container .btn .next {
  width: 0.54rem;
  height: 0.54rem;
  right: calc(50% - 0.64rem);
  background-size: 0.54rem;
  background-image: url(/images/swiper-btnnext.png);
}
.human-care .layout .human-content .swiper-container .swiper-button-next,
.human-care .layout .human-content .swiper-container .swiper-button-prev {
  top: auto;
  bottom: 10%;
}
.human-care .layout .human-content .card {
  display: none;
  width: 49%;
  margin-top: 0.2rem;
  margin-right: 2%;
  float: left;
}
.human-care .layout .human-content .card:nth-child(2n+1) {
  margin-right: 0;
}
.human-care .layout .human-content .card a {
  height: 4rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #e3e3e3;
  padding-top: 0.3rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
}
.human-care .layout .human-content .card a:hover {
  border: 1px solid #b01f25;
}
.human-care .layout .human-content .card a .go {
  position: absolute;
  bottom: 1%;
  right: 2%;
  height: 0.55rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.55rem;
  padding-left: 0.74rem;
  line-height: 0.55rem;
}
.human-care .layout .human-content .card a .go span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.human-care .layout .human-content .card .title {
  text-align: center;
  margin-bottom: 7.5%;
}
.human-care .layout .human-content .card .title span {
  font-size: 0.3rem;
  line-height: 0.36rem;
}
.human-care .layout .human-content .card ul {
  text-align: start;
}
.human-care .layout .human-content .card ul li {
  text-align: start;
  list-style-type: disc;
  list-style-position: inside;
}
.human-care .layout .human-content .card ul li::marker {
  color: #b01f24;
}
.human-care .layout .human-content .card ul li span {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #666;
}
.human-care .layout .human-content .card .content {
  margin-top: 5%;
  margin-bottom: 5%;
}
.human-care .layout .human-content .card .content p {
  display: -webkit-box;
  color: #999;
  font-size: 0.16rem;
  line-height: 0.36rem;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.resource {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
  padding-bottom: 1.25rem;
}
.resource .common-title {
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.14rem;
}
.resource .title-bg {
  background: url(/images/resource.png) no-repeat right center;
  background-size: 64%;
}
.resource .common-title .learn{
background-image:url(/images/yellow.png)
}
.resource .contbox {
  width: 100%;
  box-sizing: border-box;
}
.resource .contbox .sbox {
  width: 49%;
  height: 5.03rem;
  float: left;
}
.resource .contbox .sbox a {
  display: block;
  width: 0100%;
  height: 100%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.resource .contbox .sbox:hover .picbox .img img {
  transform: scale(1.05);
}
.resource .contbox .sbox:hover a .contb {
  background: #b01f24;
}
.resource .contbox .sbox:hover a .contb .cont-title h3 {
  color: #fff;
}
.resource .contbox .sbox:hover a .contb .cont p {
  color: #fff;
}
.resource .contbox .sbox:hover a .contb .go {
  background-image: url(/images/white-go.png);
}
.resource .contbox .sbox:hover a .contb .go span {
  color: #fff;
}
.resource .contbox .sbox .picbox {
  float: right;
  width: 37%;
  height: 100%;
}
.resource .contbox .sbox .picbox .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.resource .contbox .sbox .picbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.resource .contbox .sbox .contb {
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  width: 63%;
  padding: 0.6rem 0.3rem 0.36rem 0.6rem;
  float: left;
}
.resource .contbox .sbox .contb .cont-title {
  padding-bottom: 0.2rem;
}
.resource .contbox .sbox .contb .cont-title h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.resource .contbox .sbox .contb .cont p {
  font-size: 0.16rem;
  line-height: 0.33rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.resource .contbox .sbox .contb .go {
  margin-top: 0.4rem;
  height: 0.55rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.55rem;
  padding-left: 0.74rem;
  line-height: 0.55rem;
}
.resource .contbox .sbox .contb .go span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.resource .contbox .right {
  float: right;
}
.surroundings {
  background: url(/images/bg-right.jpg) no-repeat right bottom;
  background-color: #fff;
  padding-bottom: 1.25rem;
}
.surroundings .common-title {
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.14rem;
}
.surroundings .common-title .learn{
background-image:url(/images/keyan-purple.png);}
.surroundings .title-bg {
  background: url(/images/resource.png) no-repeat right center;
  background-size: 64%;
}
.surroundings .contbox {
overflow:hidden;
  padding-top: 0.36rem;
  padding-bottom: 1.7rem;
}
.surroundings .contbox .title {
  text-align: center;
  padding-bottom: 1rem;
}
.surroundings .contbox .title p {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #333;
  font-weight: lighter;
}
.surroundings .contbox .picbox {
  width: 50%;
  float: left;
}
.surroundings .contbox .picbox .bigpic {
  width: 100%;
  float: left;
  overflow: hidden;
}
.surroundings .contbox .picbox .bigpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.surroundings .contbox .picbox .spic {
  width: 50%;
  float: left;
}
.surroundings .contbox .picbox .spic a {
  width: 100%;
  height: 100%;
}
.surroundings .contbox .picbox .spic a .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.surroundings .contbox .picbox .spic a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.surroundings .contbox .picbox .right-box,
.surroundings .contbox .picbox .left-box {
  width: 50%;
  float: left;
}
.surroundings .contbox .picbox .right-box .spic,
.surroundings .contbox .picbox .left-box .spic {
  width: 100%;
}
.surroundings .contbox .picbox .right-box .longpic,
.surroundings .contbox .picbox .left-box .longpic {
  width: 100%;
  float: left;
}
.surroundings .contbox .picbox .right-box .longpic .img,
.surroundings .contbox .picbox .left-box .longpic .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.surroundings .contbox .picbox .right-box .longpic .img img,
.surroundings .contbox .picbox .left-box .longpic .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.surroundings .contbox .mbox {
  display: none;
  width: 100%;
}
.surroundings .contbox .mbox .bigpic {
  width: 50%;
  float: left;
}
.surroundings .contbox .mbox .bigpic a {
  display: block;
}
.surroundings .contbox .mbox .bigpic .img {
  width: 100%;
}
.surroundings .contbox .mbox .bigpic .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.surroundings .contbox .mbox .spic {
  width: 25%;
  float: left;
}
.surroundings .contbox .mbox .spic a {
  display: block;
}
.surroundings .contbox .mbox .spic a .img {
  width: 100%;
}
.surroundings .contbox .mbox .spic a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.educate {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
}
.educate .common-title {
  margin-top: 0;
  padding-top: 0.98rem;
}
.educate .title-bg {
  background: url(/images/educate.png) no-repeat right center;
  background-size: 63%;
}
.educate .common-title .learn{

background-image:url(/images/green.png);
}
.educate .contbox {
  padding: 0.36rem 0 1.7rem;
}
.educate .contbox .title {
  text-align: center;
  padding-bottom: 0.6rem;
}
.educate .contbox .title p {
  font-size: 0.2rem;
  color: #333;
  font-weight: lighter;
}
.educate .contbox .swiperbox {
  float: left;
  width: 46%;
}
.educate .contbox .swiperbox .swiper-slide {
  height: 5.48rem;
}
.educate .contbox .swiperbox a {
  display: block;
  height: 100%;
}
.educate .contbox .swiperbox a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0.3rem;
  padding-bottom: 0.2rem;
}
.educate .contbox .swiperbox a .title span {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.educate .contbox .swiperbox .img {
  width: 100%;
  height: 100%;
}
.educate .contbox .swiperbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.educate .contbox .swiperbox .btn {
  position: absolute;
  z-index: 15;
  bottom: 0.24rem;
  right: 0.19rem;
}
.educate .contbox .swiperbox .btn .dots {
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
}
.educate .contbox .swiperbox .btn .dots .swiper-pagination-bullet {
  width: 0.12rem;
  box-sizing: border-box;
  height: 0.12rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 6px;
}
.educate .contbox .swiperbox .btn .dots .swiper-pagination-bullet-active {
  border: 1px solid #a20000;
  background: #a20000;
}
.educate .contbox .schooledu {
  height: 5.48rem;
  width: 52.2%;
  float: right;
  box-sizing: border-box;
  height: 5.51rem;
  position: relative;
}
.educate .contbox .schooledu .left-box {
  float: left;
  width: 33.5%;
  position: relative;
  z-index: 2;
}
.educate .contbox .schooledu .left-box .kinder {
  width: 100%;
  height: 42.2%;
}
.educate .contbox .schooledu .left-box .kinder .img {
  width: 100%;
}
.educate .contbox .schooledu .left-box .kinder .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.educate .contbox .schooledu .left-box .primary {
  width: 100%;
  height: 42.2%;
}
.educate .contbox .schooledu .left-box .primary .img {
  width: 100%;
}
.educate .contbox .schooledu .left-box .primary .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.educate .contbox .schooledu .right-box {
  position: absolute;
  top: 0;
  height: 100%;
  width: 75%;
  margin-left: 25%;
  float: right;
  box-sizing: border-box;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  background: url(/images/book.png) no-repeat center bottom;
  background-size: 100% 2.3rem;
}
.educate .contbox .schooledu .right-box .kinder {
  height: 42.2%;
  background: url(/images/kinderlist.png) no-repeat 12.5% center;
  background-size: 0.95rem 0.9rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 0.55rem;
  padding-left: 1.75rem;
}
.educate .contbox .schooledu .right-box .kinder .title {
  text-align: start;
}
.educate .contbox .schooledu .right-box .kinder .title a {
  display: inline-block;
}
.educate .contbox .schooledu .right-box .kinder .title a span {
  font-size: 0.2rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.educate .contbox .schooledu .right-box .primary {
  height: 57.8%;
  background: url(/images/kinderlist.png) no-repeat 12.5% 33%;
  background-size: 0.95rem 0.9rem;
  box-sizing: border-box;
  padding-top: 0.6rem;
  padding-left: 1.75rem;
  position: relative;
}
.educate .contbox .schooledu .right-box .primary .title {
  text-align: start;
  padding-bottom: 0.6rem;
}
.educate .contbox .schooledu .right-box .primary .title a {
  display: inline-block;
}
.educate .contbox .schooledu .right-box .primary .title a span {
  font-size: 0.2rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.educate .contbox .schooledu .right-box .primary .title:nth-child(2) {
  padding-bottom: 0.5rem;
}
.educate .contbox .schooledu .right-box .primary a {
  display: block;
}
.educate .contbox .schooledu .right-box .primary .go {
  position: absolute;
  bottom: 14%;
  right: 9%;
  height: 0.5rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.5rem;
  padding-left: 0.74rem;
  line-height: 0.5rem;
}
.educate .contbox .schooledu .right-box .primary .go span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.assure {
  background: url(/images/radius.png) no-repeat right bottom;
  padding-bottom: 1.45rem;
}
.assure .title-bg {
  background: url(/images/door.png) no-repeat right center;
  background-size: 40%;
}
.assure .common-title .learn{    background-image: url(/images/keyan-purple.png);}
.assure .contbox .title {
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.assure .contbox .title p {
  font-size: 0.2rem;
  line-height: 0.48rem;
  font-weight: lighter;
}
.assure .contbox .picbox {
  width: 100%;
}
.assure .contbox .picbox .sbox {
  width: 25%;
  float: left;
  height: 3.75rem;
}
.assure .contbox .picbox .sbox .treat {
  background-color: #b01f24;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.85rem 0.44rem 0.55rem;
}
.assure .contbox .picbox .sbox .treat .title {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.assure .contbox .picbox .sbox .treat .title h4 {
  color: #fff;
  font-size: 0.31rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .treat a {
  display: block;
  margin-left: 29%;
}
.assure .contbox .picbox .sbox .treat a .link {
  text-align: start;
}
.assure .contbox .picbox .sbox .treat a .link span {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .treat .go {
  margin-top: 0.4rem;
}
.assure .contbox .picbox .sbox .treat .go a {
  display: block;
  float: right;
  width: 0.29rem;
  height: 0.15rem;
  background: url(/images/deve-whitegoicon.png);
  background-size: 0.29rem 0.15rem;
}

.assure .contbox .picbox .sbox .house {
  background-color: #36382e;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.85rem 0.44rem 0.55rem;
}
.assure .contbox .picbox .sbox .car2{
background-color: #b01f24;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0.85rem 0.44rem 0.55rem;
}
.assure .contbox .picbox .sbox .house .title {
  margin-top: 15%;
  margin-bottom: 0.2rem;
}
.assure .contbox .picbox .sbox .house .title h4 {
  color: #fff;
  font-size: 0.31rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .house .go {
  margin-top: 0.4rem;
  text-align: center;
}
.assure .contbox .picbox .sbox .house .go a {
  display: block;
  margin: 0 auto;
  width: 0.29rem;
  height: 0.15rem;
  background: url(/images/deve-whitegoicon.png);
  background-size: 0.29rem 0.15rem;
}
.assure .contbox .picbox .sbox .Residence {
  background-color: #36382e;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.85rem 0.44rem 0.55rem;
}
.assure .contbox .picbox .sbox .Residence .title {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.assure .contbox .picbox .sbox .Residence .title h4 {
  color: #fff;
  font-size: 0.31rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .Residence a {
  display: block;
}
.assure .contbox .picbox .sbox .Residence a .link {
  text-align: start;
}
.assure .contbox .picbox .sbox .Residence a .link span {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .Residence .go {
  margin-top: 0.4rem;
}
.assure .contbox .picbox .sbox .Residence .go a {
  display: block;
  float: right;
  width: 0.29rem;
  height: 0.15rem;
  background: url(/images/deve-whitegoicon.png);
  background-size: 0.29rem 0.15rem;
}
.assure .contbox .picbox .sbox .Determine {
  background: url(/images/Determine.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.85rem 0.44rem 0.55rem;
}
.assure .contbox .picbox .sbox .Determine .title {
  margin-top: 15%;
  margin-bottom: 0.2rem;
}
.assure .contbox .picbox .sbox .Determine .title h4 {
  color: #fff;
  font-size: 0.31rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .Determine .go {
  margin-top: 0.4rem;
  text-align: center;
}
.assure .contbox .picbox .sbox .Determine .go a {
  display: block;
  margin: 0 auto;
  width: 0.29rem;
  height: 0.15rem;
  background: url(/images/deve-whitegoicon.png);
  background-size: 0.29rem 0.15rem;
}
.assure .contbox .picbox .sbox .car {
  background: url(/images/car.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.85rem 0.44rem 0.55rem;
}
.assure .contbox .picbox .sbox .car .title {
  margin-top: 15%;
  margin-bottom: 0.2rem;
}
.assure .contbox .picbox .sbox .car .title h4 {
  color: #fff;
  font-size: 0.31rem;
  line-height: 0.42rem;
}
.assure .contbox .picbox .sbox .car .go {
  margin-top: 0.4rem;
  text-align: center;
}
.assure .contbox .picbox .sbox .car .go a {
  display: block;
  margin: 0 auto;
  width: 0.29rem;
  height: 0.15rem;
  background: url(/images/deve-whitegoicon.png);
  background-size: 0.29rem 0.15rem;
}
.assure .contbox .picbox .sbox .img {
  width: 100%;
  height: 100%;
}
.assure .contbox .picbox .sbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruitment-title {
  margin-top: 0.8rem;
  background: url(/images/bg-right.jpg) no-repeat right bottom;
}
.recruitment-title .layout {
  text-align: center;
}
.recruitment-title .layout .title h1 {
  font-size: 0.6rem;
}
.recruitment-title .layout .line {
  border-bottom: 4px solid #b01f24;
  width: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 0.22rem;
  margin-bottom: 0.3rem;
}
.recruitment-title .layout p {
  display: inline;
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 0.42rem;
}
.recruitment-title .layout .content {
  padding:0 10px 1.1rem;
}
.ads {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
}
.ads .common-title {
  margin-top: 0;
  padding-top: 0.5rem;
  
}
.ads .title-bg {
  background: url(/images/recruitment-ads.png) no-repeat right center;
  background-size: 50%;
}
.ads .ads-content {
  padding-bottom: 0.66rem;
}
.ads .ads-content .content {
  margin-top: 0.9rem;
  width: 100%;
  height: 4.7rem;
}
.ads .ads-content .content .left-box {
  width: 100%;
  float: left;
  height: 100%;
}
.ads .ads-content .content .left-box .img {
  width: 42%;
  overflow: hidden;
  height: 4.2rem;
  border-radius: 0.13rem;
}
.ads .ads-content .content .left-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ads .ads-content .content .left-box .btn {
  position: absolute;
  left: 21%;
  transform: translateX(-50%);
  width: 1.36rem;
  height: 0.18rem;
  line-height: 0.18rem;
  bottom: 0;
}
.ads .ads-content .content .left-box .btn .index {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.18rem;
  color: #b01f24;
}
.ads .ads-content .content .left-box .btn .allindex {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 0.18rem;
  color: #b01f24;
}
.ads .ads-content .content .left-box .swiper-pagination {
  height: 2px;
  width: 0.8rem;
  background: #e5e4e4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.ads .ads-content .content .left-box .swiper-pagination span {
  background: #b01f24;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  transform-origin: left center;
}
.ads .ads-content .content .right-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  margin-top: 3%;
  width: 60%;
  padding-left: 4.3%;
  padding-right: 4.3%;
  padding-top: 3.4%;
  box-sizing: border-box;
  background-color: #fff;
}
.ads .ads-content .content .right-box .title {
  text-align: center;
min-height:.94rem;
}
.ads .ads-content .content .right-box .title h2 {
  color: #b01f24;
  font-size: 0.36rem;
}
.ads .ads-content .content .right-box .cont .cont-title {
  padding-top: 3.5%;
  padding-bottom: 2.3%;
}
.ads .ads-content .content .right-box .cont .cont-title h3 {
  color: #333;
  font-size: 0.26rem;
  font-weight: bold;
}
.ads .ads-content .content .right-box .cont p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: lighter;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ads .ads-content .content .right-box .cont .go a {
  margin-top: 0.4rem;
  height: 0.55rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.55rem;
  padding-left: 0.74rem;
  line-height: 0.55rem;
  display: block;
  margin-bottom: 0.38rem;
}
.ads .ads-content .content .right-box .cont .go a span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.ads .ads-content .m-content {
  margin-top: 0.9rem;
  width: 100%;
  display: none;
}
.ads .ads-content .m-content .left-box {
  width: 100%;
  height: 100%;
}
.ads .ads-content .m-content .left-box .img {
  width: 100%;
  overflow: hidden;
  height: auto;
  border-radius: 0.13rem;
}
.ads .ads-content .m-content .left-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ads .ads-content .m-content .left-box .swiper-wrapper {
  justify-content: space-evenly;
}
.ads .ads-content .m-content .left-box .swiper-slide {
  width: 30%;
}
.ads .ads-content .m-content .right-box {
  z-index: 50;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3.4%;
  padding-bottom: 2%;
  box-sizing: border-box;
  background-color: #fff;
}
.ads .ads-content .m-content .right-box .title {
  text-align: center;
}
.ads .ads-content .m-content .right-box .title h2 {
  color: #b01f24;
  font-size: 0.2rem;
  min-height: 0.36rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ads .ads-content .m-content .right-box .cont .cont-title {
  padding-top: 3.5%;
  padding-bottom: 2.3%;
}
.ads .ads-content .m-content .right-box .cont .cont-title h3 {
  color: #333;
  font-size: 0.16rem;
  font-weight: bold;
}
.ads .ads-content .m-content .right-box .cont p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: lighter;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ads .ads-content .m-content .right-box .cont .go a {
  margin-top: 0.2rem;
  height: 0.5rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.4rem;
  padding-left: 0.54rem;
  line-height: 0.45rem;
  display: block;
}
.ads .ads-content .m-content .right-box .cont .go a span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.ads-list {
  background: url(/images/bg-right.jpg) no-repeat right bottom;
  background-color: #fff;
  padding-bottom: 1.25rem;
  padding-top: 1.1rem;
}
.ads-list .left {
  float: left;
  width: 19%;
}
.ads-list .left .img {
  width: 100%;
  height: 5.92rem;
  background: url(/images/pinkdoor.png) no-repeat center center / cover;
  border-radius: 0.13rem;
}
.ads-list .right-list {
  width: 78%;
  float: right;
}
.ads-list .right-list .items {
  height: 5.92rem;
}
.ads-list .right-list .items li {
  height: 10%;
}
.ads-list .right-list .items .item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px #757575 dotted;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ads-list .right-list .items .item:hover {
  transition: all 0.5s;
  transform: translateX(10px);
  border-bottom: 1px #b01f24 dotted;
}
.ads-list .right-list .items .item:hover .date,
.ads-list .right-list .items .item:hover .title {
  color: #b01f24;
}
.ads-list .right-list .items .item .title {
  font-size: 0.2rem;
  font-weight: lighter;
  color: #333;
  width: 77%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.ads-list .right-list .items .item .date {
  font-size: 0.18rem;
  font-weight: lighter;
  color: #999;
}
.ads-list .right-list .go a {
  margin-top: 0.4rem;
  height: 0.55rem;
  background: url(/images/go.png) no-repeat left center;
  background-size: 0.55rem;
  padding-left: 0.74rem;
  line-height: 0.55rem;
  display: inline-block;
  margin-bottom: 0.38rem;
}
.ads-list .right-list .go a span {
  font-size: 0.16rem;
  font-weight: lighter;
  color: #b01f24;
}
.join {
  background: url(/images/left-bottom.jpg) left bottom no-repeat;
  background-color: #f8f8f8;
  padding-bottom: 1.3rem;
}
.join .common-title {
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.14rem;
  margin-bottom: 0;
}
.join .title-bg {
  background: url(/images/bg-join.png) no-repeat right center;
  background-size: 50%;
}
.join .common-title .learn {
  background-image: url(/images/blue.png);
}
.join .content .leftbox {
  float: left;
  width: 57%;
  box-sizing: border-box;
  padding: 6.7% 0.4rem 0 0.5rem;
}
.join .content .leftbox p {
display:inline-block;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #333;
  font-weight: lighter;
}

.join .content .leftbox span {
  font-weight: bold;
  font-size: 0.22rem;
  line-height: 0.4rem;
}
.join .content{
 overflow:hidden;
}
.join .layout{overflow:hidden;
}
.join .content .rightbox {
  float: right;
  width: 43%;
  height: 4.2rem;
}
.join .content .rightbox .img {
  width: 100%;
  height: 100%;
}
.join .content .rightbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.13rem;
}
.apply {
  background: url(/images/bg-right.jpg) no-repeat right bottom;
  background-color: #fff;
  padding-top: 1.1rem;
}
.apply .title {
  text-align: center;
  padding-bottom: 0.5rem;
}
.apply .title h2 {
  font-size: 0.3rem;
}
.apply .title-content {
  text-align: center;
  margin-bottom: 0.7rem;
}
.apply .title-content p {
  display: inline;
  font-size: 0.2rem;
  font-weight: lighter;
  line-height: 0.4rem;
}
.apply .title-content p img{display:none;}
.apply .title-content p  span{font-weight:bold;}
.apply .title-content p em{font-weight:bold;color:#b01f24; font-style:inherit;}
.apply .picbox {
  width: 100%;
  height: 2.5rem;
}
.apply .picbox li {
  float: left;
  width: 20%;
}
.apply .picbox li .Graphic {
  height: 100%;
  width: 100%;
}
.apply .picbox li .Graphic .CV {
  height: 56%;
  margin-bottom: 16%;
  width: 46%;
  position: relative;
  max-width: 138px;
}
.apply .picbox li .Graphic .CV .img {
  height: 100%;
  width: 100%;
}
.apply .picbox li .Graphic .CV .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.apply .picbox li .Graphic .CV::after {
  right: -70%;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 22%;
  height: 22%;
  background: url(/images/add.png) no-repeat center center / cover;
  position: absolute;
}
.apply .picbox li .Graphic .paper {
  height: 56%;
  margin-bottom: 16%;
  width: 46%;
  position: relative;
  max-width: 138px;
}
.apply .picbox li .Graphic .paper .img {
  height: 100%;
  width: 100%;
}
.apply .picbox li .Graphic .paper .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.apply .picbox li .Graphic .paper::after {
  right: -70%;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 22%;
  height: 22%;
  background: url(/images/add.png) no-repeat center center / cover;
  position: absolute;
}
.apply .picbox li .Graphic .workandpro {
  height: 56%;
  margin-bottom: 16%;
  width: 46%;
  position: relative;
  max-width: 138px;
}
.apply .picbox li .Graphic .workandpro .img {
  height: 100%;
  width: 100%;
}
.apply .picbox li .Graphic .workandpro .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.apply .picbox li .Graphic .workandpro::after {
  right: -70%;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 22%;
  height: 22%;
  background: url(/images/to.png) no-repeat center center / cover;
  position: absolute;
}
.apply .picbox li .Graphic .emailname {
  height: 56%;
  margin-bottom: 16%;
  width: 46%;
  position: relative;
  max-width: 138px;
}
.apply .picbox li .Graphic .emailname .img {
  height: 100%;
  width: 100%;
}
.apply .picbox li .Graphic .emailname .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.apply .picbox li .Graphic .emailname::after {
  right: -115%;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 58.5%;
  height: 29%;
  background: url(/images/toover.png) no-repeat center center / cover;
  position: absolute;
}
.apply .picbox li .Graphic .sendover {
  height: 56%;
  max-width: 138px;
  margin: 0 auto;
  margin-bottom: 16%;
  width: 46%;
  position: relative;
}
.apply .picbox li .Graphic .sendover .img {
  height: 100%;
  width: 100%;
}
.apply .picbox li .Graphic .sendover .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.apply .picbox li .Graphic .text {
  width: 46%;
  line-height: 0.36rem;
  font-size: 0.2rem;
  text-align: center;
  max-width: 138px;
}
.apply .picbox li .over .text {
  width:92%;
  max-width: none;
margin:0 auto;
}
.apply .schoolinfo {
overflow:hidden;
  background: url(/images/bg1890.png) no-repeat center top / cover;
  background-size: 100% 4.77rem;
  margin: 0 auto;
  border-radius: 0.38rem;
  max-width: 1890px;
  margin-top: 1.1rem;
  padding-top: 2.3rem;
}
.apply .schoolinfo .bigbox {
  background: #fff;
  width: 100%;
  padding-top: 0.5rem;
}
.apply .schoolinfo .bigbox .title {
  text-align: center;
  padding-bottom: 0.4rem;
}
.apply .schoolinfo .bigbox .title h3 {
  font-size: 0.3rem;
  line-height: 0.42rem;
}
.apply .schoolinfo .bigbox .title p {
  margin-top: 0.05rem;
  font-size: 0.2rem;
  line-height: 0.42rem;
  font-weight: lighter;
}
.apply .schoolinfo .bigbox ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.2rem;
}
.apply .schoolinfo .bigbox ul .card {
  float: left;
  width: 20%;
  padding-top: 3.2%;
  box-sizing: border-box;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.apply .schoolinfo .bigbox ul .card:last-child {
  border-right: none;
}
.apply .schoolinfo .bigbox ul .card .title {
  padding-bottom: 0;
  margin-bottom: 0.4rem;
}
.apply .schoolinfo .bigbox ul .card .title span {
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #b01f24;
}
.apply .schoolinfo .bigbox ul .card .infobox {
  margin-left: 0.45rem;
}
.apply .ask .bigbox ul .card .infobox{
margin:0 0.13rem;
}
.apply .ask .bigbox ul .card .infobox .content{
font-size: 0.17rem;
    line-height: 0.38rem;
    color: #333;
}
.apply .schoolinfo .bigbox ul .card .infobox .unit {
  min-height: 0.38rem;
}
.apply .schoolinfo .bigbox ul .card .infobox span {
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #333;
}
.Departmentinfo {
  background: url(/images/radius.png) no-repeat right bottom;
  background-color: #f8f8f8;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.Departmentinfo .title {
  text-align: center;
  padding-bottom: 0.6rem;
}
.Departmentinfo .title span {
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.Departmentinfo .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Departmentinfo .content .left-box {
  padding: 0 0 0 0.28rem;
  box-sizing: border-box;
  width: 22.2%;
  float: left;
  background-color: #b01f24;
  background-size: cover;
}
.Departmentinfo .content .left-box .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 0;
  background: url(/images/Undergraduate.png) no-repeat center 40%;
  background-size: 1.23rem;
  height: 2.67rem;
  margin-right: 0.28rem;
}
.Departmentinfo .content .left-box .title .text {
  padding-top: 2rem;
  font-size: 0.3rem;
  color: #fff;
}
.Departmentinfo .content .left-box .items {
  padding-bottom: 0.76rem;
}
.Departmentinfo .content .left-box .items .item {
  padding-right: 0.28rem;
  margin-top: 0.4rem;
  position: relative;
}
.Departmentinfo .content .left-box .items .active::after {
  content: "";
  position: absolute;
  right: -0.01rem;
  top: -0.09rem;
  box-sizing: border-box;
  height: 0.01rem;
  border: 0.18rem solid #f8f8f8;
  border-top: 0.18rem solid transparent;
  border-left: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
}
.Departmentinfo .content .left-box .items .item span {
  transition: all 0.5s;
  color: #fff;
  padding-left: 0.3rem;
  background: url(/images/departicon.png) no-repeat;
  background-size: 0.4rem 0.08rem;
  background-position: -0.25rem center;
  font-size: 0.2rem;
}
.Departmentinfo .content .left-box .items .active span {
  background-position: left center;
  padding-left: 0.5rem;
 font-weight:600;
}
.Departmentinfo .content .right-box {
  float: right;
  position: relative;
  overflow: hidden;
  width: 75.8%;
  height: 8.72rem;
  transition: all 0.5s;
}
.Departmentinfo .content .right-box ul {
  height: 100%;
  right: -100%;
  opacity: 0;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  transition: all 0.5s;
}
.Departmentinfo .content .right-box ul::-webkit-scrollbar {
  width: 0.08rem;
}
.Departmentinfo .content .right-box ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0.04rem;
}
.Departmentinfo .content .right-box ul::-webkit-scrollbar-track {
  background-color: #aaabac;
  border-radius: 0.04rem;
}
.Departmentinfo .content .right-box ul li {
  float: left;
  margin-right: 1%;
  background-color: #fff;
  padding: 0.1rem 0.15rem 0;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  box-sizing: border-box;
  max-width: 24%;
}
.Departmentinfo .content .right-box ul li .img {
  width: 2.43rem;
  height: 1.58rem;
}
.Departmentinfo .content .right-box ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Departmentinfo .content .right-box ul li .contbox {
  width: 100%;
  height: 64%;
  box-sizing: border-box;
  padding-bottom: 0.36rem;
}
.Departmentinfo .content .right-box ul li .contbox .title {
  text-align: center;
  padding-top: 0.17rem;
  padding-bottom: 0.12rem;
overflow: hidden;

white-space: nowrap;

text-overflow: ellipsis;
}
.Departmentinfo .content .right-box ul li .contbox .title span {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: bold;



}
.Departmentinfo .content .right-box ul li .contbox .teacher span {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #333;
}
.Departmentinfo .content .right-box ul li .contbox .phone span {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #333;
}
.Departmentinfo .content .right-box ul li .contbox .email {
  min-height: 0.6rem;
}
.Departmentinfo .content .right-box ul li .contbox .email span {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #333;
}
.Departmentinfo .content .right-box ul li .contbox .Subject {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  background-color: #2270ca;
  padding: 0 0.08rem;
  width: 100%;
}
.Departmentinfo .content .right-box ul li .contbox .Subject span {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.43rem;
}
.Departmentinfo .content .right-box ul li .contbox .job {
  padding: 0 0.05rem;
  text-align: center;
  display: inline-block;
  background-color: #aa3337;
}
.Departmentinfo .content .right-box ul li .contbox .job:hover {
  background-color: #fff;
}
.Departmentinfo .content .right-box ul li .contbox .job:hover span {
  color: #aa3337;
}
.Departmentinfo .content .right-box ul li .contbox .job span {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.43rem;
}
.Departmentinfo .content .right-box ul li .contbox .btn {
  width: 100%;
}
.Departmentinfo .content .right-box ul li .occlusion {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.61);
  z-index: 888;
  display: none;
}
.Departmentinfo .content .right-box ul li .cbox {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 7.2rem;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.Departmentinfo .content .right-box ul li .cbox .content {
  display: block;
  width: 100%;
  height: 7.14rem;
  z-index: 999;
  border-radius: 0.55rem;
  background-color: #fff;
  position: relative;
  padding: 5.7% 6% 0;
  box-sizing: border-box;
}
.Departmentinfo .content .right-box ul li .cbox .content .red-close {
  width: 0.5rem;
  height: 0.5rem;
  right: 0.3rem;
  top: 0.3rem;
  position: absolute;
  z-index: 1000;
  background: url(/images/red-close.png) no-repeat center center / cover;
}
.Departmentinfo .content .right-box ul li .cbox .content .title {
  padding-bottom: 0;
  position: relative;
  text-align: center;
  margin-bottom: 0.68rem;
}
.Departmentinfo .content .right-box ul li .cbox .content .title span {
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #b01f24;
  background-color: #fff;
  padding: 0 0.34rem;
  text-indent: 10px;
}
.Departmentinfo .content .right-box ul li .cbox .content .title::after {
  content: " ";
  width: 100%;
  background-color: #c3c3c3;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.Departmentinfo .content .right-box ul li .cbox .content .leftbox {
  float: left;
  width: 50%;
  transition: all 0.5s;
}
.Departmentinfo .content .right-box ul li .cbox .content .leftbox .img {
  width: 100%;
height:4.2rem;
}
.Departmentinfo .content .right-box ul li .cbox .content .leftbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Departmentinfo .content .right-box ul li .cbox .content .rightbox {
  float: right;
  width: 47%;
  padding-right: 1.5%;
  box-sizing: border-box;
  max-height: 4.2rem;
}
.Departmentinfo .content .right-box ul li .cbox .content .rightbox .headline {
  background-color: #b01f24;
  display: inline-block;
  transition: all 0.5s;
  width: 18%;
  box-sizing: border-box;
  text-align: center;
  float: left;
  height: 0.38rem;
  line-height: 0.38rem;
}
.Departmentinfo .content .right-box ul li .cbox .content .rightbox .headline span {
  color: #fff;
  font-size: 0.2rem;
}
.Departmentinfo .content .right-box ul li .cbox .content .rightbox .job .cont {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.Departmentinfo .content .right-box ul li .cbox .content .rightbox .cont {
  float: right;
  width: 78%;
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.approach {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.approach .right-border {
  width: 100%;
  padding: 0.79rem 0 1rem;
  background-color: #fff;
  border-bottom-right-radius: 2.15rem;
}
.approach .right-border .title {
  font-size: 0.6rem;
  position: relative;
  text-align: center;
  padding-bottom: 0.22rem;
}
.approach .right-border .title::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1rem;
  height: 4px;
  background-color: #b01f24;
  transform: translateX(-50%);
}
.approach .right-border .content {
  padding-top: 0.41rem;
  line-height: 0.42rem;
  font-size: 0.2rem;
  color: #333;
  text-align: center;
}
.briefing {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.briefing .left-border {
  width: 100%;
  height: 100%;
  padding-top: 0.62rem;
  padding-bottom: 0.76rem;
  background-color: #f8f8f8;
  border-bottom-left-radius: 2.15rem;
}
.briefing .left-border .top {
  position: relative;
}
.top .title-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.briefing .left-border .top .title-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/images/approach-tbg.png) no-repeat right 0.11rem center;
  background-size: 60%;
}
.briefing .left-border .content {
  width: 13.49rem;
  box-sizing: border-box;
  height: 100%;
  padding: 0.42rem 0.22rem 0.26rem;
  margin: 0.51rem auto 0;
  background: #fff;
}
.briefing .left-border .content > .img1 {
  width: 2.23rem;
  height: 2.23rem;
  float: left;
}
.briefing .left-border .content > .img1 img {
  width: 100%;
  height: 100%;
}
.briefing .left-border .content .line {
  width: 2px;
  height: 2.42rem;
  float: left;
  margin-left: 0.49rem;
  margin-right: 0.54rem;
  background: url(/images/approach-line.png) no-repeat center center;
}
.briefing .left-border .content .text {
  float: left;
  width: 100%;
}
.briefing .left-border .content .title {
  text-align: center;
padding:0 0 .3rem 3.2rem;
}
.briefing .left-border .content .title h3 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333333;
  font-weight: 500;

}
.briefing .left-border .content .row {
  position: relative;
}
.briefing .left-border .content .row ul {
  float: left;
  width: 70%;
}
.briefing .left-border .content .row ul li p {
  font-size: 0.24rem;
  line-height: 0.48rem;
  text-align: start;
  color: #333333;
  padding-right: 0.37rem;
  display: inline-block;
 
}
.briefing .left-border .content .row ul li .gjc {
  display: inline-block;
}
.briefing .left-border .content .row ul li a {
  font-size: 0.24rem;
  color: #333333;
}
.briefing .left-border .content .row .img1 {
  width: 26%;
  height: 2.65rem;
  float: left;
  margin-top: -0.4rem;
}
.briefing .left-border .content .row .img1 img {
  width: 100%;
  height: 100%;
}
.mission {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.mission .right-border {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.67rem 0 1.04rem;
  border-bottom-right-radius: 2.15rem;
}
.mission .right-border .row {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.52rem 0 0.57rem;
  border-radius: 0.35rem;
  background: url(/images/misson-bg.png) no-repeat center center / cover;
}
.mission .right-border .row .title {
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.36rem;
  text-align: center;
  padding: 0 0.19rem;
  position: relative;
}
.mission .right-border .row .title::after {
  content: " ";
  width: 30%;
  position: absolute;
  bottom: auto;
  top: 50%;
  left: auto;
  height: auto;
  right: 1.64rem;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  z-index: 1;
  background: none;
}
.mission .right-border .row .title::before {
  content: " ";
  width: 30%;
  position: absolute;
  top: 50%;
  left: 1.64rem;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  z-index: 1;
}
.mission .right-border .row .row-content {
  padding-top: 0.57rem;
  text-align: center;
  width: 10.5rem;
  margin: 0 auto;
}
.mission .right-border .row .row-content .vision {
  padding: 0.1rem 0.3rem;
  background-color: #94080b;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.mission .right-border .row .row-content .text {
  font-size: 0.23rem;
  color: #fff;
  line-height: 0.36rem;
  padding-bottom: 0.3rem;
}

.mission .right-border .row .row-content .translate {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.36rem;
}
.evolution {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.evolution .left-border {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 0.66rem 0 1.07rem;
  border-bottom-left-radius: 2.15rem;
}
.evolution .left-border .layout .title {
  margin-bottom: 0.62rem;
}
.evolution .left-border .layout .title h3 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #333333;
  text-align: center;
}
.evolution .left-border .layout .row {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.35rem;
  padding: 0.58rem 0.52rem 0.88rem;
  overflow: hidden;
}
.evolution .left-border .layout .row .leftbox {
  margin-left: 0.7rem;
  margin-top: 0.17rem;
  float: left;
  width: 6.7rem;
  height: 3rem;
  background: url(/images/Double-quotes.png) no-repeat;
  background-size: 100%;
  padding-left: 0.6rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.evolution .left-border .layout .row .leftbox .number {
  display: inline-block;
}
.evolution .left-border .layout .row .leftbox .number span {
  font-size: 0.48rem;
  color: #b01f24;
}
.evolution .left-border .layout .row .leftbox .year {
  display: inline-block;
}
.evolution .left-border .layout .row .leftbox .year span {
  font-size: 0.24rem;
  color: #b01f24;
}
.evolution .left-border .layout .row .leftbox .content {
  padding-top: 0.1rem;
}
.evolution .left-border .layout .row .leftbox .content h4 {
  font-size: 0.24rem;
  line-height: 0.44rem;
}
.evolution .left-border .layout .row .leftbox .content p {
  font-size: 0.18rem;
  line-height: 0.44rem;
overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
display: -webkit-box;
    -webkit-line-clamp: 5;
}
.evolution .left-border .layout .row .rightbox {
  float: left;
  height: 2.9rem;
  width: 5rem;
  border-radius: 0.13rem;
  margin-left: 0.66rem;
}
.evolution .left-border .layout .row .rightbox .img {
  width: 100%;
  height: 100%;
}
.evolution .left-border .layout .row .rightbox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.evolution .left-border .layout .row .hswiper1 .swiper-button-prev {
  background-image: url(/images/radius-blockprego.png);
  background-size: 0.43rem 0.85rem;
  width: 0.43rem;
  height: 0.85rem;
}
.evolution .left-border .layout .row .hswiper1 .swiper-button-next {
  background-image: url(/images/radius-blocknextgo.png);
  background-size: 0.43rem 0.85rem;
  width: 0.43rem;
  height: 0.85rem;
}
.evolution .left-border .layout .row .hswiper2 {
  width: 100%;
  height: 1.3rem;
  position: relative;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide {
  padding-bottom: 0.15rem;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide:first-child {
  padding-left: 0.7rem;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide .number {
  font-size: 0.28rem;
  position: absolute;
  bottom: 0.5rem;
  color: #000;
  transform: translateX(-20%);
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide .roubox {
  position: absolute;
  bottom: 0.25rem;
  z-index: 55;
  background-color: #fff;
  padding: 0 0.05rem;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide .roubox .round {
  transition: 0.5s;
  transition-property: background-color;
  transform-origin: center;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #727272;
  visibility: visible;
}
.evolution .left-border .layout .row .hswiper2 .line {
  position: absolute;
  bottom: 0.15rem;
  height: 2px;
  width: 100%;
  background-color: #c2c2c2;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide-active .number {
  color: #b01f24;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide-active .roubox {
  bottom: 0.15rem;
}
.evolution .left-border .layout .row .hswiper2 .swiper-slide-active .roubox .round {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #b01f24;
}
.Digital {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.Digital .right-border {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 2.15rem;
  padding: 1.1rem 0 1rem;
  box-sizing: border-box;
}
.Digital .right-border .layout .title {
  margin-bottom: 0.72rem;
}
.Digital .right-border .layout .title h3 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #333333;
  text-align: center;
}
.Digital .right-border .layout {
overflow:hidden;
}
.Digital .right-border .layout .row .list {
  display: flex;
  justify-content: space-between;
}
.Digital .right-border .layout .row .list .item {
  width: 30.6%;
  height: 6.6rem;
  box-sizing: border-box;
  padding-top: 0.44rem;
  padding-bottom: 0.6rem;
}
.Digital .right-border .layout .row .list .item h2 {
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.44rem;
  text-align: center;
}
.Digital .right-border .layout .row .list .item ul {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.Digital .right-border .layout .row .list .item ul li {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.48rem;
}
.Digital .right-border .layout .row .list .item ul li::before {
  content: " ";
  border-radius: 50%;
  background: #fff;
  width: 7px;
  height: 7px;
  display: inline-block;
  line-height: 0.48rem;
  margin-right: 0.23rem;
  verticle-align: middle;
}
.Digital .right-border .layout .row .list .item ul li p{
 display:inline;
}
.Digital .right-border .layout .row .list .item1 {
  background: url(/images/Digital-list1.png) no-repeat center center / cover;
}
.Digital .right-border .layout .row .list .item2 {
  background: url(/images/Digital-list2.png) no-repeat center center / cover;
}
.Digital .right-border .layout .row .list .item3 {
  background: url(/images/Digital-list3.png) no-repeat center center / cover;
}
.library {
  background: url(/images/radius.png) no-repeat right bottom;
  background-color: #f8f8f8;
}
.people .layout .people-title .common-title .info {
  width: 67%;
}
@media screen and (max-width: 1600px) {
  .layout {
    max-width: 1450px;
  }

  .footer .layout .right .footer-items {
    margin-right: 8%;
  }
  .list-xwdt .news-content .news-cont .left-pic {
    width: 45%;
    margin-left: 5%;
  }
  .list-xwdt .news-content .right-pic {
    width: 45%;

  }
  .deveandhonor .honor {
    background-size: 2rem;
  }
}
@media screen and (max-width: 1550px) {
  .layout {
    max-width: 1400px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1500px) {
  .layout {
    max-width: 1350px;
    padding: 0 20px;
  }
  .library,
  .list-news {
    background: url(/images/radius.png) no-repeat right bottom / 7%;
  }
  .people .layout .people-content .card {
    margin-left: 1%;
    margin-right: 1%;
  }
  .deveandhonor .honor {
    background-size: 1.8rem;
  }
  .live,
  .details {
    background-size: 1.8rem;
  }
}
@media screen and (max-width: 1440px) {
  .layout {
    max-width: 100%;
  }
  .list-news .layout .news-items li a .content .items-title {
    margin-bottom: 0.1rem;
  }
  .list-news .layout .news-items li a .content .info {
    line-height: 24px;
   
  }
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .deveandhonor .honor,
  .live,
  .details {
    background-size: 1.5rem;
  }
}
@media screen and (max-width: 1381px) {
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .live,
  .deveandhonor .honor,
  .details {
    background-size: 1.3rem;
  }
  .list-news .layout .news-items li a .time {
    width: 1.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .live,
  .deveandhonor .honor,
  .details {
    background-size: 1.2rem;
  }
}
@media screen and (max-width: 1255px) {
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .live,
  .deveandhonor .honor,
  .details {
    background-size: 1.5rem;
  }
  .list-news .layout .news-items li a .time {
    width: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .details .layout .right .bottom .item img {
    max-width: 100%;
  }
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .deveandhonor .honor,
  .details {
    background-size: 1.43rem;
  }
  .list-news .layout .news-items li a .content .items-title {
    font-size: 22px;
  }
  .list-news .layout .news-items li a .content .info {
    font-size: 16.5px;
  }
  .list-img .list-item .list-content {
    top: 3px;
  }
  .go {
    margin-top: 0;
  }
  .Departmentinfo .content .right-box ul li {
    max-width: none;
  }
}
@media screen and (max-width: 1190px) {
  .people,
  .Departmentinfo,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .deveandhonor .honor,
  .details {
    background-size: 1.4rem;
  }
  .list-news .layout .news-items li a .time {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1150px) {
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .deveandhonor .honor,
  .details {
    background-size: 0.8rem;
  }
  .list-news .layout .news-items li a .time {
    width: 2rem;
  }
}
@media screen and (max-width: 1120px) {
  .Departmentinfo,
  .people,
  .library,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .live,
  .deveandhonor .honor,
  .details {
    background-size: 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .send-title {
    background: #fff !important;
  }
  .resource,
  .educate,
  .library,
  .Working-conditions,
  .sysandpro .countrycontent,
  .upanddeve .schoolpro,
  .deveandhonor .teacherdeve,
  .ads,
  .join,
  .Departmentinfo,
  .keyan,
  .salary,
  .list-xwdt .news-content {
    background: #f8f8f8 !important;
  }
  .work,
  .assure,
  .details,
  .surroundings,
  .human-care,
  .develop-title,
  .sysandpro .provincial,
  .upanddeve .deve,
  .recruitment-title,
  .ads-list,
  .apply,
  .office,
  .zju-suo,
  .assure-title,
  .list-rcdt .peo-content,
  .people,
  .list-rcdt .peo-content,
  .list-news,
  .list-news1,
  .deveandhonor .honor,
  .people {
    background: #fff !important;
  }
  .live,
  .banner .banner-left {
    background: none;
  }
}
@media screen and (max-width: 1053px) {
  .list-news .layout .news-items li a .time {
    width: 2.5rem;
  }
  .people .layout .people-content .card {
    width: 30%;
    margin: 0.8rem 2% 0;
  }
  .people .layout .people-nav {
    justify-content: space-between;
  }
  .people .layout .people-nav .items {
    margin: 0 0.5rem;
    width: 80%;
  }
  .people .layout .people-nav .items span {
    font-size: 20px;
  }
  .people .layout .people-content .card:nth-child(5n) {
    margin-right: 2%;
  }
  .people .layout .people-content .card:nth-child(5n+1) {
    margin-left: 2%;
  }
  .people .layout .people-content .card:nth-child(3n+1) {
    margin-left: 0;
  }
  .people .layout .people-content .card:nth-child(3n) {
    margin-right: 0;
  }
  .people .layout .people-content .card a .pic {
    height: 5rem;
  }
  .people .layout .people-content .card .info .name span {
    font-size: 0.3rem;
  }
  .people .layout .people-content .card .info .position span {
    font-size: 0.25rem;
  }
  .people .layout .people-content .card .info .identity span {
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .list-news .layout .news-items li a .content .items-title {
    font-size: 21px;
  }
  .list-news .layout .news-items li a .content .info {
    font-size: 15.5px;
  }
  .list-news .page-nav .layout .pagbox a .first-page {
    box-sizing: content-box;
    padding: 2px;
    width: auto;
  }
  .list-news .page-nav .layout .pagbox a .pre-page {
    box-sizing: content-box;
    padding: 2px;
    width: auto;
  }
  .list-news .page-nav .layout .pagbox a .number-page {
    box-sizing: content-box;
    padding: 2px;
  }
  .list-news .page-nav .layout .pagbox a .next-page {
    box-sizing: content-box;
    padding: 2px;
    width: auto;
  }
  .list-news .page-nav .layout .pagbox a .last-page {
    box-sizing: content-box;
    padding: 2px;
    width: auto;
  }
  .list-news .page-nav .layout .pagbox input {
    box-sizing: content-box;
    padding: 2px;
  }
  .list-news .page-nav .layout .pagbox button {
    box-sizing: content-box;
    padding: 2px;
    width: auto;
  }
  .list-news1 .list-img .list-item img {
    width: 100%;
  }

  .list-news1 .list-img .list-item .list-content {
    
    width: 80%;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  .list-news1 .list-img .list-item .title {
    height: 0.5rem;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
  }
  .list-news1 .list-img .list-item .time {
    font-size: 0.24rem;
  }
  .list-news1 .list-img .list-item .content {
    font-size: 0.22rem;
  }
  .list-news1 .info {
    padding: 0;
  }
  .upanddeve .schoolpro .school-content .items .item .go {
    display: block;
    margin-left: 0.1rem;
  }
  .deveandhonor .honor .honor-content .contbox .left-box {
    background: none;
    width: 100%;
    float: none;
  }
  .deveandhonor .honor .honor-content .contbox .left-box .img {
    top: 0;
    left: 0;
    height: 5rem;
  }
  .deveandhonor .honor .honor-content .contbox .right-box {
    height: 5rem;
  }
}
@media screen and (max-width: 1000px) {

  .list-news .layout .news-items li a .time .day {
    font-size: 0.5rem;
  }
  .list-news .layout .news-items li a .time .year {
    font-size: 0.3rem;
  }
  .join .content .leftbox {
    padding-top: 0.5rem;
  }
  .apply .schoolinfo .bigbox ul .card .infobox {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  .Departmentinfo .content .right-box {
    height: 9.72rem;
  }
}
@media screen and (max-width: 962px) {
  .list-news .layout .news-items li a .content .items-title {
    font-size: 20px;
  }
  .Departmentinfo .content .right-box ul li .cbox .content .rightbox .headline {
    padding: 0.06rem 0;
    height: auto;
  }
}
@media screen and (max-width:900px) {
  .list-news .layout .news-items li a .time{
    width: 1.5rem;
  }
  
}
@media screen and (max-width: 862px) {
  .list-news .layout .news-items li a .time {
    padding: 0 1.5%;
  }
  .list-news .layout .news-items li a .content .items-title {
    font-size: 17px;
  }
  .list-news .layout .news-items li a .content .info {
    font-size: 14.5px;
  }
  .live ul .list-item .right-content {
    height: auto;
  }
  .live ul .list-item .left .livepic-bg,
  .live ul .list-item .right .livepic-bg {
    top: 0;
  }
  .live ul .list-item .left .livepic-bg .pic,
  .live ul .list-item .right .livepic-bg .pic {
    width: 100%;
    height: 100%;
  }
  .live ul .list-item .cont {
    box-sizing: border-box;
    height: 4rem;
    width: 68%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 800px) {
.wp_video_player{
width:100% !important;
height:auto !important;

}
.wp_video_player video{
width:100%;
height:100%;
object-fit:fill;
}
.details .layout .right .bottom img {
max-width: 100%;
width: auto !important;
height: auto !important;
}
  .people .layout .people-title .common-title .info {
    width: 100%;
  }
  .common-title .info p {
    text-align: center;
  }
  .surroundings .contbox .picbox {
    display: none;
  }
  .surroundings .contbox .mbox {
    display: block;
  }
  .educate .contbox .swiperbox {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .educate .contbox .schooledu {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .educate .contbox .schooledu .right-box .primary .title:nth-child(2) {
    padding-bottom: 0;
  }
  .educate .contbox .schooledu .right-box .kinder {
    height: 50%;
  }
  .educate .contbox .schooledu .right-box .primary {
    height: 50%;
  }
  .educate .contbox .schooledu .right-box .kinder {
    padding-top: 0.75rem;
  }
  .educate .contbox .schooledu .right-box .primary {
    padding-top: 0.5rem;
  }
  .assure .contbox .picbox .sbox {
    width: 50%;
    height: 3rem;
  }
  .assure .contbox .picbox .sbox .treat {
    padding-top: 0.2rem;
  }
  .assure .contbox .picbox .sbox .Residence {
    padding-top: 0.2rem;
  }
  .assure .contbox .picbox .sbox .Residence .go {
    margin-top: 0.2rem;
  }
  .link span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .list-news .layout .news-items li {
    padding-right: 0;
  }
  .list-news .layout .news-items li a .logo {
    display: none;
  }
  .list-news .layout .news-items li a .content {
    width: 85%;
    margin-right: 0%;
    padding-left: 3%;
    padding-right: 0;
  }
  .list-news .layout .news-items li a {
    padding-right: 5%;
    background: url(/images/go.png) no-repeat right center;
    background-size: 0.43rem;
  }
  .list-news .page-nav .layout .pagbox {
    left: 25%;
  }
  .title-bg {
    background: none !important;
  }
  .list-xwdt .news-content .news-cont .left-pic {
    float: none;
  }
  .list-xwdt .news-content .news-cont .left-pic {
    width: 100%;
    margin: 0 auto;
  }
  .list-xwdt .news-content .right-pic {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .list-xwdt .news-content .right-pic .active .boxtitle {
    padding: 0 0.1rem;
  }
  .list-xwdt .news-content .right-pic .picbox .boxtitle p {
    font-size: 0.24rem;
  }
  .list-xwdt .news-content .right-pic .active .go span {
    font-size: 0.2rem;
  }
  .list-rcdt .peo-content .peo-cont .right-pic {
    width: 100%;
    float: none;
  }
  .list-rcdt .peo-content .peo-cont .left-list {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .list-rcdt .peo-content .peo-cont .left-list ul {
    display: block;
  }
  .list-rcdt .peo-content .peo-cont .left-list ul li {
    margin-right: 0;
  }
  .list-rcdt .peo-content .peo-cont .left-list ul li a {
    padding-top: 0.18rem;
  }
  .people .page-nav .layout .pagbox {
    left: 28%;
  }
  .live ul .list-item .cont {
    width: 52.5%;
    height: auto;
    min-height: 4rem;
    padding-bottom: 1%;
  }
  .live ul .list-item .right-content {
    padding-left: 5%;
    padding-right: 4%;
    margin-left: 47.5%;
  }
  .live ul .list-item .left-content {
    margin-right: 47.5%;
  }
  .live ul .list-item .pict {
    width: 47.5%;
  }
  .live ul .list-item .pict .livepic-bg {
    width: 100%;
  }
  .sysandpro .countrycontent .common-title {
    background: none;
  }
  .sysandpro .provincial .bbox .picbox {
    display: none;
  }
  .sysandpro .provincial .bbox .sbox a {
    padding-bottom: 0.6rem;
  }
  .sysandpro .provincial .bbox .sbox {
    width: 48%;
    margin-right: 0;
    height: auto;
  }
  .sysandpro .provincial .bbox .sbox:nth-child(2n+1) {
    float: right;
  }
  .upanddeve .schoolpro .school-content .items .item {
    width: 48%;
    height: auto;
    min-height: 3.2rem;
  }
  .upanddeve .schoolpro .school-content .items .item-hover {
    margin: 0 2px;
    margin-top: 0.5rem;
    background: #fff;
    color: #666;
  }
  .upanddeve .schoolpro .school-content .items .item-hover .line {
    border-bottom: 1px solid #f8f8f8;
  }
  .upanddeve .schoolpro .school-content .items .item-hover a {
    padding-bottom: 0.2rem;
    padding-top: 0.67rem;
  }
  .upanddeve .schoolpro .school-content .items .item-hover .line {
    margin: 0.25rem auto 0.24rem auto;
  }
  .upanddeve .schoolpro .school-content .items .item .content {
    min-height: 0;
  }
  .upanddeve .schoolpro .school-content .items .item .content p {
    -webkit-line-clamp: 3;
  }
  .upanddeve .schoolpro .school-content .items .item-hover .content p {
    -webkit-line-clamp: 3;
  }
  .upanddeve .schoolpro .school-content .items .item .go {
    background: url(/images/go.png) no-repeat 37% center / 0.55rem !important;
    float: none;
    width: auto;
    padding-left: 0.4rem;
  }
  .upanddeve .schoolpro .school-content .items .item .go span {
    display: block;
    font-size: 0.18rem;
    font-weight: lighter;
  }
  .upanddeve .schoolpro .school-content .items .item-hover .items-title {
    color: #162039;
  }
  .upanddeve .schoolpro .school-content .items .item-hover .content p,
  .upanddeve .schoolpro .school-content .items .item .go span {
    color: #666;
  }
  .upanddeve .schoolpro .school-content .items .item .line {
    margin: 0.1rem auto;
  }
  .upanddeve .schoolpro .school-content .items .item a {
    padding: 0.2rem;
  }
  .upanddeve .deve .layout .picbox {
    width: 100%;
    float: none;
  }
  .upanddeve .deve .layout .left-list {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .upanddeve .deve .layout .left-list .item a {
    padding-right: 0.2rem;
    padding-top: 0.3rem;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a {
    padding: 0.45rem 0.2rem 0;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont {
    padding: 0;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a .cont .go {
    display: block;
    background-size: 0.4rem 0.4rem;
    padding-left: 0.5rem;
  }
  .deveandhonor .honor .honor-content .contbox .left-box .img {
    width: 100%;
    height: 100%;
    position: static;
    margin-top: 0.6rem;
  }
  .deveandhonor .honor .honor-content .contbox .right-box {
    width: 100%;
    height: auto;
    margin: 0;
    max-height: none;
    padding-left: 0.64rem;
    padding-right: 0.3rem;
  }
  .deveandhonor .honor .honor-content .contbox .right-box .items .item {
    width: auto;
    margin-right: 0.5rem;
  }
  .Working-conditions .Working-content .content .left-box {
    float: none;
    width: 100%;
  }
  .Working-conditions .Working-content .content .right-box {
    width: 100%;
    padding-right: 2%;
    padding-bottom: 5%;
  }
  .Working-conditions .Working-content .content .right-box .upbpx .items {
    margin-bottom: 0.3rem;
  }
  .Working-conditions .Working-content .content .right-box .downbox .items:last-child {
    width: 50%;
  }
  .human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a,
  .human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-prev a,
  .human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-next a {
    padding: 0 0.1rem 0 0.36rem;
  }
  .human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-prev a .go,
  .human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide-next a .go {
    margin-left: 0;
  }
  .resource .contbox .sbox {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .resource .contbox .sbox a {
    background-color: #fff;
  }
  .resource .contbox .sbox .contb .cont p {
    -webkit-line-clamp: 7;
  }
  .ads .ads-content .content {
    display: none;
  }
  .ads .ads-content .m-content {
    display: block;
  }
  .Departmentinfo .content .left-box {
    margin-bottom: 0.2rem;
    width: 100%;
    float: none;
  }
  .Departmentinfo .content .right-box {
    width: 100%;
    height: 8.72rem;
    float: none;
  }
  .Departmentinfo .content .right-box ul li {
    width: 33%;
  }
  .Departmentinfo .content .left-box .items .item span {
    font-size: 0.25rem;
    background-position: -0.15rem center;
  }
  .Departmentinfo .content .right-box ul li .cbox .content .rightbox .cont {
    width: 70%;
  }
  .Departmentinfo .content .right-box ul li .cbox .content .rightbox .headline {
    width: 25%;
  }
  .Departmentinfo .content .right-box ul li .cbox .content .leftbox {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .Departmentinfo .content .right-box ul li .cbox .content .rightbox {
    float: none;
    width: 100%;
    margin: 0.2rem auto;
  }
  .Departmentinfo .content .right-box ul li .cbox .content {
    height: auto;
  }
  .Departmentinfo .content .right-box ul li .cbox {
    height: auto;
  }
  .Departmentinfo .content .right-box ul li .cbox .content .title {
    margin-bottom: 0.1rem;
  }
  .Departmentinfo .content .right-box ul li .img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .list-container .right {
    padding-left: 0px;
  }
}
@media screen and (max-width: 750px) {
  .people .layout .people-nav {
    justify-content: space-between;
  }
  .people .layout .people-nav .items {
    margin: 0;
    width: 80%;
  }
  .people .layout .people-nav .items span {
    font-size: 20px;
  }
  .people .layout .people-content .card a .pic {
    height: 280px;
  }
  .people .layout .people-content .card .info .name span {
    line-height: 0.6rem;
  }
  .people .layout .people-content .card .info .position span {
    line-height: 0.6rem;
  }
  .people .layout .people-content .card .info .identity span {
    line-height: 0.6rem;
  }
  .people .layout .people-content .card {
    width: 47%;
    margin: 0.3rem 2% 0;
  }
  .people .layout .people-content .card:nth-child(5n) {
    margin-right: 2%;
  }
  .people .layout .people-content .card:nth-child(5n+1) {
    margin-left: 2%;
  }
  .people .layout .people-content .card:nth-child(3n+1) {
    margin-left: 2%;
  }
  .people .layout .people-content .card:nth-child(3n) {
    margin-right: 2%;
  }
  .people .layout .people-content .card:nth-child(2n+1) {
    margin-left: 0%;
  }
  .people .layout .people-content .card:nth-child(2n) {
    margin-right: 0%;
  }
  .list-news .layout .news-items li a .content {
    width: 83%;
  }
  .educate .contbox .schooledu .right-box .kinder {
    padding-top: calc(12.5% - 0.2rem);
  }
  .educate .contbox .schooledu .right-box .primary {
    padding-top: calc(12.5% - 0.425rem);
  }
  .educate .contbox .schooledu .right-box .primary .title,
  .educate .contbox .title {
    padding-bottom: 17%;
  }
}
@media screen and (max-width: 720px) {
  .list-news .layout .news-items li a .content {
    width: 80%;
  }
  .sysandpro .countrycontent .country-content .contbox .sbox {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .sysandpro .countrycontent .country-content .contbox .sbox:not(first-child) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 700px) {
  .live ul .list-item .pict {
    width: 100%;
    position: static;
    float: none;
  }
  .live ul .list-item .pict .livepic-bg {
    position: static;
    height: auto;
  }
  .live ul .list-item .pict .pic {
    position: static;
  }
  .live ul .list-item .cont {
    width: 100%;
  }
  .live ul .list-item .cont {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .live ul .list-item {
    margin-bottom: 0.2rem;
  }
  .apply .picbox li {
    width: 33%;
  }
  .apply .picbox li .Graphic .paper,
  .apply .picbox li .Graphic .workandpro,
  .apply .picbox li .Graphic .emailname,
  .apply .picbox li .Graphic .sendover,
  .apply .picbox li .Graphic .CV {
    margin-bottom: 5%;
  }
  .apply .picbox {
    height: auto;
  }
  .apply .title-content {
    margin-bottom: 0.5rem;
  }
  .apply .picbox li {
    margin-top: 0.2rem;
  }
  .apply .picbox li .name .text {
    width: 60%;
  }
  .apply .picbox li .over .text {
    width: 100%;

  }
  .apply .schoolinfo .bigbox ul .card {
    width: 33%;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 630px) {
  .live ul .list-item a {
    width: 100%;
  }
  .common-title .learn h3 {
    font-size: 0.4rem;
  }
  .join .content .rightbox {
    float: none;
    height: auto;
    width: 100%;
  }
  .join .content .leftbox {
    float: none;
    height: auto;
    width: 100%;
    padding: 0.2rem 0.2rem;
  }
  .upanddeve .schoolpro .school-content .items .item {
    width: 100%;
    min-height: 0 ;
    float: none;
  }
  .upanddeve .schoolpro .school-content .items .item-hover .go,
  .upanddeve .schoolpro .school-content .items .item .go {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 600px) {
  .people .page-nav .layout .pagbox input,
  .list-news .page-nav .layout .pagbox input {
    display: none;
  }
  .people .page-nav .layout .pagbox button,
  .list-news .page-nav .layout .pagbox button {
    display: none;
  }
  .sysandpro .countrycontent .country-content .contbox .sbox {
    width: 100%;
  }
  .educate .contbox .schooledu .right-box .primary,
  .educate .contbox .schooledu .right-box .kinder {
    padding-left: 1.5rem;
  }
  .ads .ads-content .m-content .left-box .swiper-wrapper {
    display: block;
  }
  .ads .ads-content .m-content {
    margin-top: 0;
  }
  .ads .ads-content .m-content .left-box .swiper-slide {
    width: 100%;
    margin-top: 5%;
  }
  .ads .ads-content .m-content .right-box .title h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 580px) {
  .people .layout .people-content .card a .pic {
    height: 230px;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items {
    height: auto;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item {
    float: none;
    width: 100%;
    margin: 0;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a {
    margin-top: 0.2rem;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover .cont {
    background: none;
  }
  .deveandhonor .teacherdeve .layout .teadeve-content .contbox .items .item a:hover .cont .go {
    background-size: 0.4rem 0.4rem;
    padding-left: 0.5rem;
  }
  .educate .contbox .schooledu .right-box .primary .go {
    bottom: 2%;
  }
  .Departmentinfo .content .right-box ul li .img {
    width: auto;
  }
  .Departmentinfo .content .right-box ul li .contbox {
    padding: 0 0.2rem 0.36rem;
  }
  .Departmentinfo .content .right-box ul li {
    width: 48%;
  }
  .Departmentinfo .content .right-box ul li .contbox .job {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .deveandhonor .teacherdeve .layout .common-title .learn h3,
  .upanddeve .schoolpro .common-title .learn h3,
  .sysandpro .countrycontent .common-title .learn h3 {
    left: 0.4rem;
  }
}
@media screen and (max-width: 550px) {
  .apply .schoolinfo .bigbox ul .card {
    width: 50%;
  }
  .Departmentinfo .content .right-box {
    height: 9rem;
  }
}
@media screen and (max-width: 520px) {
  .live ul .list-item .livepic-bg {
    height: 3.5rem;
  }
  .live ul .list-item .pict .pic {
    height: auto;
  }
  .list-news .layout .news-items li a .content {
    width: 78%;
  }
  .list-news1 .list-img .list-item {
    width: 100%;
  }
  .Departmentinfo .content .right-box {
    height: 9.5rem;
  }
}
@media screen and (max-width: 500px) {
  .human-care {
    padding-bottom: 1.25rem;
  }
  .human-care .layout .human-content .card {
    display: block;
  }
  .list-news .page-nav .layout .pagbox a .number-page {
    display: none;
  }
  .list-news1 .list-img .list-item .title {
    font-size: 18px;
  }
  .Working-conditions .Working-content .content .right-box .downbox .items {
    width: 50%;
  }
  .human-care .layout .human-content .swiper-container .swiper-wrapper .swiper-slide a .content {
    margin-top: 0.1rem;
  }
  .human-care .layout .human-content .swiper-container {
    display: none;
  }
  .educate .contbox .schooledu .right-box .primary .go {
    background-size: 0.3rem;
    line-height: 0.3rem;
    height: 0.3rem;
    padding-left: 0.4rem;
  }
  .educate .contbox .schooledu .right-box .primary .go span {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  .list-news .layout .news-items li {
    padding-left: 0;
  }
  
  .list-news .layout .news-items li a .content .items-title {
    font-size: 16px;
  }
  .list-news .layout .news-items li a .content .info {
    font-size: 12px;
  }
 
  .list-news .layout .news-items li a .content {
    margin-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .page-nav .layout a {
    font-size: 16px;
  }
  .people .layout .people-content .card a .pic {
    height: 200px;
  }
  .Working-conditions .Working-content .content .right-box .upbpx .items {
    width: 50%;
  }
  .Working-conditions .Working-content .content .right-box .items:last-child {
    margin-top: 2%;
  }
  .Working-conditions .Working-content .content .right-box .downbox .items:first-child {
    margin-top: -11%;
  }
  .Departmentinfo .content .right-box {
    height: 10rem;
  }
}
@media screen and (max-width: 400px) {
  .sysandpro .provincial .title span::before,
  .sysandpro .provincial .title span::after,
  .sysandpro .countrycontent .country-content .title span::before,
  .sysandpro .countrycontent .country-content .title span::after {
    content: none;
  }
  .ads-list .right-list .items .item .date {
    width: 30%;
  }
  .Departmentinfo .content .right-box ul li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .page-nav .layout a {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .list-news1 .list-img .list-item .title {
    line-height: normal;
  }
  .Departmentinfo .content .right-box {
    height: 10.5rem;
  }
}
@media screen and (max-width: 350px) {

  .list-news .layout .news-items li a .content .items-title {
    font-size: 13px;
  }
  .list-news .layout .news-items li a .content .info {
    font-size: 12px;
  }
  .page-nav .layout a {
    font-size: 14px;
  }
  .ads-list .right-list .items .item .date {
    width: 32%;
  }
  .Departmentinfo .content .right-box ul li .contbox .job {
    margin-left: 0;
  }
}
@media screen and (max-width: 330px) {

  .page-nav .layout a {
    font-size: 13px;
  }
  .Departmentinfo .content .right-box ul li .contbox {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}

.list-show .right .list-item .list-content .title{
margin-top: 0.67rem;
    margin-bottom: 0.31rem;
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 36px;
    line-height: 43px;
}
.list-show .right .list-item .list-content .content p{

text-indent: 2em;
}

.list-show .right .top  .title{

margin-top: 6px;
    padding-left: 6px;
    font-size: 22px;
   
    padding-bottom: 15px;

}
.list-show .layout{

padding-top:0;
}
.list-show img,
.list-show table{

max-width:100%;
}

.list-container .right table{
margin:20px auto !important;
max-width:100%;

}

.wp_video_player{max-width:100%;
}
.wp_video_player video{
max-width:100%;
width: 100%;
    height: 100%;
object-fit:fill;
}