* {
  margin: 0;
  padding: 0;
}
body{
	font-family: "Arial";
  min-width: 1200px;
}
ul,
li {
  list-style: none;
}

img {
  display: block;
  border: 0;
}

input {
  border: 0;
  outline: none;
  background: none;
}

a {
  text-decoration: none;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

.pageSource_all {
  text-align: right !important;
}

.header {
  height: 120px;
  width: 100%;
  background: #079ce5;
}

.header img {
  float: left;
  padding: 23px 0 0 62px;
}

.header ul.nav {
  float: left;
  padding: 50px 0 0 40px;
}

.header ul.nav li {
  float: left;
  padding: 0 20px;
}

.header ul.nav li.on {
  font-weight: 700;
}

.header ul.nav li a {
  color: #fff;
  font-size: 20px;
}

.header .search {
  float: right;
  padding-top: 40px;
  /* margin-left: 150px; */
}

.header .search input {
  display: block;
  float: left;
}

.header .search input.text {
  /* background: #991299; */
  font-size: 16px;
  color: #fff;
  padding: 7px 0;
  width: 225px;
  border-bottom: 1px solid #83cef2;
  padding-left: 15px;
  padding-right: 15px;
}

.header .search input.submit {
  height: 38px;
  width: 20px;
  /* margin-top: 20px; */
  background: url(ZHEN_soso_v2020.png) no-repeat left center;
  cursor: pointer;
}

.header .cn {
  float: right;
  color: #fff;
  font-size: 16px;
  padding-top: 47px;
  margin-right: 10px;
}

.header .cn a {
  color: #fff;
  margin-left: 10px;
}

.mobile_logoEnd {
  display: none;
}

/* 轮播 */
.pc_slide .slideBox {
  position: relative;
}

.pc_slide .slideBox .hd {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 30px;
  margin-left: -50px;
}

.pc_slide .slideBox .hd ul li {
  float: left;
  width: 15px;
  height: 14px;
  background: url(ZHEN_slideDot_v2020.png);
  margin: 0 3px;
}

.pc_slide .slideBox .hd ul li.on {
  width: 29px;
  background: url(ZHEN_slideDotOn_v2020.png);
}

.pc_slide .slideBox .bd ul li a img {
  width: 100%;
  /* height: 634px; */
}

.mainBg {
  background: url(ZHEN_indexBg_v2020.png) no-repeat;
  padding: 40px 0;
  background-size: cover;
}

/* news */
.news {
  width: 1100px;
  height: 525px;
  border: 2px solid #dddddd;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0 50px 0 50px;
  background: #fff;
}

.news .titleCon {
  padding-top: 18px;
  height: 65px;
  border-bottom: 2px solid #999999;
}

.news .titleCon .title {
  float: left;
  font-size: 40px;
  color: #333;
  font-weight: 700;
  line-height: 60px;
}

.news .titleCon .more a {
  padding-top: 30px;
  float: right;
  color: #666;
  font-size: 14px;
}

.news .listCon .imgList {
  padding-top: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.news .listCon .imgList li {
  height: 120px;
  float: left;
  width: 530px;
}
.news .listCon .imgList li:first-child{
  margin-right: 30px;
}
.news .listCon .imgList li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.news .listCon .imgList .left {
  float: left;
}

.news .listCon .imgList .right {
  float: left;
  width: 330px;
  margin-left: 15px;
}

.news .listCon .imgList .left img {
  width: 182px;
  height: 120px;
}

.news .listCon .imgList .right .newsT {
  display: block;
  color: #31579e;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  overflow: hidden;
  line-height: 26px;
  font-weight: bold;
  margin-bottom:8px;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
}

.news .listCon .imgList .right .newsTime,
.news .listCon .imgList .right .newsDesc {
  font-size: 14px;
  color: #666;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
}

.news .listCon .imgList .right .newsTime {
  padding: 13px 0 8px 0;
}

.news .listCon .imgList .right .newsDesc {
  height: 64px;
  overflow: hidden;
}

.news .listCon .wordList li {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #ddd;
}

.news .listCon .wordList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.news .listCon .wordList li a .newsT {
  float: left;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  background: url(ZHEN_wordListDot.png) no-repeat 5px center;
  width: 990px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news .listCon .wordList li a .newsTime {
  float: right;
  font-size: 15px;
  color: #666;
}

/* space science */

.space_science {
  height: 657px;
  background: url(ZHEN_space_scienceBg_v2020.gif) no-repeat center top;
  margin-top: 40px;
}

.space_science .title {
  font-size: 40px;
  color: #fff;
  width: 690px;
  text-align: right;
  line-height: 114px;
  height: 120px;
  font-weight: 700;
  /* font-family: Candara; */
}

.space_science .up {
  margin-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4dafe4;
  height: 158px;
}

.space_science .up .ssupItem {
  position: relative;
  float: left;
  width: 400px;
  height: 158px;
  font-size: 22px;

  font-weight: 700;
}

.space_science .up .ssupItem img {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 158px;
}

.space_science .up .ssupItem a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /* width: 280px; */
  padding: 40px 0 0 110px;
  color: #fff;
  line-height: 35px;
  z-index: 9;
  cursor: pointer;
  font-family: Arial;
}

.space_science .up .ssupItem span {
  position: relative;
}

.space_science .up .ssupItem.item2 a {
  padding-left: 160px;
  /* width: 220px; */
  font-size: 26px;
}

.space_science .up .ssupItem.item3 a {
  padding-left: 150px;
  font-size: 26px;
  /* width: 220px; */
}

.space_science .bottom {
  width: 867px;
  margin: 0 auto;
  margin-top: 40px;
}

.space_science .bottom .ssboItem {
  position: relative;
  float: left;
  width: 289px;
  height: 164px;
  /* background: url(ZHEN_space_scienceB1_v2020.png) no-repeat; */
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  font-family: Arial;
}

.space_science .bottom .ssboItem img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.space_science .bottom .ssboItem a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 9;
  cursor: pointer;
}

.space_science .bottom .ssboItem span {
  position: relative;
}




/*  About CMS  Constitutes... */
.acma {
  margin-top: 40px;
  overflow: hidden;
}

.acma .acmaItem {
  position: relative;
  float: left;
}

.acma .acmaItem img {
  width: 300px;
  height: 306px;
}

.acma .acmaItem a {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    z-index: 9;
  cursor: pointer;
  font-family: Arial;

}

.acma .acmaItem a span {
  position: absolute;
  top: 60px;
  display: block;
  width: 100%;
  left: 0;
}

/* MULTIMEDIA */
.mult {
  margin-top: 60px;
  margin-bottom: 0px;
  overflow: hidden;
}

.mult .left {
  float: left;
}

.mult .right {
  float: left;
}

.mult .left .slide2 .slideBox2 {
  position: relative;
  height: 468px;
}

.mult .left .slide2 .bd img {
  width: 600px;
  height: 402px;
}

.mult .left .slide2 .bd p {
  color: #31579e;
  font-size: 20px;
  width: 460px;
  /* height: 64px; */
  line-height: 26px;
  padding-top: 10px;
  overflow: hidden;
}

.mult .left .slide2 a.next,
.mult .left .slide2 a.prev {
  position: absolute;
  right: 0px;
  bottom: 0;
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  background: url(ZHEN_slide2Next_v2020.png) no-repeat;
}

.mult .left .slide2 a.prev {
  right: 66px;
  background: url(ZHEN_slide2Prev_v2020.png) no-repeat;
}

.mult .left .slide2 a.next:hover {
  background: url(ZHEN_slide2NextOn_v2020.png);
}

.mult .left .slide2 a.prev:hover {
  background: url(ZHEN_slide2PrevOn_v2020.png);
}

.mult .right {
  width: 598px;
  margin-left: 2px;

}

.mult .right .titleCon {
  height: 65px;
}

.mult .right .titleCon .title {
  float: left;
  font-size: 40px;
  line-height: 44px;
  height: 44px;
  color: #333;
  font-weight: 700;
}

.mult .right .titleCon .more {
  float: right;
  padding-top: 20px;
}

.mult .right .titleCon .more a {
  font-size: 14px;
  color: #666;
}

.mult .right .listCon ul li {
  float: left;
  width: 298px;
  height: 200px;
  position: relative;
  margin-bottom: 3px;
}

.mult .right .listCon ul li img {
  display: block;
}

.mult .right .listCon ul li .mainImg {
  width: 298px;
  height: 200px;
}

.mult .right .listCon ul li .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mult .right .listCon ul li .icon_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}

