@charset "UTF-8";
html {
  font-size: 100px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  /*  */
  font-size: 16px;
  color: #1c1c1c;
  cursor: default;
  background: #fcfcfc;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-underline: none;
  text-decoration: none;
  color: #1c1c1c;
}

input,
button {
  outline: none;
  border-style: none;
}

div#header-page-one {
  background: rgba(252, 252, 252, 0);
  /*position: fixed; top: 0; transition: all .5s;*/
}

#header-page-one .menu ul li p a {
  color: #1c1c1c;
}

#header-page-one .menu ul li:hover p a {
  color: #29a7b3;
}

/*#header-page-one .menu ul li:hover ol a { color: #1C1C1C; }*/
#header-page-one ol a:hover {
  color: #29a7b3;
}

/* 公共组件 */
.fixed {
  position: fixed;
  padding-top: 50px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fcfcfc !important;
  box-shadow: 0 15px 63px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  width: 83%;
  padding: 0 0.2rem;
}

.head {
  width: 100%;
  padding-top: 0.3rem;
}

.head .header-top {
  padding-bottom: 0.3rem;
  background: url(/cj/images/headerbg.png) no-repeat right bottom;
  background-size: 50% auto;
}

.logo {
  width: 100%;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo img {
  max-height: 1rem;
  max-width: 100%;
}

.headerright {
  float: right;
  width: 100%;
  display: flex;
  align-items: center;
}

.lang {
  width: 100%;
  text-align: right;
  float: right;
  margin-right: -0.15rem;
  display: flex;
  align-items: center;
  padding-top: 0.36rem;
  justify-content: flex-end;
}

.lang > div.link {
  float: right;
  display: block;
  font-size: 0.14rem;
  background-color: #0c5f67;
  border-bottom: 2px solid #0c5f67;
  border-radius: 5px 0 0 5px;
}

.lang > div.link a {
  height: 100%;
  background-color: #ffffff;
  font-size: 0.16rem;
  padding: 0.08rem 0.12rem;
  border-right: 1px solid #9b9b9b;
  display: inline-block;
  float: right;
}

.lang > div.link a.first {
  background-color: transparent;
  color: #ffffff;
}

.lang > div.link a.second {
  border-radius: 5px 0 0 5px;
}

.lang img {
  margin-top: 10px;
  width: 0.24rem;
  margin-left: 0.2rem;
}

.lang a:hover {
  color: #29a7b3;
}

.lang a:hover {
  text-underline: none;
  text-decoration: none;
}

.pages a:nth-child(1),
.pages a:last-child {
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 2px 13px;
  line-height: 1.75;
  border: 1px #29a7b3 solid;
  text-transform: uppercase;
  /*  */
  color: #29a7b3;
  margin: 0 10px;
}

.flex {
  display: flex;
}

.lang a {
  color: #565656;
}

.link {
  display: inline-block;
  color: #ffffff;
}

.i-search {
  cursor: pointer;
}

.menu-area {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.2);
  background-color: #0c5f67;
  border-top: 1px solid #29a7b3;
}

.menu-area .i-search {
  display: none;
}

.menu-area .container {
  padding: 0 0.35rem;
}

.menu-area .menu {
  width: 100%;
}

.menu-area .menu ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-align: right;
  /* padding-top: 1rem; */
}

.menu-area .menu ul > li > a {
  color: #fff;
}

.menu ul li {
  position: relative;
}

.menu ul li > a {
  padding: 0.15rem 0.3rem;
  display: block;
  font-size: 0.18rem;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.menu ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0 solid white;
}

.menu ul li:hover > a, .menu ul li.on > a {
  background: #29a7b3;
  text-decoration: none;
  transition: all 0.3s;
  color: #ffffff;
}

.menu ul li:hover::after {
  border-bottom: 10px solid white;
}

/* 二级菜单栏 */
ol.sub-nav {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 0.15rem;
  background: #f8f8f8;
  display: none;
  box-shadow: 0 0 5px #cccccc;
}

ol.sub-nav a {
  position: static;
  font-size: 0.16rem;
  text-align: left;
  width: 100%;
  padding: 0.05rem 0;
  margin-bottom: 4px;
  padding-right: 0.15rem;
  background-size: 0.08rem auto;
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  border-bottom: 0.03rem transparent solid !important;
  font-size: 0.14rem;
}

.menu ul li:last-child ol.sub-nav {
  left: auto;
  right: 0;
}

.menu ul li:hover ol.sub-nav {
  display: block;
}

