@charset "utf-8";
/* CSS Document */

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 1320px;
  background: #ffffff;
}

.wrapper {
  width: 1320px;
  margin: 0 auto;
}

.w1210 {
  width: 1210px;
  margin: 0 auto;
}

.w1320 {
  width: 1320px;
  margin: 0 auto;
}

.w1520 {
  width: 1520px;
  margin: 0 auto;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
  height: 0;
}

li {
  list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.img_scale {
  overflow: hidden;
}

.img_scale img {
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
}

.img_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.bg01 {
  background: #013892;
  text-align: center;
  display: flex;
  justify-content: center;
}

.bg02 {
  background: url(../images/bg02.png) bottom center no-repeat;
}

.bg03 {
  background: url(../images/bg03.png) top center no-repeat;
  height: 620px;
}

.bg04 {
  background: url(../images/bg04.png) bottom center no-repeat;
  height: 850px;
  margin-top: 50px;
}

.bg05 {
  background: url(../images/bg05.png) top center no-repeat;
  height: 960px;
}

.bg06 {
  background: url(../images/bg06.png) top center no-repeat #eaf1f6;
}

.bg_fff {
  background: #fff;
}

.mt80p {
  top: -80px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.index_search {
  color: #333333;
  font-size: 16px;
  line-height: 33px;
  width: 200px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  margin-top: 52px;
}

.index_search .input {
  height: 25px;
  line-height: 25px;
  background: none;
  border: 0;
  width: 153px;
  color: #cccccc;
  padding-left: 10px;
  outline: none;
  float: left;
}

.index_search .btn {
  width: 34px;
  height: 14px;
  border: 0;
  cursor: pointer;
  float: right;
  border-left: 1px solid #cccccc;
  background: transparent;
  margin-top: 5px;
}

.nav {
  padding: 0 20px;
  height: 120px;
  line-height: 120px;
  position: relative;
  z-index: 1;
}

.nav a {
  color: #fff;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 10px;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
}

.nav .sub {
  display: none;
  width: 150px;
  left: 0;
  top: 120px;
  position: absolute;
  background: #fff;
  line-height: 38px;
  padding: 10px 0;
  border-top: 5px solid #0063af;
}

.nav .sub li {
  zoom: 1;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  color: #0063af;
  text-decoration: none;
}

.nav .sub a:hover {
  background: #f1f6f9;
}

.nav .on h3 a {
  font-weight: bold;
}

.slideBox {
  width: 100%;
  height: 780px;
  position: relative;
}

.slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 208px;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.slideBox .hd ul li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
}

.slideBox .hd ul li.on {
  background: rgba(255, 255, 255, 1);
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 780px;
  width: 100%;
}

.slideBox .bd li a {
  height: 780px;
  width: 100%;
  display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.headlines {
  width: 1320px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -660px;
  background: url(../images/index01.png) no-repeat;
  height: 140px;
}

.headlines .t {
  width: 130px;
  margin-left: 30px;
  color: #fff;
  padding-top: 25px;
}

.headlines .t span {
  display: block;
  font-size: 16px;
}

.headlines .t h2 {
  font-size: 30px;
  line-height: 70px;
  font-weight: normal;
}

.headlines .t i {
  display: inline-block;
  background: #fff;
  height: 4px;
  width: 45px;
}

.headlines .con {
  width: 1050px;
  margin-right: 30px;
}

.txtScroll-top {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100px;
  padding-top: 20px;
}

.txtScroll-top .bd {
  padding: 0;
}

.txtScroll-top .infoList .item {
  height: 100px;
}

.txtScroll-top .infoList .item a {
  display: block;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.txtScroll-top .infoList .item p {
  color: #888888;
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
  margin-top: 20px;
}
.txtScroll-top .infoList .item p a{
  color: #888888;
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
  margin-top: 20px;
}

.txtScroll-top .infoList .item:hover a {
  color: #0063af;
}

.index_news {
  margin-top: 100px;
}

.index_news .t {
  width: 130px;
  margin-left: 30px;
  color: #000000;
  padding-top: 25px;
}

.index_news .t span {
  display: block;
  font-size: 16px;
  color: #888888;
}

.index_news .t h2 {
  font-size: 30px;
  line-height: 70px;
  font-weight: normal;
}

.index_news .t i {
  display: inline-block;
  background: #0063af;
  height: 4px;
  width: 45px;
}

.index_news .more {
  float: right;
  text-align: center;
  background: url(../images/more01.png) bottom no-repeat;
  color: #0063af;
  font-size: 14px;
  padding-bottom: 15px;
  text-decoration: none;
  width: 95px;
  margin-top: 60px;
}

.slideBox01 {
  width: 630px;
  height: 790px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.slideBox01 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 65px;
  z-index: 1;
  width: 100%;
}

.slideBox01 .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}

.slideBox01 .hd ul li {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #cccccc;
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
}

.slideBox01 .hd ul li.on {
  background: #0063af;
}

.slideBox01 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox01 .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}

.slideBox01 .bd li a {
  text-decoration: none;
}

.slideBox01 .bd img {
  width: 630px;
  height: 470px;
  display: block;
}

.slideBox01 .bd li .con {
  padding: 20px 40px;
  height: 280px;
}

.slideBox01 .bd li .date {
  color: #0063af;
  line-height: 30px;
  width: 210px;
  margin: 0 auto;
  background: url(../images/index03.png) center repeat-x;
  padding-bottom: 20px;
}

.slideBox01 .bd li .date span {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}

.slideBox01 .bd li .title {
  font-size: 20px;
  color: #0063af;
  line-height: 28px;
}

.slideBox01 .bd li .con p {
  color: #888888;
  line-height: 24px;
  margin-top: 15px;
  text-align: left;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox01 .prev {
  background: url(../images/left.png) no-repeat;
  width: 40px;
  height: 12px;
  position: absolute;
  left: 45px;
  bottom: 60px;
  cursor: pointer;
}

.slideBox01 .next {
  background: url(../images/right.png) no-repeat;
  width: 40px;
  height: 12px;
  position: absolute;
  right: 45px;
  bottom: 60px;
  cursor: pointer;
}

.index_news .list {
  width: 630px;
  border-top: 1px solid #cfcfcf;
}

.index_news .list .item {
  border-bottom: 1px solid #cfcfcf;
  padding-top: 30px;
  height: 105px;
}

.index_news .list .item a {
  float: left;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.index_news .list .item a span {
  display: inline-block;
  background: url(../images/new.png) no-repeat;
  width: 37px;
  height: 20px;
}

.index_news .list .item .date {
  float: right;
  color: #888888;
  font-size: 18px;
}

.index_news .list .item p {
  color: #888888;
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
}

.index_news .list .item p a{
  color: #888888;
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
}

.index_news .list .item:hover a {
  color: #0063af;
}

.index_notice .t {
  width: 130px;
  margin-left: 30px;
  color: #000000;
  padding-top: 25px;
}

.index_notice .t span {
  display: block;
  font-size: 16px;
  color: #888888;
}

.index_notice .t h2 {
  font-size: 30px;
  line-height: 70px;
  font-weight: normal;
}

.index_notice .t i {
  display: inline-block;
  background: #0063af;
  height: 4px;
  width: 45px;
}

.index_notice .more {
  float: right;
  text-align: center;
  background: url(../images/more01.png) bottom no-repeat;
  color: #0063af;
  font-size: 14px;
  padding-bottom: 15px;
  text-decoration: none;
  width: 95px;
  margin-top: 60px;
}

.index_notice .item {
  width: 350px;
  height: 160px;
  background: #fff;
  float: left;
  padding: 20px 30px 0 30px;
  margin: 28px 15px 0 15px;
}

.index_notice .item a.title {
  display: block;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.index_notice .item a span {
  display: inline-block;
  background: url(../images/new.png) no-repeat;
  width: 37px;
  height: 20px;
}

.index_notice .item .detail {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #888;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.index_notice .item .detail a {
  color: #888;
  text-decoration: none;
}

.index_notice .item .detail .date i {
  margin-right: 5px;
}

.index_notice .item:hover a.title,
.index_notice .item:hover .detail a,
.index_notice .item:hover .detail {
  color: #0063af;
}

.index_notice .item:hover .detail {
  border-bottom: 1px solid #0063af;
  border-top: 1px solid #0063af;
}

.index_data .index_pic {
  width: 610px;
}

.index_data .index_pic .item {
  position: relative;
  width: 610px;
  height: 260px;
  margin-bottom: 10px;
}

.index_data .index_pic .item img {
  width: 610px;
  height: 260px;
}

.index_data .index_pic .item .name {
  color: #fff;
  position: absolute;
  left: 60px;
  bottom: 30px;
}

.index_data .index_pic .item .name i.icon01 {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../images/index05.png) no-repeat;
}

.index_data .index_pic .item .name i.icon02 {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../images/index07.png) no-repeat;
}

.index_data .index_pic .item .name i.icon03 {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(../images/index09.png) no-repeat;
}

.index_data .index_pic .item .name h2 {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 10px;
}

.index_data .index_pic .item .name p {
  font-size: 18px;
  color: rgba(255, 255, 255, .7);
}

.index_data .index_datashow {
  width: 640px;
  padding-top: 100px;
}

.index_data .index_datashow .t {
  text-align: center;
  background: url(../images/index10.png) center repeat-x;
  width: 310px;
  margin: 0 auto 50px auto;
}

.index_data .index_datashow .t span {
  display: inline-block;
  background: #2491e4;
  color: #fff;
  font-size: 36px;
  padding: 0 10px;
}

.index_data .index_datashow .item {
  width: 220px;
  float: left;
  height: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}

.index_data .index_datashow .item.img01 {
  background: url(../images/show01.png) left center no-repeat;
}

.index_data .index_datashow .item.img02 {
  background: url(../images/show02.png) left center no-repeat;
}

.index_data .index_datashow .item.img03 {
  background: url(../images/show03.png) left center no-repeat;
}

.index_data .index_datashow .item.img04 {
  background: url(../images/show04.png) left center no-repeat;
}

.index_data .index_datashow .item.img05 {
  background: url(../images/show05.png) left center no-repeat;
}

.index_data .index_datashow .item.img06 {
  background: url(../images/show06.png) left center no-repeat;
}

.index_data .index_datashow .item.img07 {
  background: url(../images/show07.png) left center no-repeat;
}

.index_data .index_datashow .item.img08 {
  background: url(../images/show08.png) left center no-repeat;
}

.index_data .index_datashow .item span {
  display: block;
  font-size: 36px;
}

.index_data .index_datashow .item .span {
  font-size: 14px;
}

.style_display {}

.style_display .t {
  width: 130px;
  margin-left: 30px;
  color: #000000;
  padding-top: 45px;
}

.style_display .t span {
  display: block;
  font-size: 16px;
  color: #888888;
}

.style_display .t h2 {
  font-size: 30px;
  line-height: 70px;
  font-weight: normal;
}

.style_display .t i {
  display: inline-block;
  background: #0063af;
  height: 4px;
  width: 45px;
}

.style_display .more01 {
  float: right;
  height: 50px;
  margin-top: 50px;
  display: flex;
}

.style_display .more01 a {
  display: block;
  margin: 0 10px;
  width: 50px;
  height: 50px;
}

.style_display .more01 a.ks {
  background: url(../images/ks.png) no-repeat;
}

.style_display .more01 a.dy {
  background: url(../images/dy.png) no-repeat;
}

.style_display .more01 a.wb {
  background: url(../images/wb.png) no-repeat;
}

.style_display .more01 a.wx {
  background: url(../images/wx.png) no-repeat;
}

.style_display .more01 a.more02 {
  background: url(../images/more02.png) no-repeat;
}

.style_display .con {
  height: 720px;
  margin-top: 40px;
}

.style_display .con .item {
  float: left;
  height: 360px;
  position: relative;
}

.style_display .con .item .txt {
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.style_display .con .item .txt .pt {
  display: inline-block;
  border-bottom: 6px solid transparent;
  color: #fff;
  font-size: 14px;
  height: 43px;
  line-height: 40px;
}

.style_display .con .item .txt .pt.weixin {
  background: url(../images/weixin.png) left no-repeat;
  padding-left: 40px;
  border-color: #00af15;
}

.style_display .con .item .txt .pt.douyin {
  background: url(../images/douyin.png) left no-repeat;
  padding-left: 40px;
  border-color: #af0094;
}

.style_display .con .item .txt .pt.weibo {
  background: url(../images/weibo.png) left no-repeat;
  padding-left: 40px;
  border-color: #ea5d5c;
}

.style_display .con .item .txt .pt.kuaishou {
  background: url(../images/kuaishou.png) left no-repeat;
  padding-left: 40px;
  border-color: #ff7a01;
}

.style_display .con .item .txt .date {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}

.style_display .con .item .txt .title {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.style_display .con .item .mask {
  position: absolute;
  bottom: 0;
  height: 320px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 99, 175, 0));
  z-index: 1;
}

.style_display .con .item:hover .mask {
  background: linear-gradient(to top, rgba(0, 99, 175, .9), rgba(0, 99, 175, 0));
}

.link {
  padding-bottom: 50px;
}

.link .t h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  height: 50px;
}

.link select {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin-right: 50px;
  outline: none;
}

.footer {
  background: url(../images/footer.png) center no-repeat;
  height: 190px;
}

.footer .footer01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 140px;
}

