@charset "utf-8";


.nybanner {
  width: 100%;
  overflow: hidden;
}

.nybanner img {
  display: block;
  width: 100%;
}

.pc_list {
  display: block;
}

.yd_list {
  display: none;
}


/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  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.07rem;
  cursor: pointer;
}

.pagination a.active {
  background: #305DB7;
  color: #fff;
  border: 1px solid #305DB7;
}

.pagination a:hover {
  background: #305DB7;
  color: #fff;
  border: 1px solid #305DB7;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

.pagination input {
  margin-left: 0.07rem;
  margin-right: 0.07rem;
  border: 1px solid #dcdcdc;
  height: 0.35rem;
  line-height: 0.35rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0.12rem;
  width: 0.5rem;
}



/*分页*/
.pages table {
  width: auto;
}

tbody {
  border: none;
}

.pages table td,
.pages table td div {
  font-family: "微软雅黑" !important;
  font-size: 0.14rem;
  width: auto;
}

.pages .PrevDisabled,
.pages .Next,
.pages a.Prev,
.pages .NextDisabled {
  border: 1px solid #dcdcdc !important;
  font-size: 0.14rem !important;
  !i;
  !;
  height: 0.35rem !important;
  line-height: 0.35rem !important;
  color: #305DB7 !important;
  padding: 0 0.12rem !important;
  font-family: "微软雅黑" !important;
  vertical-align: middle;
  margin: 0 0.07rem !important;
  !i;
  !;
  box-sizing: border-box;
  background: none !important;
  !i;
  !;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pages a.Next:hover,
.pages a.Prev:hover {
  background: #305DB7 !important;
  !i;
  !;
  color: #fff !important;
  !i;
  !;
  border: 1px solid #305DB7 !important;
  !i;
  !;
  !o;
  !;
}


.pages input[type="button"] {
  padding: 0 0.12rem !important;
  height: 0.35rem !important;
  line-height: 0.35rem !important;
  background: #305DB7 !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: 0.07rem !important;
  margin-right: 0.07rem !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 0.12px !important;
  width: 0.5rem;
}

.defaultButtonStyle {
  FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#305DB7, EndColorStr=#305DB7) !important;
  CURSOR: pointer;
  line-height: 14px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#305DB7), to(#305DB7)) !important;
  background: -moz-linear-gradient(top, #305DB7, #305DB7) !important;
  background: -ms-linear-gradient(top, #305DB7 0%, #305DB7 100%) !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.yd_pages {
  line-height: 36px;
  height: 36px;
  background: #305DB7;
  color: #fff;
  !;
  !i;
  !;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 0.14rem;
  padding: 0 !important;
}



/* 主体 */
.title {
  margin-bottom: 0.6rem;
}

.nymain {
  position: relative;
  padding-bottom: 1.4rem;
  padding-top: 0.56rem;
  background: #F5F9FF;
}

.nymain .leftNav {
  float: left;
  width: 2.6rem;
  position: relative;
}

.nymain .leftNav>h2 {
  line-height: 0.8rem;
  color: #fff;
  background: #305DB7;
  font-family: 'sySong';
  font-size: 0.26rem;
  font-weight: bold;
  overflow: hidden;
  padding-left: 0.4rem;
}

.nymain .leftNav>ul {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #305DB7;
  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;
}

.nymain .leftNav>ul>li>a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.16rem;
  height: 0.16rem;
  display: none;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.66rem;
  padding-left: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.nymain .leftNav ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav>ul>li.on>a {
  color: #305DB7;
  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: #305DB7;
  font-weight: 600;
}

.nymain .leftNav>ul>li.on::before,
.nymain .leftNav>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>ul>li.active>a {
  color: #305DB7;
  font-weight: 600;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #305DB7;
}

.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.15rem;
  line-height: 0.46rem;
  padding-left: 0.6rem;
  color: #666666;
  border-bottom: none;
}

.ny-right {
  /* float: right; */
  /* width: calc(100% - 3rem); */
  min-height: 4rem;
}

.xy-right {
  border-top: 0.06rem solid #305DB7;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(53, 57, 160, 0.2);
  background-image: url(../images/xy-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 41.37% auto;
  padding: 0.4rem 1.24rem 1rem 1.24rem;
}

.xy-right .s2-c {
  padding-left: 0;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.66rem;
  border-bottom: 1px solid #d2d2d2;
}

.position h3 {
  position: absolute;
  font-size: 0.26rem;
  font-weight: bold;
  text-align: left;
  bottom: 0;
  left: 0;
}


.position span {
  color: #888;
  font-size: 0.14rem;
  vertical-align: middle;
}

.position img {
  height: 0.16rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.14rem;
  color: #888;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #305DB7;
}

/* 列表页 */
.text-list {
  margin-top: 0.2rem;
}

.text-list ul li {
  padding-left: 0.25rem;
  position: relative;
  line-height: 0.7rem;
  border-top: 1px dashed #E0E0E0;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #305DB7;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-list ul li span {
  float: right;
  padding-left: 0.15rem;
  color: #999;
}

.text-list ul li:hover+li {
  border-top-color: #305DB7;
}

.text-list ul li:hover a {
  color: #305DB7;
}

.text-list ul li:hover span {
  color: #305DB7;
}

.text-list ul li:hover {
  left: 0.05rem;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 0.24rem;
  margin-top: 0.3rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p,
.art-main .art-body p * {
  color: #333333;
  text-indent: 2em;
  font-family: "微软雅黑" !important;
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  margin-bottom: 0.2rem !important;
}

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 0.2rem;
  background: bottom;
  border-bottom: 1px solid #dcdcdc;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #999;
  margin: 0 0.3rem;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.32rem;
  color: #555555;
}

.pnext p a {
  color: #555555;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #305DB7;
}


/* 图片列表 */

.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 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #305DB7;
}


/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.28rem;
  margin-right: -0.28rem;
  overflow: hidden;
}

.list-ld ul li {
  float: left;
  width: 33.333%;
}

.list-ld ul li a {
  display: flex;
  margin: 0 0.28rem 0.52rem 0.28rem;
}

.list-ld ul li .pic {
  /* padding-top: 124.39%; */
  width: 1.89rem;
  height: 2.32rem;
  padding-top: 0;
}

.list-ld ul li .tx {
  flex: 1;
  min-width: 0;
  background: #FFFFFF;
  border: 1px solid #DCDCF0;
  border-left: 0;
  padding: 0.1rem 0;
  padding: 0.3rem 0.3rem 0;
  transition: all 0.5s;
}

.list-ld ul li:hover .tx {
  background: #004EA2;
}

.list-ld ul li h3 {
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
  background-image: url(../images/ld-x1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 0.14rem;
  transition: all 0.5s;
}

.list-ld ul li h3 span {
  font-size: 0.18rem;
  padding-left: 0.2rem;
  color: #004EA2;
  transition: all 0.5s;
}

.list-ld ul li p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666;
  transition: all 0.5s;
}

.list-ld ul li p span {
  color: #333;
  transition: all 0.5s;
}

.list-ld ul li:hover h3,
.list-ld ul li:hover h3 span,
.list-ld ul li:hover p,
.list-ld ul li:hover p span {
  color: #fff;
}

.list-ld ul li:hover h3 {
  background-image: url(../images/ld-x2.png);
}

.list-ld ul li p:nth-of-type(1) {
  margin-top: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.list-ld ul li p.l2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: normal;
}
/*
.list-ld ul li p:nth-of-type(2) {
  margin-top: 0.1rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
*/

/* 师资内容 */
.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: #305DB7;
  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: #305DB7;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
  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: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
  background-repeat: no-repeat;
  background-size: 0.29rem auto;
  background-position: left center;
}

.sz-box h4 span {
  display: inline-block;
  font-family: 'sySong';
  font-size: 0.26rem;
  font-weight: bold;
  color: #305DB7;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  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 a {
  display: block;
  overflow: hidden;
  padding: 0.3rem 0.2rem;
  border-top: 1px dashed #E0E0E0;
  transition: all 0.3s;
}

.tw ul li:first-child a {
  border-top: none;
}

.tw ul li a .pic {
  width: 2.6rem;
  height: 1.58rem;
  padding-top: 0;
}

.tw ul li a .tw-tx {
  overflow: hidden;
  padding-left: 0.3rem;
}

.tw ul li a .tw-tx .date {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: rgba(48, 93, 183, 0.7);
}

.tw ul li a .tw-tx .date span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #305DB7;
  padding-right: 0.05rem;
}

