.btlist,
.btlist ul {
  float: left;
  width: 100%;
}
.btlist ul {
  margin: 0;
}
.btlist ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 70px;
  background: url(../img/listd.png) no-repeat left center;
  padding-left:10px;
  border-bottom: 1px dashed rgb(133 6 6 / 30%);
}
.btlist ul li a {
  width: calc(100% - 150px);
  color: #333;
}
.btlist ul li .time {
  float: right;
  width: 130px;
  font-size: 18px;
  color: #850606;
  text-align: right;
  background-image:none;
  padding-left:0;
}
.btlist ul li:hover {
  border-color: #850606;
}
.btlist ul li:hover a {
  color: #850606;
  font-weight: bold;
}

.sjdh {
  float: left;
  padding: 25px 0;
}
.sjdh a {
  line-height: 30px;
  color: #333;
  border-right: 1px solid #333;
  padding: 0 20px;
}
.sjdh a:hover {
  color: #1b3b95;
  border-right-color: #1b3b95;
}

.fy {
  float: left;
  width: 100%;
  margin: 10px auto;
}


.share {
  position: absolute;
  right: -50px;
  top: 200px;
  width: 50px;
}
.share h6 {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.share a {
  width: 50px !important;
  height: 50px !important;
  margin: 0 0 5px 0 !important;
  background-position: center !important;
}


.article {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}


.article_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.article_title h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
}
.article_title h2 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}


.article_data {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 20px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #686866;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 20px;
  /* display:flex; */
  align-items: center;
}
.article_data b{background-repeat:no-repeat; margin:0 20px; background-position:left cneter; padding-left:20px; }

/* 文章内容 */
.wznr {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.wznr p {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 200%;
  text-indent: 2em;
  margin-bottom: 0;
}
.wznr iframe{
  width: 100% !important;
  margin-left: -2em;
}
.wznr p img {
  margin: 10px auto;
  max-width: 100%;
  margin-left: -2em;
  
}
.wznr table {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
}
.wznr td p {
  text-indent: 0;
  text-align: center;
}
.wznr td {
  overflow-wrap: anywhere;
  white-space: normal;
}


.bg_page {
  float: left;
  width: 100%;
  border-top: 1px solid #d9e0ea;
  text-align: center;
}
.page {
  float: left;
  max-width: 100%;
  margin:10px 0;
}
.page div {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page div a {
  margin-left: 5px;
  font-size: 18px;
  color: #850606;
}


.jslist{width:100%;}
.jslist li{
    margin-top: 20px;
    margin-bottom: 10px;
}
.jslist li .pic{}
.jslist li .pic img{}
.jslist li .bt{
    width: calc(100% - 180px);
}
.jslist li .bt h6{
    line-height: 30px;
    font-size: 16px;
}
.jslist li .bt h6 a{
    margin-right: 10px;
}
.jslist li .bt p{
    font-size: 16px;
    line-height:30px;
    width: 100%;
}

.gzzx{float:left;width:100%; margin-top:0px;}

.gzzx ul{
    border: 0px solid #d8d5d5;
    border-top: 0;
}
.gzzx ul li{
	float:left;
    width:25%;
    padding: 15px 0;
}
.gzzx ul li a{
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.gzzx ul li .pic{
	position:relative;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px dashed #991b1b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gzzx ul li .pic:before{
    content:''; 
    display:block; 
    position:absolute; 
    left:5px; 
    top:5px; 
    border-radius:100%; 
    z-index:3; 
    width:80px; 
    height:80px; 
    background-color:#faefef;
    transition: background-color 0.3s ease;
}
.gzzx ul li .pic img{
    width: auto;
    position:relative;
	z-index:7;
    transition: filter 0.3s ease;
}
.gzzx ul li a p{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s ease;
}
.gzzx ul li:hover .pic:before{background-color:#bd1313;}
.gzzx ul li:hover a p{color:#bd1313;}
.gzzx ul li:hover .pic img{filter: brightness(0) invert(1);}