.footer .footer01 .contact {
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
  margin-right: 330px;
  font-size: 14px;
}

.footer .footer01 .erweima {
  position: absolute;
  right: 0;
  top: -100px;
}

.footer .copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .7);
  color: rgba(255, 255, 255, .5);
  line-height: 30px;
  padding-top: 5px;
  font-size: 14px;
}

.ny_pos {
  color: #888888;
  font-size: 16px;
  line-height: 80px;
  padding-right: 15px;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
}

.ny_pos a {
  color: #888888;
  padding: 0 5px;
}

.ny_pos i {
  color: #0073bd;
  margin-right: 10px;
}

.ny_left {
  width: 260px;
  margin-top: 12px;
}

.ny_left .t {
  height: 80px;
  background: url(../images/ny01.png) no-repeat;
  color: #fff;
  font-size: 30px;
  padding: 0 20px 0 20px;
  line-height: 80PX;
}

.ny_left .con ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #cccccc;
}

.ny_left .con ul li a {
  display: block;
  height: 60px;
  padding-left: 45px;
  color: #222222;
  text-decoration: none;
  font-size: 20px;
}

.ny_left .con ul li:hover {
  border-bottom: 1px solid #0063af;
}

.ny_left .con ul li a:hover {
  background: url(../images/ny02.png) left center no-repeat;
  color: #0063af;
}