/* footer */
.footer {
  background: #f8f8f8;
  height: 127px;
}

.footer .logoEnd {
  display: block;
  float: left;
  padding-top: 40px;
}

.footer .csrs {
  float: right;
  text-align: right;
  padding-top: 38px;
  font-size: 14px;
  color: #999999;
}

.footer .csrs .cs {
  margin-bottom: 15px;
}

.footer .csrs .cs a {
  font-weight: bold;
  color: #999;
}

.footer .csrs p {
  margin-top: 4px;
}

/* About CMS  */
.crumbs {
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.crumbs a {
  color: #666;
}

.abt .wrap {
  box-shadow: 0px 0px 3px #ccc;
  padding: 1px;
  /* margin: 60px auto; */
  margin-bottom: 60px;
  background: #fff;
  border:1px solid #ccc;
}

.abt .title {
  width: 1100px;
  font-size: 40px;
  color: #333333;
  font-weight: 700;
  padding: 50px 0 40px 0;
  margin: 0 auto;
  border-bottom: 2px solid #999999;
}

.abt .abtCon {
  width: 1100px;
  margin: 0 auto;
  padding-bottom:30px; 
}
.abt .abtCon img{
  max-width: 100%;
  margin: 20px auto 10px;
}
.abt .abtCon .header,.abt .abtCon .dqwz{
   display: none;
}
.abt .abtCon p,.abt .abtCon div,.abt .abtCon span{
  font-size: 20px !important;
  color: #333;
  line-height: 38px;
  /*text-align: justify;*/
  margin:20px 0 ; 
  font-family: "Arial" !important;
}
.abtCon .pageSource1{
  text-align: right !important;
}
.abt .abtCon p{
  margin:20px 0 !important; 
}
.abt .abtCon ul {
  padding-left: 50px;
}
.abt .abtCon ul li {
  list-style: disc!important;
}
.abtCon video{
	max-width: 100%;
	margin:0 auto; 
  display:block;
  width: 75%;
  height: auto;
}
.abtCon #con_video{
   text-indent: 0 !important;
   text-align:center !important;
}
/* Astronaunts */
.astr .wrap {
  box-shadow: 0px 0px 3px #ccc;
  padding: 50px 0;
  margin-bottom: 60px;
}

.astr .astrCon .conT img {
  width: 1100px;
  margin: 0 auto;
}

.astr .astrCon .conT .conTW {
  width: 1038px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  padding: 50px 30px;
  line-height: 38px;
  border: 1px solid #cccccc;
  text-indent: 0em;
}

.astr .astrCon ul.imgList {
  width: 1100px;
  margin: 0 auto;
  padding-top: 50px;
  overflow: hidden;
}

.astr .astrCon ul.imgList li {
  float: left;
  margin-right: 74px;
  margin-bottom: 25px;
}

.astr .astrCon ul.imgList li:nth-child(4n) {
  margin-right: 0;
}

.astr .astrCon ul.imgList li .imgCon {
  height: 305px;
  width: 217px;
  border: 1px solid #7fc2ec;
  background: #f7f7f7;
}

