@charset "utf-8";

body {
  overflow-x: hidden;
  background: #F5F9FF;
  padding-top: 1.1rem;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100%;
}

/* 分页 */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.pagination {
  text-align: center;
  font-size: 0.14rem;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.04rem;
  cursor: default;
}

.pagination .p_pages>span {
  margin-bottom: 0.08rem;
}

.pagination .p_no_d {
  background: #2946AC;
  color: #fff;
  border: 1px solid #2946AC;
  padding: 0 0.12rem;
  height: 0.35rem;
  line-height: 0.35rem;
  display: inline-block;
  margin: 0 0.04rem;
}

.pagination .p_fun_d {
  padding: 0 0.12rem;
  height: 0.35rem;
  line-height: 0.35rem;
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #666;
  margin: 0 0.04rem;
  cursor: default;
}

.pagination .p_no a,
.pagination .p_fun a:hover {
  cursor: pointer;
}

.pagination .p_no a:hover,
.pagination .p_fun a:hover {
  background: #2946AC;
  color: #fff;
  border: 1px solid #2946AC;
}

.pagination a.active {
  background: #2946AC;
  color: #fff;
  border: 1px solid #2946AC;
}

.pagination a.idx {
  cursor: pointer;
}

.pagination a.idx:hover {
  background: #2946AC;
  color: #fff;
  border: 1px solid #2946AC;
}

.pagination>span {
  display: inline-block;
  font-size: 0.14rem;
  margin: 0 0.04rem;
  color: #666;
}





.pages table {
  width: auto !important;
  margin-top: 0.4rem;
}

.pages table td,
.pages table td div {
  font-size: 0.14rem !important;
  color: #666 !important;
}

.pages .PrevDisabled,
.pages .Next,
.pages a.Prev,
.pages .NextDisabled {
  border: 1px solid #dcdcdc !important;
  font-size: 0.14rem !important;
  height: 0.35rem !important;
  line-height: 0.33rem !important;
  color: #666 !important;
  padding: 0 0.12rem !important;
  font-family: "微软雅黑" !important;
  vertical-align: middle;
  margin: 0 0.04rem !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pages .Next:hover,
.pages a.Prev:hover {
  background: #2946AC !important;
  color: #fff !important;
  border: 1px solid #2946AC !important;

}

.pages input[type="button"] {
  padding: 0 0.12rem !important;
  font-size: 0.14rem !important;
  height: 0.35rem !important;
  line-height: 0.35rem !important;
  background: #2946AC !important;
  color: #fff !important;
  border: 0 !important;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pages input.defaultInputStyle {
  margin-left: 5px !important;
  margin-right: 5px !important;
  border: 1px solid #dcdcdc !important;
  height: 0.35rem !important;
  line-height: 0.35rem !important;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 5px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.defaultButtonStyle {
  FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#2946AC, EndColorStr=#2946AC) !important;
  CURSOR: pointer;
  line-height: 14px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#2946AC), to(#2946AC)) !important;
  background: -moz-linear-gradient(top, #2946AC, #2946AC) !important;
  background: -ms-linear-gradient(top, #2946AC 0%, #2946AC 100%) !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.ydpage {
  line-height: 36px;
  height: 36px;
  background: #1a4f9b;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}





/* 主体 */
.nymain {
  position: relative;
}

.nymain .leftNav {
  /* float: left; */
  width: 3.1rem;
  position: relative;
  margin-right: 1rem;
}

.nymain .leftNav>h2 {
  line-height: 1rem;
  font-size: 0.3rem;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #2946AC;
  position: relative;
}

.nymain .leftNav>h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-left: 0.08rem solid #D8A539;
  border-top: 0.08rem solid #D8A539;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
}

.nymain .leftNav>h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 0.08rem solid #D8A539;
  border-bottom: 0.08rem solid #D8A539;
  border-left: 0.08rem solid transparent;
  border-top: 0.08rem solid transparent;
}

.nymain .leftNav>ul {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.2rem 0px rgba(19, 41, 120, 0.2);
  padding-bottom: 0.2rem;
  max-height: 8.4rem;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

.nymain .leftNav>ul::before {
  /* content: ''; */
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.81rem;
  height: 2.14rem;
  z-index: -1;
}

.nymain .leftNav>ul::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #CDCED0;
}

.nymain .leftNav>ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.nymain .leftNav>ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CDCED0;
}

.nymain .leftNav>ul>li {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.nymain .leftNav>ul>li::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #2946AC;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li>a {
  position: relative;
  padding: 0.2rem 0.4rem 0.2rem 0;
}

.nymain .leftNav>ul>li>a::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.26rem;
  width: 0;
  background: linear-gradient(270deg, rgba(13, 79, 165, 0.2) 0%, rgba(13, 79, 165, 0.05) 100%);
  border-radius: 0px 1rem 1rem 0px;
  z-index: -1;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
  width: calc(100% + 0.26rem);
}

.nymain .leftNav>ul>li>a::after {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.33rem;
  background: #0045BF;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.3rem;
  padding-left: 0.4rem;
  border-bottom: 1px solid #D8D8D8;
}

.nymain .leftNav>ul>li.on>a {
  color: #2946AC;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
  display: block;
}

.nymain .leftNav>ul>li:hover>a {
  color: #2946AC;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #2946AC;
  font-weight: 600;
}

.nymain .leftNav>ul>li>span {
  display: block;
  position: absolute;
  top: 0;
  right: 0.1rem;
  width: 0.2rem;
  height: 0.7rem;
  background: url(../images/left-sj1.png) no-repeat center;
  background-size: 0.1rem auto;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(90deg);
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  color: #2946AC;
  font-weight: 600;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  /* padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-right: 0; */
  border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding-left: 0.6rem;
  padding-top: 0.07rem;
  padding-bottom: 0.07rem;
  color: #7E7E7E;
  border-bottom: none;
  position: relative;
}

.nymain .leftNav>ul>li>ul>li>a::after {
  content: '';
  position: absolute;
  top: 0.18rem;
  left: 0.4rem;
  width: 0.04rem;
  height: 0.04rem;
  background: #BEBEBE;
  border-radius: 50%;
  transition: all 0.5s;
}

.nymain .leftNav>ul>li>ul>li .on {
  color: #2946AC;
  font-weight: 600;
}



.nymain .leftNav>ul>li>ul>li:hover>a::after,
.nymain .leftNav>ul>li>ul>li.on>a::after {
  background: #2946AC;
}

.ny-right {
  width: 100%;
  min-height: 6rem;
}

.ny-rk {
  background: #FFFFFF;
  border-top: 0.08rem solid #2946AC;
  min-height: 6rem;
  padding-top: 0.4rem;
  padding-bottom: 1.3rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  margin-top: -0.68rem;
}

.title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}

.tit-cbox {
  display: inline-block;
}

.tit-c {
  display: inline-block;
  vertical-align: middle;
}

.tit-c h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
  position: relative;
}

.tit-c h3::after {
  content: '';
  position: absolute;
  bottom: -0.11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.62rem;
  height: 0.05rem;
  background: url(../images/tit-x.png) no-repeat center center;
  background-size: 100% auto;
}

.tit-c h3 span {
  color: #2946AC;
}

.position {
  position: absolute;
  right: 0;
  top: 0.09rem;
  max-width: 35%;
  text-align: left;
}

.position span {
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #9E9E9E;
  vertical-align: middle;
}

.position img {
  height: 0.17rem;
  vertical-align: middle;
}

.position a {
  font-size: 0.15rem;
  color: #9E9E9E;
  margin: 0 0.07rem;
  vertical-align: middle;
}

.position a:last-child {
  margin-right: 0;
}

.position a:hover,
.position a.position-dq {
  color: #2946AC;
}

.ej-nav {
  margin-bottom: 0.2rem;
}

.ej-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}

.ej-nav ul li {
  width: 25%;
}