.ny_left .con ul li a.hover {
  background: url(../images/ny02.png) left center no-repeat;
  color: #0063af;
}

.ny_right {
  width: 950px;
  padding: 0;
  margin-top: 12px;
  padding-bottom:30px
}

.ny_right_t {
  height: 80px;
  line-height: 80px;
  color: #1b519b;
  font-size: 30px;
  border-bottom: 1px solid #0063af;
}
.ny_right_t span{
  color: #888888;
  font-size: 20px;
}

.ny_right .con .con_content {
  color: #222222;
  font-size: 18px;
  line-height: 36px;
}

.ny_right .con .list {
  padding: 10px 0;
}

.ny_right .con .list .item {
  height: 240px;
  border: 1px solid #cccccc;
  padding: 30px 30px;
  margin: 10px 0;
}

.ny_right .con .list .img {
  float: left;
  padding: 0;
  width: 170px;
  height: 240px;
}

.ny_right .con .list img {
  width: 170px;
  height: 240px;
}

.ny_right .con .list .txt {
  width: 690px;
  float: right;
  margin-right: 0;
}

.ny_right .con .list .txt h2 {
  height: 44px;
  line-height: 34px;
  color: #0073bd;
  font-size: 24px;
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
}

.ny_right .con .list .txt h2 span {
  color: #222222;
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  margin-left: 15px;
}

