@charset "utf-8";
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body,button,input,select,textarea{font-size:14px;font-family:'微软雅黑',Helvetica,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
address,caption,cite,code,dfn,em,i,th,var{font-style:normal;font-weight:400}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
ol,ul{list-style:none}
a{color:#000;text-decoration:none}
a:hover{color:#0b3981}
input::-webkit-input-placeholder{font-size:12px;color:#fff}
:-moz-placeholder{font-size:12px;color:#fff}
::-moz-placeholder{font-size:12px;color:#fff}
:-ms-input-placeholder{font-size:12px;color:#fff}
fieldset,img{border:0;vertical-align:bottom}
q:after,q:before{content:''}
button,input,select,textarea{font-size:100%;outline:0}

body{
  background: url(../images/top.png) top center no-repeat;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
  font-size: 16px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}


.main-tit h6 {
  position: relative;
  border-bottom: 2px solid #dfdfdf;
  line-height: 38px;
}

.main-tit h6 b {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  color: #153087;
}
.main-tit h6 b img{
  vertical-align: middle;
  padding-right: 5px;
}
.main-tit h6 b:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #153087;
}

.main-tit .more {
  font-size: 14px;
  float: right;
  color: #434343;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.main-list{
  clear: both;
}
.main-list ul{
    margin: 10px 0;
}
.main-list li {
  background: url(../images/d1.png) left 10px no-repeat;
  line-height: 30px;
}

.main-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #434343;
  width: 89%;
  padding-left: 20px;
}
.main-list li a:hover{
  color: #0b3981;
}
.main-list li span {
  font-size: 15px;
  color: #b4b4b4;
  float: right;
}

.header .con .logo {
  float: left;
  padding: 38px 0;
}
.header .con .logo img { height: 76px; }
.con-right{
  float: right;
}
.con-right img{
  margin: 38px 0;
}
.search{
  position: relative;
  background: #153087;
}
.search-box {
  float: right;
  margin-right: 10px;
  z-index: 666;
  background: #22508b;
  position: absolute;
  right: 0;
  margin: 7px;
}
.search-box .text {
  width: 0; color: #fff;
  border: none;
  background: #22508b;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  transition: all ease .2s;
}
.search-box .btn {
  width: 26px;
  height: 26px;
  padding: 10px;
  vertical-align: middle;
}
.search-box:hover .text {
  margin-left: 20px;
  width: 100px;
  padding: 2px 10px;
}


.main-nav {
  float: left;
  width: 95%;
  z-index: 3;
  line-height: 60px;
  background: #153087;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  width: 11%;
  z-index: 10;
  font-size: 18px;
}
.xs_top_menu  li { width: 16%; }
.main-nav li.on{
  color: #fff;
  background: #f90;
}
.main-nav li.on a{
  color: #fff;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  overflow: hidden;
}

.main-nav li .dropdown ul {
  position: relative;
  float: none;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #005389;
  opacity: 0.8;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  background: #000;
  opacity: 0.8;
  position: relative;
}
.main-nav li:hover{
  background: #f90;
}
.main-nav li:hover a{
  color: #fff;
}
.main-nav li .dropdown li:hover{
  background: #000;
  opacity: 0.6;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease 0.3s;
}
/*导航*/

.index-row1 .r1{
  float: left;
  width: 650px;
  margin-top: 25px;
}

.index-row1 .r1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  bottom: 23px;
  right: 10px;
  z-index: 2;
}

.index-row1 .r1 .c1 .slide .hd li {
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 5px;
  margin: 0 3px;
  background: #fff;
}

.index-row1 .r1 .c1 .slide .hd li.on {
  background: #de6e00;
}

.index-row1 .r1 .c1 .slide .bd .pic {
  height: 420px;
  overflow: hidden;
}

.index-row1 .r1 .c1 .slide .bd .pic img {
  transition: all ease .2s;
  display: block; object-fit: cover;
  height: 100%; width: 100%;
}

.index-row1 .r1 .c1 .slide .bd .pic:hover img {
  transform: scale(1.1);
}
.index-row1 .r1 .c1 .slide .bd .tit{
  position: relative;
}
.index-row1 .r1 .c1 .slide .bd .text {
  line-height: 56px;
  padding-left: 4%;
  background: url(../images/op.png) repeat;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 96%;
}
.index-row1 .c1 .slide .bd .text span{
  float: right;
  margin-right: 110px;
}

.index-row1 .r2{
  float: right;
  width: 625px;
}
.index-row1 .r2 .c1{
  margin-top: 17px;
}
.index-row1 .r2 .date{
  background: #153087;
  width: 76px;
  height: 70px;
  float: left;
}
.index-row1 .r2 .date .d{
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.index-row1 .r2 .date p{
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 4px;
}

.index-row1 .r2 .text{
  line-height: 28px;
  font-size: 16px;
  text-overflow: ellipsis;
  float: right;
  width: 500px;
  padding: 0 15px;

}
.index-row1 .r2 .text .dese{
  font-size: 14px;
  color: #898989;
  line-height: 20px;
}
.ad{
  margin: 20px 0;
}
.ad .r1{
  float: left;
  width: 880px;
}
.ad .r1 a{
  float: left;
  margin-right: 8px;
  position: relative;
}
.ad .r1 a span{
  display: block;
  font-size: 22px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 285px;
}
.ad .r1 img{
  width: 285px;
  height: 120px;
}
.ad .r2{
  float: right;
  width: 420px;
  height: 120px;
}
.ad .r2 img{
  width: 100%;
  height: 100%;
}
.index-row2 .r1{
	margin-top: 28px;
  float: left;
  width: 635px;
min-height:293px;
}
.index-row2 .r2{
	margin-top: 28px;
  float: right;
  width: 625px;
}

.ir3 { margin-bottom: 30px; }



.footer{
    background: #122c72 url(../images/footer-bj.jpg) bottom center repeat-x;
}
.footer .link{
  text-align: center;
  font-size: 16px;
  color: #d0d7ea;
  padding-top: 58px;
}
.footer .link a{
  color: #d0d7ea; padding: 0 0.4em;
}
.footer .link span{
  padding: 0 5px;
}
.footer .copy{
  color: #d0d7ea;
  text-align: center;
  padding: 24px 0;
  padding: 30px 0 50px;
  font-size: 16px;
  line-height: 2.5;
}
/*内页*/
.inner-banner {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.inner-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.inner-wrap{
  margin-top: 20px;
  }
  .leftbar {
    float: left;
    width: 275px ;
  }
  .inner-wrap .leftbar .main-tit {
    padding: 25px 50px;
    margin-bottom: 0;
    background: #153087;
    margin: 0;
  }
  
  .inner-wrap .leftbar .main-tit h6 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    position: relative;
    border: none;
  }
  
  .inner-wrap .leftbar .main-tit h6:after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
  }
  
  .leftbar .list {
    margin-bottom: 20px;
    background: #ededed;
  }
  .leftbar .list ul{
    padding: 15px 0;
  }
  
  .leftbar .list li {
    line-height: 47px;
    position: relative;
    margin: 12px 0 12px 30px;
    border: 1px solid #fff;
    border-right: none;
    transition: all 0.1s ease 0.2s;
  }
  
  .leftbar .list li a {
    font-size: 16px;
    padding-left: 32px;
    display: block;
    color: #666;
  }
  
  .leftbar .list li a span{
    position: relative;
    left: 0;  
  }
  .leftbar .list li em{
    width: 0;
    height: 0;
    border-right: 0;
    border-left: 6px solid #153087;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 25px;
    right: 32px;
    margin-top: -5px;
    display: block;
    opacity: 1;
    transition: all 0.1s ease 0.2s;
  }
  
  .leftbar .list .on, 
  .leftbar .list li a:hover {
    color: #153087 ;
    background: #fff;
  }
  
  .leftbar .list .on a, 
  .leftbar .list li a:hover span {
    color: #153087;
  }
  
  
  
  .inner-wrap .right-con {
    float: right;
    width: 990px;
    min-height: 600px;
  }
  
  .inner-wrap .right-con .inner-tit {
    line-height: 60px;
    border-bottom: 1px solid #153087;
  }
  
  .inner-wrap .right-con .inner-tit h6 {
    float: left;
    position: relative;
    padding: 0 5px;
    font-size: 20px;
    color: #153087;
  }
  
  .inner-wrap .right-con .inner-tit .bread {
    float: right;
    font-size: 12px;
    height: 45px;
    line-height: 64px;
    color: #727272;
  }
  
  .inner-wrap .right-con .inner-tit .bread a {
    color: #727272;
  }
  
  .inner-wrap .right-con .inner-tit .bread span {
    margin: 0 5px;
  }
  
  .inner-wrap .right-con.block {
    width: 100%;
    float: none;
  }
  
  
  .inner-wrap .right-con .main-text-list ul {
    padding-bottom: 15px;
    margin: 10px 0;
  }
  
  .inner-wrap .right-con .main-text-list li {
    position: relative;
    padding: 0 18px;
    line-height: 52px;
    border-bottom: 1px dashed #e0e0e0;
    background: url(../images/d1.png) left 20px no-repeat;
  }
  
  .inner-wrap .right-con .main-text-list li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    font-size: 16px;
  }
  
  .inner-wrap .right-con .main-text-list li .date {
    float: right;
    font-size: 14px;
    color: #353535;
    text-align: center;
  }
  
  .detail .tit {
    line-height: 1.5;
    color: #333;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;
  }
  
  .detail .infor {
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding-bottom: 20px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center; margin-bottom: 20px;
  }

  
  .detail .content {
    line-height: 34px;
    font-size: 15px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: #666;
  }
  
  .detail .content img {
    margin: 10px 0;
    max-width: 100%;
  }
  
  .detail .content p {
  text-indent:2em; margin-bottom: 5px;
  }
  .inner-wrap .right-con .team-list {
  overflow: hidden;
  margin: 20px 10px;
}
.inner-wrap .right-con .team-list ul{
    margin: 0 -24px;
}
.inner-wrap .right-con .team-list li {
  float: left;
  width: 31%;
  margin: 10px 8px;
}

.inner-wrap .right-con .team-list li a {
  margin: 0 6px;
  position: relative;
  display: block;
}

.inner-wrap .right-con .team-list li a .pic img {
  width: 100%;
  height: 190px;
}

.inner-wrap .right-con .team-list li a .text {
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  background: #000;
  opacity: 0.3;
  text-align: center;
}

.inner-wrap .right-con .team-list li a .text p {
  margin: 0 15px;
}

.pb_sys_common { margin: 1em auto 3em; font-family: initial;}

  /*内页*/
.show_content { font-size:16px;line-height:36px; color:#666; text-indent:2em;}
.show_content table {margin:0 auto !important; } 
.show_content table p{text-indent:0em !important; } 
.show_content img { margin:3px auto; max-width: 100%;}

.tr_img_box { position: relative; }
.school_link { position: absolute; right: 0; top: 20px; padding: 5px 10px; display: block; }
.school_link,
.school_link a { color: #153087; font-size: 12px; }

@media screen and (max-width: 1299px) {
	.wrap { width: 97%; margin: 0 1.5%; }
	.index-row1 .r1,
	.index-row1 .r2,
	.index-row2 .r1,
	.index-row2 .r2 { width: 49%; }
	
	.inner-wrap .right-con .inner-tit .bread { display: none; }
	
	.leftbar { width: 100%; float: none; }
	.inner-wrap .leftbar .main-tit { display: none; }
	.leftbar .list { margin: 0; }
	.leftbar .list ul { padding: 0; display: flex; justify-content: space-evenly; flex-wrap: wrap; }
	.leftbar .list li { line-height: 1.5; border: none; margin: 0; }
	.leftbar .list li a { padding: 6px 0; }
	.leftbar .list .on, .leftbar .list li a:hover {}
	
	.inner-wrap .right-con { width: 90%; float: none; margin: 0 auto; }
	
}
@media screen and (max-width: 999px) {
	.header .con .logo { width: 70%; }
	.header .con .logo img { height: auto; width: 100%; }
	.main-nav li { font-size: 15px; }
	.main-list li a { width: calc( 100% - 5em); }
	.index-row1 .r1 .c1 .slide .bd .pic { height:320px; }
	.index-row1 .r2 .c1 li:nth-child(4),
	.index-row1 .r2 .c2 li:nth-child(4) { display: none; }
	
	.detail .content img { height: auto !important; }
	.detail .content p img { margin-left: -2em; }
}

@media screen and (max-width: 768px) {
	.header .con .logo { padding: 30px 0; }
	
	.con-right img { display: none; }
	.school_link { width: 100px; top: 30px; padding: 0; }
	.school_link,
	.school_link a	{ font-size: 10px; }
	
	.main-nav { line-height: 40px; }
	.main-nav li:nth-child(1) { display: none; }
	.main-nav li { width: 25%; }
	.search-box { display: none; }
	
	
	.index-row1 .r1,
	.index-row1 .r2,
	.index-row2 .r1,
	.index-row2 .r2 { width: 100%; }

	.index-row1 .r1 .c1 .slide .hd { bottom: 60px; right: 30%; }
	.index-row1 .r1 .c1 .slide .hd li { margin: 0 10px; width: 12px; height: 12px; border-radius: 50%; }
	.index-row1 .r1 .c1 .slide .bd .text { padding: 0 2%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	
	.index-row1 .r2 .c1 li:nth-child(4),
	.index-row1 .r2 .c2 li:nth-child(4) { display: block; }
	.inner-wrap .right-con { width: 97%; margin: 0 1.5%; }
	
	.inner-wrap .right-con .main-text-list li { line-height: 40px; padding: 0 5px 0 18px; background-position: left 16px; }
	.inner-wrap .right-con .main-text-list li a { width: calc( 100% - 5em ); font-size: 15px; }
	.inner-wrap .right-con .main-text-list li .date { font-size: 10px; }
	
	.footer .copy { font-size: 12px; line-height: 1.8; }
	.footer .link { font-size: 13px; padding: 28px 0.2em 0; }
	
	.detail .infor .meta-author,
	.detail .infor .meta-view { display: none; }	

}

@media(max-width: 390px){
	.header .con .logo { width: 100%; }
	.school_link { display: none; }
	.main-nav li { width: 33.33%; font-size: 14px; }
	.inner-wrap .right-con .inner-tit h6 { font-size: 16px; }
	.detail .tit { font-size: 18px; }
	.inner-wrap .right-con .main-text-list li .date { display: none; }
	.inner-wrap .right-con .main-text-list li a { width: 100%; font-size: 14px; }
	.inner-wrap .right-con .inner-tit .bread { font-size: 8px; }
	.inner-wrap .right-con .inner-tit .bread span:nth-child(1) { display: none; }
} 