.ej-nav ul li a {
  display: block;
  margin: 0.1rem;
  text-align: center;
  height: 0.6rem;
  line-height: 0.54rem;
  padding: 0 0.15rem;
  border: 1px solid rgba(6, 54, 139, 0.1);
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

.ej-nav ul li a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.16rem;
  line-height: 0.24rem;
  transition: all 0.5s;
}

.ej-nav ul li a::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  border-left: 5px solid #2946AC;
  border-top: 5px solid #2946AC;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: all 0.5s;
}

.ej-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-right: 6px solid #D8A539;
  border-bottom: 6px solid #D8A539;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.ej-nav ul li.on a {
  background: #2946AC;
}

.ej-nav ul li.on a p {
  color: #FFFFFF;
  font-weight: bold;
}

.ej-nav ul li.on a::before {
  border-left: 6px solid #D8A539;
  border-top: 6px solid #D8A539;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
}

.ej-nav ul li.on a::after {
  opacity: 1;
  visibility: visible;
}

/* 列表页 */
.text-list {}

.text-list ul li {
  position: relative;
  z-index: 1;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.4rem 0.32rem 0.4rem;
  border-bottom: 1px dashed rgba(4, 67, 160, 0.2);
  transition: all 0.5s;
}

.text-list ul li a .date {
  text-align: center;
}

.text-list ul li a .date p {
  font-family: Butler-bold;
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 1;
  color: #2946AC;
  transition: all 0.5s;
}

.text-list ul li a .date span {
  display: block;
  font-family: Butler-regular;
  font-size: 0.16rem;
  line-height: 1;
  margin-top: 0.1rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.text-list ul li a hr {
  display: block;
  background: none;
  border: none;
  border-left: 1px solid #FFEEEE;
  height: 0.48rem;
  margin: 0 0.4rem;
  transition: all 0.5s;
}

.text-list ul li a .list-tx {
  flex: 1;
  min-width: 0;
}

.text-list ul li a .list-tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* transition: all 0.5s; */
}

.text-list ul li a .list-tx p {
  font-size: 0.15rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #8D8D8D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.07rem;
  transition: all 0.5s;
}

.text-list ul li:hover a {
  background: url(../images/list-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.text-list ul li:hover a .date p,
.text-list ul li:hover a .date span {
  color: #fff;
}

.text-list ul li:hover a hr {
  border-left-color: rgba(255, 229, 229, 0.17);
}

.text-list ul li:hover a .list-tx h3 {
  color: #fff;
  font-weight: bold;
}

.text-list ul li:hover a .list-tx p {
  color: #D6EBFF;
}

/* 文字列表 */
.list2 {
  margin-top: 0.2rem;
}

.list2 ul li {
  line-height: 0.8rem;
  font-size: 0.2rem;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.list2 ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #2946AC;
  transition: all 0.5s;
}

.list2 ul li em {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #9E9E9E;
  background: url(../images/s3-rtime1.png) no-repeat left center;
  background-size: 0.16rem auto;
  padding-left: 0.26rem;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.list2 ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.list2 ul li:hover span {
  color: #2946AC;
  background: url(../images/s3-rtime2.png) no-repeat left center;
  background-size: 0.16rem auto;
}

.list2 ul li:hover {
  left: 0.05rem;
}

.list2 ul li:hover::after {
  width: 100%;
}


/* 内容页 */
.art-main .art-tit {
  background: rgba(242, 243, 245, 0.5);
  border: 1px solid #D8E5F9;
  padding: 0.25rem;
  border-left: 0.04rem solid #2946AC;
}

.art-main .art-tit h3 {
  text-align: center;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.4rem;
}

.art-main .art-body {
  padding-top: 0.46rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #555;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.16rem !important;
  line-height: 2 !important;
  margin-bottom: 0.3rem;
  word-break: break-word;
}

.art-main .art-body p strong {
  font-weight: bold;
}

.art-main .art-body img,
.art-main .art-body video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0.1rem auto;
}

.art-main .art-body iframe {
  max-width: 100% !important;
  display: block;
  margin: 0.1rem auto !important;
}

.art-main .art-body table {
  max-width: 100%;
  margin: 0 auto !important;
  border-collapse: collapse;
  float: none;
}

.art-main .art-body table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.art-main .art-body table td p {
  text-indent: 0em !important;
  margin-bottom: 0px !important;
}


.art-main .cont-tit div.fbt {
  font-size: 0;
  text-align: center;
  margin-top: 0.1rem;
}

.art-main .cont-tit div.fbt img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit div.fbt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin: 0.05rem 0.15rem;
}

.art-main .cont-tit div.fbt span a:hover {
  color: #2946AC;
  font-weight: 600;
}

.art-info {
  background: #FFFFFF;
  border: 1px solid #2946AC;
  margin-top: 0.5rem;
  padding: 0.34rem 0.25rem;
}

.pnext {}

.pnext p {
  text-indent: initial;
  line-height: 0.3rem;
  color: #2946AC;
  font-size: 0.16rem;
  display: block;
}

.pnext p+p {
  margin-top: 0.1rem;
}

.pnext p a {
  font-weight: normal;
}

.pnext p:hover {
  color: #2946AC;
}

.pnext p:hover a {
  color: #2946AC;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.04rem;
}

/* 单篇正文 */
.dpzw-pic {
  padding: 0 0 0.2rem 0.2rem;
  background: url(../images/dpzw-picgg.png) no-repeat left bottom;
  background-size: 36.73% 80%;
}

.art-main .art-body .dpzw-pic img {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

.dpzw-bd {
  background: rgba(255, 255, 255, 0.49);
  padding: 0.3rem 0.5rem;
  margin-top: 0.2rem;
}

.art-main .art-body .dpzw-zs img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0.2rem;
}

/* 中心概况 */
.art-main .dpzw p *,
.art-main .dpzw p {
  font-weight: 400;
  font-size: 0.16rem !important;
  color: #272727;
  text-indent: 0 !important;
}

.art-main .dpzw p b {
  font-weight: 700;
}

.art-main .dpzw .jj-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.2rem;
}

.art-main .dpzw .jj-t img {
  display: block;
  width: 45.22%;
}

.art-main .dpzw .jj-t .jj-tr {
  flex: 1;
  min-width: 0;
  background: #2946AC;
  background: linear-gradient(225deg, transparent 20px, #2946AC 0);
  padding: 0.26rem 0.3rem;
  color: #fff;
  line-height: 0.3rem !important;
  margin-bottom: 0 !important;
  text-indent: 2em !important;
}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>div.info {
  padding: 0.15rem 0.1rem;
  font-size: 0;
}

.img-lists ul li a>div.info p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.img-lists ul li:hover a>div.info {
  background: #fff;
}

.img-lists ul li:hover a>div.info p {
  color: #2946AC;
}

/*领导*/
.zs1 {
  background: #F1F7FF;
  margin-top: 0.5rem;
  padding: 0.2rem;
}

.zs1 ul {
  display: flex;
  flex-wrap: wrap;
}

.zs1 ul+ul {
  margin-top: 0.2rem;
}

.zs1 ul .l {
  width: 0.6rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin: 0.05rem 0;
}

.zs1 ul .r {
  flex: 1;
  min-width: 0;
}

.zs1 ul .r span {
  display: inline-block;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  margin: 0.05rem 0.2rem 0.05rem 0;
  font-size: 0.16rem;
  cursor: pointer;
  transition: all 0.5s;
}

.zs1 ul .r span.on {
  color: #fff;
  border-radius: 0.08rem;
  background: #2946AC;
}

.zs1 ul .r span.on a {
  color: #fff;
}

.list-ld {
  overflow: hidden;
}

.list-ld .k {
  margin-top: 0.6rem;
}

.list-ld .k>h3 {
  font-size: 0.24rem;
  padding: 0.1rem 0.2rem;
  background: linear-gradient(255deg, transparent 15px, #2946AC 0);
  color: #fff;
  border-left: 0.08rem solid #F0A85B;
}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 48%;
  margin-top: 0.4rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.03);
  background: linear-gradient(0deg, #F1F7FF 0%, rgba(255, 255, 255, 0) 100%);
}

.list-ld ul li .sz-pic {
  width: 2.4rem;
}

.list-ld ul li .pic {
  padding-top: 132.08%;
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
  border: 1px solid transparent;
  border-left: none;
  padding: 0.3rem;
  transition: all 0.4s;
}

.list-ld ul li h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #3D3D3D;
  margin-bottom: 0.16rem;
}

