* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;

}

img {
  border: 0;
}

input {
  border: 0;
  outline: 0;
}
.pc_none {
  display: none;
}
sun {
  width: 100%;
  height: auto!important;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

body {
  font-family: '微软雅黑';
  background: #f7f7f7;
}

.top_banner {
  position: absolute;
  width: 100%;

}

.crumbs {
  position: relative;
  height: 34px;
  line-height: 34px;
  background: url(MEPCMS_topBg_v2020.png);
  z-index: 1;
  font-size: 16px;
  color: #085195;
}

.crumbs a {
  color: #085195;
}



.crumbs2 {
  position: relative;
  /*height: 34px;*/
  height: 3px;
  line-height: 34px;
  width: 1200px;
  margin:0 auto;
  z-index: 1;
  font-size: 16px;
  /*color: #085195;*/
  color: #ffffff;
  border:0px solid #333;
}

.crumbs2 a {
  color: #085195;
}
.wrap2 {
  position: absolute;
  width: auto;
  border:0px solid #333;
  /*margin-top: 280px;*/
  margin-top: 37%;
}

.wrap2 a {
  /*color: #085195;*/
  color: #ffffff;
}

.wrap3 {
  position: absolute;
  width: auto;
  border:0px solid #333;
  /*margin-top: 280px;*/
  margin-top: -36px;
  color: #085195;
  /*color: #ffffff;*/
}

.wrap3 a {
  color: #085195;
  /*color: #ffffff;*/
}

.ytygs_logo {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
   /*border: 1px solid #333; */
}


/*.ytygs_logo{ max-width: 120; margin:0.20rem auto 0.10rem auto; }*/
.ytygs_logo img{ width: 420px; }

.storys {
  position: relative;
  z-index: 1;
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  margin-top: 27%;
  padding-bottom: 37px;
  /* box-shadow: 5px 5px 5px #ddd; */
}

.centerUl{
  padding: 8px 15px 0;
}
.centerUl li{
  overflow: hidden;
  background: url(ztdy_liBg_v191227_04.png) no-repeat center bottom;
  padding: 0 20px;
}
.centerUl li a{
  display: block;
  font-size: 20px;
  color: #333;
  width: 970px;
  float: left;
  line-height: 40px;
  background: url(xStsx_img_v191227_10.png) no-repeat 5px 28px;
  padding: 10px 0 10px 24px;
}
.centerUl li a:hover{
  color: #132F96;
}
.centerUl li span{
  float: right;
  font-size:18px;
  color: #999999;
  line-height: 64px;
}


/* 详情页 */
.artDet {
  position: relative;
  width: 1144px;
  margin: 0 auto;
  background: #fff;
  margin-top: 30%;
  padding: 0 38px 42px 38px;
}

.artDet .art_crumbs {
  font-size: 16px;
  color: #999999;
  padding: 20px 0;
}

.artDet .art_crumbs a {
  color: #999999;
}

.artDet .detCon {
  border: 1px solid #e0e0e0;
}

.artDet .detCon .title {
  font-size: 36px;
  font-weight: 700;
  color: #10499a;
  text-align: center;
  padding: 30px;
}

.artDet .detCon .info {
  width: 1065px;
  margin: 0 auto;
  border-bottom: 1px solid #4a6ba9;
  font-size: 18px;
  color: #666666;
  padding: 20px 0;
  overflow: hidden;
}

.artDet .detCon .info div {
  float: left;
}

.artDet .detCon .info div.time {
  width: 160px;
  text-align: center;
}

.artDet .detCon .info div.source {
  width: 400px;
  padding-left: 20px;
}

.artDet .detCon .info div.fz {
  width: 210px;
}

.artDet .detCon .info div.fz span {
  cursor: pointer;
}
.artDet .detCon .info div.print a {
  color: #666666;
}
.artDet .detCon .info div.print {
  margin-right: 40px;
}

.artDet .detCon .info div.share img {
  vertical-align: top;
  cursor: pointer;
}

.artDet .detCon .article {
  padding: 30px;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}

.artDet .detCon .article video {
  display: block;
  width: 645px;
  margin: 0 auto;
}

.artDet .detCon .article img {
  display: block;
  max-width: 645px;
  margin: 0 auto;
  height: auto;
}

.artDet .detCon .article p {
  margin: 1.5em 0;
}


.neiright_Box .neiright_JPZGK {
  font-size: 18px;
  line-height: 26px;
  height: 26px;
}
.neiright_Box .neiright_JPZGK .bshare-custom {
  top: 0!important;
}



@media screen and (max-width: 1440px) {


  .storys {
  position: relative;
  z-index: 1;
  width: 1000px;
  background: #fff;
  margin: 0 auto;
  margin-top: 27%;
  padding-bottom: 37px;
  /* box-shadow: 5px 5px 5px #ddd; */
}

  .neiright_Box .neiright_JPZGK {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }

  .wrap {
    width: 1000px;
    margin: 0 auto;
  }

  body {
    font-family: '微软雅黑';
    background: #f7f7f7;
    min-width: 1024px;
  }

  .top_banner {
    position: absolute;
    width: 100%;
    min-width: 1024px;
  }

  .crumbs {
    position: relative;
    height: 28px;
    line-height: 28px;
    background: url(MEPCMS_topBg_v2020.png);
    z-index: 1;
    font-size: 13px;
    color: #085195;
  }

  .crumbs a {
    color: #085195;
  }



   .crumbs2 {
  position: relative;
  /*height: 34px;*/
  height: 12px;
  line-height: 34px;
  width: 1000px;
  margin:0 auto;
  z-index: 1;
  font-size: 16px;
  /*color: #085195;*/
  color: #ffffff;
  border:0px solid #333;
}

.crumbs2 a {
  color: #085195;
}
.wrap2 {
  position: absolute;
  width: auto;
  border:0px solid #333;
  margin-top: 290px;
}

.wrap2 a {
  /*color: #085195;*/
  color: #ffffff;
}

.ytygs_logo {
  position: relative;
  z-index: 2;
  width: 1000px;
  margin: 0 auto;
  margin-top: 18px;
   /*border: 1px solid #333; */
}


/*.ytygs_logo{ max-width: 120; margin:0.20rem auto 0.10rem auto; }*/
.ytygs_logo img{ width: 390px; }




.centerUl{
  padding: 8px 15px 0;
}
.centerUl li{
  overflow: hidden;
  background: url(ztdy_liBg_v191227_04.png) no-repeat center bottom;
  padding: 0 20px;
}
.centerUl li a{
  display: block;
  font-size: 20px;
  color: #333;
  /*width: 970px;*/
  width: 793px;
  float: left;
  line-height: 40px;
  background: url(xStsx_img_v191227_10.png) no-repeat 5px 28px;
  padding: 10px 0 10px 24px;
  border:0px solid #333;
}
.centerUl li a:hover{
  color: #132F96;
}
.centerUl li span{
  float: right;
  font-size:18px;
  color: #999999;
  line-height: 64px;
}


  /* 详情页 */

  .artDet {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #fff;
    margin-top: 30%;
    padding: 0 30px 42px 30px;
    z-index: 9;
  }

  .artDet .art_crumbs {
    font-size: 14px;
    color: #999999;
    padding: 15px 0;
  }

  .artDet .art_crumbs a {
    color: #999999;
  }

  .artDet .detCon {
    border: 1px solid #e0e0e0;
  }

  .artDet .detCon .title {
    font-size: 30px;
    font-weight: 700;
    color: #10499a;
    text-align: center;
    padding: 25px;
  }

  .artDet .detCon .info {
    width: 887px;
    margin: 0 auto;
    border-bottom: 1px solid #4a6ba9;
    font-size: 15px;
    color: #666666;
    padding: 13px 0;
    overflow: hidden;
  }

  .artDet .detCon .info div {
    float: left;
  }

  .artDet .detCon .info div.time {
    width: 140px;
    text-align: center;
  }

  .artDet .detCon .info div.source {
    width: 300px;
    padding-left: 20px;
  }

  .artDet .detCon .info div.fz {
    width: 210px;
  }

  .artDet .detCon .info div.fz span {
    cursor: pointer;
  }

  .artDet .detCon .info div.print {
    margin-right: 40px;
  }

  .artDet .detCon .info div.share img {
    vertical-align: top;
    cursor: pointer;
    width: 21px;
  }

  .artDet .detCon .article {
    padding: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
  }

  .artDet .detCon .article video {
    display: block;
    width: 538px;
    margin: 0 auto;
  }

  .artDet .detCon .article img {
    display: block;
    max-width: 673px;
    margin: 0 auto;
  }

  .artDet .detCon .article p {
    margin: 1.5em 0;
  }



























}