.tw ul li a .tw-tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.32rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.tw ul li a .tw-tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  color: #999;
}

.tw ul li:hover a {
  background-color: #305DB7;
}

.tw ul li:hover a .date,
.tw ul li:hover a .date span {
  color: #fff;
}

.tw ul li:hover a .tw-tx h3 {
  color: #fff;
}

.tw ul li:hover a .tw-tx p {
  color: rgba(255, 255, 255, 0.68);
}

/* 学科索引 */
.xksy {
  overflow: hidden;
}

.xksy ul {
  display: flex;
  flex-wrap: wrap;
}

.xksy ul li {
  width: 25%;
  position: relative;
  z-index: 1;
}

.xksy ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.29rem;
  bottom: 0;
  border-left: 1px solid #CDE0EF;
}

.xksy ul li:nth-child(-n+4):before {
  top: 0.4rem;
}

.xksy ul li:nth-last-child(-n+4):before {
  bottom: 0.4rem;
}

.xksy ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: url(../images/kxsy-libg.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.xksy ul li:hover::after {
  width: 100%;
}

.xksy ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #2C2C2C;
  padding: 0.17rem 0.43rem;
  margin: 0.05rem 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.xksy ul li:hover a {
  padding: 0.17rem 0.67rem;
  color: #fff;
}

.xksy ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.23rem;
  width: 0.13rem;
  height: 0.1rem;
  background-image: url(../images/xksy-zs.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  transition: all 0.5s;
}

.xksy ul li:hover a::before {
  width: 0.2rem;
  height: 0.33rem;
  background-image: url(../images/xksy-zs2.png);
  left: 0.37rem;
}

.xksy ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.39rem;
  width: 0;
  height: 0.18rem;
  background-image: url(../images/xksy-jt.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  opacity: 0;
  transition: all 0.5s;
}

.xksy ul li:hover a::after {
  opacity: 1;
  width: 0.22rem;
}

/* 教师索引 */
.js-right {
  margin-bottom: 0.78rem;
  background-size: 21.87% auto;
  padding: 0.5rem 0.68rem;
}

.jsy .select {
  justify-content: flex-start;
}

.jsy .sele1 {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.18rem;
  color: #333;
  padding-right: 0.3rem;
  margin-bottom: 0.2rem;
}

.jsy .sele1 .k {
  display: flex;
  align-items: center;
  margin-right: 0.54rem;
  margin-bottom: 0.2rem;
}

.jsy .sele1:last-child {
  padding-right: 0;
}

.jsy .sele1 span {
  padding-right: .15rem;
  font-size: 0.18rem;
}

.jsy .sele1 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.jsy .sele1 .select {
  border: 1px solid #E1E1F1;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #9E9E9E;
  width: 3.5rem;
  padding: 0 0.11rem;
  position: relative;
  cursor: pointer;
}

.jsy .sele1 .select h2 {
  font-size: 0.16rem;
  height: 0.45rem;
  align-items: center;
  /* padding: 0 .2rem; */
  justify-content: space-between;
}

.jsy .sele1 .select h2 p {
  color: #666;
  width: calc(100% - .16rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.jsy .sele1 .select h2 img {
  width: .15rem;
}

.jsy .sele1 .select ul {
  background: #f2f2f2;
  max-height: 2.15rem;
  min-height: 0.55rem;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  padding: .15rem 0rem;
  border-top: 1px solid #eee;
  z-index: 500000;
  top: 101%;
  display: none;
  overflow-y: auto;
}

.jsy .sele1 .select li {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #333;
  transition: all 0.5s;
  padding: 0 .15rem;
  cursor: pointer;
}

.jsy .sele1 .select li a {
  display: block;
}

.jsy .sele1 .select li:hover {
  background: #004EA2;
  color: #fff;
}


.jsy .sele1 select option {
  width: 100%;
}

.jsy .sele2 {
  margin-bottom: 0.2rem;
  align-items: center;
  justify-content: flex-start;
}

.jsy .sele2 h3 {
  font-size: 0.18rem;
  white-space: nowrap;
  height: 0.34rem;
  line-height: 0.34rem;
}

.jsy .sele2 ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.jsy .sele2 ul li {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.34rem;
  padding: 0 0.13rem;
  margin: 0.05rem;
  transition: 0.5s;
  cursor: pointer;
}

.jsy .sele2 ul li.on {
  border-radius: 0.2rem;
  padding: 0 0.16rem;
}

.jsy .sele2 ul li.on,
.sele2 ul li:hover {
  background: #004098;
  color: #fff;
}

.jsy .sele3 {
  margin: 0.3rem 0 0 0;
  justify-content: flex-start;
}

.jsy .sele3-l {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #000;
  padding-right: 0.54rem;
}

.jsy .sele3-l span {
  padding-right: 0.15rem;
}

.jsy .sele3-l input {
  border: 1px solid #b5c7db;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #666;
  /* margin-left: 0.15rem; */
  padding: 0 0.1rem;
  width: 3.5rem;
}

.jsy .sele3 button {
  height: 0.45rem;
  line-height: 0.45rem;
  color: #fff;
  padding: 0 0.35rem;
  margin-right: 0.2rem;
  cursor: pointer;
  font-size: 0.18rem;
}

.jsy .sele3 .ser {
  background: #004EA2;
  border: 1px solid #E1E1F1;
}

.jsy .sele3 .reset {
  background: #EB9D06;
  border: 1px solid #E1E1F1;
}

.team_ser .sele1 {
  margin-bottom: 0;
}

.team_ser .sele1 .sele3-l {
  margin-bottom: 0.2rem;
  padding: 0;
}

.team_ser .sele1 .sele3-l input {
  margin-left: 0;
}

/* 1.10 */
.tit-navbox {
  margin-bottom: 0.45rem;
}

.tit-nav ul {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.05rem 0px rgba(0, 84, 174, 0.2);
}

.tit-nav ul li {
  width: calc(100%/6);
}

.tit-nav a {
  display: block;
  text-align: center;
  line-height: 0.65rem;
  font-size: 0.22rem;
  color: #575757;
  position: relative;
  z-index: 1;
}

.tit-nav a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-left: 1px solid #C2CAD8;
  height: 0.28rem;
  z-index: -1;
}

.tit-nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  width: 100%;
  height: 0.1rem;
  background: url(../images/tit-nsj.png) no-repeat center bottom;
  background-size: auto 100%;
  z-index: -1;
  display: none;
}

.tit-nav ul li:first-child a::before {
  content: none;
}

.tit-nav ul li.on a {
  color: #fff;
  background: #0054AE;
}

.tit-nav ul li.on a::after {
  display: block;
}

.xksy2 {
  position: relative;
}

.xksy2>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.xksy2>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .js-right {
    padding: 0.4rem;
  }
}