.list-ld ul li h3 span {
  font-weight: normal;
  font-size: 0.16rem;
  padding-left: 0.1rem;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  transition: all 0.4s;
}

.list-ld ul li p:nth-of-type(2) {
  max-height: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.list-ld ul li .xq {
  margin-top: 0.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.1rem;
}

.list-ld ul li .xq span {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #000;
  padding-right: 0.47rem;
  background: url(../images/xq-jt.png) no-repeat right center;
  background-size: 0.37rem auto;
  opacity: 0.32;
  transition: all 0.4s;
}


.list-ld ul li:hover p {}

.list-ld ul li:hover .sz-tx {
  border-color: #2946AC;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.list-ld ul li .xq span {
  opacity: 1;
}


.ldy {
  width: 48%;
  float: left;
}

.ldy2 {
  float: right;
}

.ldy ul li {
  width: 100%;
}


/* 领导机构 */
.ldjg {}

.ldjg-t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ldjg-t ul li {
  width: 50%;
}

.ldjg-t ul li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.ldjg-t ul li .tit {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #2946AC;
  width: 2.5rem;
  padding-left: 0.3rem;
  border-left: 0.02rem solid #2946AC;
  margin-right: 0.4rem;
}

.ldjg-t ul li .ldjg-bd {
  flex: 1;
  min-width: 0;
}

.ldjg-t ul li .ldjg-bd a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #111;
  transition: all 0.3s;
}

.ldjg-t ul li .ldjg-bd a:hover {
  color: #2946AC;
}


/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #2946AC;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #2946AC;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
  background: url(../images/leftNav-q.png) no-repeat left 0.2rem;
  background-size: 0.05rem auto;
  padding-left: 0.25rem;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: '';
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 0.5rem;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-image: url(../images/sz-dot.png);
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: bold;
  color: #2946AC;
  /* line-height: 0 !important; */
  text-indent: 0;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  /* text-indent: 2em; */
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}

/* 图文列表页  start */
.tw ul li {}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.35rem 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.tw ul li:first-child a {
  padding-top: 0;
  border-top: 0;
}

.tw ul li a .pick {
  width: 3.56rem;
}

.tw ul li a .pic {
  padding-top: 65.44%;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
  padding-top: 0.35rem;
  padding-left: 0.44rem;
  transition: all 0.5s;
}

.tw ul li a .tx .date {
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #9E9E9E;
  transition: all 0.5s;
}

.tw ul li a .tx .date b {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #2946AC;
  margin-right: 0.04rem;
  transition: all 0.5s;
}

.tw ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #2946AC;
  margin-top: 0.13rem;
  transition: all 0.5s;
}

.tw ul li a .tx p {
  font-size: 0.15rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #7B7B7B;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.tw ul li:hover a .tx {
  padding: 0.35rem 0.44rem;
  border-radius: 0px 0.1rem 0.1rem 0px;
  background: url(../images/s1-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.tw ul li:hover a .tx .date {
  color: #C8C8C8;
}

.tw ul li:hover a .tx .date b {
  color: #FFFFFF;
}

.tw ul li:hover a .tx h3 {
  color: #FFFFFF;
}

.tw ul li:hover a .tx p {
  color: #A7B4DE;
}

/* 组织机构 */
.jgsz {
  max-width: 8.5rem;
  margin: 0 auto;
}

.jgsz-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}

.jgsz-t h3 {
  width: 3.2rem;
  line-height: 0.55rem;
  border-radius: 0.02rem;
  background: #2946AC;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}

.jgsz-t h4 a {
  display: block;
  width: 3.2rem;
  line-height: 0.55rem;
  border-radius: 0.02rem;
  background: #E8F3FE;
  color: #2946AC;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}

.jgsz-t hr {
  background: none;
  border: 0;
  height: 0.5rem;
  border-left: 1px solid #CECECE;
}


.jgsz-d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
  margin-top: 0;
  padding-top: 0.6rem;
  position: relative;
  z-index: 1;
}

.jgsz-d::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.05rem;
  right: 1.05rem;
  border-top: 1px solid #CECECE;
}

.jgsz-d h4 {
  /* margin: 0 0.55rem; */
}

.jgsz-d h4 a {
  display: block;
  width: 2.1rem;
  line-height: 0.55rem;
  border-radius: 0.02rem;
  background: #E8F3FE;
  color: #2946AC;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.jgsz-d h4 a::before {
  content: '';
  position: absolute;
  top: -110%;
  left: 50%;
  height: 0.6rem;
  border-left: 1px solid #CECECE;
}


/* 岗位职责 */
.gwzz {}

.gw-tit {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #2946AC;
  padding: 0.2rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.gwzz p {
  font-size: 0.16rem;
  line-height: 0.4rem !important;
  color: #242424;
  margin-top: 0.3rem;
}

.gwzz p b {
  font-weight: 700;
}

.gwzz p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* 组织机构 */
.zzjg {
  border-left: 0.02rem solid #2946AC;
  padding-left: 0.3rem;
  margin-top: 0.9rem;
}

.zzjg h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #2946AC;
  margin-bottom: 0.22rem;
}

.zzjg ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.zzjg ul li {
  width: 48%;
  position: relative;
  z-index: 1;
  line-height: 0.34rem;
  font-size: 0.2rem;
  color: #111111;
  transition: all 0.5s;
}

.zzjg ul li::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: -0.05rem;
  right: 0.05rem;
  height: 0;
  border-radius: 0.3rem 0px 0px 0px;
  background: #2946AC;
  z-index: -1;
  transition: all 0.5s;
}

.zzjg ul li div {
  padding: 0.13rem 0;
  transition: all 0.5s;
}

.zzjg ul li a {
  display: inline-block;
  color: #111111;
  transition: all 0.5s;
}

.zzjg ul li:hover div {
  padding: 0.13rem 0.2rem;
  background: #f5f5f5;
}

.zzjg ul li:hover::before {
  height: 90%;
}

.zzjg ul li a:hover {
  font-weight: 600;
  color: #2946AC;
}

/* 综合页 */
.zhy {}

.zhy h4 {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 0.32rem;
  background: url(../images/zhy-zs.png) no-repeat left center;
  background-size: 0.28rem auto;
  padding-left: 0.4rem;
}

.zhy1>h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.46rem;
  margin-top: 0.3rem;
}

.zhy1 .box {
  margin-top: 0.37rem;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: flex-start; */
  overflow: hidden;
}

.zhy1 .box .l {
  width: 42.96%;
  margin-right: 0.3rem;
  float: left;
}

.zhy1 .box .l img {
  display: block;
  width: 100%;
}

.zhy1 .box .r {
  flex: 1;
  flex-shrink: 0;
}

.zhy1 h4 {
  margin-bottom: 0.25rem;
  display: inline-block;
}

.zhy1 p {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.zhy2 {
  margin-top: 0.37rem;
}

.zhy2 .box .t {
  background: linear-gradient(270deg, #FFFFFF 0%, #DEEBFC 100%);
  padding: 0.05rem 0.2rem;
  margin-top: 0.33rem;
  margin-bottom: 0.25rem;
}

.zhy2 .box .t span {
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #2946AC;
}

.zhy2 .box1 .b ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zhy2 .box1 .b ul li a .pic {
  width: 1.51rem;
  padding-top: 0;
  height: 1.8rem;
  background: #E2EEFC;
  margin-right: 0.32rem;
}

.zhy2 .box1 .b ul li a .tx {
  flex: 1;
  flex-shrink: 0;
  padding-top: 0.15rem;
}

.zhy2 .box1 .b ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
}

.zhy2 .box1 .b ul li a .tx p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #999999;
  margin-top: 0.26rem;
}