.ny_right .con .list .txt .information {
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  padding-right: 15px;
  padding-top: 10px;
}

.ny_right .con .list .txt .information p {
  height: 130px;
}

.ny_right .con .list .txt .information span {
  display: inline-block;
  padding-right: 20px;
}

.ny_right .con .list .txt .information span.contact01 {
  color: #888888;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
}

.ny_right .con .list .txt .information span.contact01 i {
  color: #003f88;
  margin-right: 5px;
  font-size: 20px;
}

.ny_right .con .header {
  text-align: left;
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
}

.ny_right .con .header h2 {
  color: #222222;
  font-size: 24px;
  padding: 0 30px;
  text-align: center;
}

.ny_right .con .header p {
  padding: 15px 0;
  color: #888888;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  text-indent: 0;
}

.ny_right .con .details {
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  padding: 20px 0;
}

.ny_right .con .content {
  padding: 20px 0;

}

.ny_right .con .np {
  line-height: 30px;
  color: #333333;
  padding-top: 15px;
  border-top: 1px solid #acacac;
  font-size: 16px;
}

.ny_right .con .np a {
  color: #333333;
  text-decoration: none;
}

.ny_right .con .np a:hover {
  font-weight: bold;
}

.ny_right .con .np p {
  padding-bottom: 10px;
}

.ny_right .con .np .tolist {
  color: #0c60d5;
}

.ny_right .list02 {
  padding: 0;
}

