@charset "utf-8";

/* 分页 */
.banner img {
  width: 100%;
}
.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 7px;
}

.pagination a.active {
  background: #b5b5b5;
  color: #fff;
  border: 1px solid #b5b5b5;
}

.pagination a:hover {
  background: #b5b5b5;
  color: #fff;
  border: 1px solid #b5b5b5;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}

#nymain {
  background-size: 1920px auto;
  background-position: center bottom;
}

.nymain {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
}

.ny-box {
  background-color: #fff;
}

.nymain .leftNav {
  float: left;
  width: 320px;
  position: relative;
  margin-right: 50px;
}

.nymain .leftNav > h2 {
  line-height: 77px;
  color: #00469b;
  background: #f3f3f3;
  font-size: 24px;

  font-weight: 600;
  position: relative;
  text-align: center;
  border-top: 5px solid #00469b;
}

.nymain .leftNav > h2 b {
  display: inline-block;
  padding: 0 20px;
  background: #f5f5f5;
  z-index: 9;
  position: relative;
}

.nymain .leftNav > h2 img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

.nymain .leftNav p {
  margin-left: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
}

.nymain .leftNav > ul {
  padding-bottom: 180px;
  position: relative;
}

.nymain .leftNav > ul::after {
  position: absolute;
  left: -10px;
  width: 10px;
  bottom: 0;
  z-index: 999;
  border-bottom: 80px solid #fff;
  border-right: 275px solid transparent;
  z-index: 8;
}

.nymain .leftNav > ul > li {
  position: relative;
  margin-top: 8px;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 18px;
  color: #242323;
  line-height: 50px;
  position: relative;
  text-align: center;
}

.nymain .leftNav > ul > li > a {
  background-color: #f5f5f5;
  background-position: 20px center;
}

.nymain .leftNav > ul > li > span {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../img/ny-nav.png) no-repeat center;
  top: 0px;
  right: 35px;
  cursor: pointer;
}

.nymain .leftNav > ul > li > i {
  width: 4px;
  height: 4px;
  background-color: #00469b;
  position: absolute;
  top: 24px;
  left: 28px;
}

.nymain .leftNav > ul > li.on > span {
  background: url(../img/ny-nav2.png) no-repeat center;
}

.nymain .leftNav > ul > li.on > a {
  font-weight: 600;
  color: #fff;
  background-color: #00469b;
}

.nymain .leftNav > ul > li.on > ul > li > a:hover {
  color: #00469b;
}

.nymain .leftNav > ul > li.active > i {
  background-color: #fff;
}

.nymain .leftNav > ul > li.active > a {
  color: #fff;
  background-color: #00469b;
  font-weight: 600;
  font-size: 20px;
}

.nymain .leftNav > ul > li.on > i {
  background-color: #fff;
}

.nymain .leftNav ul li.active ul {
  display: block;
}

.ny-con {
  /* text-align: center; */
}
.ny-con table{width:100%;}
.nymain .leftNav > ul > li > ul {
  display: none;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-right: 0;
}

.nymain .leftNav > ul > li > ul > li a {
  font-size: 16px;
  line-height: 32px;
  position: relative;
  line-height: 50px;
}

.nymain .leftNav > ul > li > ul > li a::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #00469b;
  transform: translateY(-50%);
  font-family: "楷体";
  font-size: 10px;
}

.ny-right {
  overflow: hidden;
  background: #fff;
  padding-bottom: 70px;
}

.ny-rcom {
  font-size: 24px;
  color: #992833;
  margin-bottom: 15px;
  font-weight: normal;
}

.position {
  margin-bottom: 20px;
  border-bottom: 2px solid #9e9e9e;
}

.position > div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 55px;
  /* overflow: hidden; */
  padding: 0 15px;
}

.position h3 {
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  color: #1b1b1b;
  text-align: left;
  bottom: -2px;
  left: 0;
  z-index: 9;
}

.position h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #00469b;
}

.position span {
  color: #717171;
  font-size: 16px;
  vertical-align: middle;
}

.position img {
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  display: none;
}