.zhy2 .box2 .b {
  overflow: hidden;
}

.zhy2 .box2 .b ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}

.zhy2 .box2 .b ul li {
  width: 14.28%;
  margin-bottom: 0.2rem;
}

.zhy2 .box2 .b ul li a {
  display: block;
  margin: 0 0.13rem;
}

.zhy2 .box2 .b ul li a .pic {
  background: #E2EEFC;
  padding-top: 119.2%;
}

.zhy2 .box2 .b ul li a .tx {
  padding-top: 0.14rem;
}

.zhy2 .box2 .b ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
}

.zhy2 .box2 .b ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
  margin-top: 0.03rem;
}

.zhy3 {
  margin-top: 0.45rem;
}

.zhy3 .box {}

.zhy3 .box p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.3rem;
}


.zhy3 .box table {
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.zhy3 .box table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.zhy3 .box table td p {
  text-indent: 0em !important;
  margin-bottom: 0px;
  margin-top: 0 !important;
}

/* 简介页 */
.jjbox p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
  margin-top: 0.3rem;
  text-indent: 2em;
}

.jj1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.jj1 .tx {
  flex: 1;
  min-width: 0;
}

.jj1 .tx h3 img {
  display: block;
  width: 3.8rem;
  max-width: 100%;
}

.jj1 .picbox {
  width: 6.2rem;
  margin-left: 0.56rem;
}

.jj1 .picbox img {
  display: block;
  max-width: 100%;
}

.jj1 .picbox img+img {
  margin-top: 0.1rem;
}

/* 师资团队 */
.sztd {}

.sz-k {
  margin-top: 0.47rem;
}

.sz-k>h3 {
  background: url(../images/sz-zs.png) no-repeat left 0.035rem;
  background-size: 0.23rem auto;
  padding-left: 0.43rem;
}

.sz-k>h3>span {
  font-family: Arial;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #2946AC;
}

.sz-k ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CEE0F3;
  padding: 0 0.15rem 0.3rem 0.15rem;
  margin-top: 0.28rem;
}

.sz-k ul li {
  width: 20%;
  margin-top: 0.3rem;
}

.sz-k ul li a {
  display: block;
  overflow: hidden;
  margin: 0 0.15rem;
}

.sz-k ul li a .pic {
  padding-top: 139.47%;
}

.sz-k ul li a .tx {
  padding: 0.2rem 0 0 0;
  text-align: center;
}

.sz-k ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: bold;
  color: #2c2c2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.4s;
}

.sz-k ul li a .tx h4 {
  font-size: 0.2rem;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.sz-k ul li a .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.sz-k ul li:hover a .tx h3 {
  color: #145BA8;
}

/* 杰出人才 */
.pc_list {
  display: block;
}

.yd_list {
  display: none;
}

.jcrc_ry ul li {
  width: 33.3%;
}

.jcrc {}

.jcrc ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}

.jcrc ul li {
  width: 20%;
  margin-bottom: 0.44rem;
}

.jcrc ul li a {
  display: block;
  padding: 0.18rem;
  margin: 0 0.12rem;
}

.jcrc ul li a .pic {
  padding-top: 129.82%;
}

.jcrc ul li a .tx {
  margin-top: 0.25rem;
  padding-left: 0.25rem;
  background: url(../images/jcrc-zs.jpg) no-repeat left center;
  background-size: 0.03rem auto;
  position: relative;
  transition: all 0.5s;
}

.jcrc ul li a .tx::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/jcrc-jt.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border-radius: 50%;
}

.jcrc ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
}

.jcrc ul li a .tx p {
  font-size: 0.15rem;
  color: #666666;
  margin-top: 0.07rem;
  height: 0.2rem;
}

.jcrc ul li:hover a {
  background: #2946AC;
}

.jcrc ul li:hover a .tx {
  margin-left: -0.18rem;
  background-image: url(../images/jcrc-zs2.jpg);
}

.jcrc ul li:hover a .tx h3 {
  font-weight: bold;
  color: #FFFFFF;
  width: calc(100% - 0.38rem);
}

.jcrc ul li:hover a .tx p {
  color: #FFFFFF;
width: calc(100% - 0.38rem);
}

.jcrc ul li:hover a .tx::after {
  opacity: 1;
  visibility: visible;
}

/* 单位列表 */
.dwlb {}

.xylb .tab {
  display: none;
}

.xylb .tab.on {
  display: block;
}


.dwlb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}

.dwlb ul li {
  width: 25%;
}

.dwlb ul li a {
  display: block;
  border-radius: 0.15rem;
  background: #F2F3F5;
  padding: 0.36rem 0 0 0;
  height: 3rem;
  margin: 0.2rem 0.3rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.dwlb ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 0.04rem solid #D8A539;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.dwlb ul li a div.pic {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.05rem solid transparent;
  transition: all 0.5s;
  padding: 0;
}

.dwlb ul li a img {
  display: block;
  width: 1.1rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.05rem solid transparent;
  transition: all 0.5s;
}

.dwlb ul li a .tx {
  text-align: center;
  margin-top: 0.1rem;
}

.dwlb ul li a .tx h3,
.dwlb ul li a .tx p {
  font-size: 0.18rem;
  font-weight: bold;
}

