html {
  width: 100%;
  height: 100%;
}  
body{
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  /* 针对Firefox浏览器 */
  /* 针对WebKit浏览器（如Chrome, Safari） */
  ::-webkit-scrollbar {
  width:6px;
  height: 6px;
  }

  ::-webkit-scrollbar-track {
  background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
  background: #b9b9b9;
  border-radius: 6px;
  }
.data-list-content-box-010 {
  height: 100%;
  overflow: auto;
}
  ::-webkit-scrollbar-thumb:hover {
  background: #777777;
  }
  .home-content{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  }
  a {
  color: inherit;      /* 文字颜色继承父元素 */
  text-decoration: none; /* 去除下划线 */
  pointer-events: auto;  /* 允许鼠标事件 */
  cursor: default;      /* 将鼠标样式设置为默认样式 */
  }
  * {margin:0;padding:0;}
  ul {list-style:none;}
  #home_body{
  position: relative;
  }
  .home_body{
  width: 100vw;
  height: 100vh;
  overflow: auto;
  }
  .nav-list-box{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  }
  .content-center-box{
  width: 1364px !important;
  margin: 0 auto !important;
  }
  .news-and-information{
  height: 554px;
  width: 100%;
  padding: 30px 0;
  }
  .news-and-information-szfc{
  width: 100%;
  padding: 30px 0;
  }

  .footer-content-box{
  width: 100%;
  }
  .footer-content-box .footer-bottom-pic{
  width: 100%;
  height: 190px;
  }
  .footer-bottom-content{
  background: #a12916;
  }
.footer-bottom-content1{
  background: #952210;
  }
  .footer-bottom-pic-url{
  width: 208px;
  }
  .footer-bottom-001-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .footer-bottom-001-top-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