.menu ul li ol.sub-nav a:hover {
  text-decoration: none;
  border-color: #29a7b3 !important;
  color: #29a7b3;
  transition: all 0.3s;
}

/* co-title */
.co-title {
  font-weight: bold;
  margin-top: 0.45rem;
  color: #1c1c1c;
  display: flex;
  justify-content: space-between;
  padding-right: 0.2rem;
  align-items: center;
  padding-bottom: 0.15rem;
}

.co-title .more {
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.co-title .more:hover {
  color: #186dc5;
  margin-right: 0.05rem;
}

.subpage .co-title {
  margin-top: 0.3rem;
}

.co-title h3 {
  font-size: 0.36rem;
  font-weight: bold;
}

/* foot */
.foot {
  background: #095790 url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  color: #fff;
  font-size: 0.14rem;
  /* margin-top: 130p11x; */
}

.ft-logo {
  /* height: 80px; */
  /* position: relative; */
  margin-bottom: 0.2rem;
}

.ft-logo h2 {
  font-weight: normal;
  font-size: 0.24rem;
}

.ft-logo img {
  width: 76%;
}

.bottom-right {
  margin-top: 30px;
}

.ft-content {
  width: 100%;
  height: auto;
}

.ft-content p {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
}

.ft-add {
  padding-left: 0.27rem;
  font-size: 0.16rem;
  line-height: 2;
  background-image: url(/cj/images/ft-add.png);
  background-repeat: no-repeat;
  background-position: left 0.02rem;
  background-size: 0.2rem;
  margin-bottom: 0.25rem;
  color: #fff;
}

.ft-mail {
  padding-left: 0.28rem;
  font-size: 0.16rem;
  line-height: 2;
  background-image: url(/cj/images/ft-mail.png);
  background-repeat: no-repeat;
  background-position: left 0.08rem;
  background-size: 0.2rem;
  margin-bottom: 0.25rem;
  color: #fff;
}

.ft-share {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin-top: 0.4rem;
}

.ft-share a {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  line-height: 2;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-right: 0.05rem;
  transition: all 0.3s;
}

.ft-share a img {
  height: 0.13rem;
  object-fit: cover;
}

.ft-share a:hover {
  /*box-shadow:  0 0 8px 35px rgba(0,0,0,.1);*/
  transform: translateY(-3px);
  transition: all 0.3s;
}

.ft-content ul {
  list-style: none;
  padding-right: 10%;
}

.ft-content ul li {
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}

.ft-content ul li a {
  color: #fff;
  text-transform: capitalize;
  display: inline;
  font-size: 0.16rem;
}

.ft-content ul li:hover {
  transition: all 0.3s;
}

.ft-content ul li:hover a {
  border-bottom: 1px solid #ffffff;
}

.ft-content ul li:hover a {
  text-decoration: none;
}

.contact {
  /* padding-top: 133px; */
  width: 100%;
}

.contact img {
  width: 1.2rem;
  display: block;
  margin: 0 auto;
}

.contact dl {
  margin-bottom: 0.15rem;
}

.contact dd {
  display: block;
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.5;
  padding: 0.15rem 0;
  text-align: center;
  width: 100%;
}

.ft-copyright {
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  text-align: center;
  color: #fff;
  line-height: 4;
  font-size: 0.14rem;
  margin-top: 0.2rem;
}

.ft-copyright span {
  margin-left: 5%;
  float: right;
}

.ft-copyright span a {
  color: #fff;
  text-decoration: none;
}

.backtop {
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #29a7b3 solid;
  border-radius: 50%;
  background: #29a7b3;
  background-image: url(/cj/images/backtop.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 99;
}

/*侧栏  right-nav*/
.navbars {
  position: fixed;
  right: 0;
  top: 22%;
  z-index: 100;
  max-width: 231px;
  width: 72px;
  /* height: 381px; */
  border: 1px rgba(255, 255, 255, 0.5) solid;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  display: none;
}

.navbars ul {
  list-style: none;
  align-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.co-title {
  padding-left: 0.15rem;
}

.co-title b {
  float: left;
  font-weight: normal;
}

.co-title h3 b:nth-child(2) {
  color: #f39800;
}

.s2 {
  background: #f0f0f0 url(../images/bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 0.5rem 0;
  color: #ffffff;
}

.s2 .co-title {
  background: url(/cj/images/tit-line.png) no-repeat;
  background-position: 160px center;
  background-size: 68%;
  padding-left: 0;
}

.s2 .co-title h3::before {
  background-image: url(/cj/images/lecture-bg-w.png);
}

.s2 .co-title h3,
.s2 .co-title .more {
  color: #ffffff;
}

.s2 ul li a {
  display: block;
  background: url(/cj/images/s2-arrow.png) no-repeat;
  background-position: right 0.2rem center;
  transition: all 0.3s;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #ffffff;
}

.s2 ul li a:hover {
  background-position: 100% center;
}

.s2-l ul li a span {
  float: left;
  margin-right: 0.2rem;
  background-color: #0c5f67;
  border-radius: 0.16rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}

.s2-l ul li a {
  padding-right: 0.4rem;
  line-height: 0.32rem;
  position: relative;
  display: block;
}

.s2-l ul li a p {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2-r ul li a {
  line-height: 0.32rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 1.2rem;
}

.s2-r ul li a p {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s2-r ul li a span {
  font-size: 0.22rem;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  margin-right: 0.15rem;
  padding-right: 0.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  float: left;
}

.s2-r ul li a b img {
  margin-right: 0.08rem;
}

.navbars ul li div.wamps h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #28b7bc;
  height: 60px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #28b7bc solid;
  font-weight: bold;
  line-height: 1.5;
}

.navbars ul li div.wamps a {
  display: block;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.2;
  border-bottom: 1px transparent solid;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: none;
}

.navbars ul li div.wamps a:hover {
  border-color: #28b7bc;
  color: #28b7bc;
  text-decoration: none;
}

li.shizi-nav {
  display: none !important;
}

.navbars ul li:nth-child(2) .r-colleges {
  background-image: url(/cj/images/r-teacher.png);
}

/*.navbars ul li:hover div.wamps {
	display: block;
	opacity: 1;
	transition: all .5s;
}*/
/* inner-ban */
.inner-ban {
  width: 96%;
  margin: auto;
  height: 400px;
  border-radius: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*margin-top: 111px;*/
}

.sub-navbar {
  position: relative;
  height: 1.3rem;
  z-index: 3;
  margin-top: -0.65rem;
  margin-bottom: 1rem;
  width: 100%;
}

.navbar-bg {
  position: absolute;
  display: block;
  z-index: -1;
  height: 1.3rem;
  background-color: #29a7b3;
  left: 0;
  top: 0;
}

.sub-navbar ul {
  background: linear-gradient(to right, #29a7b3, #18bfc5);
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  list-style: none;
  padding-right: 5%;
  height: 130px;
  width: 70%;
  box-sizing: border-box;
}

.sub-navbar ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  padding: 38px 0;
  padding-right: 3%;
  box-sizing: border-box;
  /* background: #18bfc5; */
  /*	display: table;*/
  line-height: 1.9;
  height: 100%;
  /* border-left: 5px #18BFC5 solid; */
}

.sub-navbar ul li a {
  /*display:table-cell;
	vertical-align: middle;*/
  border-bottom: 4px transparent solid;
  text-decoration: none;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.sub-navbar ul li:hover a {
  border-color: #fff;
}

.active a {
  border-color: #fff !important;
}

.sub-navbar ul li ol {
  padding: 20px 0;
  background: #f2f2f2;
  display: none;
  transition: all 0.5s;
}

.sub-navbar ul li ol p {
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
}

.sub-navbar ul li ol p a {
  display: inline-block;
  color: #1c1c1c;
  border: none;
}

.sub-navbar ul li:hover ol {
  display: block;
  transition: all 0.5s;
}

.sub-navbar ol p:hover a {
  border: none;
  color: #18bfc5;
  text-decoration: underline;
}

.main {
  padding-bottom: 1rem;
  background: url("/cj/images/row2bg.png") no-repeat left 10% bottom;
}

.main.content-main {
  background-position: right 10% bottom;
}

.menu .link {
  display: none;
}

/* tanchuang */
#windows {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 201;
  width: 100%;
  height: 100%;
  display: none;
}

.pic-scale {
  display: table;
  width: 80%;
  margin: auto;
  height: 100vh;
}

.pic-scale p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100vh;
}

.pic-scale p img {
  height: 90vh;
}

.btn-scale {
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -80px;
  bottom: -80px;
  background: #18bfc5;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(/cj/images/icon-scale.png);
  background-repeat: no-repeat;
  background-position: 27% 26%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.pic-scale2 {
  width: 70%;
  height: auto;
  margin: auto;
  color: #fff;
  /*padding: 10vh 0;*/
  display: table;
}

.tab-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
}

.pic-scale2 h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.btn-close2 {
  position: absolute;
  z-index: 100;
  top: 10vh;
  right: 15%;
  width: 40px;
  height: 40px;
  background-image: url(/cj/images/btn-close2.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.pic-scale2 img {
  width: 100%;
}

.pic-scale2 video {
  width: 100%;
  outline: none;
}

.bk-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bk-box3 {
  z-index: -1 !important;
}

/* 分页 - page */
.pages {
  width: 60%;
  margin: auto;
  text-align: center;
  /*margin-bottom: 110px;*/
}

.pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #1c1c1c;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  font-size: 17px;
  margin: 0 5px;
  text-decoration: none;
}

.pages-zp {
  margin-top: 32px;
  margin-bottom: 27px;
}

.pages-zp ul {
  border: none !important;
}

.pages a:hover,
.pages a.active {
  background: #18bfc5 !important;
  color: #fff !important;
  text-decoration: none;
}

.pagination {
  /* display: inline-block;*/
  padding-left: 0;
  margin: auto;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}

#banner .gallery-top .swiper-slide h2 {
  /* top: 300px; */
  width: 32%;
}

.new-mode {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 313px;
  z-index: 50;
  max-width: 60%;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 100%;
}

.nav > li {
  position: relative;
  display: block;
  height: calc(100% / 3);
  border-bottom: 1px #fff solid;
  padding: 0.13rem 0;
}

#banner .gallery-top .swiper-slide h2 {
  position: absolute;
  /*top: 70.1vh;*/
  width: 31%;
  bottom: 10%;
}

.row {
  display: flex;
}

.row-flex {
  display: flex;
  flex-direction: column;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-5 {
  width: 50%;
}

.col-lg-2 {
  width: 20%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
  float: left;
  padding-right: 0.15rem;
  padding-left: 0.15rem;
  box-sizing: border-box;
}

.row:after,
.row:before {
  display: table;
  content: " ";
}

.col-lg-10 {
  width: 83.66666667%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-md-2 {
  width: 16.66666667%;
}

.clearfix {
  clear: both;
}

.sticky {
  position: fixed;
  height: auto;
  z-index: 600;
  width: 100%;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(10px);
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 20px;
  padding-left: 5px;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.breadcrumb .list-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumb .list-breadcrumb li {
  display: inline;
  padding-right: 0;
}

.breadcrumb .list-breadcrumb li a {
  color: #555;
}

.leftmenu .nav-menu {
  background-color: #ffffff;
}

.leftmenu a {
  font-size: 0.18rem;
  color: #1c1c1c;
}

.leftmenu a.is-active,
.leftmenu a.is-active:after {
  color: #0c5f67;
}

.leftmenu .menu-item {
  border-bottom: 1px #c6c6c6 solid;
}

.leftmenu .menu-item:last-child {
  border-bottom: 0;
}

.leftmenu .nav-menu {
  background-color: #ffffff;
}

.leftmenu .nav-menu > .menu-item {
  position: relative;
}

.leftmenu .nav-menu > .menu-item.active-item .menu-toggle i:before {
  color: #fff;
}

.leftmenu .nav-menu > .menu-item > span,
.leftmenu .nav-menu > .menu-item > a {
  display: block;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  font-size: 0.18rem;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
}

.leftmenu .nav-menu > .menu-item > span.is-active,
.leftmenu .nav-menu > .menu-item > a.is-active {
  background-color: #0c5f67;
  color: #fff;
}

.leftmenu .nav-menu > .menu-item > span.is-active > a,
.leftmenu .nav-menu > .menu-item > a.is-active > a {
  color: #ffffff;
}

.leftmenu .nav-menu > .menu-item > span:hover,
.leftmenu .nav-menu > .menu-item > a:hover {
  background-color: #0c5f67;
  color: #fff;
}

.leftmenu .nav-menu > .menu-item > .menu-toggle:hover {
  background-color: #0c5f67;
}

.leftmenu .nav-menu > .menu-item > .menu-toggle:hover a,
.leftmenu .nav-menu > .menu-item > .menu-toggle:hover i:before {
  color: #fff;
}

.leftmenu .nav-menu .expanded {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.leftmenu .nav-menu .expanded ul {
  display: none;
}

.leftmenu .nav-menu .expanded.open ul {
  display: block;
}

.leftmenu .nav-menu .expanded .level-menu li,
.leftmenu .nav-menu .expanded .menu-toggle {
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}

.leftmenu .nav-menu .expanded .level-menu li,
.leftmenu .nav-menu .expanded .menu-toggle {
  padding-left: 0.28rem;
  padding-right: 0.28rem;
}

.leftmenu .nav-menu .expanded .menu-toggle {
  position: relative;
  display: block;
}

.leftmenu .nav-menu .expanded .menu-toggle span {
  font-size: 0.18rem;
}

.leftmenu .nav-menu .expanded .menu-toggle.collapsed a:before {
  color: #1c1c1c;
}

.leftmenu .nav-menu .expanded .menu-toggle:hover a:before {
  color: #fff;
}

.leftmenu .nav-menu .expanded .menu-toggle i {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  line-height: 1;
  right: 0.14rem;
  color: #1c1c1c;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: url(/cj/images/i-right.png) no-repeat center center;
  background-size: cover;
}

.leftmenu .nav-menu .expanded .level-menu .menu-item {
  border-bottom: 1px solid #c6c6c6;
}

.leftmenu .nav-menu .expanded .level-menu .menu-item:hover, .leftmenu .nav-menu .expanded .level-menu .menu-item.on {
  background-color: #29a7b3;
}

.leftmenu .nav-menu .expanded .level-menu .menu-item:hover a, .leftmenu .nav-menu .expanded .level-menu .menu-item.on a {
  color: #ffffff !important;
}

.leftmenu .nav-menu .expanded .level-menu .menu-item.menu-item:last-child {
  border-bottom-color: transparent;
}

.leftmenu .nav-menu .expanded .level-menu .menu-item a {
  font-size: 0.16rem;
  position: relative;
  display: block;
  color: #555;
}

.leftmenu .nav-menu .expanded .level-menu .menu-item a:focus,
.leftmenu .nav-menu .expanded .level-menu .menu-item a:hover {
  color: #0c5f67;
}

.leftmenu .nav-menu .expanded.open .menu-toggle i:before {
  transform: rotate(90deg);
}

.leftmenu .nav-menu .menu-item.active > a {
  color: #fff;
}

.leftmenu .nav-menu .menu-item.active a:hover {
  color: #fff;
}

.leftmenu .level-menu {
  background-color: #f0f0f0;
}

.leftmenu .level-menu .menu-item a {
  padding-left: 20px;
}

.leftmenu .level-menu .menu-item .level-menu .menu-item {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leftmenu .level-menu .menu-item .level-menu .menu-item a {
  font-size: 0.15rem;
}

.block-region-right {
  padding-bottom: 0.4rem;
  min-height: 400px;
}

.block-region-right .title-inner {
  padding: 0.2rem;
}

.block-region-right .title-inner h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0c5f67;
}

.list-3.list-3-1,
#article_tilte_block,
#article_content_block {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.list-3 ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.list-3 .list-content,
.list-3 ul {
  padding-left: 0;
}

.list-3 ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.list-3 ul li {
  margin-bottom: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.list-3 .one-line {
  max-width: 100%;
}

.list-3 .one-line a {
  word-wrap: normal;
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.list-3 .list-content li {
  border-bottom: 1px solid #e2e2e2;
}

.list-3 .list-content li:hover {
  background-color: #eee;
}

.list-3 .list-content li a {
  width: 100%;
}

.list-item .date {
  color: #666;
  font-size: 0.14rem;
}

.f-r {
  float: right;
}

.list-3 .list-content a p {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 0.16rem;
}

.list-item a p {
  color: inherit;
  width: calc(100% - 1rem);
}

.block-region-right,
.block-region-left {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin-bottom: 13px;
  width: 100%;
}

.leftmenu .nav-menu .expanded.open .menu-toggle i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.mt20 {
  margin-top: 0.1rem;
}

#layer-search {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 700;
  display: none;
}

#layer-search .close {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

#layer-search .close img {
  width: 0.5rem;
}

#layer-search .search-area {
  align-items: center;
}

#layer-search .search-area .soBox .inp {
  background: #fff;
  box-shadow: 0.156vw 0.156vw 0.156vw rgba(0, 0, 0, 0.5) inset;
  padding: 0 0.625vw;
  font-size: 0.833vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 22.39vw;
  height: 2.343vw;
  line-height: 2.343vw;
}

#layer-search .sub {
  background-color: transparent;
  width: 6.25vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  height: 2.343vw;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #29a7b3 url(../images/i-so-w.png) no-repeat center center;
  background-size: auto 1.8vw;
}

.h100 {
  height: 100%;
}

.flex-c {
  display: flex;
  justify-content: center;
}