.dwlb ul li a .tx .zs {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  background: url(../images/jcrc-jt.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border-radius: 50%;
}


.dwlb ul li:hover a {
  background: url(../images/dw-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.dwlb ul li:hover a::after {
  opacity: 1;
  visibility: visible;
}

.dwlb ul li:hover a div.pic {
  border-color: #D8A539;
  transform: scale(1.1);
  background-color: #F2F3F5;
}

.dwlb ul li:hover a img {
  border-color: #D8A539;
  transform: scale(1.1);
}

.dwlb ul li:hover a .tx h3,
.dwlb ul li:hover a .tx p {
  color: #fff;
}

.dwlb ul li:hover a .tx .zs {
  opacity: 1;
  visibility: visible;
}

/* 单位列表-管理部门 */
.glbm {}

.glbm ul {
  display: flex;
  flex-wrap: wrap;
}

.glbm ul li {
  width: 33.33%;
}

.glbm ul li a {
  display: block;
  margin: 0.13rem 0.26rem;
  padding: 0 0.3rem;
  background: #F2F3F5;
  border-left: 0.03rem solid rgba(41, 70, 172, 0.95);
  height: 0.78rem;
  line-height: 0.78rem;
  position: relative;
  transition: all 0.5s;
}

.glbm ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/jcrc-jt.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 50%;
}

.glbm ul li a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.17rem;
  line-height: 0.24rem;
  color: #2C2C2C;
  transition: all 0.5s;
}

.glbm ul li:hover a {
  background: #2946AC;
  border-left-color: #D8A539;
  padding-right: 0.7rem;
}

.glbm ul li:hover a p {
  color: #fff;
}

.glbm ul li:hover a::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* 团队主页 */
.tdzy {
  margin-top: 0.44rem;
}

.tdzy ul li a .tx {
  padding-top: 0.3rem;
  padding-left: 0.32rem;
  position: relative;
}

.tdzy ul li a .tx::after {
  content: '';
  position: absolute;
  bottom: 0.34rem;
  right: 0.32rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/jcrc-jt.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 50%;
}

.tdzy ul li a .tx h3 {
  margin-top: 0 !important;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.28rem;
  color: #333333;
}

.tdzy ul li a .tx .con {
  margin-top: 0.18rem;
}

.tdzy ul li a .tx .con p {
  font-size: 0.15rem;
  line-height: 0.3rem;
  height: auto;
  margin-top: 0;
  color: #3D3D3D;
  opacity: 0.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.tdzy ul li:hover a .tx {
  padding: 0.3rem 0.32rem 0 0.32rem;
}

.tdzy ul li:hover a .tx p {
  color: #FFFFFF;
}

.tdzy ul li:hover a .tx::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/*  */
.jgzy {}

.jgzy ul {}

.jgzy ul li {}

.jgzy ul li a {
  padding: 0.4rem 0.25rem 0.25rem 0.25rem;
  height: auto;
}

.jgzy ul li a .picbox {
  width: 1.1rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 0.05rem solid transparent;
  overflow: hidden;
  transition: all 0.5s;
}

.jgzy ul li a .picbox .pic {
  padding-top: 100%;
}

.jgzy ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.24rem;
  height: 0.72rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.jgzy ul li a .tx hr {
  border: 0;
  opacity: 0.1;
  border-top: 1px solid #000000;
  margin: 0.17rem 0 0.14rem 0;
}

.jgzy ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.78rem;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.jgzy ul li:hover a .picbox {
  border-color: #D8A539;
  transform: scale(1.1);
}

.jgzy ul li:hover a .tx hr {
  border-top-color: #fff;
}

/* 教师风采 */

.xsjs {
  display: flex;
  flex-wrap: wrap;
}

.xsjs+.xsjs {
  margin-top: 0.3rem;
}

.xsjs h3 {
  /* width: 1rem; */
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  margin-right: 0.1rem;
  /* margin-bottom: 0.1rem; */
}

.xsjs ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.xsjs.zm ul {
  padding-left: 0.15rem;
}

.xsjs ul li {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0 0.15rem;
  cursor: pointer;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.5s;
 /* height: 0.28rem;*/
  border-radius: 0.2rem;
  color: #666;
}

.xsjs.zm ul li {
  border-radius: 50%;
  /* padding: 0 0.08rem; */
  width: 0.28rem;
  height: 0.28rem;
  text-align: center;
  padding: 0;
  margin-right: 0.16rem;
}

.xsjs.zm ul li:first-child {
  border-radius: 0.2rem;
  /* padding: 0 0.15rem; */
  /* width: auto; */
}

.xsjs ul li:first-child.on {
  color: #2946AC;
  background: none;
}

.xsjs ul li:hover {
  background: #2946AC;
  color: #fff;
}

.xsjs ul li.on {
  background: #2946AC;
  color: #fff;
}

.jsfc-list {
  margin-top: 0.48rem;
}

.jsfc-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.14rem;
}

.jsfc-list ul li {
  width: 33.33%;
  margin-bottom: 0.8rem;
  position: relative;
}

.jsfc-list ul li a {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.14rem;
  position: relative;
  z-index: 1;
}

.jsfc-list ul li a::before {
  content: '';
  position: absolute;
  top: 0.13rem;
  left: 0.18rem;
  right: 0;
  bottom: -0.1rem;
  border: 1px solid #06368B;
  border-top: 0;
  z-index: -1;
  transition: all 0.5s;
}

.jsfc-list ul li a::after {
  content: '';
  position: absolute;
  top: 0.13rem;
  right: 0;
  left: 2.58rem;
  border-top: 1px solid #06368B;
  z-index: -1;
}

.jsfc-list ul li::after {
  content: '';
  position: absolute;
  top: 0.11rem;
  left: 2.68rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #06368B;
  z-index: 1;
}

.jsfc-list ul li a .picbox {
  width: 2.28rem;
}

.jsfc-list ul li a .picbox .pic {
  padding-top: 129.82%;
background: #eee;
}

.jsfc-list ul li a .picbox .pic div.a {
  background-size: cover;
}

.jsfc-list ul li a .tx {
  flex: 1;
  min-width: 0;
  padding: 0.58rem 0.3rem 0.4rem 0.28rem;
  overflow: hidden;
}

.jsfc-list ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
  background: url(../images/jsfc-zs1.png) no-repeat left center;
  background-size: 0.22rem auto;
  padding-left: 0.41rem;
}

.jsfc-list ul li a .tx p {
  font-size: 0.15rem;
  line-height: 0.22rem;
  color: #616161;
  margin-top: 0.14rem;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  max-height: 0.44rem;
}

.jsfc-list ul li a .tx .gd {
  margin-top: 0.73rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/jcrc-jt2.png) no-repeat center center;
  background-size: 100% 100%;
  float: right;
}

.jsfc-list ul li:hover a::before {
  background: url(../images/jsfc-bg1.jpg) no-repeat center;
  background-size: cover;
  border-color: #D8A539;
}

.jsfc-list ul li:hover a::after {
  border-color: #D8A539;
}

.jsfc-list ul li:hover::after {
  background: #D8A539;
}

.jsfc-list ul li:hover a .tx h3 {
  background-image: url(../images/jsfc-zs2.png);
  color: #fff;
}

.jsfc-list ul li:hover a .tx p {
  color: #fff;
}

.jsfc-list ul li:hover a .tx .gd {
  background-image: url(../images/jcrc-jt.png);
  border-radius: 50%;
}

/* 教师索引 */
.jssy .xsjs h3 {
  min-width: .65rem;
  text-align: right;
  text-align-last: right;
  -webkit-text-align-last: right;
}

.jssy .xsjs:first-child h3,
.jssy .xsjs:nth-child(4) h3 {
  line-height: 0.46rem;
  margin-bottom: 0;
}

.selbox {
  display: flex;
  align-items: center;
}

.sy4 .selbox {
  max-width: 50%;
}

.sel {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-right: 0.36rem;
}

.sy4 .sel {
  flex: 1 1 0px;
  min-width: 0;
  -ms-flex-preferred-size: auto;
}

.sel.active {
  z-index: 2;
}

.jssy .k3box .sel+.sel::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.25rem;
  border-left: 1px solid rgba(216, 216, 216, 0.2);
}

.sel .form-control {
  width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  background-color: transparent;
  background-image: url(../images/sel-down.png);
  background-repeat: no-repeat;
  background-size: 0.14rem auto;
  background-position: calc(100% - 0.2rem) center;
  padding-right: 0.4rem;
  border: 1px solid rgba(6, 54, 139, 0.1);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.sel .form-control::placeholder {
  color: #666;
}

.sel .form-control2 {
  width: 3.4rem;
  max-width: 100%;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  background-color: transparent;
  padding-right: 0.2rem;
  border: 1px solid rgba(6, 54, 139, 0.1);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sel .form-control2::placeholder {
  color: #666666;
}

.sel .sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0.1rem 0;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.1);
  z-index: 2;
  display: none;
  max-width: 100%;
}

.sel .sub>ul {
  display: block;
  max-height: 3rem;
  overflow-y: auto;
}

.sel .sub>ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.sel .sub>ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e2e2e2;
}

.sel .sub>ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2946AC;
}

.sel .sub>ul>li {
  font-size: 14px;
  padding: 10px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  height: auto;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.5s;
}

.sel .sub>ul>li:hover {
  color: #fff;
  background: #2946AC;
}

.js3 .sel {}

.js3 .selbox {
  width: 25%;
  margin-bottom: 0.1rem;
}

.xsjs .ssbtn {
  display: flex;
  align-items: center;
}