@media screen and (max-width: 1500px) {

  .jsy .sele1 .select,
  .jsy .sele3-l input {
    width: 3rem;
  }
}

@media screen and (max-width: 1300px) {
  .list-ld ul li {
    width: 50%;
  }

  .jsy .sele1 .select,
  .jsy .sele3-l input {
    width: 2.5rem;
  }

  .jsy .sele1 .k {
    margin-right: 0.3rem;
  }

  .jsy .sele3-l {
    padding-right: 0.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .xy-right {
    padding: 0.4rem;
  }

  .tit-nav a {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .banner::after {
    display: none;
  }


  .pc_list {
    display: none;
  }

  .yd_list {
    display: block;
  }


  .nymain {
    padding-bottom: 0.56rem;
    min-height: 3.75rem;
  }

  .nymain .leftNav>h2 {
    font-size: 24px;
    padding-left: 20px;
    line-height: 70px;
  }

  .nymain .leftNav>ul>li::before {
    border-left-width: 2px;
  }

  .nymain .leftNav>ul>li>a::after {
    width: 14px;
    height: 14px;
  }

  .position>div {
    line-height: 50px;
  }

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .tw ul li a {
    padding: 0.2rem 0.1rem;
  }

  .tw ul li a .pic {
    width: 2rem;
    height: 1.21rem;
  }

  .tw ul li a .tw-tx .date {
    margin-top: 0;
  }

  .tw ul li a .tw-tx .date span {
    font-size: 0.22rem;
  }

  .tw ul li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul li a .date p {
    font-size: 20px;
  }

  .tw ul li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul li a .tw-tx h3 {
    margin-top: 0.05rem;
  }

  .tw ul li a .tw-tx p {
    margin-top: 0.05rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .list-ld ul li a {
    margin: 0.2rem;
  }

  .xksy ul li a {
    font-size: 0.2rem;
  }

  .xy-right {
    margin-bottom: 0.3rem;
  }

  .tit-navbox {
    height: 0.75rem;
    overflow-x: auto;
  }

  .tit-nav {
    min-width: 12rem;
  }

}

@media screen and (max-width:900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }

}

@media screen and (max-width:768px) {
  .nymain .leftNav>h2 {
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.18rem;
    text-align: left;
    padding-left: 0.15rem;
    font-weight: 600;
    background: #305DB7;
  }

  .nymain .leftNav>h2::before,
  .nymain .leftNav>h2::after {
    display: none;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain {
    padding: 0.4rem 0;
    min-height: 4.55rem;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .nymain .leftNav ul li a {
    line-height: 0.56rem;
  }


  .ny-right {
    float: none;
    width: auto;
  }

  .position {
    padding: 16px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 0.12rem;
    height: 0.28rem;
    font-size: 0.12rem;
    line-height: 0.28rem;
    margin: 0 3px 0.1rem;
  }
  .pagination input{
    height: 0.28rem;
    font-size: 0.12rem;
    line-height: 0.25rem;
  }
.pagination span{
  /* margin-bottom: 0.1rem; */
  line-height: 0.28rem;
}

  .nymain .leftNav ul {
    display: none;
    padding-bottom: 0;
  }

  .nymain .leftNav>ul>li>span {
    top: 13px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul li {
    line-height: 0.6rem;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .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.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    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;
  }

  .title {
    margin-bottom: 0.3rem;
  }

  .xy-right {
    border-top-width: 0.03rem;
    padding: 0.2rem;
  }

  .xksy ul li {
    width: 50%;
  }

  .xksy ul li:nth-child(-n+4):before {
    top: 0;
  }

  .xksy ul li:nth-child(-n+2):before {
    top: 0.4rem;
  }

  .xksy ul li:nth-last-child(-n+4):before {
    bottom: 0;
  }

  .xksy ul li:nth-last-child(-n+2):before {
    bottom: 0.6rem;
  }

  .list-ld ul li {
    width: 100%;
  }

  .jsy .sele1 .k {
    width: 100%;
    margin-right: 0;
  }

  .jsy .sele1 span {
    width: 0.9rem;
    text-align: right;
  }

  .jsy .sele1 .select {
    flex: 1;
    min-width: 0;
  }

  .jsy .sele3 {
    justify-content: center;
  }

  .team_ser .sele3 {
    margin: 0;
  }

  .jsy .sele3-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.2rem;
  }

  .jsy .sele3-l span {
    width: 0.9rem;
    text-align: right;
    padding-right: 0.15rem;
  }

  .jsy .sele3-l input {
    flex: 1;
    min-width: 0;
  }

  .jsy .sele3 button {
    margin: 0rem;
  }

  .jsy .sele3 .ser {
    margin-right: 0.5rem;
  }
}

@media screen and (max-width:640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }
}

@media screen and (max-width:480px) {
  .nymain>div {
    padding: 0 10px 10px;
  }

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .nymain .leftNav ul li a {
    line-height: 45px;
    font-size: 14px;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
  }

  .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 {
    height: auto;
  }

  .tw ul li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 60.61%;
    margin-bottom: 0.1rem;
  }

  .tw ul li a .date p {
    font-size: 18px;
  }

  .tw ul li a .date em {
    margin-top: 20px;
  }

  .tw ul li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

}

@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;
  }
}