.position a {
  font-size: 16px;
  color: #717171;
  margin: 0 5px;
  vertical-align: middle;
}

.position a:hover {
  color: #992833;
}

.art-main .art-tit h3 {
  text-align: center;
  color: #1b1b1b;
  font-weight: normal;
  font-size: 22px;
  margin-top: 30px;
  font-weight: normal;
}

.art-main .art-tit h4 {
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 18px;
  margin-top: 30px;
}

.art-main .art-body {
  padding-top: 30px;
}

.art-main .art-body p {
  color: #333333;
  text-indent: 2em;
  font-size: 14px;
  line-height: 36px;
}

.art-main .art-body img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  background: bottom;
  background: #f5f5f5;
  margin-top: 20px;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin-right: 5px;
}

.art-main .cont-tit p .liulan {
  margin-left: 50px;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #777777;
  padding: 0 10px;
}

.art-main .cont-tit p span:first-child {
  border-left: none;
}

.art-info {
  border-top: 1px dashed #eaeaea;
  margin-top: 25px;
}

.pnext {
  margin-top: 25px;
}

.pnext p {
  text-indent: initial;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}

.pnext p a {
  font-size: 14px;
  color: #333333;
}

.pnext p:hover {
  color: #992833;
}

.pnext p:hover a {
  color: #992833;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
}

.img-lists ul li {
  float: left;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 5px;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover .pics {
  transform: scale(1.2);
}

.img-lists ul li:hover h4 {
  background-color: #00469b;
  color: #fff;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 122%;
  width: 96%;
}

.img-lists ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background-position: center center;
}

.img-lists ul li a > img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a p {
  color: #737373;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.st-name {
  text-align: center;
  color: #121212;
  font-size: 16px;
  margin: 10px 33px;
  border: 1px solid #cccccc;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-top: 18px;
}

.img-lists ul li a > div.info {
  padding: 10px;
  font-size: 0;
}

.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 a > div.info img {
  height: 14px;
  vertical-align: middle;
}

.img-lists ul li a > div.info span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
  vertical-align: middle;
}

/* 师资列表 */

.img-lists2 ul {
  overflow: hidden;
}

.img-lists2 ul li {
  float: left;
  width: 23%;
  margin: 15px 1%;
}

.img-lists2 ul li a {
  display: block;
}

.img-lists2 ul li a .pic {
  padding-top: 120%;
}

