* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-family: Times New Roman,TimesNewRomanPSMT,"serif","Noto Serif","NotoSerif";
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: inherit;
}




.i-logo-one {
      width: 80px;
  margin-left: 18px;
}




.top-con {
  width: 700px;
  position: relative;
  display: flex;
  border-bottom: solid #e2e2e2 1px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 35px;
}

.top-con span {
  color:#21437e;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: solid #8dc11f 2px;
  }

.top-con i {
  width: 75px;
  height:2px;
  position: absolute;
  bottom:0px;
  left:0px;
  display: block;
  background:#cc4323;
}
.top-con a {color: #333;}



.share-box {
    width: 700px;
    margin: 0 auto;
    padding: 0px 0px;
    margin-top: 45px;
    position: relative
}

.share-box .icon {height: 45px;width: 45px;display: inline-block;vertical-align: middle;margin-right: 27px;}

.share-box .icon img {
  width: 100%;
}
.share-box .icon.s-wechat {
  display: none;
}

.share-box .tips {
   display: none;
position: absolute;
    bottom: 110%;
    left: 200px;
    background: rgba(185, 184, 184, 0.5);
    color: white;
    padding: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 17px;
}

.detail-con {
  width: 700px;
  margin:0 auto;
  overflow: hidden;
  margin-top: 35px;
}



.detail-con .title {color: #21437e;font-size: 34px;line-height: 40px;font-weight: bold;}



.article-infor {
   color: #7e7e7e;
   font-size: 24px;
   margin-top: 34px;
   display: flex;
   justify-content: space-between;
}

.article-message {line-height: 40px;}


.article-message .time {
}

.article-message .source {
 
}
.control-font {

}
.control-font .largen{
  width: 40px;
  display: inline-block;
  margin-right: 12px;
}

.control-font .lessen{
  width: 40px;
  display: inline-block;
}
.control-font a img{
  width: 100%;
}

.detail-con  .content {
  margin:0 auto;
  font-size: 29px;
  line-height: 1.5;
  word-break: break-word;
}





.detail-con .content p {
  outine: none;

}

.detail-con .content  img {
  margin: 0 auto;
  width: 100%;
  height: auto !important;
  display: block
}

.detail-con .content section img {
  max-width: 100%;
  margin: 0 auto;
}

.detail-con .content section p {
  margin: 0;
}

.detail-con .content section br {
  display: none;
}


.detail-con table {
  /* width: 468pt !important */
}

.detail-con table img {
  display: none
}

.detail-con .content a {
  color: #0666af
}

.detail-con .content strong {
}

.m-gallery .itm {
  width: 640px;
  float: left
}


.tag-box {
  width: 700px;
  overflow: hidden;
  margin:0 auto;
  margin-top: 5px;
  padding: 0px 0px;
}
.tag-box .tag-title {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
}

.tag-box .tag-item {
  display: inline-block;
  font-size: 26px;
  color: white;
  border-radius: 10px;
  font-weight: bold;

  margin: 0 10px;
}
.tag-box .tag-item a {
  color: #8dc11f;
}






.about-article {
  width: 700px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.about-article .item {
  width: 100%;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.about-article .item a {
  display: flex;
}
.about-article .item .breath {
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 30px;
}
.about-article .item .breath img {
  width: 100%;
}
.about-article .item .titleBox {
  font-size: 28px;
  color:#21437e;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  flex: 1;
}

.about-article .item  .title a {
  color:#21437e;
}
.share-box .icon.s-copyLink span {
    display: none;
}
 .share-box .icon.s-copyLink:hover span {
    display: inline-block;
    background: rgba(185, 184, 184, 0.5);
    margin-left: 5px;
    padding: 1px 3px;
    color: #6b6d6f;
}


.detail-con .content.largen-f {
    font-size: 36px !important;
}

.detail-con .content.lessen-f {
   font-size:25px !important;
}
.detail-con .content.largen-f p{
    font-size: 36px !important;
}

.detail-con .content.lessen-f p{
   font-size:25px !important;
}
/*  外链的弹窗样式 */
.otherlink-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
}
.otherlink-bg.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.otherlink-pop.in {
  top: 30%;
  left: 26%;
  transform: translateX(-18%);
  position: fixed;
  z-index: 1000001;
  background-color: white;
}
.otherlink-pop a.offBtn {
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 37px;
  padding: 5px 10px;
  color: #ccc;
  font-weight: 700;
  line-height: 20px;
}
.otherlink-pop h2 {
  padding: 44px 47px 70px 51px;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 0;
}
.otherlink-pop p.btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: right;
  font-size: 0;
}
.otherlink-pop p.btns a {
  text-decoration: none;
  display: inline-block;
  margin: 9px 15px 0 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 24px;
  border: 1px solid #bbbbbb;
  color: #333;
  border-radius: 5px;
}
.otherlink-pop p.btns a:hover {
  background: #e6e6e6;
}
.otherlink-pop p.btns a.toOtherLink {
  border: 1px solid #2d72e5;
  background: #2d72e5;
  color: #fff;
}
.otherlink-pop p.btns a.toOtherLink:hover {
  background: #2d72e5;
}

/*  外链的弹窗样式end */