.xsjs .ssbtn>input {
  display: block;
  width: 1.16rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.05rem;
  background: #2946AC;
  font-size: 0.16rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

.xsjs .ssbtn>input.cz {
  margin-left: 0.25rem;
  background: #D8A539;
}

.xsjs .ssbtn>input:hover {
  background: #182967;
}

.xsjs .ssbtn>input.cz:hover {
  background: #b1872f;
}

.sy4 {
  justify-content: space-between;
}

.sy4 .l {
  /* flex: 1;
  min-width: 0; */
  flex: 1 1 0px;
  min-width: 0;
  -ms-flex-preferred-size: auto;
  display: flex;
  flex-wrap: wrap;
}

.jssy .jsfc-list {
  margin-top: 0.8rem;
}

.jssy .jsfc-list ul li a .tx p+p {
  margin-top: 0.05rem;
}

.jssy .jsfc-list ul li a .tx .zy {
  display: inline-block;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #FFFFFF;
  background: #2946AC;
  padding: 0.1rem 0.15rem;
  /* margin-top: 0.5rem; */
  transition: all 0.5s;
  position: absolute;
  bottom: 0.4rem;
}

.jssy .jsfc-list ul li a .tx .zy img {
  width: 0.1rem;
  margin-left: 0.16rem;
}

.jssy .jsfc-list ul li:hover a .tx .zy {
  background: #D8A539;
}

/* 教师风采名字 */
.jsfc-name {}

.jsfc-name .gl-title {
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #666666;
}

.jsfc-name .k {
  margin-top: 0.3rem;
}

.jsfc-name .k .gg-tit {
  font-size: 0.2rem;
  font-weight: bold;
  color: #2946AC;
  margin-bottom: 0.11rem;
}

.jsfc-name .k ul {
  display: flex;
  flex-wrap: wrap;
}

.jsfc-name .k ul li {
  width: 14.28%;
}

.jsfc-name .k ul li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.08rem 0.1rem;
}

.jsfc-name2 .k .zc {
  display: flex;
  flex-wrap: wrap;
}

.jsfc-name2 .k .zc .l {
  width: 0.64rem;
  text-align: justify;
  text-align-last: justify;
  -webkit-text-align-last: justify;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #2946AC;
  padding: 0.08rem 0;
  margin-right: 0.4rem;
}

.jsfc-name2 .k .zc ul {
  flex: 1;
  min-width: 0;
}

.jsfc-table {}

.jsfc-table table {
  width: 100%;
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
}

.jsfc-table table th {
  background: #2946AC;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.6rem;
  border-left: 1px solid #D8D8D8;
}

.jsfc-table table th:first-child {
  border-left: 0;
}

.jsfc-table table th:nth-child(2) {
  min-width: 0.8rem;
}

.jsfc-table table td {
  font-size: 0.15rem;
  text-align: center;
  line-height: 0.24rem;
  padding: 0.13rem;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
}

.jsfc-table table .group:nth-child(odd) tr {
  background: #F7FAFD;
}

.jsfc-table table tr td.r {
  text-align: left;
}

.jsfc-table table tr td.r a {
  display: inline-block;
}

/* 团队检索 */
.tdjs {
  display: block;
  background-color: #F5F7FB;
  border-radius: 0.08rem;
  padding: 0.4rem 0.2rem;
}

.tdjs .l {
  display: flex;
  flex-wrap: wrap;
}

.tdjs .l>div {
  width: 33.33%;
}

.tdjs .ssbtn {
  justify-content: center;
  margin-top: 0.2rem;
}

.tdjs h3 {
  margin-bottom: 0;
  line-height: 0.46rem;
}


/* 3.24学科列表 */
.xklb {}

.xklb .k {
  margin-top: 0.3rem;
}

.xklb .k .tit {
  background: #2946AC;
  border: 1px solid rgba(6, 54, 139, 0.1);
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.7rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  padding: 0 0.6rem;
}
.xklb .k .tit a{
  color: #FFFFFF;
}

.xklb .k ul {
  background: #F2F3F5;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem 0 0.6rem 0;
}

.xklb .k ul li {
  width: 25%;
  margin-top: 0.1rem;
  position: relative;
}

