.wxQrcodeArea{
 position: absolute;
 bottom:40px;
 right: -40px;
 background: white;
 width: 250px;
 height: 275px;
 border: solid 1px #d8d8d8;
 font-size: 12px;
 z-index: 99;
 display: none;
 flex-direction: column;
 padding: 10px;
 cursor: default;
}
#wxQrcode{
  margin: 0 auto;
  margin-bottom: 10px;
}
.wxQrcodeArea .title{
 font-weight: bold;
 margin-bottom: 10px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.wxQrcodeArea .content{
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.pageArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.38rem;
}
.pageContentArea {
  font-size: 0.88rem;
  /* display: flex;
  justify-content: space-between; */
  align-items: center;
  flex: 1;
}
.jiantoutitle {
  
  width: 500px;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
 color: #666666;
  line-height: 16px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pageArea img {
  cursor: pointer;
}
.pageContentArea > div:nth-child(1) {
  width: 900px;
height: 15px;
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 27px;

  /* color: #666666; */
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pageContentArea > div:nth-child(1) a {
  color: #666666;
  font-size: 14px;

  /* color: #374E71; */
}
.pageContentArea > div:nth-child(2) {
  width: 900px;
  height: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 27px;


  cursor: pointer;
  display: flex;
  align-items: center;
}

.pageContentArea > div:nth-child(2) a {
  color: #666666;
  font-size: 14px;
}

.pageContentArea > div:nth-child(1):hover {
  text-decoration: underline !important;
  color: #2490A9 !important;
}
.pageContentArea > div:nth-child(1):hover a {
  text-decoration: underline !important;
  color: #2490A9;
}
.pageContentArea > div:nth-child(2):hover {
  text-decoration: underline !important;
  color: #2490A9;
}
.pageContentArea > div:nth-child(2):hover a {
  color: #2490A9;
  text-decoration: underline !important;
}
.pageContentArea > div:nth-child(1):hover .jiantouR {

  width: 11px;
  height: 14px;
  /* transform: rotate(-0); */
  background: url(../image/listDetail/detailsmall1x.png);
}
.pageContentArea > div:nth-child(2):hover .jiantouR {

  width: 11px;
  height: 14px;
  /* transform: rotate(-180deg); */

  background: url(../image/listDetail/detailsmall1x.png);
}
.contentArea ul{
    display: block;
}
.contentArea ul li{
margin-top:5px
}
.contentArea {
  width: 987px;
  margin-right: 76px;
  /* margin-left: 7.19rem; */
}
.contentArea > div:nth-child(2) {
  margin-top: 63px;
  text-align: center;

  width: 100%;

font-family: Microsoft YaHei;
font-weight: bold;
font-size: 24px;
color: #333333;
}

.contentArea > div:nth-child(3) {
  //font-size: 0.88rem;
  color: #666;
  display: flex;
  margin-top: 1.75rem;
  justify-content: center;
  align-items: center;
}
.contentArea > div:nth-child(3) img:nth-child(1) {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.63rem;
}
.spanGap {
  margin-right: 0.63rem;
  margin-left: 0.63rem;
}
.viewImg {
  width: 1.13rem;
  height: 0.75rem;
  margin-right: 0.63rem;
  margin-left: 1.38rem;
}
.contentArea > div:nth-child(3) {
  margin-top: 2rem;
  height: 0.06rem;
  /* background: #ced3dc; */
}
.contentArea > div:nth-child(4) {
  margin-top: 2.69rem;
}
.content img {
  max-width: 100% !important ;
}
/* 分享到 */
.jiantouL {
  background: url(../image/listDetail/detailrightg1x.png);
  background-size: 100% 100%;
  /* transform: rotate(-180deg); */
  width: 13px;
  height: 17px;
  cursor: pointer;
  margin-right: 15px;
}
.jiantouR {
  margin-right: 10px;
  background: url(../image/listDetail/detailsmall1x.png);
  background-size: 100% 100%;
  width: 11px;
  height: 14px;
  cursor: pointer;
  margin-left: 15px;
}

.shareArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.88rem;
  margin-top: 3.5rem;
}
.iconBg {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.88rem;
}
.iconBg:nth-of-type(1) {
  background: #07b65a;
}
.iconBg:nth-of-type(2) {
  background: #f84f57;
}
.iconBg:nth-of-type(3) {
  background: #ffad33;
}
.iconBg:nth-of-type(1) img {
  width: 1.38rem;
  height: 1.13rem;
}
.iconBg:nth-of-type(2) img {
  width: 1.44rem;
  height: 1.19rem;
}
.iconBg:nth-of-type(3) img {
  width: 1.56rem;
  height: 1.56rem;
}
.contentArea > div:nth-child(5) {
  margin-bottom: 81px;
}

/*文章样式*/
.fontcontenet {
  font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px !important;
color: #666666;
  line-height: 36px !important;
  text-align: justify;
            /* text-align-last: justify; */
            /*兼容ie*/
            text-justify: distribute-all-lines;
}
.fontcontenet> img{
  margin: 0 auto;}
/* 页脚链接 */
.linkArea {
  padding: 25px 0 49px 0;
}
/*当屏幕尺寸1200-1400px时，应用下面的CSS样式*/
@media screen and (min-width:1200px) and (max-width:1400px) {
  .rightbox1{
    display: flex;align-items: center;width: 950px;
  }
  .navigationbox{
    width: 933px !important;
  }
  .contentArea{
    width: 780px;
  }
}
/*当屏幕尺寸大于1400px时，应用下面的CSS样式*/
@media screen and (min-width: 1400px) {
  .biggerHidden {
    display: none !important;
  }
  .rightbox1{
    display: flex;align-items: center;width: 1150px;
  }
}
/*当屏幕尺寸大于1200px时，应用下面的CSS样式*/
@media screen and (min-width: 1200px) {
  .biggerHidden {
    display: none !important;
  }
}
/*当屏幕尺寸小于1200px时，应用下面的CSS样式*/
@media screen and (max-width: 1200px) {
  
   /* 大于1200不显示 */
   .smallHidden {
    display: none !important;
    /* 小于1200显示 */
  }.biggerHidden {
    display: block !important;
  }
  .wxQrcodeArea{
    left: 0px;
  }
  .contentArea {
    margin-left: 0;
  }
  .contentArea > div:nth-child(1) {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
  }
  .shareBox {
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem;
  }
  .returnBtn {
    width: 73px;
    height: 30px;
    background: #374e71;
    border-radius: 30px;
    font-size: 12px;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .returnBtn:hover {
    color: #ffffff !important;
  }
  .shareArea {
    margin-top: 0;
  }
  .iconBg {
    width: 30px;
    height: 30px;
  }
  .pageContentArea {
    flex-direction: column;
    align-items: flex-start;
  }
  .jiantouL,
  .jiantouR {
    display: none;
  }
  .pageContentArea > div:nth-child(1) {
    margin-left: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .pageContentArea > div:nth-child(1){
    font-size: 13px;
    color: #333333;
  }
  .pageContentArea > div:nth-child(1) a{
    font-size: 13px;
    color: #888888 !important;
    flex: 1;
  }
  .pageContentArea > div:nth-child(2){
    font-size: 13px;
    color: #333333;
  }
  .pageContentArea > div:nth-child(2) a{
    font-size: 13px;
    color: #888888 !important;
    flex: 1;

  }
  .smallbox{
    width: 93%;
    margin: 0 auto;
  }
  .titlesmallbox{
    margin: 32px auto;
    width: 320px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    /* 文本居中对齐 */
    text-align:center;
    vertical-align:middle;
    /* 两行省略 */
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

  }
  .fontcontenet{
    width: 100%;

  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 58px;
 
}
}