h1,h2,h3,h4,h5,h6,p,a,li,span{ word-break: break-word;word-wrap: break-word;}
.icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon.search {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/search.png");
}
.icon.lang {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/lang.png");
}
.icon.menu {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/menu.png");
}
.icon.love {
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../images/love.png");
}
.icon.pc {
  width: 0.26rem;
  height: 0.24rem;
  background-image: url("../images/pc.png");
}
.icon.search1 {
  width: 0.31rem;
    height: 0.31rem;
    background-image: url(../images/search1.png);
}
p,
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.thick {
  font-weight: bold;
}
.r_thick {
  font-weight: bold;
}
.txt_indent {
  text-indent: 2em;
}
.txt_bold {
  font-weight: bold;
}
.no-indent {
  text-indent: 0!important;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.letter-space {
  letter-spacing: 2em;
}
body {
  font-family: "Microsoft Yahei";
  font-size: 0.26rem;
  margin: 0;
  color: #202020;
  background-color: #fff;
}
body .header .header-top {
  padding: 0.38rem 0.2rem 0.32rem 0.2rem;

  background-size: 1.86rem 0.89rem;
}
body .header .header-top .pull-left {
  width: 4.07rem;
  height: 0.51rem;
}
body .header .header-top .pull-left .logo {
  max-width: 100%;
}
body .header .header-top .pull-right .icon {
  margin-left: 0.1rem;
}
body .header .header-top .pull-right .ipt-box {
  position: relative;  background: #fff;    height: 0.41rem; border-radius: 0.2rem 0.2rem 0.2rem 0.2rem; padding-right: 9px;display: none;
}
body .header .header-top .pull-right .ipt-box .ipt-search {
  padding: 0 0em 0 1em;
  width: 1.05rem;
  height: 0.41rem;
  outline: none;
  border: none;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  vertical-align: middle;
}
body .header .header-top .pull-right .ipt-box .search1 {    vertical-align: middle;

}
body .header .header-top .menu-list {
  position: absolute;
  top: 1.21rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
body .header .header-top .menu-list {
  position: absolute;
  top: 1.21rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
body .header .header-top .menu-list > ul > li {
  width:100%;
  
  overflow: hidden;
    background-color: #0b4076;
      border-top: 1px solid #fff;
}
body .header .header-top .menu-list > ul > li .tt{
line-height: 0.5rem;padding:10px 0;
  overflow: hidden;
}
body .header .header-top .menu-list > ul > li .tt i {
  display: inline-block;
  width: 0.23rem;
  height: 0.4rem;
  background: url("../images/greater.png") no-repeat;
  background-size: 100% 100%;
  float:right;
  margin-right:0.2rem;
  margin-top:0.2rem;
}
body .header .header-top .menu-list > ul > li .tt i.on {
  width: 0.4rem;
  height: 0.23rem;
  background: url("../images/greater1.png") no-repeat;
  background-size: 100% 100%;
}
body .header .header-top .menu-list > ul > li .tt a {
  display: block;
  float:left;
  width:92%;
  padding-left:0.2rem;
  color: #fff;

  text-decoration: none;
}
body .header .header-top .menu-list > ul > li > ul{
  overflow: hidden;
}
body .header .header-top .menu-list > ul > li > ul > li{
  line-height: 0.6rem;

}
body .header .header-top .menu-list > ul > li > ul > li > a {
  display: block;
  border-top: 1px solid #fff;
  background-color: #5c98d5;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  padding:5px 0 5px 0.4rem;
}body .header .header-bottom {
  padding: 0.42rem 0.22rem 0.53rem 0.22rem;
}
body .header .header-bottom .photo-wrap {
  width: 1.9rem;
}
body .header .header-bottom .photo-wrap .photo-box {
  display: table;
  width: 1.62rem;
  height: 1.94rem;
  border: 1px solid #2a65a0;
  overflow: hidden;
}
body .header .header-bottom .photo-wrap .photo-box .photo {
  display: table-cell;
  width: 1.62rem;
  height: 1.94rem;
  text-align: center;
  vertical-align: middle;
}
body .header .header-bottom .photo-wrap .photo-box .photo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
body .header .header-bottom .photo-wrap .header-intro {
  margin-top: 0.1rem;
}
body .header .header-bottom .photo-wrap .header-intro .name {
  font-size: inherit;
  font-weight: bold;
}
body .header .header-bottom .photo-wrap .header-intro .job {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #666;
}
body .header .header-bottom .photo-wrap .header-intro .zan {
  margin-top: 0.1rem;
}
body .header .header-bottom .photo-wrap .header-intro .zan .love-num {
  vertical-align: middle;
  margin-left: 0.1rem;
}
body .header .header-bottom .photo-wrap .header-links {
  margin-top: 0.1rem;
  color: #125395;
  list-style: none;
}
body .header .header-bottom .photo-wrap .header-links li {
  margin-right: 0.18rem;
  padding-left: 0.16rem;
  background: url("../images/disc.png") no-repeat 0 50%;
}
body .header .header-bottom .photo-wrap .header-links li a{color: #125395;}
body .header .header-bottom .photo-wrap .header-links li:nth-last-child(1) {
  margin: 0;
}
body .header .header-bottom .intro-wrap {
  width: 5rem;
}
body .header .header-bottom .intro-wrap .header-intro .name {
  font-size: inherit;
  font-weight: bold;
}
body .header .header-bottom .intro-wrap .header-intro .job {
  margin-top: 0.05rem;
  font-size: 0.24rem;
  color: #666;
}
body .header .header-bottom .intro-wrap .header-intro .zan {
  margin-top: 0.15rem;
}
body .header .header-bottom .intro-wrap .header-intro .zan .love-num {
  vertical-align: middle;
  margin-left: 0.1rem;
}
body .header .header-bottom .intro-wrap .header-links {
  margin-top: 0.4rem;
  color: #125395;
  list-style: none;
}
body .header .header-bottom .intro-wrap .header-links li {
  margin-right: 0.18rem;
  padding-left: 0.16rem;
  background: url("../images/disc.png") no-repeat 0 50%;
}
body .header .header-bottom .intro-wrap .header-links li a{color:#125395}
body .header .header-bottom .intro-wrap .header-links li:nth-last-child(1) {
  margin: 0;
}
body .header .header-bottom .intro-wrap .header-info {
  line-height: 1.8em;
}
body .header .header-bottom .intro-wrap .header-info .look-more  a{
  color: #125395;
}
a:hover{text-decoration:none}
body .container {
  padding: 0 0.2rem;
}
body .container h2 {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0 0.2rem 0.22rem;
  border-bottom: 1px solid #e6e6e6;
  background-image: url("../images/bg-title1.png");
  margin-bottom: 0.2rem;
    line-height: 15px;
}
body .container .perintro-wrap {
  border: 1px solid #e6e6e6;
  
  background-size: 2.37rem 1.8rem;
  margin-bottom: 0.58rem;
  position: relative;
}
body .container .perintro-wrap h2 {
  font-size: 0.28rem;
  color: #125395;
  font-weight: bold;
  padding: 0.2rem 0 0.2rem 0.22rem;
  border-bottom: 1px solid #e6e6e6;
  background-image: url("../images/bg-title.png");
}
body .container .perintro-wrap h2.c-gray {
  color: #666;
}
body .container .perintro-wrap h2.d_line {
  padding: 0.2rem 0 0 0.22rem;
}
body .container .perintro-wrap h2.d_line .tab-tap {
  display: inline-block;
  padding-bottom: 0.2rem;
}
body .container .perintro-wrap h2 span.on {
  color: #125395;
  border-bottom: 1px solid #bcd9f9;
}
body .container .perintro-wrap .more {
  position: absolute;
  top: 0.2rem;
  right: 0.12rem;
  font-weight: normal;
  color: #0a3d74;
}
body .container .perintro-wrap .perintro {
  padding: 0.1rem 0.3rem;
}
body .container .perintro-wrap .perintro.reset {
  padding: 0.1rem 0.2rem;
}
body .container .perintro-wrap .perintro.p-np p {
  text-indent: 0;
}
body .container .perintro-wrap .perintro.work h4 {
  font-size: inherit;
  color: #125395;
}
body .container .perintro-wrap .perintro p {
  line-height: 2.5em;
}
body .container .perintro-wrap .perintro p img{max-width:90%}
body .container .perintro-wrap .perintro ul li {
  padding: 0.17rem 0 0.17rem 0.1rem;
  border-bottom: 1px dashed #ccc;
  background: url("../images/disc.png") no-repeat 0 0.35rem;
}
body .container .perintro-wrap .perintro ul li .list-txt {
  display: block;
}
body .container .perintro-wrap .perintro ul li .data {
  text-align: right;
  display: block;
}
body .container .perintro-wrap .perintro .boke-wrap {
  width: 2.4rem;
}
body .container .perintro-wrap .perintro .boke-wrap .photo-box {
  width: 2.4rem;
  height: 1.85rem;
  display: table;
  overflow: hidden;
}
body .container .perintro-wrap .perintro .boke-wrap .photo-box .photo {
  display: table-cell;
  width: 2.4rem;
  height: 1.85rem;
  text-align: center;
  vertical-align: middle;
}
body .container .perintro-wrap .perintro .boke-wrap .photo-box .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .perintro-wrap .perintro .boke-list {
  width: 3.8rem;
  margin-left: 0.2rem;
}
body .container .perintro-wrap .perintro .boke-list p {
  margin-bottom: 0.18rem;
}
body .container .perintro-wrap .perintro .boke-list p .boke-txt {
  display: inline-block;
  width: 9.5em;
  vertical-align: middle;
}
body .container .perintro-wrap .perintro .boke-list p .detail {
  display: inline-block;
  vertical-align: middle;
}
body .container .struct-wrap {
  border: 1px solid #e6e6e6;
      margin-bottom: 20px;
  background-size: 2.37rem 1.8rem;min-height: 220px;
}
body .container .struct-wrap h2 {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0 0.2rem 0.22rem;
  border-bottom: 1px solid #e6e6e6;
  background-image: url("../images/bg-title1.png");
}
body .container .struct-wrap .list-box {
  padding: 0 0.2rem 0.2rem 0.2rem;
}
body .container .struct-wrap .list-box .list {
  font-size: 0.3rem;
}
body .container .struct-wrap .list-box .list li {
  padding: 0.17rem 0 0.17rem 0.1rem;
  border-bottom: 1px dashed #ccc;
  background: url("../images/disc.png") no-repeat 0 0.35rem;
}
body .container .struct-wrap .list-box .list li .list-txt {
  display: block;
}
body .container .struct-wrap .list-box .list li .data {
  display: block;
}
body .container .struct-wrap .list-box .load-more {
  padding: 0.39rem 0 0.53rem 0;
  text-align: center;
  color: #297ed3;
}
body .container .struct-wrap .list-box .load-more a{
    color: #23527c;
}
body .container .struct-wrap .struct {
  padding: 0.25rem 0.06rem 0.25rem 0.06rem;
}
body .container .struct-wrap .struct h3 {
  padding-bottom: 0.18rem;
  margin: 0 auto;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
line-height: 15px;
}
body .container .struct-wrap .struct .pic-list .photo-wrap {
  width: 3.3rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
body .container .struct-wrap .struct .pic-list .photo-wrap:nth-child(2n+1) {
  margin-right: 0.33rem;
}
body .container .struct-wrap .struct .pic-list .photo-wrap .photo-box {
  display: table;
  width: 3.3rem;
  height: 2.28rem;
  border: 1px solid #ccc;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
body .container .struct-wrap .struct .pic-list .photo-wrap .photo-box .photo {
  display: table-cell;
  width: 3.3rem;
  height: 2.28rem;
  text-align: center;
  vertical-align: middle;
}
body .container .struct-wrap .struct .pic-list .photo-wrap .photo-box .photo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
body .container .struct-wrap .struct .pic-list .page-link {
  font-size: 0.24rem;
  text-align: center;
  clear: both;
}
body .container .struct-wrap .struct .pic-list .page-link a {
  font-size: inherit;
  border: 1px solid #ccc;
  text-align: center;
  height: 0.44rem;
  line-height: 0.4rem;
}
body .container .struct-wrap .struct .pic-list .page-link .home-page {
  display: inline-block;
  width: 0.74rem;
  background-color: #125395;
  color: #fff;
}
body .container .struct-wrap .struct .pic-list .page-link .pre-page,
body .container .struct-wrap .struct .pic-list .page-link .next-page {
  display: inline-block;
  width: 1.14rem;
  color: #666;
}
body .container .struct-wrap .struct .pic-list .page-link .end-page {
  display: inline-block;
  width: 0.76rem;
  color: #666;
}
body .container .struct-wrap .struct .team-wrap {
  padding: 0 0.2rem 0.4rem 0.2rem;
}
body .container .struct-wrap .struct .team-wrap p {
  line-height: 1.7em;
  color: #666;
  text-align: justify;
}
body .container .struct-wrap .struct .team-wrap p span {
  font-weight: bold;
  color: #333;
}
body .container .struct-wrap .struct .team-wrap h3 {
  text-align: left;
}
body .container .struct-wrap .struct .team-wrap .team .teamer .photo-wrap {
  width: 1.9rem;
  margin-top: 0.25rem;
}
body .container .struct-wrap .struct .team-wrap .team .teamer .photo-wrap:nth-child(3n+2) {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
body .container .struct-wrap .struct .team-wrap .team .teamer .photo-wrap .photo-box {
  width: 1.9rem;
  height: 2.26rem;
  display: table;
  border: 1px solid #ccc;
  overflow: hidden;
}
body .container .struct-wrap .struct .team-wrap .team .teamer .photo-wrap .photo-box .photo {
  display: table-cell;
  width: 1.9rem;
  height: 2.26rem;
  text-align: center;
  vertical-align: middle;
}
body .container .struct-wrap .struct .team-wrap .team .teamer .photo-wrap .photo-box .photo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
body .container .struct-wrap .struct .team-wrap .team .teamer .photo-wrap .name {
  text-align: center;
  padding-top: 0.19rem;
  color: #595757;height:30px;
}
body .container .struct-wrap .struct .struct-txt {
  padding: 0.4rem 0.2rem 0.4rem 0.2rem;
  

}
body .container .struct-wrap .struct .struct-txt .see {
  padding: 0.14rem 0 0.3rem 0;
  color: #666;
  font-size: 0.24rem;
  text-align: center;
}
body .container .struct-wrap .struct .struct-txt .see span:nth-child(1) {
  margin-right: 0.1rem;
}
body .container .struct-wrap .struct .struct-txt p {
  line-height: 2.2em;
}
body .container .struct-wrap .struct .struct-txt p span {
font-weight: bold;
}
body .container .struct-wrap .struct .struct-txt .photo-box {
  width: 6.6rem;
  height: 4.33rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
body .container .struct-wrap .struct .struct-txt .photo-box .photo-wrap {
  display: table;
  width: 6.6rem;
  height: 4.33rem;
}
body .container .struct-wrap .struct .struct-txt .photo-box .photo-wrap .photo {
  display: table-cell;
  width: 6.6rem;
  height: 4.33rem;
  text-align: center;
  vertical-align: middle;
}
body .container .struct-wrap .struct .struct-txt .photo-box .photo-wrap .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .struct-wrap .struct .struct-txt .photo-box1 {
  width: 6.6rem;
  height: 2.72rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
body .container .struct-wrap .struct .struct-txt .photo-box1 .photo-wrap {
  display: table;
  width: 6.6rem;
  height: 2.72rem;
}
body .container .struct-wrap .struct .struct-txt .photo-box1 .photo-wrap .photo {
  display: table-cell;
  width: 6.6rem;
  height: 2.72rem;
  text-align: center;
  vertical-align: middle;
}
body .container .struct-wrap .struct .struct-txt .photo-box1 .photo-wrap .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .struct-wrap .struct .struct-txt .photo-box2 {
  width: 6.6rem;
  height: 4.3rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
body .container .struct-wrap .struct .struct-txt .photo-box2 .photo-wrap {
  display: table;
  width: 6.6rem;
  height: 4.3rem;
}
body .container .struct-wrap .struct .struct-txt .photo-box2 .photo-wrap .photo {
  display: table-cell;
  width: 6.6rem;
  height: 4.3rem;
  text-align: center;
  vertical-align: middle;
}
body .container .struct-wrap .struct .struct-txt .photo-box2 .photo-wrap .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .struct-wrap .struct .struct-txt .extra-file {
  margin-top: 0.4rem;
}
body .container .struct-wrap .struct .struct-txt .extra-file h4 {
  font-weight: bold;
  font-size: inherit;
  color: #0b4076;
}
body .container .struct-wrap .struct .struct-txt .extra-file .extra-file-list {
  padding-left:0;
}
body .container .struct-wrap .struct .struct-txt .extra-file .extra-file-list p {
  color: #0b4076;
  text-align: justify;
}
body .container .struct-wrap .struct .struct-txt .extra-file .extra-file-list p a {
  color: #0b4076;
}
body .container .struct-wrap .struct .txt-page {
  padding: 0.2rem 0.09rem 0 0.09rem;
}
body .container .struct-wrap .struct .txt-page p {
  padding-left: 0.9rem;
    margin: 8px 0;
}
body .container .struct-wrap .struct .txt-page p .pre-page,
body .container .struct-wrap .struct .txt-page p .next-page {
  font-weight: bold;
  margin-left: -0.9rem;
}
body .container .struct-wrap .struct .txt-page p .pre-txt,
body .container .struct-wrap .struct .txt-page p .next-txt {
  text-align: justify;
  width: 5.5rem;
  color: #404040;
}
body .footer {
  background-color: #d9dfe5;
  padding: 0.39rem 0 0.35rem 0.25rem;
}
body .footer p {
  line-height: 2em;
}
body .footer .link-pc {
  margin-top: 0.18rem;
}
body .footer .link-pc span {
  vertical-align: middle;
  color: #000;
  margin-left: 0.08rem;
}

.list-wp{padding:0 10px 10px 10px;}
.list-wp p,.list-box p{ line-height:30px;border-bottom: 1px dotted #bbb9b9;padding: 5px 0;}