@charset "utf-8";
/*CSS通用重置样式*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}

abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;} 
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit;}


a,a:visited{ text-decoration:none;}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 

/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}

/**//* End hide from IE-mac */

.clear {
    clear: both;
    overflow: hidden;
}







.head-con {
  width: 100%;
  height: 0.35rem;
  background:#21437e;

}
.head-con .con {
  width: 5.5rem;
  margin:0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head-con .con img {
    height: 0.35rem;
    margin: 0 auto;
    display: block;
}


.head-con .con .btn-nav {
  width: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  cursor: pointer;
}

.head-con .con .btn-nav img {width: 100%;height: auto;}



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

.top-con span {
  color:#21437e;
  font-size: 0.12rem;
  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;}

.detail-con {
  width: 5.5rem;
  margin:0 auto;
  overflow: hidden;
  margin-top: 0.1rem;
}



.detail-con .title {color:#21437e;font-size: 0.18rem;font-weight: bold;text-align: left;line-height: 0.25rem;}

.article-message {align-items: center;font-size: 0.1rem;float: right;margin-right: 1.2rem;}

.article-message .time {
  color: #7e7e7e;
  text-align: center;
  line-height: 0.18rem;
}

.article-message .source {
    color: #7e7e7e;
    text-align: center;
    padding-left: 0.1rem;
}
.share-box {
    margin-top: 0.15rem;
    padding-top: 0;
    padding-bottom: 0.06rem;
    position: relative;
    overflow: unset !important;
}
.share-box .icon {
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.06rem;
    vertical-align: middle;
}
.share-box .icon img {
    width: 100%;
    height: 100%;
}

.share-box .icon.s-copyLink span {
    display: none;
}

 .share-box .icon.s-copyLink {
    cursor: pointer;
    width: unset;
    position: relative;
}

 .share-box .icon.s-copyLink img {
    width: 0.12rem;
    vertical-align: middle;
}
.share-box .tips {
   display: none;
       position: absolute;
    bottom: 110%;
    left: 0.7rem;
    background: rgba(185, 184, 184, 0.5);
    color: white;
    padding: 5px;
    border-radius: 5px;
}


 .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;
}

.share-box .icon.s-wechat {
  
    position: relative;
}

.share-box .icon.s-wechat:hover .wechat-qrcodeBox {
    display: block;
}

.share-box .icon.s-wechat .wechat-qrcodeBox {
    display: none;
    position: absolute;
    top: 110%;
    left: calc(-50% - 0.07rem);
    z-index: 99;
}
.share-box .icon.s-wechat .wechat-qrcodeBox::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: calc(50% - 10px);
    z-index: 99;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}
.share-box .icon.s-wechat .wechat-qrcodeBox img {
    width: 0.5rem;
    height: 0.5rem;
}


.control-font {
float:right;
}
.control-font a {
 display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.control-font a img {
  width: 100%;
  height:100%;
}






.detail-con  .content {
  width: 5.5rem;
  margin:0 auto;
  margin-top: 0.09rem;
}
.detail-con .content p {
  font-size: 0.1rem;
  line-height: 0.14rem;
  margin: 0 0px 0.05rem;
  word-wrap: break-word;
  outline: none;

}
.detail-con .content.largen-f p{
    font-size: 0.14rem !important;
    line-height: 0.18rem !important;
}

.detail-con .content.lessen-f p{
   font-size: 0.09rem !important;
    line-height: 0.12rem !important;
}

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

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

.detail-con .content section p {
  margin: 0;
}
.detail-con .content.largen p{
    font-size: 0.14rem;
    line-height: 0.18rem;
}

.detail-con .content.lessen p{
   font-size: 0.09rem;
    line-height: 0.12rem;
}


.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
}



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


.tag-box {
  width: 5.5rem;
  margin:0 auto;
  margin-top: 0.15rem;
}
.tag-box .tag-title {
  display: inline-block;
  font-size: 0.12rem;
  font-weight: bold;
}

.tag-box .tag-item {
  display: inline-block;
  font-size: 0.1rem;
  color: #333;
  border-radius: 10px;
  margin: 0 0.1rem;
  font-weight: bold;
}
.tag-box .tag-item a {
  color: #409c2a;
}



.about-article {
 width: 5.5rem;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;

  overflow: hidden;


}

.about-article .item {
    width: 1.76rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.15rem;
    position: relative;
    overflow: hidden;
}
.about-article .item:nth-child(3n){
    margin-right: 0%;
}
.about-article .item img {
    width: 1.76rem;
  border-radius:0.05rem;
}
.about-article .item .title {
  font-size: 0.1rem;
  color:#21437e;
  line-height: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.1rem;
  margin-bottom:  0.1rem;

}
.about-article .item .title a {
  color:#21437e;
}






/*  外链的弹窗样式 */
.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: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 1000001;
  background-color: white;
}
.otherlink-pop a.offBtn {
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
  padding: 5px 10px;
  color: #ccc;
  font-weight: 700;
  line-height: 20px;
}
.otherlink-pop h2 {
  padding: 40px 40px 70px 40px;
  font-size: 16px;
  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: 14px;
  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 */