.img-lists2 ul li a .info {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.dt-list2 {
  overflow: hidden;
}

.dt-list2 li {
  position: relative;
  transition: all 0.5s;
  padding: 40px 0 45px 0;
  border-bottom: 1px dotted #cccccc;
}

.dt-list2 li:hover a .date {
  background: #992833;
}

.dt-list2 li:hover a .dt-text h3 {
  color: #992833;
}

.dt-list2 li:hover a .dt-text p {
  color: #992833;
}

.dt-list2 li a {
  display: block;
  overflow: hidden;
}

.dt-list2 li .date {
  background: #bfbfbf;
  float: left;
  width: 68px;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dt-list2 li .date p {
  font-size: 12px;
  line-height: 24px;
}

.dt-list2 li .date span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.dt-list2 li a > .dt-text {
  overflow: hidden;
  padding: 0 0 0 20px;
}

.dt-list2 li a > .dt-text h3 {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dt-list2 li a > .dt-text p {
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}

/* 新闻列表  */

.timg-list {
  margin-top: 20px;
}

.timg-list ul li a {
  display: block;
  transition: all 0.3s;
  padding: 15px;
  border-bottom: 1px solid #dddddd;
}

.timg-list ul li a h3 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timg-list ul li a > div {
  overflow: hidden;
}

.timg-list-img {
  float: left;
  width: 195px;
  margin-right: 20px;
}

.timg-list ul li a .pic {
  padding-top: 71%;
}

.timg-list ul li a:hover h3 {
  color: #ba2a17;
}

.timg-list ul li a:hover span {
  background: #ba2a17;
  border-color: #ba2a17;
  color: #fff;
}

.timg-linfo {
  overflow: hidden;
}

.timg-linfo p {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  height: 48px;
  white-space: pre-wrap;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 0 0;
  text-indent: 2em;
}

.timg-linfo span {
  display: block;
  margin-top: 15px;
  color: #606060;
  font-size: 16px;
  background-position: left center;
  width: 100px;
  line-height: 28px;
  border: 1px solid #e2e2df;
  background: #e8eef3;
  text-align: center;
}

.timg-list ul li a:hover {
  background: #970707;
  padding: 20px;
}

.timg-list ul li a:hover h3 {
  color: #fff;
}

.timg-list ul li a:hover span {
  color: #fff;
    background-position: left center;
}

.timg-list ul li a:hover p {
  color: #fff;
}

/* 名师风采 */

.ldtz ul {
  margin-top: 30px;
}

.ldtz ul li {
  float: left;
  width: 48%;
  margin-bottom: 45px;
  padding: 30px 30px 20px 30px;
  border: 1px solid #eeeeee;
}

.ldtz ul li:nth-child(2n + 1) {
  margin-right: 4%;
}

.ldtz ul li a {
  display: block;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
  overflow: hidden;
  transition: all 0.3s;
}

.ldtz ul li:hover {
  box-shadow: 0 0 10px rgba(122, 13, 30, 0.4);
  border-color: #7a0d1e;
}

.ldtz ul li:hover .ldtz-info h3 {
  color: #992833;
}

.ldtz-pic {
  float: left;
  width: 165px;
  margin-right: 25px;
}

.ldtz-pic .pic {
  padding-top: 75%;
}

.ldtz-info {
  overflow: hidden;
}

.ldtz-info h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  color: #333333;
  position: relative;
}

.ldtz-info p {
  font-size: 22px;
  line-height: 36px;
  overflow: hidden;
  color: #999999;
  margin-top: 5px;
}

.ldtz ul li a > p {
  font-size: 15px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  color: #666666;
  margin-top: 10px;
}

/*机构*/

.list-jg ul {
  margin-left: -2%;
  margin-right: -2%;
}

.list-jg ul li {
  float: left;
  width: 21%;
  margin: 2%;
  font-size: 16px;
  text-align: center;
}

.list-jg ul li a {
  display: block;
  background: #faf4f4;
  border-bottom: 3px solid #94070a;
  box-sizing: border-box;
  color: #666;
  padding: 0 38px;
  font-size: 0;
  line-height: 80px;
  transition: all 0.5s;
}

.list-jg ul li a span {
  display: inline-block;
  color: #666;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}

.list-jg ul li:hover a {
  background: #94070a;
  color: #fff;
}

.list-jg ul li:hover a span {
  color: #fff;
}

/*领导*/
.list-ld ul li {
  padding: 30px 0;
}

.list-ld ul li a {
  display: block;
}

.list-ld ul li h3 {
  font-size: 20px;
  color: #94070a;
  position: relative;
  padding-left: 14px;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 4px;
  height: 24px;
  background: #94070a;
}

.list-ld ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-top: 20px;
}

.list-ld ul li:hover h3 {
  text-decoration: underline;
}

/*历史*/
.list-ls ul {
  border-left: 1px solid #bfbfbf;
  margin-left: 15px;
  margin-top: 40px;
}

.list-ls ul li h3 {
  font-weight: bold;
}

.list-ls ul li h3::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 50px;
}

.list-ls ul li h3::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: #94070a;
  border-radius: 50px;
  z-index: 1;
}

.list-ls ul li h3 {
  padding-left: 30px;
}

.list-ls ul li p {
  margin-left: 30px;
}

/* 组织机构 */
.zzjg {
  padding: 0 20px;
}

.zzjg ul {
  overflow: hidden;
}

.zzjg ul li {
  float: left;
  min-width: 226px;
  line-height: 50px;
  background-color: #f1f1f1;
  margin-left: 20px;
  margin-top: 20px;
}

.zzjg ul li a {
  display: block;
  text-align: center;
  padding: 0 10px;
  color: #1b1b1b;
  font-size: 16px;
}

.zzjg ul li:hover {
  background: #00469b;
}

.zzjg ul li:hover a {
  color: #fff;
}