.ny_right .list02 li {
  line-height: 24px;
  height: 128px;
  font-size: 14px;
  width: 100%;
  margin: 10px auto 10px auto;
  position: relative;
  border: 1px solid #cccccc;
  background: url(../images/ny04.png) right center no-repeat;
}


.ny_right .list02 li .date {
  width: 60px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 20px;
  text-align: center;
  color: #888888;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid #0966b4;
}

.ny_right .list02 li .date span {
  font-size: 48px;
  display: block;
  color: #0966b4;
  padding-top: 15px;
}

.ny_right .list02 li .txt {
  width: 800px;
  margin-right: 20px;
}

.ny_right .list02 li .txt a {
  color: #222222;
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  margin-top: 20px;
}

.ny_right .list02 li .txt p {
  color: #888888;
  margin-top: 10px;
  font-size: 14px;
}

.ny_right .list02 li .txt span {
  display: block;
  text-align: left;
  color: #7f7f7f;
  background: url(../images/arrow03.png) left no-repeat;
  padding-left: 20px;
  margin-top: 5px;
}

.ny_right .list02 li:hover {
  background: url(../images/ny05.png) right center no-repeat;
}

.ny_right .list02 li:hover .txt a {
  color: #0063af;
}

.ny_right .list01 {
  padding: 20px 0;
}

.ny_right .list01 li {
  line-height: 24px;
  font-size: 16px;
  margin: 20px auto 20px auto;
  position: relative;
  height: 126px;
  background: url(../images/ny04.png) right bottom no-repeat;
  border: 1px solid #ccc;
  padding: 26px 19px;
}
.wp_paging li{
    line-height: 24px;
    font-size: 16px;
    margin:0px!important;
    margin-top:20px!important;
    heigith:auto!important;
    background:none!important;
    border-top:1px solid #f2f2f2!important
    padding: 26px 19px;
}
.ny_right .list01 li .img {
  width: 223px;
  height: 126px;
  float: left;
}

.ny_right .list01 li .img img {
  width: 223px;
  height: 126px;
}

.ny_right .list01 li .li_con {
  width: 620px;
  padding-top: 0;
  margin-right: 20px;
}

.ny_right .list01 li .li_con .txt {
  width: 620px;
}

.ny_right .list01 li .li_con .txt a {
  color: #222222;
  font-size: 20px;
  display: block;
  text-decoration: none;
  line-height: 32px;
  padding-bottom: 20px;
}

.ny_right .list01 li .txt span {
  display: block;
  text-align: left;
  color: #0073bd;
  margin-top: 5px;
}

.ny_right .list01 li:hover .txt a {
  color: #0073bd;
}

.teacher01 {
  display: flex;
  text-align: center;
  justify-content: center;
  height: 100px;
  padding: 0 30px;
}

.teacher01 .search_t {
  line-height: 100px;
  color: #000000;
  font-size: 20px;
  margin-right: 42px;
}

.teacher01 .teacher_search .input {
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  width: 420px;
  color: #cccccc;
  padding-left: 10px;
  outline: none;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px 0 0 5px;
  margin-top: 25px;
}

.teacher01 .teacher_search .btn {
  width: 90px;
  height: 50px;
  border: 0;
  cursor: pointer;
  float: left;
  background: #0063af;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
}

.teacher01 .ykt {
  color: #000;
  font-size: 20px;
  line-height: 100px;
  margin-left: 50px;
}

.teacher01 .ykt span {
  padding: 0 10px;
  color: #0063af;
  font-size: 36px;
}

.teacher01 .ykt i {
  color: #0063af;
  font-size: 36px;
}

.teacher01 .jqgx {
  color: #000;
  font-size: 20px;
  line-height: 100px;
  margin-left: 75px;
}

.teacher01 .jqgx span {
  padding: 0 10px;
  color: #0063af;
  font-size: 36px;
}

.teacher01 .jqgx i {
  color: #0063af;
  font-size: 36px;
}

.filter {
  background: url(../images/teacher01.png) no-repeat;
  height: 60px;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
}

.filter .box {
  display: flex;
  height: 34px;
  padding-top: 13px;
  line-height: 34px;
}

.filter .box ul {
  display: flex;
}

.filter .box ul li {
  width: 34px;
  height: 34px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
}

.filter .box ul li.act {
  background: rgba(255, 255, 255, .2);
  border-radius: 25px;
}

.recent_updates {
  margin-top: 0;
}