.astr .astrCon ul.imgList li .imgCon img {
  display: block;
  margin: 0 auto;
  width: 184px;
  height: 270px;
  margin-top: 16px;
  border: 1px solid #e0e0e0;
}

.astr .astrCon ul.imgList li .name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0f62af;
  margin-top: 10px;
}

/* Constitutes */
.cons .consCon .desc {
  width: 1100px;
  margin: 0 auto;
  font-size: 20px;
  color: #333;
  line-height: 38px;
  padding: 50px 0;
  text-indent: 0em;
  border-bottom: 2px solid #cccccc;
  text-align: justify;
}

.cons .consCon ul.consList {
  width: 1100px;
  margin: 0 auto;
}

.cons .consCon ul.consList li {
  min-height: 180px;
  padding: 30px 20px;
  border-bottom: 1px solid #dddddd;

}

.cons .consCon ul.consList li a {
  width: 100%;
  height: 100%;
  display: block;
}

.cons .consCon ul.consList li a .left {
  float: left;
}

.cons .consCon ul.consList li a .left img {
  width: 271px;
  height: 180px;
}

.cons .consCon ul.consList li a .right {
  float: left;
  width: 750px;
  margin-left: 30px;
}

.cons .consCon ul.consList li a .right .rtitle {
  color: #0f62af;
  font-weight: 700;
  font-size: 20px;
}

.cons .consCon ul.consList li a .right .rdesc {
  font-size: 16px;
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 30px 0 30px 0;
}

.cons .consCon ul.consList li a .right .rmore {
  font-size: 14px;
  color: #666;
  text-align: right;
}

.page {
  padding: 40px 0 50px 0;
  text-align: center;
  color: #999;
  font-size: 16px;
}

.page a {
  color: #999;
}

.page .home {
  display: inline-block;
  /* margin: 0 15px 0 25px; */
  padding: 0 5px;
  margin: 0 5px;
  /* min-width: 30px; */
  height: 30px;
  line-height: 30px;
  border: 1px solid #dddddd;
}

.page .pageNum {
  display: inline-block;
  border: 1px solid #dddddd;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
}

.page .pageNum.on {
  color: #0f62af;
}

.page .nextPage {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  text-align: center;
  border: 1px solid #dddddd;
}

.page .prevPage {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  text-align: center;
  border: 1px solid #dddddd;
}

.page .lastPage {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  text-align: center;
  border: 1px solid #dddddd;
  margin-right: 5px;
}

.page .text {
  display: inline-block;
  width: 35px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dddddd;
  vertical-align: top;
  color: #999;
  font-size: 16px;
  /* padding-left: 5px; */
  text-align: center;
}

.page .submit {
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #079ce5;
  margin-left: 15px;
  color: #fff;
  vertical-align: top;
  font-size: 16px;
  cursor: pointer;
}

/* Management */
.Mana {
  overflow: hidden;
  margin-bottom: 60px;
}

.Mana .leftMana {
  float: left;
}

.Mana .rightMana {
  position: relative;
  margin: 3px 0;
  float: left;
  width: 728px;
  margin-left: 38px;
  padding: 0 50px;
  box-shadow: 0 0 3px #ccc;
  background: #fff;
}