.xklb .k ul li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.3rem;
  padding: 0.13rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.xklb .k ul li a h3 {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.2rem;
    height: 0.4rem;
    letter-spacing: normal;
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

.xklb .k ul li:hover a h3,
.xklb .k ul li.sub.on a h3 {
  font-weight: bold;
  color: #2946AC;
}

.xklb .k ul li a h3::after {
  content: '';
  position: absolute;
  bottom: -0.13rem;
  left: 50%;
  transform: translateX(-50%) translateY(0.2rem);
  border-bottom: 0.1rem solid #fff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.xklb .k ul li.sub.on a h3::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.xklb .k ul li a span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/xk-sj.png) no-repeat center center;
  background-size: 0.07rem auto;
  position: relative;
  z-index: 1;
}

.xklb .k ul li .sjsub {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  width: 13.8rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(41, 70, 172, 0.3);
  z-index: 2;
  transform: translateY(0.2rem);
  transition: all 0.5s;
  opacity: 0;
   visibility: hidden; 
}

.xklb .k ul li.on .sjsub {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.xklb .k ul li .sjsub dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}

.xklb .k ul li .sjsub dd {
  margin: 0 0.25rem;
  padding: 0.05rem 0;
}

.xklb .k ul li .sjsub dd a {
  display: block;
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.26rem;
  transition: all 0.5s;
}

.xklb .k ul li .sjsub dd a:hover {
  color: #2946AC;
}

.yjjg .k .tit {
  text-align: left;
}

.yjjg .k ul li {
  width: 50% !important;
}
.yjjg .k ul li:hover a h3{
  color:#333;
  font-weight: normal;
}

.yjjg .k ul li.hasHref:hover a h3 {
  font-weight: bold;
  color: #2946AC;
}

.yjjg .k ul li a span {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.yjjg .k ul li.hasHref:hover a span {
  opacity: 1;
  visibility: visible;
}

.yjjg .k ul li a h3::after {
  content: none;
}

.xyjs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xyjs-r {
  flex: 1;
  min-width: 0;
}

.xyjs-t>h3 {
  font-size: 0.26rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2946AC;
}

.xyjs .js55 {
  margin-top: 0.3rem;
}

.xyjs .js55 h3 {
  width: auto;
  
}

.xyjs .js55 .sel .form-control,
.xyjs .js55 .sel .form-control2 {
  width: 1.8rem;
}

.xyjs .js55 .ssbtn>input {
  width: 0.8rem;
}

.xyjs .js55 .ssbtn>input.cz {
  margin-left: 0.1rem;
}

.xyjs .js55 .sel {
  margin-right: 0.25rem;
  flex: none; 
  width: auto;
}

.xyjs-list {
  overflow: hidden;
  margin-top: 0.3rem;
}

.xyjs-list .tit {}

.xyjs-list .tit ul {
  display: flex;
  justify-content: center;
}

.xyjs-list .tit ul li+li {
  margin-left: 0.3rem;
  position: relative;
}

.xyjs-list .tit ul li+li::before {
  content: '/';
  position: absolute;
  top: 50%;
  left: -0.18rem;
  transform: translateY(-50%);
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.xyjs-list .tit ul li a {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  color: #B5B5B5;
  cursor: pointer;
}

.xyjs-list .tit ul li.on a {
  color: #333333;
}

.xyjs-list .con ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin: 0 -0.35rem;
}

.xyjs-list .con ul li {
  width: 33.333%;
}

.xyjs-list .con ul li a {
  display: block;
  margin: 0.35rem;
}

.xyjs-list .con ul li a .pic {
  padding-top: 93.38%;
  background: #f5f5f5;
}

.xyjs-list .con ul li a .tx {
  margin-top: 0.3rem;
  padding-left: 0.26rem;
  background: url(../images/jcrc-zs.jpg) no-repeat left top;
  background-size: auto 0.6rem;
}

.xyjs-list .con ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
}

.xyjs-list .con ul li a .tx p {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.08rem;
}

@media screen and (max-width: 1024px) {

  .ny-right {
    min-height: 9.07rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    padding-left: 20px;
    line-height: 70px;
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px;
  }

  .ny-rk {
    border-top: 0.04rem solid #2946AC;
    padding-top: 15px;
    padding-bottom: 0.4rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -0.22rem;
  }

  .pc_list {
    display: none;
  }

  .yd_list {
    display: block;
  }

  .title {
    margin-bottom: 0.24rem;
  }

  .tit-c h3 {
    font-size: 0.24rem;
  }

  .tit-c h3::after {
    bottom: -0.08rem;
    width: 0.42rem;
    height: 0.03rem;
  }

  .position {
    position: static;
    width: 100%;
    text-align: left;
    margin-top: 0.2rem;
    max-width: none;
  }

  .ej-nav ul {
    margin: 0 -0.05rem;
  }

  .ej-nav ul li {
    width: 50%;
  }

  .ej-nav ul li a {
    margin: 0.05rem;
  }

  .pagination {
    padding-top: 0.2rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul li .sz-pic {
    margin: 0 auto;
  }

  .list-ld ul li {
    margin-top: 0.3rem;
  }

  .list-ld ul li a {
    display: block;
    padding-top: 0.3rem;
  }

  .list-ld ul li .sz-tx {
    border: 1px solid transparent !important;
  }

  .list-ld ul li h3 {
    text-align: center;
  }

  .list-ld ul li .xq {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .text-list ul li a .date p {
    font-size: 0.3rem;
  }

  .text-list ul li a .date span {
    font-size: 0.16rem;
  }

  .list2 {
    margin-top: 0.2rem;
  }

  .list2 ul li {
    font-size: 0.18rem;
  }

  .list2 ul li em {
    font-size: 0.16rem;
    background-size: 0.14rem auto;
    padding-left: 0.24rem;
  }

  .tw ul li a .pick {
    width: 2.56rem;
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li a .tx {
    padding-top: 0.2rem;
    padding-left: 0.3rem;
  }

  .tw ul li a .tx .date {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .tw ul li a .tx .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .tw ul li a .tx h3,
  .tw ul li a .tx p {
    margin-top: 0.1rem;
  }

  .tw ul li:hover a .tx {
    padding: 0.2rem 0.2rem  0.15rem  0.3rem;
  }

  .dpzw-pic {
    padding: 0 0 0.1rem 0.1rem;
  }

  .dpzw-bd {
    padding: 0.2rem;
  }

  .ldjg-t ul li {
    width: 100%;
  }

  .ldjg-t ul li {
    padding: 0.2rem 0;
  }

  .ldjg-t ul li .tit,
  .ldjg-t ul li .ldjg-bd a {
    font-size: 0.18rem;
  }

  .ldjg-t ul li .tit {
    width: 2rem;
  }

  .zzjg {
    padding-left: 0.2rem;
    margin-top: 0.4rem;
  }

  .zzjg h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .zzjg ul li {
    width: 100%;
    font-size: 0.18rem;
  }

  .sz-ty {
    padding-left: 0.5rem;
  }

  .zs1 {
    margin-top: 0.2rem;
  }

  .list-ld .k {
    margin-top: 0.3rem;
  }

  .zhy1>h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .zhy1 .box {
    margin-top: 0.2rem;
  }

  .zhy1 .box .r {
    flex: none;
    width: 100%;
    order: 1;
    margin-top: 0.2rem;
  }

  .zhy1 .box .l {
    width: 100%;
    order: 2;
    margin-right: 0;
    /* margin-top: 0.2rem; */
    float: none;
  }

  .zhy h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    background-size: 0.24rem auto;
    padding-left: 0.34rem;
  }

  .zhy1 h4 {
    margin-bottom: 0.2rem;
  }

  .zhy2 {
    margin-top: 0.3rem;
  }

  .zhy2 .box2 .b ul li {
    width: 24.28%;
  }

  .zhy2 .box1 .b ul li a .tx h3,
  .zhy2 .box2 .b ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .zhy2 .box1 .b ul li a .tx p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }

  .zhy3 {
    margin-top: 0.1rem;
  }

  .jj1 {
    margin-top: 0.4rem;
  }

  .jj1 .picbox {
    width: 6.2rem;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .jj1 .tx {
    flex: none;
    width: 100%;
  }

  .sz-k ul li a .tx h3,
  .sz-k>h3>span {
    font-size: 0.2rem;
  }

  .sz-k ul li a .tx h4 {
    font-size: 0.18rem;
  }

  .sz-k ul li a .tx p {
    font-size: 0.16rem;
  }

  .art-main .art-tit {
    padding: 0.15rem;
    border-left: 0.02rem solid #2946AC;
  }

  .art-main .cont-tit div.fbt span {
    font-size: 0.15rem;
    margin: 0.05rem 0.1rem;
  }

  .art-main .art-body {
    padding-top: 0.24rem;
  }

  .art-main .art-body p,
  .art-main .art-body p * {
    margin-bottom: 0.2rem;
  }

  .art-info {
    margin-top: 0.3rem;
    padding: 0.2rem;
  }

  .jcrc ul {
    margin: 0 -0.1rem;
  }

  .jcrc ul li {
    margin-bottom: 0.2rem;
    width: 25%;
  }

  .jcrc ul li a {
    padding: 0.1rem;
    margin: 0 0.1rem;
  }

  .jcrc ul li a .tx {
    margin-top: 0.1rem;
    padding-left: 0.2rem;
  }

  .jcrc ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .jcrc ul li:hover a .tx {
    margin-left: -0.1rem;
    padding-left: 0.12rem;
  }

  .jcrc ul li a .tx::after {
    width: 0.3rem;
    height: 0.3rem;
  }

  .dwlb ul {
    margin: 0 -0.15rem;
  }

  .dwlb ul li a {
    margin: 0.1rem 0.15rem;
  }

  .dwlb ul li {
    width: 33.33%;
  }

  .glbm ul {
    margin: 0 -0.1rem;
  }

  .glbm ul li {
    width: 50%;
  }

  .glbm ul li a {
    margin: 0.1rem 0.1rem;
    padding: 0 0.2rem;
  }

  .glbm ul li a::after {
    right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
  }

  .glbm ul li:hover a {
    padding-right: 0.5rem;
  }

  .tdzy {
    margin-top: 0;
  }

  .tdzy ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .tdzy ul li a .tx .con {
    margin-top: 0.11rem;
  }

  .tdzy ul li a .tx::after {
    content: none;
  }

  .xsjs+.xsjs {
    margin-top: 0.1rem;
  }

  .jsfc-list ul li {
    width: 50%;
    margin-bottom: 0.3rem;
  }

  .jsfc-list ul li a .tx h3 {
    font-size: 0.18rem;
    background-size: 0.18rem auto;
    padding-left: 0.34rem;
  }

  .jsfc-list ul li a .tx .gd {
    margin-top: 0.6rem;
    width: 0.34rem;
    height: 0.34rem;
  }

  .jssy .xsjs:first-child h3 {
    width: 0.8rem;
  }

  .js3 .selbox {
    width: 50%;
  }

  .jsfc-name .k ul li {
    width: 20%;
  }

  .jsfc-name2 .k .zc .l {
    margin-right: 0.1rem;
  }

  .tdjs {
    padding: 0.2rem;
    margin-bottom: 0.25rem;
  }

  .tdjs .l>div {
    width: 100%;
  }
  .tdjs h3{
    width: 1.5rem;
    text-align:right;
    text-align: right;
    text-align-last: right;
    -webkit-text-align-last: right;
    /* line-height: 0.2rem; */
  }

  .tdjs .l>div+div {
    margin-top: 0.2rem;
  }

  .tdjs .l>div .sel {
    margin-right: 0;
  }

  .tdjs .l>div .sel .form-control2 {
    width: 100%;
  }

  .xklb .k .tit {
    font-size: 0.2rem;
    line-height: 0.5rem;
  }

  .xklb .k ul {
    padding: 0.1rem 0 0.3rem 0;
  }

  .xklb .k ul li {
    width: 33.333%;
  }

  .xklb .k .tit {
    padding: 0 0.1rem;
  }

  .nymain .leftNav {
    margin-right: 0.3rem;
  }

  .xyjs .ssbtn {
    margin: 0 auto;
    margin-top: 0.1rem;
  }

  .xyjs-t>h3 {
    font-size: 0.2rem;
  }

  .xyjs-list .con ul li a .tx {
    margin-top: 0.2rem;
  }

  .xyjs-list .con ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .xyjs-list .con ul {
    margin: 0 -0.2rem;
  }

  .xyjs-list .con ul li a {
    margin: 0.2rem;
  }
}

@media screen and (max-width:920px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.22rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #2946AC;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
    transition: all 0.5s;
  }

  .nymain .leftNav>h2 span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    width: 100%;
    margin-right: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav>ul::before {
    content: none;
  }

  .nymain .leftNav ul li a {
    padding: 0.2rem;
  }

  .nymain .leftNav>ul>li>a>span {
    top: 0.25rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    padding-left: 0;
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li>ul>li>a::after {
    left: -0.15rem;
  }

  .nymain .leftNav>ul>li>span {
    height: 0.7rem;
  }

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>ul {
    padding: 0.15rem 0 0.15rem 0.34rem;
  }

  .nymain .leftNav>ul::after {
    content: none;
  }


  .ny-right {
    float: none;
    width: auto;
    min-height: 7.48rem;
  }

  .text-list ul li a hr {
    margin: 0 0.2rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul {
    margin-left: -1%;
    margin-right: -1%;
  }

  .img-lists ul li {
    width: 48%;
    margin: 10px 1%;
  }

  .img-lists ul li a>div.info {
    padding: 0.1rem;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.22rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .art-main .dpzw p *,
  .art-main .dpzw p {
    font-size: 0.18rem !important;
  }

  .art-main .art-tit h3 {
    line-height: 0.3rem;
  }

  .zzjg ul li {
    width: 100%;
  }

  .list2 {
    margin-top: 0;
  }

  .list2 ul li {
    line-height: 0.65rem;
  }

  .list-ld ul li h3 {
    font-size: 0.22rem;
  }

  .list-ld ul li p {
    font-size: 0.16rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .list-ld ul li .xq span {
    font-size: 0.16rem;
    background-size: 0.25rem auto;
    padding-right: 0.35rem;
  }

  .zs1 {
    margin-top: 0;
  }

  .zs1 ul .r span {
    margin: 0.05rem 0.1rem 0.05rem 0;
  }

  .jj1 .tx h3 img {
    margin: 0 auto;
  }

  .jcrc ul li {
    /* width: 50%;*/
    margin-bottom: 0.1rem;
  }

  .dwlb ul li {
    width: 50%;
  }

  .glbm ul li {
    width: 100%;
  }

  .yjjg .k ul li {
    width: 100% !important;
  }

  .xyjs-r {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
  }

  .xyjs .js55>div {
    width: 100%;
  }
  .xyjs .js55 .sel{
    flex: 1;
  }
  .xyjs .js55 h3 {
    min-width: .65rem;
    text-align: right;
    text-align-last: right;
    -webkit-text-align-last: right;
  }

  .xyjs .js55>div+div {
    margin-top: 0.1rem;
  }

  .xyjs .js55 .sel .form-control,
  .xyjs .js55 .sel .form-control2 {
    width: 100%;
  }

  .xyjs .ssbtn {
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .ny-right {
    min-height: auto;
  }

  .jcrc_ry ul li {
    width: 100%;
  }

  .jcrc ul li {
    width: 33%;
  }

  .jsfc-list ul li {
    width: 100%;
  }

  .js3 .selbox {
    width: 100%;
  }

  .jssy .xsjs:nth-child(4) h3 {
    width: 0.8rem;
  }

  .sy4 .l {
    flex: none;
    width: 100%;
  }

  .sy4 .selbox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.1rem;
  }

  .sel .form-control2 {
    width: 100%;
  }

  .xsjs .ssbtn {
    width: 100%;
    justify-content: center;
  }

  .sel {
    margin-right: 0;
  }

  .jssy .jsfc-list {
    margin-top: 0.3rem;
  }

  .jsfc-name .k ul li {
    width: 33.33%;
  }

  .xklb .k ul li {
    width: 100%;
  }

  .xklb .k ul li .sjsub dd {
    margin: 0 0.2rem;
  }

  .xklb .k ul li .sjsub dl {
    padding: 0.1rem 0;
  }

.pages table td, .pages table td div{
    font-size: 0.12rem !important;
}
    .pages .PrevDisabled,
  .pages .Next,
  .pages a.Prev,
  .pages .NextDisabled {
    padding:0 0.05rem !important;
    font-size: 0.12rem !important;
  }

.pages input[type="button"] {
  padding: 0 0.06rem !important;
  font-size: 0.12rem !important;
  }
  .pages input.defaultInputStyle{
    
max-width: 40px;
  }
}

@media screen and (max-width:640px) {
  .sz-k ul li {
    width: 50%;
  }

  .jcrc ul li {
    width: 50%;
  }

  .jcrc ul li a .tx::after {
    width: 0.26rem;
    height: 0.26rem;
  }
  .tdjs h3{
    width: 0.8rem;
    line-height: 0.2rem;
  }

}

@media screen and (max-width:480px) {
  .ny-rk {
    margin-top: 10px;
  }

  .ldy {
    width: 100%;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit div.fbt .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    line-height: 24px;
    font-size: 15px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 13px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul li a .pick {
    width: 100%;
  }

  .tw ul li a .tx {
    flex: none;
    width: 100%;
    padding-top: 0.2rem;
    padding-left: 0;
  }

  .list-ld ul li {
    width: 100%;
  }

  .list-ld ul li .sz-tx {
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
  }

  .jgsz {
    zoom: 0.5;
  }

  .zhy2 .box2 .b ul li {
    width: 50%;
  }

  .zhy3 .box p {
    margin-top: 0.2rem;
  }

  .sz-k ul li a .pic {
    width: 2rem;
    height: 2.58rem;
  }

  .sz-k ul li a .tx {
    padding: 0.2rem 0.2rem 0 0.2rem;
  }

  .sz-k ul li a .tx .p {
    margin-top: 0.2rem;
  }

  .dwlb ul li {
    width: 100%;
  }

  .dwlb ul li a {
    padding: 0.2rem 0.1rem;
    height: auto;
  }

  .jgzy ul li a .tx h3 {
    height: auto;
    max-height: 0.72rem;
  }

  .jgzy ul li a .tx p {
    height: auto;
    max-height: 0.78rem;
  }

  .xsjs ul {
    /* flex: none; */
    width: 100%;
  }

  .jsfc-list ul li a .picbox {
    width: 1.8rem;
  }

  .jsfc-list ul li a::after {
    left: 2.1rem;
  }

  .jsfc-list ul li a .tx {
    padding: 0.4rem 0.2rem 0.2rem 0.2rem;
  }

  .jsfc-list ul li::after {
    left: 2.2rem;
  }

  .jssy .jsfc-list ul li a .tx .zy {
    /* margin-top: 0.25rem; */
    bottom: 0.25rem;
  }

  .jsfc-name2 .k .zc .l {
    width: auto;
    margin-right: 0;
  }

  .jsfc-name2 .k .zc ul {
    flex: none;
    width: 100%;
  }
  .xyjs-list .tit ul{
    margin-bottom:0.2rem;
  }
  .xyjs-list .con ul li {
    width: 50%;
  }

  .xyjs-list .con ul {
    margin: 0 -0.1rem;
  }

  .xyjs-list .con ul li a {
    margin: 0.1rem;
  }
  .pagination a{
    padding: 0 0.07rem;
    height: 0.32rem;
    line-height: 0.32rem;
  }

}

@media screen and (max-width:320px) {
  .text-list ul li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}


.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  margin: 5px 0px 0px 5px !important;
}

.pb_sys_common .p_t {
  margin-top: 5px !important;
}


.pb_sys_style1 .p_no_d {
  border: 1px solid #2946AC !important;
  background-color: #2946AC !important;
}