.picScroll-left {
  width: 1320px;
  overflow: hidden;
  position: relative;
  margin-top: 34px;
}

.picScroll-left .bd {
  padding: 10px 40px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin: 0 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 260px;
  height: 364px;
  background: #ffffff;
  padding-top: 16px;
  border-radius: 5px;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
  width: 186px;
  height: 260px;
  margin: 0 auto;
}

.picScroll-left .bd ul li .pic img {
  width: 186px;
  height: 260px;
}

.picScroll-left .bd ul li .title a {
  color: #000;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
}
.picScroll-left .bd ul li .title a span{
  font-size: 18px;
  display: block;
}
.picScroll-left .bd ul li:hover{
  background: linear-gradient(to top, #0063b0, #1a84d6);
}
.picScroll-left .bd ul li:hover .title a{
  color: #fff;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.picScroll-left .prev {
  background: url(../images/left01.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 160px;
  cursor: pointer;
}

.picScroll-left .next {
  background: url(../images/right01.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 160px;
  cursor: pointer;
}

.department{
  width: 630px;
  margin-top: 40px;
}
.department .item{
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-top: 20px;
  float: left;
  margin-right: 15px;
}
.department .item a{
  color: #000000;
  font-size: 18px;
  padding-left: 20px;
  text-decoration: none;
}
.department .item a i{
  color: #0063af;
}
.department .item:hover{
  background: linear-gradient(to right, #0064b0, #2391e3);
}
.department .item:hover a{
  color: #fff;
}
.department .item:hover a i{
  color: #fff;
}

.center_laboratory{
  width: 630px;
  margin-top: 40px;
  height: 450px;
}
.center_laboratory .item{
  width: 630px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-top: 20px;
}
.center_laboratory .item a{
  color: #000000;
  font-size: 18px;
  padding-left: 20px;
  text-decoration: none;
}
.center_laboratory .item a i{
  color: #0063af;
}
.center_laboratory .item:hover{
  background: linear-gradient(to right, #0064b0, #2391e3);
}
.center_laboratory .item:hover a{
  color: #fff;
}
.center_laboratory .item:hover a i{
  color: #fff;
}

.teacher_search01 .input {
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  width: 420px;
  color: #cccccc;
  padding-left: 10px;
  outline: none;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 5px 0 0 5px;
  margin-top: 15px;
}

.teacher_search01 .btn {
  width: 90px;
  height: 50px;
  border: 0;
  cursor: pointer;
  float: left;
  background: #0063af;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}

.filter01 .box {
  height: 34px;
  padding-top: 13px;
  line-height: 34px;
}

.filter01 .box ul li {
  width: auto;
  height: 34px;
  text-align: center;
  margin: 10px 8px;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding: 0 10px;
  float: left;
}

.filter01 .box ul li.act {
  color:#0063af;
  border: 1px solid #0063af;
}

.ny_right .con .list03{
  padding: 10px 0;
}
.ny_right .con .list03 .item{
  width: 433px;
  height: 160px;
  float: left;
  margin: 10px 5px;
  border: 1px solid #cccccc;
  padding: 15px 14px;
}
.ny_right .con .list03 img{
  float: left;
  width: 112px;
  height: 160px;
}
.ny_right .con .list03 .txt{
  width: 295px;
  float: right;
  margin-right: 10px;
}
.ny_right .con .list03 .txt h2{
  height: 50px;
  line-height: 50px;
  color: #0063af;
  font-size: 24px;
}
.ny_right .con .list03 .txt .information{
  color: #222222;
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
}
.ny_right .con .list03 .txt .information span{
  display: block;
  font-size: 14px;
}

.teacher_left{
  width: 260px;
  margin-top: 45px;
}
.teacher_left img{
  width: 260px;
  height: 376px;
}
.teacher_left h2{
  font-size: 20px;
  color: #222;
  padding: 15px 0;
}
.teacher_left p{
  color: #222;
  font-size: 14px;
  line-height: 24px;
}

.teacher_right{
  width: 950px;
  margin-top: 40px;
}
.teacher_right .ny_right_t{
  height: 40px;
  line-height: 40px;
  color: #1b519b;
  font-size: 20px;
  border-bottom: 1px solid #0063af;
}
.teacher_right .ny_right_t span{
  color: #888888;
  font-size: 14px;
}
.teacher_right .teacher_con{
  color: #222222;
  font-size: 16px;
  line-height: 36px;
  padding: 20px 0;
}

.wp_news_w11{display: none}