.xrld ul li a {
  display: table;
  margin-top: 30px;
    background-position: 95% center;
}

.xrld-pic {
  float: left;
  display: table-cell;
  width: 250px;
  vertical-align: middle;
}

.xrld-pic .pic {
  padding-top: 67%;
}

.xrld-info {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.xrld-info div {
  padding-left: 40px;
}

.xrld-info div h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.xrld-info div h3 span {
  color: #1468d2;
  margin-right: 50px;
  font-weight: 600;
}

/* 图片新闻列表页 */

.pic-l {
  float: left;
  width: 215px;
  height: 147px;
  overflow: hidden;
  margin-right: 31px;
}
.pic-r {
  overflow: hidden;
}
.pic-l img {
  display: block;
  width: 100%;
  height: 100%;
}

.pic-r > h2 {
  font-size: 18px;
  color: #0d0d0d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 62px;
}

.pic-r > p {
  font-size: 14px;
  color: #0d0d0d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*第几行裁剪*/
  -webkit-box-orient: vertical;
  line-height: 26px;
  color: #828282;
  margin-bottom: 8px;
}

.pic-r > span {
  display: block;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 26px;
  background: url(../img/pic-d.png) no-repeat left center;
  padding-left: 32px;
}

.pic-news > li {
  padding: 28px 0px;
  border-bottom: dashed 1px #dcdcdc;
  transition: all 0.3s;
  position: relative;
}
.pic-news > li a {
  display: block;
  overflow: hidden;
}
.pic-news > a {
  display: block;
}
.pic-news > li:hover {
  box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.23);
  border-left: 3px solid #00469b;
  padding: 28px;
}
.pic-news > li::after {
  content: "";
  background: url(../img/pic-jt.png) no-repeat;
  height: 56px;
  width: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.pic-news > li:hover h2 {
  color: #00469b;
}
.pic-news > li:hover::after {
  display: block;
}

/* 校园风光 */

.group-big li a {
  display: block;
}

.group-big li a .pic {
  padding-top: 74%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-big li a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.group-big li a img {
  display: block;
  width: 100%;
}

.group-sml .slick-prev,
.group-sml .slick-next {
  width: 30px;
  height: 30px;
}

.group-sml .slick-prev {
    background-size: 100% 100%;
  left: 0;
}

.group-sml .slick-next {
    background-size: 100% 100%;
  right: 0;
}

.group-sml {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.group-sml li.slick-current.slick-active a {
  border: 3px solid #115db0;
}

.group-sml li.slick-current.slick-active a::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 7px solid #0750ad;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-bottom: 3px;
}

.group-sml li a {
  display: block;
  border: 1px solid #115db0;
  margin: 0 12px;
  position: relative;
  margin-top: 10px;
}

.group-sml li a .pic {
  padding-top: 74%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-sml li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.text-list ul li {
  padding-left: 30px;
  position: relative;
  line-height: 62px;
  border-top: 1px dashed #e5e5e5;
  font-size: 18px;
  left: 0;
  transition: all 0.5s;
  background: url(../img/ny-dots-list.png) no-repeat;
  background-position: 8px 29px;
}

.text-list ul li:first-child {
  border-top: none;
}

.text-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  overflow: hidden;
}

.ddd {
  float: right;
  color: #666666;
  font-size: 16px;
}

.text-list ul li:hover a {
  color: #00469b;
}

.text-list ul li:hover span {
  color: #00469b;
}

.art-main .art-tit h3 {
  text-align: center;
  color: #3d3d3d;
  font-weight: normal;
  font-size: 20px;
  margin-top: 30px;
}

.art-main .art-body {
  padding-top: 30px;
}

.art-main .art-body p {
  color: #333;
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  /* text-indent: 0em; */
}

.art-main .art-body p:last-child {
  /* margin-top: 40px; */
  /* margin-bottom: 40px; */
}

.art-main .art-body img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  background: bottom;
  border-bottom: 1px solid #d9d9d9;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin-right: 5px;
}

.art-main .cont-tit p .liulan {
  margin-left: 50px;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #888;
  margin: 0 10px;
}

.art-info {
  border-top: 1px dashed #eaeaea;
  margin-top: 25px;
}

.pnext {
  margin-top: 25px;
}

.pnext p {
  text-indent: initial;
  font-size: 14px;
  line-height: 36px;
  color: #555555;
}

.pnext p a {
  font-size: 14px;
  color: #555555;
}

.pnext p:hover {
  color: #1f2c61;
}

.pnext p:hover a {
  color: #1f2c61;
}

@media screen and (max-width: 1420px) {
  .position h3 {
    left: 0;
  }

  .dt-list2 li a > .dt-text h3 {
    font-size: 20px;
  }

  .nymain .leftNav > h2 {
    padding-left: 20px;
  }

  .nymain .leftNav {
    margin-right: 30px;
  }

  .ldtz-pic {
    width: 140px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .ldtz-info p {
    font-size: 16px;
    line-height: 30px;
  }

  .xrld-pic {
    width: 200px;
  }
}

@media screen and (max-width: 1140px) {
  .list-jg ul li a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .ny-right {
    padding-bottom: 30px;
  }
  .group-big .slick-prev,
  .group-big .slick-next {
    width: 30px;
    height: 30px;
  }
  .text-list ul li span {
    font-size: 14px;
    padding-left: 10px;
  }
  .nymain .leftNav > h2 {
    font-size: 20px;
  }

  .nymain .leftNav {
    margin-right: 30px;
    width: 220px;
  }

  .nymain .leftNav > ul > li.active > a {
    background-position: 10px center;
    font-size: 18px;
  }

  .nymain .leftNav ul li a {
    font-size: 16px;
    background-position: 10px center;
    line-height: 40px;
  }

  .nymain .leftNav > ul > li > i {
    top: 20px;
  }

  .nymain .leftNav > ul > li > ul > li a::before {
    left: 15px;
  }

  .position span {
    font-size: 14px;
  }

  .position a {
    font-size: 14px;
  }

  .img-lists ul li {
    width: 33.33%;
  }

  .img-lists ul li a > img {
    height: 209px;
  }

  .img-lists ul li a > div.info p {
    font-size: 14px;
  }

  .img-lists ul li a > div.info img {
    height: 12px;
  }

  .img-lists ul li a > div.info span {
    font-size: 12px;
  }

  .dt-list2 li {
    padding: 25px 0;
  }

  .timg-list ul li a h3 {
    font-size: 16px;
    line-height: 28px;
  }

  .ldtz-pic {
    float: none;
    margin: 0 auto;
  }

  .ldtz-info {
    padding: 0 20px;
    text-align: center;
  }

  .ldtz-info h3::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .ldtz ul li {
    padding: 15px;
  }

  .list-jg ul li {
    width: 46%;
  }

  .list-jg ul li a span {
    font-size: 14px;
  }

  .xrld-info div {
    padding-left: 20px;
  }

  .xrld-info div h3 span {
    margin-right: 20px;
  }

  .xrld-info div h3 {
    font-size: 16px;
  }
  .nymain .leftNav > ul > li > span {
    height: 40px;
    right: 10px;
  }
  .text-list ul li {
    font-size: 16px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pic-r > h2 {
    line-height: 45px;
    font-size: 16px;
  }
  .pic-r > p {
    font-size: 13px;
  }
  .pic-r > span {
    font-size: 13px;
  }
  .pic-news > li {
    padding: 15px 0px;
  }
  .nymain .leftNav > h2 b {
    background: none;
  }
  .art-main .cont-tit p {
    margin-top: 2px;
  }
  .nymain .leftNav > h2 {
    color: #ffffff;
    background: #00469b;
  }
  .nymain {
    margin-top: 20px;
  }
  .banner::after {
    content: none;
  }

  .nymain .leftNav > h2 {
    line-height: 45px;
    font-size: 16px;
    text-align: left;
    padding-left: 15px;
    font-weight: 600;
  }

  .nymain .leftNav > h2 b {
    padding-left: 0;
  }

  .nymain .leftNav > h2 span {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../img/close.png) no-repeat center center;
    background-size: 15px;
    background-position: center center;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
  }

  .nymain .leftNav > h2 span.on {
    transform: translateY(-50%) rotate(0);
  }

  .nymain .leftNav > ul > li {
    margin-top: 10px;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: 15px;
  }

  .nymain .leftNav > p {
    font-size: 18px;
    padding: 10px 0;
  }

  .ny-right {
    float: none;
    width: auto;
    padding-top: 0;
  }

  .position {
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .position > div {
    text-align: left;
    line-height: 30px;
  }

  .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: 50px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
  }

  .nymain .leftNav ul li a {
    line-height: 40px;
  }

  .art-main .art-tit h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
  }

  .art-main .art-tit h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  .art-main .cont-tit p {
    padding-top: 10px;
  }

  .art-main .art-body p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .art-main .cont-tit p span {
    font-size: 12px;
  }

  .art-main .cont-tit p img {
    height: 12px;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .pnext p {
    line-height: 30px;
  }

  .img-lists ul li {
    margin-top: 10px;
  }

  .img-lists ul li a > img {
    height: 191px;
  }

  .img-lists ul li a > div.info p {
    font-size: 12px;
  }

  .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;
  }

  .img-lists2 ul li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .nymain .leftNav > h2 img {
    height: 20px;
  }

  .position a {
    margin: 0 2px;
  }

  .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;
  }

  .nymain .leftNav > ul > li > ul > li > a {
    font-size: 14px;
  }

  .art-main .art-body {
    padding-top: 15px;
  }

  .timg-list-img {
    width: 150px;
    margin-right: 20px;
  }

  .timg-linfo span {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .timg-linfo p {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .timg-list ul li {
    margin-top: 0;
  }

  .list-ld ul li {
    padding: 15px 0;
  }

  .list-ld ul li h3 {
    font-size: 18px;
  }

  .list-ld ul li p {
    font-size: 14px;
    margin-top: 10px;
  }

  .list-ls ul li {
    padding: 15px 0;
  }

  .list-ls ul li h3 {
    font-size: 18px;
  }

  .list-ls ul li p {
    font-size: 14px;
    margin-top: 10px;
  }

  .nymain .leftNav > ul {
    padding-bottom: 40px;
    margin-top: 0;
    border-top: 0;
    padding: 10px;
  }

  .list-ls ul {
    margin-top: 0;
    padding-bottom: 0;
  }

  .nymain .leftNav > ul::after {
    content: none;
  }

  .img-lists ul li a .pic::after {
    background-size: 30px;
  }

  .xrld-pic {
    width: 160px;
  }

  .xrld ul li a {
    margin-top: 15px;
  }

  .nymain .leftNav > h2::before {
    content: none;
  }

  .group-sml li a {
    margin: 0 5px;
  }

  .text-list2,
  .zzjg {
    padding: 0 10px;
  }

  .zzjg ul li {
    min-width: 48.5%;
    line-height: 38px;
    margin-left: 1%;
    margin-top: 10px;
  }

  .zzjg ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .img-lists ul li {
    width: 50%;
  }
  .pic-l {
    width: 150px;
    height: 100px;
    margin-right: 20px;
  }
  .pic-r > h2 {
    line-height: inherit;
  }
  .pic-r > p {
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .pic-r > span {
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .img-lists ul li a > img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .img-lists2 ul li {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .timg-list-img {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .timg-linfo {
    padding-top: 0;
  }

  .ldtz ul li {
    float: none;
    width: auto;
  }

  .ldtz ul li:nth-child(2n + 1) {
    margin-right: 0;
  }

  .ldtz-pic {
    float: left;
  }

  .ldtz ul li {
    margin-bottom: 30px;
  }

  .ldtz ul li a {
    padding: 0;
  }

  .ldtz-pic {
    width: 120px;
  }

  .ldtz-info {
    text-align: left;
  }

  .ldtz-info h3::before {
    left: 0;
    transform: translateX(0);
  }

  .ldtz-info p {
    line-height: 28px;
    margin-top: 0;
  }

  .ldtz ul li a {
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 12px;
    line-height: 30px;
  }

  .img-lists ul li a > img {
    height: 84px;
  }
}