.footer-bottom-001-top-left span{
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
}
  .footer-info-001{
  font-size: 12px;
  color: #bebebe;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  .footer-bottom-001-bottom{
    height: 102px;
    font-size: 12px;
    color: #bebebe;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer-bottom-001-bottom a{
  color: #bebebe;
  }

  .header-content-001{
  height: 140px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: url('../img/top_bg.png');
    background-size: 100% 100%;
  }
  .header-content-001 .header-logo{
  width: 324px;
  height: 68px;
  cursor: pointer;
  margin-right: 16px;
  }
  .header-001-text{
  padding-left: 18px;
  height: 46px;
  font-size: 22px;
  line-height: 46px;
  }
  .header-001-logo-text{
  border-left: 1px solid #a12916;
  color: #a12916;
  }
  .header-001-logo-text1{
  border-left: 1px solid #FFF;
  color: #FFF;
  }
  .header-logo-left{
  display: flex;
  align-items: center;
  padding-left:66px;
  }
  .header-logo-right{
  padding-right: 66px;
  }
  .default-type-02{
  display: none;
  }
  .header-content-002{
  background: #fff;
  }

  .nav-list-001{
  display: flex;
  align-items: center;
  }
  .data_list_001{
  padding-right: 20px;
  }
  .data_list_001 .nav_head{
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #ebebeb;
  margin: 0 16px;
  cursor: pointer;
  }
  .data_list_002 .nav_head{
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #a12916 !important;
  margin: 0 16px;
  cursor: pointer;
  }
  .data_list_001 .nav_head span{
  padding-bottom: 8px;
  border-bottom: 2px solid #ffffff00;
  }
  .data_list_001 .nav_head span:hover{;
  border-bottom: 2px solid #fff;
  }
  .data_list_002 .nav_head span:hover{;
  border-bottom: 2px solid #a12916 !important;
  }
  .data_list_002 .nav_head span{
  padding-bottom: 8px;
  border-bottom: 2px solid #ffffff00 !important;
  }
  .nav-list-more-001{
  position: relative;
  padding: 28px 0;
  }
  .level-nav-list-001{
  position: absolute;
  padding: 10px 0;
  width: 140px;
  background: #6b6262;
  border-radius: 10px;
  left: -16px;
  top: 66px;
  display: none;
  }
  .nav-list-more-001:hover .level-nav-list-001{
  display: block;
  }
  .level-nav-list-001:hover{
  display: block;
  }
  .nav-list-001-name{
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  }
  .nav-list-001-name:hover{
  background: #a73827;
  }
  #headerTopBox01 .el-button--primary{
  background-color: #ffffff00 !important;
  border: 2px solid #a12916 !important;
  color: #a12916 !important;
  }
  #headerTopBox01 .el-icon-search{
  font-weight: 600 !important;
  }
  .search-pic-url-001{
  display:none;
  }
  .xmjj-content-box-002-list{
  display: flex;
  position: relative;
  }
  .xmjj-data-list-nav-002{
  width: 360px;
  cursor: pointer;
  margin-bottom: 2px;
  }
  .data-002-list{
  height: 86px;
  padding: 18px 30px;
  background: #fff;
  }
  .xmjj-002-list{
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 26px;
  }
  .xmjj-data-list-details-002{
  width: calc(100% - 380px);
  height: 493px;
  margin-left: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  }
  .xmjj-list-details-pic{
  width: 100%;
  height: 493px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #e9e9e9;
  }
  .xmjj-list-details-pic img{
  height: 100%;
  max-width: 100%;
  }
  .xmjj-list-details-title{
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  padding; 0 16px;
  position: absolute;
  background: #21222242;
  cursor: pointer;
  left: 0;
  color: #fff;
  bottom: 0;
  text-align: left;
  }
  .xmjj-list-title-009{
  max-width: 80%;
	font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left:20px;
  cursor: pointer;
  }
  .details-btn-009{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
font-size: 20px;
  background: #fff;
  color: #a12916;
  border-radius: 20px;
  margin-left: 20px;
  cursor: pointer;
  }
  .high-brightness-002-list{
  background: #a12916;
  color: #fff;
  }
  .xmjj-list-details-pic{
  display: none;
  }
  .xmjj-info0details-list .xmjj-list-details-pic:nth-child(1) {
  display:block;
  }
  .szfc-content-list-box-001{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  }
  .szfc-001-list{
  height: 86px;
  border-radius: 8px;
  padding: 12px;
  width: 47%;
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-bottom: 2px solid #cccccc08
  }
  .szfc-001-list:hover{
  border-bottom: 2px solid #a12916;
  }
  .szfc-001-list-time{
  font-size: 18px;
  }
  .szfc-001-list-title{
  width: 100%;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .xmjj-content-box-001{
  width: 100%;
  height: 100%;
  }
  .xmjj-content-box-001 .news_info_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  }
  .xmjj-content-box-001 .xmjj-title{
  font-weight: 500;
  font-size: 28px;
  color: #a12916;
  }
  .xmjj-content-box-001 .seeMore{
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  opacity: .4;
  }
  .xmjj-content-data-001{
  display:flex;
  justify-content: space-between;
  }
  .xmjj-content-left-001{
  width: 678px;
  background: #fff;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  }
  .xmjj-content-left-001:hover{
  border-bottom: 2px solid #a12916;
  }
  .xmjj-list-pic-url{
  width: 100%;
  height: 382px;
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
  }
  .xmjj-list-pic-url img{
  width: 100%;
  height: 100%;
  }
  .xmjj-content-001-top-content{
  padding: 16px;
  }
  .xmjj-content-001-title{
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 4px;
  }
  .xmjj-content-001-content{
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 42px;
  }
  .xmjj-content-001-ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  }
  .xmjj-content-right-001{
  margin-left: 68px;
  width: calc(100% - 750px);
  }
  .xmjj-content-001-ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  }
  .xmjj-content-001-zxcontent{
  padding-left: 10px;
  padding-right: 0;
  width: calc(100% - 118px);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  }
  .xmjj-content-001-time-item{
  width: 160px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #a12916;
  margin-right: 25px;
  text-align: center;
  color: #000;
  }
  .xmjj-content-001-list-item .xmjj-content-001-value {
  font-weight: 400;
  line-height: 30px;
  margin-top: 8px;
  font-size: 20px;
  color: #a12916;
  }
  .xmjj-content-001-list-item{
  display:flex;
  border-bottom: 2px solid #fff;
  padding: 23px 0;
  cursor: pointer;
  }
  .xmjj-content-001-list-item:hover{
  border-bottom: 2px solid #a12916;
  }
  .xsfc-content-box-002{
  display: flex;
  justify-content: space-between;
  }
  .xsfc-content-box-002-notice-item{
  cursor: pointer;
  width: 270px;
  height: 220px;
  background: #fff;
  padding: 0 28px;
  color: #000;
  }
  .xsfc-content-box-002-notice-item:hover .xsfc-content-box-002-notice-content{
  color: #a12916;
  }
  .xsfc-content-box-002-notice-item-date{
  margin-top: 20px;
  font-family: Gotham;
  font-weight: 600;
  font-size: 20px;
  }
  .xsfc-content-box-002-times{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  }
  .xsfc-content-box-002-notice-content{
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  }
  .zszl-content-box-002{
  display:flex;
  justify-content: space-between;
  }
  .zszl-data-list-002{
  width: 32%;
  height: 370px;
  cursor: pointer;
  }
  .zszl-data-list-002 .zszl-data-list-002-pic{
  width: 100%;
  height: 270px;
  border: 1px solid #e9e9e9;
  }
  .zszl-data-list-002 .zszl-data-list-002-pic img{
  width: 100%;
  height: 100%;
  }
  .zszl-data-list-002-title{
  padding: 10px 10px 0 10px;
  }
  .zszl-data-list-002-title .zszl-data-list-002-time{
  font-size: 18px;
  padding-bottom: 6px;
  }
  .zszl-data-list-002-title .zszl-data-list-002-name{
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 26px;
  }
  .zszl-data-list-002:hover .zszl-data-list-002-name{
  color: #a12916;
  }
  .zszl-data-list-002:hover .zszl-data-list-002-time{
  color: #a12916;
  }

.refresh_top {
  position: fixed;
  left: 56%;
  bottom: 30px;
  margin-left: 608px;
  width: 120px;
  z-index: 99;
  font-size: 12px;
  display: none;
}
.refresh_icon_btn {
  position: absolute;
  top: 16px;
  left: 29px;
  width: 24px;
  height: 24px;
}
.refresh_text {
  position: absolute;
  top: 44px;
  left: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #646566;
}
.source_icon .comment .bdsharebuttonbox{
	padding-left: 10px !important;
}