@charset "utf-8";

/* CSS Document */
body {
  background: #f4f4fb;
}

.subbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.subbanner:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 250px;
  z-index: 1;
  background: -webkit-gradient(linear, 0 0, 0 0, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, .45), endColorstr=rgba(0, 0, 0, 0));
}

.subbanner-con {
  width: 100%;
  height: 0;
  padding-bottom: 33.5%;
  overflow: hidden;
  text-align: center;
}

.subbanner-con img {
  width: 100%;
}

.subPage {
  margin-top: -212px;
  position: relative;
  z-index: 9;
}

.subPage-con {}


/*侧边栏*/
.subLeft {
  margin: 0 -10px;
  position: relative;
}

.subLeft:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #0a0a62;
  border-left: 10px solid transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.subLeft:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #0a0a62;
  border-right: 10px solid transparent;
  position: absolute;
  right: 0;
  bottom: -10px;
}

.gp-subLeft {}

.gp-subLeft>ul {
  background: #181878;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*text-align: center;*/
}

.gp-subLeft>ul>li {
  display: inline-block;
  position: relative;
  width: 14%;
}

.gp-subLeft>ul>li:before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #e60012;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
.Institution ul li > div::before{
  content: "";
  display:block;
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
  }
.gp-subLeft>ul>li>a {
  display: table;
  width: 100%;
  height: 77px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.gp-subLeft>ul>li>a span {
  display: table-cell;
  vertical-align: middle;
}

.gp-subLeft>ul>li:hover>a, .gp-subLeft>ul>li.active>a {
  font-weight: bold;
  color: #fff;
}

.gp-subLeft>ul>li:hover:before, .gp-subLeft>ul>li.active:before {
  width: 20px;
}

.gp-subLeft .gp-toggles, .gp-sub-toggles {
  font-size: 12px;
  font-size: 1.2rem;
  width: 36px;
  height: 74px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 59px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  display: block;
  margin-right: 12px;
}

.gp-subLeft .gp-toggles.icon-jia {
  background: url(../images/jia.png) no-repeat center center;
}

.gp-subLeft .gp-toggles.icon-jia.icon-down {
  background: url(../images/jian.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.gp-subLeft .gp-sub-toggles.icon-jia {
  background: url(../images/jia.png) no-repeat center center;
}

.gp-subLeft .gp-sub-toggles.icon-jian {
  background: url(../images/jian.png) no-repeat center center;
}

.gp-second-nav {
  padding: 10px;
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #181878;
}

.gp-second-nav dd {
  position: relative;
}

.gp-second-nav dd a {
  display: block;
  position: relative;
  padding: 8px 10px;
  transition: all 0.35s ease-in-out;
}

.gp-second-nav dd dd a {
  padding-left: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 30px 10px 50px;
  background-color: #3d72b3;
  color: #ddd;
  border-bottom: none;
}

.gp-second-nav dd:hover a, .gp-second-nav dd.active a {
  color: #ed6c00;
}

.gp-subLeft>ul>li:hover .gp-second-nav {
  display: block;
}

.gp-subLeft * {
  transition: none;
}

.gp-subLeft .subText {
  margin: 25px 0;
}

.gp-subRight {
  margin-bottom: 100px;
  min-height: 600px;
  background: #fff;
  position: relative;
}

.gp-subRight-con {
  padding: 35px 50px 60px 50px;
  overflow: hidden;
  position: relative;
}

/*侧边栏移动端 */
.gp-m-subNav {
  display: none;
}
  .Institution{padding: 0 20px;box-sizing: border-box;}
.Institution h2 {margin: 20px auto;padding: 10px 15px;font-size: 24px;box-sizing: border-box;background: #181878;}
.Institution h2 a {color: #fff;}
.Institution ul {overflow: hidden;margin: 0 -10px;margin-top: 30px;}
.Institution ul li {text-align: center;margin-bottom: 8px;}
.Institution ul li > div {display: flex;flex-wrap: wrap;align-items: center;margin: 0 10px;padding: 5px 15px;box-sizing: border-box;text-align:center;font-size: 18px;position: relative;}

  .Institution ul li a {display: inline-block;color: #333;text-decoration: underline;text-align: left;}
.Institution ul li a:hover { color: #0f5999; text-decoratuin:underline; }
.gp-m-inner-header {
  width: 100%;
  height: 42px;
  background-color: #1e3282;
  cursor: pointer;
  line-height: 42px;
}

.gp-m-inner-header>span {
  height: 50px;
  padding-left: 15px;
  font-size: 1.8rem;
  color: #fff;
}

.gp-m-subNav .gp-m-inner-header-icon {
  float: right;
  width: 50px;
  height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-out i.icon-jia {
  display: block;
  background: url(../images/jia.png) no-repeat center;
  width: 50px;
  height: 42px;
}

.gp-m-subNav .gp-m-inner-header-icon-click i.icon-jian {
  display: block;
  background: url(../images/jian.png) no-repeat center;
  width: 50px;
  height: 42px;
}

.gp-subNavm {
  width: 100%;
  overflow: hidden;
  display: none;
}

.gp-subNavm h2 {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #003c7f;
}

.gp-subNavm h2 a {
  padding-left: 13px;
  font-size: 20px;
  display: block;
  color: #fff;
}

.gp-subNavm ul {
  background: #fff;
}

.gp-subNavm li {
  position: relative;
}

.gp-subNavm li>a {
  font-size: 14px;
  padding-left: 13px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #eee;
  display: block;
}

.gp-subNavm li.sub_has span {
  margin-left: 10px;
}

.gp-subNavm li.on a {
  color: #003c7f;
  display: block;
  width: 100%;
}

.gp-m-toggle, .gp-sub-m-toggle {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 16px;
  top: 15px;
  line-height: 40px;
  text-align: center;
}

.gp-m-toggle.icon-right {
  background: url(../images/jia.png) no-repeat center center;
}

.gp-m-toggle.icon-down {
  background: url(../images/jian.png) no-repeat center center;
}

.gp-subNavm dl {
  display: none;
  background-color: #FDFDFD;
}

.gp-subNavm dl dd {
  padding-left: 30px;
  line-height: 18px;
  padding: 10px 0px 10px 30px;
  border-bottom: 1px solid #f3f5f6;
  position: relative;
}

.gp-subNavm li dl dd a {
  font-size: 14px;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.gp-subNavm li dl dd a:hover {
  color: #5b396c;
}

.subCon {
  overflow: hidden;
  position: relative;
  z-index: 3
}

.sub-leftTitle {
  width: auto;
  overflow: hidden;
}

.sub-leftTitle h2 {
  display: inline-block;
  font-weight: normal;
}

/*自定义*/

/*文章页和简介页*/
.gp-bread {
  display: inline-block;
  float: right;
  margin-top: 13px;
}

.gp-bread>div {
  position: relative;
  z-index: 9;
}

.Bucea-article01 {}

.pageArticleTitle {
  overflow: hidden;
}

.pageArticleTitle h3 {
  text-align: center;
}

.articleAuthor {
  text-align: center;
  background: #f2f2ff;
  padding: 15px 0;
  margin: 30px 0;
  overflow: hidden;
}

.articleAuthor span {
  color: #999999;
  padding: 0 20px;
}

.articleAuthor .title {
  border: #e6e6e6 1px solid;
  padding: 5px 10px;
  border-radius: 3px;
}

.gp-article {
  line-height: 30px;
}

.gp-article p {
  text-indent: 0em;
}

.gp-article table {
  margin: auto;
}

.gp-article i, .gp-article em {
  font-style: italic;
}

.gp-article strong {
  font-weight: bold;
}

.gp-article img {
  padding: 15px 0;
}




/*通栏标题*/
.subTitle {
  line-height: 28px;
  background: #2c448c;
  width: 260px;
  position: absolute;
  top: -88px;
}

.subTitle h2 {
  color: #fff;
  padding: 30px;
  font-weight: normal;
}

/*列表页*/
.articleTitle02 {
  padding: 35px 50px;
  border-bottom: #dcdcdc 1px solid;
  overflow: hidden;
}

.articleTitle02 span {}

.list01 {
  margin-bottom: -40px;
  overflow: hidden;
}

.list01 li {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.list01 li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.list01 li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #d2d2d2;
  position: absolute;
  left: 3px;
  top: 13px;
}

.list01 li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  left: 0;
  bottom: 11px;
}

.list01 .listText {
  padding-left: 25px;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}

.list01 .listText:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #181878;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.list01 .listText:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border: #181878 1px solid;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 8px;
}

.list01 .listTitle {
  line-height: 26px;
  height: 26px;
  margin-bottom: 22px;
}

.list01 .listDate {
  background: url(../images/datebg2.png) no-repeat left center;
  padding-left: 25px;
  color: #999;
}

.list01 li a:hover .listText {
  padding-left: 35px;
}




/*教学部门*/
.list02 {
  margin: -25px;
  overflow: hidden;
}

.list02 li {
  width: 25%;
}

.list02 li a {
  display: block;
  border: #d2d2d2 1px solid;
  padding: 20px;
  margin: 25px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.list02 li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 18px;
  background: #181878;
  position: absolute;
  left: 0;
  top: 23px;
}

.list02 .listTitle {
  display: block;
  line-height: 24px;
}



/*培正大讲坛*/
.list03 {
  margin: -25px;
  overflow: hidden;
}

.list03 li {
  width: 50%;
}

.list03 .listShow {
  margin: 25px;
  position: relative;
  transition: transform 0.2s ease-out;
}

.list03 .listShow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  position: absolute;
  left: 10px;
  top: 10px;
}

.list03 a {
  display: block;
  padding: 20px;
  border: #dcdcdc 1px solid;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.list03 .listFrom {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #181878;
  background: url(../images/iconbg.png) no-repeat left center;
}

.list03 .listTitle {
  margin: 15px 0;
}

.list03 .listText {}

.list03 .listText * {
  color: #666;
}

.list03 .listText span {
  display: block;
  padding: 7px 0;
  line-height: 28px;
}

.list03 .listText span i {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.list03 .listText .name i {
  background: url(../images/icon1.png) no-repeat center #f4f4fb;
}

.list03 .listText .date i {
  background: url(../images/icon2.png) no-repeat center #f4f4fb;
}

.list03 li:hover .listShow {
  transform: translateY(-10px);
}



/*一线动态*/
.list04 {
  margin: -25px;
  overflow: hidden;
}

.list04 li a {
  display: block;
  background: #fff;
  border: #dcdcdc 1px solid;
  margin: 25px;
  overflow: hidden;
  transition: transform 0.2s ease-out;
}

.list04 .listText {
  padding: 25px;
}

.list04 .listTitle {
  margin-bottom: 20px;
}

.list04 li a:hover {
  background: #181878;
  box-shadow: 0px 10px 18px 2px rgba(0, 0, 0, 0.06);
  transform: translateY(-10px);
}

.list04 li a:hover * {
  color: #fff;
}

.list04 .listDate {
  color: #181878;
}


/*专题聚焦*/
.list05 {
  margin: -25px;
  overflow: hidden;
}

.list05 li a {
  display: block;
  margin: 25px;
  overflow: hidden;
  transition: transform 0.2s ease-out;
}

.list05 .listText {
  padding: 15px 0;
  position: relative;
}

.list05 .listText:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #181878;
  position: absolute;
  bottom: 0;
  left: 0;
}

.list05 .listTitle {
  height: auto;
}

.list05 li a:hover {
  transform: translateY(-10px);
}



/*培正要闻*/
.list06 {
  margin-bottom: -50px;
  overflow: hidden;
}

.list06 li {
  margin-bottom: 50px;
  overflow: hidden;
}

.list06 li a {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: relative;
}

.list06 .listLeft {
  display: block;
  width: 120px;
  float: left;
}

.list06 .listDate {
  width: 100%;
  height: 90px;
  border-top: #181878 1px solid;
  text-align: right;
}

.list06 .year {
  height: 24px;
  line-height: 24px;
  margin: 15px 0 0;
  color: #999;
}

.list06 .day {
  height: 30px;
  line-height: 30px;
  color: #181878;
}

.list06 .listRight {
  margin-left: 160px;
}

.list06 .listImg {
  width: 400px;
  height: 225px;
  float: left;
  overflow: hidden;
}

.list06 .listImg img {
  width: 100%;
}

.list06 .listText {
  margin-left: 430px;
}

.list06 .listFrom {
  color: #666;
  border: #dcdcdc 1px solid;
  text-align: center;
  padding: 7px;
}

.list06 .listFrom p {
  padding: 7px 0;
}

.list06 .listTitle {
  height: auto;
  max-height: 52px;
  margin: 0 0 20px;
}

.list06 .listCon {
  color: #666;
  height: auto;
  max-height: 78px;
}

.list06 li a:hover {
  background: url(../images/libg.jpg) no-repeat right center #181878;
  padding: 30px 40px;
}

.list06 li a:hover .listDate {
  border-top: #fff 1px solid;
}

.list06 li a:hover * {
  color: #fff;
}

.list06 .noMargin .listText {
  margin-left: 0;
}



/*VR校园*/
.list07 {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.list07 .gp-img-responsive {
  padding-bottom: 46.2%;
}

.list07 .enter {
  display: inline-block;
  position: absolute;
  top: 46%;
  color: #fff;
  text-decoration: underline;
}



/*现任领导*/
.list08 {
  width: 50%;
  float: left;
  overflow: hidden;
}

.list08 li {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.list08 li:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #181878;
  position: absolute;
  left: 0;
  top: 10px;
}

.list08 .listPre {
  max-width: 150px;
  padding: 6px 0 6px 15px;
  color: #181878;
  float: left;
  position: relative;
}

.list08 .listName {
  margin-left: 150px;
}

.list08 .listName a {
  display: inline-block;
  padding: 6px;
}



/*学校介绍*/
.wraplist09 {
  background: url(../images/textbg.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px;
  margin: 50px 0;
  overflow: hidden;
}

.list09 {
  margin: -25px -25px 0 -25px;
}

.list09 li {
  width: 25%;
}

.list09 li a {
  display: block;
  margin: 25px;
  text-align: center;
}

.list09 li:nth-child(2n) {
  margin-top: 117px;
}

.list09 .circle {
  display: inline-block;
  width: 170px;
  height: 160px;
  text-align: center;
  position: relative;
}

.list09 .circle:before {
  content: "";
  display: block;
  width: 158px;
  height: 158px;
  border: #fff 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.list09 .circle:after {
  content: "";
  display: block;
  width: 158px;
  height: 158px;
  border: #fff 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: 0;
}

.list09 .circle .num {
  margin: 35px 0 10px;
}

.list09 .listText {
  margin-top: 20px;
}





/*文章页翻页篇*/
.articlePages {
  margin: 50px 0;
  overflow: hidden;
}

.articlePages .gp-fl, .articlePages .gp-fr {
  width: 48%;
  overflow: hidden;
}

.articlePages a {
  display: block;
  overflow: hidden;
}

.articlePages span {
  padding: 7px 0;
  color: #999;
}

.articlePages .gp-fl a {
  background: url(../images/article-lf.png) no-repeat left center;
  padding-left: 40px;
}

.articlePages .gp-fr a {
  background: url(../images/article-rt.png) no-repeat right center;
  padding-right: 40px;
  text-align: right;
}

.articlePages a:hover * {
  color: #1e3282;
}

.articlePages .gp-fl a:hover {
  background: url(../images/article-lf2.png) no-repeat left center;
}

.articlePages .gp-fr a:hover {
  background: url(../images/article-rt2.png) no-repeat right center;
}




/*附件*/
.Annex {
  margin-top: 30px;
  padding-top: 15px;
  border-top: #dcdcdc 1px solid;
  overflow: hidden;
}

.Annex h3 {
  height: 40px;
  line-height: 40px;
  color: #1e3282;
  overflow: hidden;
  position: relative;
}

.annexList {
  overflow: hidden;
}

.annexList li {
  overflow: hidden;
  position: relative;
}

.annexList li a {
  display: block;
  margin: 8px 0;
  line-height: 22px;
  color: #666666;
}

.annexList li a:hover {
  color: #333;
}

/*分享*/
.share {
  width: 95px;
  text-align: right;
  float: right;
  margin-top: 70px;
  overflow: hidden;
}

.share .bdsharebuttonbox>a {
  padding-left: 0;
  margin: 5px;
  height: 38px;
  text-indent: 0;
  width: 38px;
  line-height: 38px;
  text-align: center;
  background: none;
  font-size: 20px;
  display: inline-block;
  float: none;
  color: #fff;
  transition: all 0.35s ease-out;
  /*! border-radius: 50%; */
  /*! border: #dbdbdb 1px solid; */
}

.shareBox {
  width: 260px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -130px;
  z-index: 9998;
  height: 310px;
  border: 6px solid #8F8F8F;
  border-radius: 8px;
  box-shadow: 0 0 7px #aaa;
  display: none;
}

.shareBox {
  font-size: 14px;
}

.shareBox .title {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px !important;
}

.shareClose {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 18px;
  width: 20px;
  ;
}

.sharelist {
  position: static;
  height: 250px;
  overflow-y: auto;
  padding-left: 17px !important;
}

.sharelist li {
  float: left;
  width: 130px;
  padding: 2px;
  margin-left: 6px;
  _margin-left: 3px;
  height: 28px;
  overflow: hidden;
  list-style: none;
}

.sharelist li a {
  color: #565656;
  font: 12px '宋体';
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  line-height: 18px;
  width: auto;
  height: auto;
  text-indent: 0;
}

.weChatBox {
  width: 260px;
  height: 300px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -140px;
  z-index: 9998;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.w-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  cursor: pointer;
}

.qrcode {
  width: 200px;
  height: 200px;
  margin: 15px auto;
  background: #ccc;
}

.w-footer {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}

#qrodeText {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
}

.share span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #0857a6;
  font-weight: bold;
}

.share .bdsharebuttonbox {}

.share .bdsharebuttonbox>a.bds_weixin {
  background: url(../images/wechat.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_tsina {
  background: url(../images/sina.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_qzone {
  background: url(../images/zone.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_more {
  background: url(../images/bds_more.png) no-repeat center;
}



/***分页*/
.gp-page {
  margin: 70px 0 20px;
  color: #999;
  font-size: 0;
  clear: both;
}

.gp-page:after, .gp-page:before {
  content: " ";
  display: table
}

.gp-page>a:first-child {}

.gp-page>a, .gp-page>span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 34px;
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  margin: 0 15px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}

.gp-page .gp-page-start, .gp-page .gp-page-end, .gp-page .gp-page-next, .gp-page .gp-page-prev, .gp-page>span {}

.gp-page>span {}

.gp-page>a:hover, .gp-page>a.on_pages {
  background: #1e3282;
  color: #fff;
}

.gp-page .gp-page-prev:hover, .gp-page .gp-page-next:hover {
  background: #fff;
}

.gp-page>a.on_pages {}

.gp-m-page {
  display: none;
}

.gp-m-page a {
  display: inline-block;
  margin: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 1.2rem;
}

/*居中*/
.gp-page-centered {
  text-align: center
}

.gp-page a:hover, .pageList li.active a {}

.gp-page .select2 {
  border-radius: 20px;
}

.gp-page .pageSelect {
  min-width: 108px;
  height: 34px;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  line-height: 34px;
  text-align: center;
  padding: 0;
}

.select2-container--default .select2-selection--single {
  border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(../images/select.png) no-repeat center;
}

.select2-container .select2-selection--single {
  height: 34px;
  line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.gp-subRight-con .title9 {
  padding: 8px 100px;
  text-align: center;
  background: rgb(72 116 203);
  display: inline-block;
}

.gp-subRight-con .title9 h2 a {
  color: #fff !important;
}
.block-list5{
  margin-top: 20px;
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #181878;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}.block-list5 div > span {
  color: #666666;
  float: right;
  margin-left: 10px;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div > a {
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@media screen and (max-width:1600px) {
  .list02 {
    margin: -20px -15px;
  }

  .list02 li a {
    margin: 20px 15px;
  }

  .list04, .list05 {
    margin: -18px;
  }

  .list04 li a, .list05 li a {
    margin: 18px;
  }

}

@media screen and (max-width:1200px) {
  .gp-subRight {
    margin-bottom: 30px;
  }

  .articleTitle02, .gp-subRight-con {
    padding: 25px;
  }

  .gp-f48 {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .list02 {
    margin: -10px;
  }

  .list02 li {
    width: 33.3%;
  }

  .list02 li a {
    margin: 10px;
    padding: 15px;
  }

  .list02 li a:before {
    top: 18px;
  }

  .list03 {
    margin: -15px;
  }

  .list03 .listShow {
    margin: 15px;
  }

  .list04 {
    margin: -10px;
  }

  .list04 li a {
    margin: 10px;
  }

  .list04 .listText {
    padding: 15px;
  }

  .list04 .listTitle {
    margin-bottom: 10px;
  }

  .list05 {
    margin: -15px -10px;
  }

  .list05 li a {
    margin: 15px 10px;
  }

  .list05 .listText {
    padding: 10px 0;
  }

  .wraplist09 {
    padding: 25px;
  }

  .list09 {
    margin: -10px -10px 20px -10px;
  }

  .list09 li a {
    margin: 10px;
  }

  .list09 li:nth-child(2n) {
    margin-top: 0;
  }

  .list09 li {
    width: 33.3%;
  }

}


@media screen and (max-width:1024px) {
  .subPage-con.gp-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .subPage {
    margin-top: 0;
  }

  .subLeft, .subbanner:after {
    display: none;
  }

  .articleTitle02 {
    padding: 15px;
  }

  .gp-subRight-con {
    padding: 25px 15px;
  }

  .gp-subRight {}

  .gp-m-subNav {
    display: block;
  }

  .gp-page {
    display: none;
    background: none;
  }

  .gp-m-page {
    display: block;
    margin: 30px 0 20px;
  }

  .list01 {
    margin-bottom: -24px;
  }

  .list01 li {
    margin-bottom: 24px;
  }

  .list01 .listTitle {
    margin-bottom: 14px;
  }
}



@media screen and (max-width:992px) {
  .gp-article img {
    width: auto !important;
    height: auto !important;
  }

  .gp-article video {
    width: auto !important;
  }

  .gp-article table {
    width: 100% !important;
  }

  .articleBottom {
    width: auto;
    padding: 12px;
  }

  .list06 .listImg {
    width: 300px;
    height: 170px;
  }

  .list06 .listRight {
    margin-left: 145px;
  }

  .list06 .listText {
    margin-left: 325px;
  }

  .list08 {
    width: 100%;
    float: none;
  }

  .list08 li {
    margin-bottom: 15px;
  }

  .articlePages {
    margin: 30px 0;
  }

  .articlePages .gp-fl, .articlePages .gp-fr {
    width: 100%;
    float: none;
  }

  .articlePages .gp-fr a, .articlePages .gp-fr a:hover {
    text-align: left;
    background: url(../images/article-lf.png) no-repeat left center;
    padding: 0 0 0 30px;
  }

  .articlePages .gp-fl a {
    padding-left: 30px;
  }

}

@media screen and (max-width:766px) {
  .gp-bread {
    display: block;
    float: none;
    margin: 0 0 10px 0;
  }

  .list02 li {
    width: 50%;
  }

  .list03 li {
    width: 100%;
  }

  .list03 .listTitle, .list04 .listTitle {
    height: auto;
    max-height: 56px;
  }

  .list03 a {
    padding: 15px;
  }

  .list06 li a:hover {
    padding: 20px;
  }

  .list06 .listLeft {
    float: none;
    display: inline-block;
    width: auto;
  }

  .list06 .listDate {
    width: auto;
    height: auto;
    float: left;
    margin-right: 10px;
  }

  .list06 .year, .list06 .day {
    display: inline-block;
    margin-top: 0;
  }

  .list06 .listFrom p {
    display: inline-block;
    padding: 0 10px;
  }

  .list06 .listRight {
    margin-left: 0;
  }

  .list09 li {
    width: 50%;
  }
}


@media screen and (max-width:640px) {
  .list02 li {
    width: 100%;
  }

  .list06 {
    margin-bottom: -30px;
  }

  .list06 li {
    margin-bottom: 30px;
  }

  .list06 .listImg {
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    float: none;
  }

  .list06 .listText {
    margin: 15px 0 0;
  }

  .list06 .listTitle {
    margin: 0 0 10px;
  }
}


@media screen and (max-width:480px) {
  .list09 .circle {
    width: 135px;
    height: 120px;
  }

  .list09 .circle:before, .list09 .circle:after {
    width: 120px;
    height: 120px;
  }

  .list09 .listText {
    margin-top: 10px;
  }
}