.Mana .leftMana ul li {
  width: 328px;
  /* height: 68px; */
  /* line-height: 70px; */
  padding: 17px 0;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.Mana .leftMana ul li.active {
  width: 330px;
  /* height: 70px; */
  border: 0;
  background: #007bc6;
  /* padding: 0; */
  /* line-height: 70px; */
}

.Mana .leftMana ul li.active a {
  color: #fff;
}

.Mana .leftMana ul li a {
  width: 100%;
  /* height: 100%; */
  display: block;
  color: #666;
  font-weight: 700;
  font-size: 30px;
  /* font-family: Candara; */
}



.Mana .rightMana .title {
  font-size: 44px;
  color: #333;
  font-weight: 700;
  height: 128px;
  line-height: 130px;
  border-bottom: 2px solid #999999;
}

.Mana .rightMana .desc {
  font-size: 20px;
  line-height: 38px;
  color: #333;
  /* text-indent: 2em; */
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
  text-align: justify;
}
 .Mana .rightMana .desc div,.Mana .rightMana .desc p{
   width: auto !important;
   text-align: justify;
}
.Mana .rightMana ul.ManaList {
  padding: 30px 0;
}

.Mana .rightMana ul.ManaList li {
  float: left;
  width: 226px;
  height: 369px;
  border: 1px solid #7fc2ec;
  background: #f7f7f7;
  margin: 0 22px 30px 0;
}

.Mana .rightMana ul.ManaList li:nth-child(3n) {
  margin-right: 0;
}

.Mana .rightMana ul.ManaList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.Mana .rightMana ul.ManaList li a img {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  width: 196px;
  height: 262px;
}

.Mana .rightMana ul.ManaList li a .name {
  color: #0f62af;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}

.Mana .rightMana ul.ManaList li a .posi {
  color: #333;
  font-size: 20px;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  text-align: center;
  padding-top: 6px;
}

/* Missions */

.Missions .consCon ul.consList li a .right .rdesc {
  height: 108px;
  margin: 16px 0 20px 0;
}

/* missionsv2 */
.missionsv2.Mana .leftMana ul li {
  width: 332px;
  /* height: 51px; */
  color: #fff;
  border-bottom: none;
  border-top: none;
  padding: 0;
}

.missionsv2 .leftMana ul li.active a {
  color: #0f62af;
  background: 0;
}

.missionsv2 .leftMana ul li.active {
  width: 332px;
  /* height: 51px; */
  /* border: 0; */
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top: none;
  background: 0;
}

.missionsv2 .leftMana ul li a {
  font-size: 22px;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  color: #666;
  width: 270px;
  margin: 0 auto;
  /* height: 50px; */
  /* line-height: 50px; */
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
}

.missionsv2 .leftMana ul li.liT {
  height: 58px;
  background: #007bc6;
}

.missionsv2 .leftMana ul li.liT a {
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 58px;
  padding: 0;
  font-size: 27px;
}

.missionsv2 .leftMana ul li.last {
  position: relative;
  height: 212px;
  border-bottom: 1px solid #e6e6e6;
}

.missionsv2 .leftMana ul li.last img {
  position: absolute;
  top: 32px;
  right: 17px;
  width: 167px;
}

.missionsv2 .rightMana .desc {
  padding: 0;
  border: 0;
}

.missionsv2 .rightMana .desc p {
  margin: 1em 0;
  text-align: justify;
  font-size: 20px !important;
  line-height: 38px !important;
}
.missionsv2 .rightMana .desc img {
  max-width: 100%;
  display: block;
  margin:0 auto; 
}

/* Multimedia */
.Multimedia .rightMana .desc {
  text-indent: 0em;
}

.Multimedia .rightMana ul.meidaList {
  padding-top: 30px;
  overflow: hidden;
}

.Multimedia .rightMana ul.meidaList li {
  float: left;
  height: 285px;
  width: 348px;
  border: 1px solid #e5e7f2;
  background: #f2f9fd;
  margin: 0 28px 30px 0;
}

.Multimedia .rightMana ul.meidaList li a img {
  padding-top: 9px;
  width: 340px;
  height: 226px;
  width: 330px;
    height: 226px;
    margin: 0 auto;
}
.meidaListSp li a{
   display: block;
   position: relative;
}
.meidaListSp li a i{
  position: absolute;
    left: 50%;
    top: 104px;
    height: 28px;
    width: 30px;
    display: block;
    margin-left: -15px;
    background: url(ZHEN_multVideo_v2020.png) no-repeat;
}
.Multimedia .rightMana ul.meidaList li a .missionName {
  color: #0f62af;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  text-indent: 0;
  padding-left: 15px;
}

/* NEWS */
.news_p .consCon ul.consList li {
  min-height: 130px;
}

.news_p .consCon ul.consList li .rtitle {
  color: #0f62af;
  font-size: 20px;
}

.news_p .consCon ul.consList li .rdesc {
  /* text-indent: 2em; */
  color: #666;
  line-height: 26px;
  font-size: 16px;
  margin: 15px 0;
}

.news_p .consCon ul.consList li .rmore {
  overflow: hidden;
}

.news_p .consCon ul.consList li .rmore .time {
  background: url(ZHEN_newsClock_v2020.png) no-repeat left center;
  padding-left: 20px;
  float: left;
}

.news_p .consCon ul.consList li .rmore .time img {
  display: none;
  padding-top: 3px;
  margin-right: 5px;
}

.news_p .consCon ul.consList li .rmore .time span {
  display: block;
  float: left;
  color: #666;
}

.news_p .consCon ul.consList li .rmore .more {
  float: right;
  font-size: 14px;
  color: #666;
}



/* Space Science  */
.sspace .rightMana .title {
  width: 696px;
  background: url(ZHEN_ssTBg_v2020.png) no-repeat;
  color: #f4f4f4;
  font-size: 30px;
  margin-top: 50px;
  padding-left: 32px;
}

.sspace .rightMana .title span {
  display: block;
  float: left;
  height: 86px;
  line-height: 110px;
  /* padding-left: 32px; */
  border-bottom: 1px solid #f4f4f4;
}

.sspace .rightMana {
  padding-bottom: 50px;
}

.sspace .rightMana .desc {
  border-bottom: 4px solid #cccccc;
}

/* 航天员详情 */
.astrDet .title {
  overflow: hidden;
  border: 0;
}

.astrDet .title .left {
  float: left;
}

.astrDet .title .left img {
  width: 36px;
  height: 50px;
}

.astrDet .title .right {
  float: left;
  width: 1045px;
  font-size: 30px;
  color: #0f62af;
  font-weight: 700;
  margin-left: 15px;
  border-bottom: 1px solid #007bc6;
  /* padding-bottom: 10px; */
  height: 50px;
}

.astrDet .abtCon {
  padding: 10px 0 50px 0;
  overflow: hidden;
}

.astrDet .abtCon .left {
  float: left;
}

.astrDet .abtCon .left .imgCon {
  width: 398px;
  height: 558px;
  border: 1px solid #7fc2ec;
  background: #f7f7f7;
}

.astrDet .abtCon .left .imgCon img {
  width: 348px;
  height: 509px;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  margin-top: 24PX;
}

.astrDet .abtCon .right {
  width: 660px;
  float: left;
  margin-left: 33px;
}

.astrDet .abtCon .right .name {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.astrDet .abtCon .right ul.astrInfo li {
  /* padding: 5px 0; */
  overflow: hidden;
}

.astrDet .abtCon .right ul.astrInfo li .itemName {
  float: left;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 38px;
  margin:0;
}

.astrDet .abtCon .right ul.astrInfo li .itemDet {
  max-width: 660px;
  float: left;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  text-indent: 10px;
  line-height: 38px;
  margin:0;
}
.astrDet .abtCon .right ul.astrInfo li:last-child .itemDet{
  text-indent: 0 !important;
}
/* 文章详情 */

.artDet .title {
  position: relative;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-size: 30px;
  font-weight: 700;
  color: #0f62af;
  line-height: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #007bc6;
      padding-right: 125px;
    box-sizing: border-box;
}

.artDet .title .ts {
  position: absolute;
  right: 0;
  bottom: 25px;
}

.artDet .title .ts .time,
.artDet .title .ts .see {
  margin-right: 10px;
}

.artDet .title .ts .time,
.artDet .title .ts .time img,
.artDet .title .ts .see,
.artDet .title .ts .see img {
  float: left;
  font-size: 14px;
  color: #666;
}

.artDet .title .ts .see span,
.artDet .title .ts .time span {
  display: block;
  float: left;
  line-height: 14px;
  margin-left: 5px;
}

.artDet .abtCon {
  position: relative;
}
.artDet .abtCon .videoPmobile{
  display: none;
}
.artDet .abtCon .imgCon {
  margin: 50px auto;
  width: 631px;
}

.artDet .abtCon .imgCon img {
  width: 100%;
}

.artDet .abtCon .imgCon .imgT {
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.artDet .abtCon .editor {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 20px;
  color: #333;
}

@media screen and (max-width:1600px) {
  .wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .header {
    height: 100px;
    width: 100%;
    background: #079ce5;
  }

  .header img {
    float: left;
    padding: 20px 0 0 52px;
    width: 74px;
  }

  .header ul.nav {
    float: left;
    padding: 40px 0 0 30px;
  }

  .header ul.nav li {
    float: left;
    padding: 0 10px;
  }

  .header ul.nav li.on {
    font-weight: 700;
  }

  .header ul.nav li a {
    color: #fff;
    font-size: 16px;
  }

  .header .search {
    float: right;
    padding-top: 30px;
    /* margin-left: 120px; */
  }

  .header .search input {
    display: block;
    float: left;
  }

  .header .search input.text {
    /* background: #991299; */
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    width: 150px;
    border-bottom: 1px solid #83cef2;
    /* padding-left: 15px; */
  }

  .header .search input.submit {
    height: 38px;
    width: 20px;
    /* margin-top: 20px; */
    background: url(ZHEN_soso_v2020.png) no-repeat left center;
    cursor: pointer;
  }

  .header .cn {
    float: right;
    color: #fff;
    font-size: 14px;
    padding-top: 37px;
    margin-right: 10px;
  }

  .header .cn a {
    color: #fff;
    margin-left: 10px;
  }

  .pc_slide .slideBox {
    position: relative;
  }

  .pc_slide .slideBox .hd {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 30px;
    margin-left: -50px;
  }


  /* 轮播 */
  .pc_slide .slideBox .hd ul li {
    float: left;
    width: 15px;
    height: 14px;
    background: url(ZHEN_slideDot_v2020.png);
    margin: 0 3px;
  }

  .pc_slide .slideBox .hd ul li.on {
    width: 29px;
    background: url(ZHEN_slideDotOn_v2020.png);
  }

  .pc_slide .slideBox .bd ul li a img {
    width: 100%;
    /* height: 527px; */
  }

  .mainBg {
    background: url(ZHEN_indexBg1000_v2020.png) no-repeat;
    padding: 30px 0;
  }


  /* news */
  .news {
    width: 920px;
    height: 430px;
    border: 2px solid #dddddd;
    margin: 0 auto;
    margin-top: 0px;
    padding: 0 40px 0 40px;
  }

  .news .titleCon {
    padding-top: 15px;
    height: 55px;
    border-bottom: 2px solid #999999;
  }

  .news .titleCon .title {
    float: left;
    font-size: 32px;
    color: #333;
    font-weight: 700;
    line-height: 50px;
  }

  .news .titleCon .more a {
    padding-top: 25px;
    float: right;
    color: #666;
    font-size: 12px;
  }

  .news .listCon .imgList {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
  }

  .news .listCon .imgList li {
    height: 100px;
    float: left;
    width: 448px;
  }
  .news .listCon .imgList li:first-child{
    margin-right: 20px;
  }
  .news .listCon .imgList li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .news .listCon .imgList .left {
    float: left;
  }

  .news .listCon .imgList .right {
    float: left;
    width: 280px;
    margin-left: 10px;
  }

  .news .listCon .imgList .left img {
    width: 152px;
    height: 100px;
  }

  .news .listCon .imgList .right .newsT {
    display: block;
    color: #31579e;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    overflow: hidden;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: bold;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  }

  .news .listCon .imgList .right .newsTime,
  .news .listCon .imgList .right .newsDesc {
    font-size: 12px;
    color: #666;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  }

  .news .listCon .imgList .right .newsTime {
    padding: 8px 0 5px 0;
  }

  .news .listCon .imgList .right .newsDesc {
    height: 56px;
    overflow: hidden;
  }

  .news .listCon .wordList li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ddd;
  }

  .news .listCon .wordList li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .news .listCon .wordList li a .newsT {
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    background: url(ZHEN_wordListDot.png) no-repeat 5px center;
    width: 820px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .news .listCon .wordList li a .newsTime {
    float: right;
    font-size: 12px;
    color: #666;
  }


  /* space science */
  .space_science {
    height: 550px;
    background: url(ZHEN_space_scienceBg1000_v2020.gif) no-repeat center top;
    margin-top: 30px;
  }

  .space_science .title {
    font-size: 32px;
    color: #fff;
    width: 574px;
    text-align: right;
    line-height: 114px;
    height: 120px;
    font-weight: 700;
    /* font-family: Candara; */
  }

  .space_science .up {
    margin-top: 25px;
    padding-bottom: 23px;
    border-bottom: 1px solid #4dafe4;
    height: 132px;
  }

  .space_science .up .ssupItem {
    position: relative;
    float: left;
    width: 333px;
    height: 132px;
    font-size: 18px;
    font-weight: 700;
  }

  .space_science .up .ssupItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 334px;
    height: 132px;
  }

  .space_science .up .ssupItem a {
    position: relative;
    z-index: 9;
    display: block;
    /* width: 230px; */
    padding: 30px 0 0 95px;
    color: #fff;
    line-height: 35px;

  }

  .space_science .up .ssupItem.item2 a {
    padding-left: 135px;
    /* width: 195px; */
    font-size: 22px;
  }

  .space_science .up .ssupItem.item3 a {
    padding-left: 125px;
    /* width: 185px; */
    font-size: 22px;
  }

  .space_science .bottom {
    width: 723px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .space_science .bottom .ssboItem {
    position: relative;
    float: left;
    width: 241px;
    height: 136px;
    /* background: url(ZHEN_space_scienceB1_v2020.png) no-repeat; */
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
  }

  .space_science .bottom .ssboItem img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 241px;
    height: 136px;
  }

  .space_science .bottom .ssboItem a {
    position: relative;
    display: block;
    padding-top: 80px;
    color: #fff;
    z-index: 9;
  }

  /*  About CMS  Constitutes... */
  .acma {
    margin-top: 30px;
    overflow: hidden;
  }

  .acma .acmaItem {
    position: relative;
    float: left;
  }

  .acma .acmaItem img {
    width: 250px;
    height: 255px;
  }

  .acma .acmaItem a {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  .acma .acmaItem a span {
    top:40px ;
  }

  /* MULTIMEDIA */
  .mult {
    margin-top: 50px;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .mult .left {
    float: left;
  }

  .mult .right {
    float: left;
  }

  .mult .left .slide2 .slideBox2 {
    position: relative;
    height: 389px;
  }

  .mult .left .slide2 .bd img {
    width: 500px;
    height: 335px;
  }

  .mult .left .slide2 .bd p {
    color: #31579e;
    font-size: 16px;
    width: 390px;
    /* height: 64px; */
    line-height: 22px;
    padding-top: 4px;
    overflow: hidden;
  }

  .mult .left .slide2 a.next,
  .mult .left .slide2 a.prev {
    position: absolute;
    right: 0px;
    bottom: 0;
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    background: url(ZHEN_slide2Next1000_v2020.png) no-repeat;
  }

  .mult .left .slide2 a.prev {
    right: 54px;
    background: url(ZHEN_slide2Prev1000_v2020.png) no-repeat;
  }

  .mult .left .slide2 a.next:hover {
    background: url(ZHEN_slide2NextOn1000_v2020.png);
  }

  .mult .left .slide2 a.prev:hover {
    background: url(ZHEN_slide2PrevOn1000_v2020.png);
  }

  .mult .right {
    width: 498px;
    margin-left: 2px;

  }

  .mult .right .titleCon {
    height: 54px;
  }

  .mult .right .titleCon .title {
    float: left;
    font-size: 32px;
    line-height: 36px;
    height: 36px;
    color: #333;
    font-weight: 700;
  }

  .mult .right .titleCon .more {
    float: right;
    padding-top: 20px;
  }

  .mult .right .titleCon .more a {
    font-size: 14px;
    color: #666;
  }

  .mult .right .listCon ul li {
    float: left;
    width: 248px;
    height: 166px;
    position: relative;
    margin-bottom: 3px;
  }

  .mult .right .listCon ul li img {
    display: block;
  }

  .mult .right .listCon ul li .mainImg {
    width: 248px;
    height: 166px;
  }

  .mult .right .listCon ul li .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 248px;
  }

  .mult .right .listCon ul li .icon_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    width: 25px;
    height: 23px;
  }

  /* footer */
  .footer {
    background: #f8f8f8;
    height: 106px;
  }

  .footer .logoEnd {
    display: block;
    float: left;
    padding-top: 30px;
    width: 320px;
  }

  .footer .csrs {
    float: right;
    text-align: right;
    padding-top: 22px;
    font-size: 12px;
    color: #999999;
  }

  .footer .csrs .cs {
    margin-bottom: 10px;
  }

  .footer .csrs .cs a {
    color: #999;
  }

  .footer .csrs p {
    margin-top: 4px;
  }

  /* About CMS  */
  .crumbs {
    height: 49px;
    line-height: 49px;
    font-size: 12px;
    color: #666;
    text-align: right;
  }

  .crumbs a {
    color: #666;
  }

  .abt .wrap {
    box-shadow: 0px 0px 3px #ccc;
    padding: 1px;
    margin-bottom: 50px;
  }

  .abt .title {
    width: 916px;
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    padding: 40px 0 30px 0;
    margin: 0 auto;
    border-bottom: 2px solid #999999;
  }

  .abt .abtCon {
    width: 916px;
    margin: 0 auto;
  }

  .abt .abtCon p,.abt .abtCon div,.abt .abtCon span{
    
    font-size: 16px !important;
    color: #333;
    line-height: 31px;
    margin: 25px 0;
  }
  .abt .abtCon p{
  	  margin: 25px 0 !important;
  }
  .abtCon #con_video{
	   text-indent: 0 !important;
	}
  .abtCon video{
  	max-width: 100%;
  	margin:0 auto; 
  }
  /* Astronaunts */
  .astr .wrap {
    box-shadow: 0px 0px 3px #ccc;
    padding: 50px 0;
    margin-bottom: 60px;
  }

  .astr .astrCon .conT img {
    width: 914px;
    margin: 0 auto;
  }

  .astr .astrCon .conT .conTW {
    width: 862px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    padding: 30px 25px;
    line-height: 32px;
    border: 1px solid #cccccc;
    text-indent: 0em;
  }

  .astr .astrCon ul.imgList {
    width: 914px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
  }

  .astr .astrCon ul.imgList li {
    float: left;
    margin-right: 62px;
    margin-bottom: 25px;
  }

  .astr .astrCon ul.imgList li .imgCon {
    height: 253px;
    width: 180px;
    border: 1px solid #7fc2ec;
    background: #f7f7f7;
  }

  .astr .astrCon ul.imgList li .imgCon img {
    display: block;
    margin: 0 auto;
    width: 153px;
    height: 225px;
    margin-top: 13px;
    border: 1px solid #e0e0e0;
  }

  .astr .astrCon ul.imgList li .name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #0f62af;
    margin-top: 6px;
  }

  /* Constitutes */
  .cons .consCon .desc {
    width: 914px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    line-height: 31px;
    padding: 30px 0;
    text-indent: 0em;
    border-bottom: 2px solid #cccccc;
  }

  .cons .consCon ul.consList {
    width: 914px;
    margin: 0 auto;
  }

  .cons .consCon ul.consList li {
    min-height: 150px;
    padding: 24px 15px;
    border-bottom: 1px solid #dddddd;

  }

  .cons .consCon ul.consList li a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .cons .consCon ul.consList li a .left {
    float: left;
  }

  .cons .consCon ul.consList li a .left img {
    width: 226px;
    height: 150px;
  }

  .cons .consCon ul.consList li a .right {
    float: left;
    width: 628px;
    margin-left: 20px;
  }

  .cons .consCon ul.consList li a .right .rtitle {
    color: #0f62af;
    font-weight: 700;
    font-size: 16px;
  }

  .cons .consCon ul.consList li a .right .rdesc {
    font-size: 14px;
    color: #666;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    line-height: 22px;
    height: 62px;
    overflow: hidden;
    margin: 20px 0 20px 0;
  }

  .cons .consCon ul.consList li a .right .rmore {
    font-size: 12px;
    color: #666;
    text-align: right;
  }

  .page {
    padding: 30px 0 30px 0;
    text-align: center;
    color: #999;
    font-size: 13px;
  }

  .page a {
    color: #999;
  }

  .page .home {
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
    margin-right: 0;
  }

  .page .pageNum {
    border: 1px solid #dddddd;
    display: inline-block;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 2px;

  }

  .page .pageNum.on {
    color: #0f62af;
  }

  .page .nextPage {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #dddddd;
  }

  .page .prevPage {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #dddddd;
  }

  .page .lastPage {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-right: 5px;
  }

  .page .text {
    display: inline-block;
    width: 35px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dddddd;
    vertical-align: top;
    color: #999;
    font-size: 16px;
    /* padding-left: 5px; */
    text-align: center;
  }

  .page .submit {
    width: 40px;
    height: 28px;
    line-height: 28px;
    background: #079ce5;
    margin-left: 5px;
    color: #fff;
    vertical-align: top;
    font-size: 13px;
    cursor: pointer;
  }

  /* Management */
  .Mana {
    overflow: hidden;
    margin-bottom: 60px;
  }

  .Mana .leftMana {
    float: left;
  }

  .Mana .rightMana {
    position: relative;
    margin: 3px 0;
    float: left;
    width: 610px;
    margin-left: 28px;
    padding: 0 40px;
    box-shadow: 0 0 3px #ccc;
    background: #fff;
  }

  .Mana .leftMana ul li {
    width: 273px;
    /* height: 68px; */
    /* line-height: 70px; */
    padding: 7px 0;
    text-align: center;
    border: 1px solid #e6e6e6;
  }

  .Mana .leftMana ul li.active {
    width: 275px;
    /* height: 48px; */
    border: 0;
    background: #007bc6;
    padding: 7px 0;
    /* line-height: 48px; */
  }

  .Mana .leftMana ul li.active a {
    color: #fff;
  }

  .Mana .leftMana ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #666;
    font-weight: 700;
    font-size: 25px;
    /* font-family: Candara; */
  }



  .Mana .rightMana .title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    height: 107px;
    line-height: 107px;
    border-bottom: 2px solid #999999;
  }

  .Mana .rightMana .desc {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    /* text-indent: 2em; */
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }

  .Mana .rightMana ul.ManaList {
    padding: 30px 0;
  }

  .Mana .rightMana ul.ManaList li {
    float: left;
    width: 188px;
    height: 307px;
    border: 1px solid #7fc2ec;
    background: #f7f7f7;
    margin: 0 17px 30px 0;
  }

  .Mana .rightMana ul.ManaList li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .Mana .rightMana ul.ManaList li a img {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    width: 161px;
    height: 218px;
  }

  .Mana .rightMana ul.ManaList li a .name {
    color: #0f62af;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 11px;
  }

  .Mana .rightMana ul.ManaList li a .posi {
    color: #333;
    font-size: 16px;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    text-align: center;
    padding-top: 5px;
  }

  /* Missionsv2 */

  .Missions .consCon ul.consList li a .right .rdesc {
    height: 88px;
    margin: 11px 0 13px 0;
  }

  /* missions */
  .missionsv2.Mana .leftMana ul li {
    width: 275px;
    /* height: 51px; */
    color: #fff;
    border-bottom: none;
    border-top: none;
    padding: 0;
  }

  .missionsv2.Mana .leftMana ul li.active {
    background: 0;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
  }

  .missionsv2 .leftMana ul li.active a {
    color: #0f62af;
    background: 0;
  }

  .missionsv2 .leftMana ul li.on {
    width: 275px;
    height: 48px;
    /* border: 0; */
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
    background: 0;
  }

  .missionsv2 .leftMana ul li a {
    font-size: 18px;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    color: #666;
    width: 225px;
    margin: 0 auto;
    /* height: 50px; */
    /* line-height: 50px; */
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
  }

  .missionsv2 .leftMana ul li.liT {
    height: 48px;
    background: #007bc6;
  }

  .missionsv2 .leftMana ul li.liT a {
    color: #fff;
    border: 0;
    text-align: center;
    line-height: 48px;
    padding: 0;
    font-size: 23px;
  }

  .missionsv2 .leftMana ul li.last {
    position: relative;
    height: 212px;
    border-bottom: 1px solid #e6e6e6;
  }

  .missionsv2 .leftMana ul li.last img {
    position: absolute;
    top: 32px;
    right: 17px;
    width: 167px;
  }

  .missionsv2 .rightMana .desc {
    padding: 0;
    border: 0;
  }

  .missionsv2 .rightMana .desc p {
    margin: 1em 0;
    font-size: 16px !important;
    line-height: 32px !important;
  }

  .missionsv2 .rightMana .desc img {
    max-width: 100%;
    margin-top: 20px;
  }

  /* Multimedia */
  .Multimedia .rightMana .desc {
    text-indent: 0em;
  }

  .Multimedia .rightMana ul.meidaList {
    padding-top: 30px;
    overflow: hidden;
  }

  .Multimedia .rightMana ul.meidaList li {
    float: left;
    height: 237px;
    width: 290px;
    border: 1px solid #e5e7f2;
    background: #f2f9fd;
    margin: 0 20px 25px 0;
  }

  .Multimedia .rightMana ul.meidaList li a img {
    padding-top: 9px;
    width: 272px;
    height: 188px;
  }
  .meidaListSp li a i{
    position: absolute;
    left: 50%;
    top: 88px;
    height: 28px;
    width: 30px;
    display: block;
    margin-left: -15px;
    background: url(ZHEN_multVideo_v2020.png) no-repeat;
}
  .Multimedia .rightMana ul.meidaList li a .missionName {
    color: #0f62af;
    /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-indent: 0;
    padding-left: 15px;
  }

  /* NEWS */
  .news_p .consCon ul.consList li {
    min-height: 130px;
  }

  .news_p .consCon ul.consList li .rtitle {
    color: #0f62af;
    font-size: 16px;
  }

  .news_p .consCon ul.consList li .rdesc {
    text-indent: 0em;
    color: #666;
    line-height: 22px;
    font-size: 14px;
    margin: 10px 0;
  }

  .news_p .consCon ul.consList li .rmore {
    overflow: hidden;
    font-size: 12px;
  }

  .news_p .consCon ul.consList li .rmore .time {
    float: left;
    background: url(ZHEN_newsClock_v2020.png) no-repeat left center;
    background-size: contain;
    padding-left: 15px;
    line-height: 12px;
  }

  .news_p .consCon ul.consList li .rmore .time img {
    padding-top: 2.2px;
    margin-right: 5px;
    width: 12px;
  }

  .news_p .consCon ul.consList li .rmore .time span {
    display: block;
    float: left;
    color: #666;
  }

  .news_p .consCon ul.consList li .rmore .more {
    float: right;
    font-size: 12px;
    color: #666;
  }



  /* Space Science  */
  .sspace .rightMana .title {
    width: 605px;
    background: url(ZHEN_ssTBg_v2020.png) no-repeat;
    color: #f4f4f4;
    font-size: 25px;
    margin-top: 30px;
    padding-left: 26px;
  }

  .sspace .rightMana .title span {
    display: block;
    float: left;
    height: 80px;
    line-height: 100px;
    /* padding-left: 32px; */
    border-bottom: 1px solid #f4f4f4;
  }

  .sspace .rightMana {
    padding-bottom: 50px;
  }

  .sspace .rightMana .desc {
    border-bottom: 4px solid #cccccc;
  }

  /* 航天员详情 */
  .astrDet .title {
    overflow: hidden;
    border: 0;
  }

  .astrDet .title .left {
    float: left;
  }

  .astrDet .title .left img {
    width: 30px;
    height: 42px;
  }

  .astrDet .title .right {
    float: left;
    width: 876px;
    font-size: 25px;
    color: #0f62af;
    font-weight: 700;
    margin-left: 10px;
    border-bottom: 1px solid #007bc6;
    /* padding-bottom: 10px; */
    height: 40px;
  }

  .astrDet .abtCon {
    padding: 10px 0 50px 0;
    overflow: hidden;
  }

  .astrDet .abtCon .left {
    float: left;
  }

  .astrDet .abtCon .left .imgCon {
    width: 332px;
    height: 465px;
    border: 1px solid #7fc2ec;
    background: #f7f7f7;
  }

  .astrDet .abtCon .left .imgCon img {
    width: 290px;
    height: 424px;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    margin-top: 19PX;
  }

  .astrDet .abtCon .right {
    width: 555px;
    float: left;
    margin-left: 25px;
  }

  .astrDet .abtCon .right .name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
  }

  .astrDet .abtCon .right ul.astrInfo li {
    /* padding: 5px 0; */
    overflow: hidden;
  }

  .astrDet .abtCon .right ul.astrInfo li .itemName {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 32px;
    margin:0; 
  }

  .astrDet .abtCon .right ul.astrInfo li .itemDet {
    max-width: 660px;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-indent: 10px;
    line-height: 32px;
    margin:0;
  }
  .astrDet .abtCon .right ul.astrInfo li:last-child .itemDet{
  text-indent: 0 !important;
}
  /* 文章详情 */

  .artDet .title {
    position: relative;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #0f62af;
    line-height: 37px;
    padding-bottom: 20px;
    border-bottom: 1px solid #007bc6;
        padding-right: 113px;
    box-sizing: border-box;
  }

  .artDet .title .ts {
    position: absolute;
    right: 0;
    bottom: 25px;
  }

  .artDet .title .ts .time,
  .artDet .title .ts .see {
    margin-right: 10px;
  }

  .artDet .title .ts .time img,
  .artDet .title .ts .see img {
    width: 12px;
  }

  .artDet .title .ts .see img {
    padding-top: 2px;
  }

  .artDet .title .ts .time,
  .artDet .title .ts .time img,
  .artDet .title .ts .see,
  .artDet .title .ts .see img {
    float: left;
    font-size: 12px;
    color: #666;
  }

  .artDet .title .ts .see span,
  .artDet .title .ts .time span {
    display: block;
    float: left;
    line-height: 14px;
    margin-left: 5px;
  }

  .artDet .abtCon {
    position: relative;
    padding-bottom: 30px;
  }

  .artDet .abtCon .imgCon {
    margin: 30px auto;
    width: 526px;
  }

  .artDet .abtCon .imgCon img {
    width: 100%;
  }

  .artDet .abtCon .imgCon .imgT {
    padding: 6px 0;
    font-size: 12px;
    color: #666;
    text-align: center;
  }

  .artDet .abtCon .editor {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 16px;
    color: #333;
  }




}