﻿.Clearit::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.w1200 {
  width: 1250px;
  margin: 0px auto;
}

.top_menu {
  width: 100%;
  overflow: hidden;
  background: #FEF9ED;
}

.top_menu .top_menu_inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}
.main .linkmap  {
  display: none;
}


.side_menu_inside .lv1_ul li {
  float: left;
}

.lv1_li {
  margin-left: 50px;
}
.side_menu_inside .lv1_ul li  p{
  position: relative;
}

.side_menu_inside .lv1_ul li p::after {
  position: absolute;
  border-radius: 2px;
  height: 4px;
  width: 30px;
  background-color: #D4382B;
  content: "";
  top: 35px;
  transform: translate(-50%, -50%);
  left: 50%;
  display: none;
  z-index: 1;
}
.side_menu_inside .lv1_ul li p.current::after{
  display: block;
}

.side_menu_inside .lv1_ul li p:hover:after {
  display: block;
}

.side_menu_inside .lv1_ul li a {
  color: #D4382B;
  font-size: 16px;
  font-weight: 700;
}

.banner img {
  width: 100%;
}

a:hover {
  color: #D4382B;
}

.main {
  margin-bottom: 0px;
  min-height: 420px;
}


/* main */
.Min {
  background: url('/Sites/Uploaded/UserUpLoad/20230516/20230516093848.png');
  padding: 80px 0px;
  box-sizing: border-box;
  background-size: cover;
}

.title_hea {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
  padding-left: 40px;
  margin-left: 20px;
  line-height: 44px;
  background: url('/Sites/Uploaded/UserUpLoad/20230516/20230516093346.png') no-repeat;
}

.title_hea a {
  color: #fff;
  display: block;
  width: 100%;
}

.Min_main {
  display: flex;
  justify-content: space-between;
  background: url('/Sites/Uploaded/UserUpLoad/20230516/20230516094013.png');
  padding: 25px 30px 0px;
  box-sizing: border-box;
  height: 450px;
}

.zzgj {
  width: 49%;
  box-sizing: border-box;
}

.ztiy_list {
  padding: 0px 20px;
  box-sizing: border-box;
}

.ztiy_list li {
  line-height: 45px;
  color: #333;
  padding-left: 25px;
  border-bottom: 1px dashed #D5D5D5;
  background: url('/Sites/Uploaded/UserUpLoad/20230516/20230516100026.png') no-repeat left center;
}
.ztiy_list li:hover, .column_list li:hover{
  background: url('/Sites/Uploaded/UserUpLoad/20230516/20230516100215.png') no-repeat left center;
}
.ztiy_list li a, .column_list li a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  display: block;
}

/* 栏目列表 */

h2.title_header {
  color: #D4382B;
  font-weight: bold;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #e6e6e6;
  cursor: pointer;

}

h2.title_header span {
  border-left: none;
  border-bottom: 0;
  font-family: 'Microsoft YaHei', '微软雅黑', STXihei;
  font-size: 24px;
}

h2.title_header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 230px;
  height: 2px;
  background: #D4382B;
}
.main_content {
  box-shadow: 1px 1px 15px #ddd;
  border: none;
  background: #fff;
  box-sizing: border-box;
  padding: 0px 20px;
  min-height: 380px;
  margin-bottom: 45px;
}

.column_list li{
  border-bottom: 1px dashed #ddd;
  line-height: 45px;
  background: url('/Sites/Uploaded/UserUpLoad/20230516/20230516100026.png') no-repeat left center;
  padding-left: 20px;
  padding-bottom: 0px;
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 0px;
}
.ae-pagination a {
  color: #AB0001 !important;
  border: solid 1px #AB0001 !important;
}

.pages .ae-pagination-current, .pages .ae-pagination-current:hover {
  color: #FFF !important;
  background-color: #AB0001 !important;
  border: 1px solid #AB0001 !important;
}

.pages a:hover {
  color: #FFF !important;
  background-color: #AB0001 !important;
  border: 1px solid #AB0001 !important;
}

.turning_page {
  margin-top: 15px;
  border: none;
}

.turning_page p span {
  background: #AB0001;
  color: #FFF;
  padding: 2px 4px;
  margin: 0 2px 0 0px;
}

.turning_page a {
  color: #AB0001;
}

.turning_page a:hover {
  font-weight: 600;
}


/* 文章 */
.Min_wz{
  padding: 15px 0px 25px;
}
 .Min_wz .article_title {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  color: #D4382B;

   }

/* 底部 */
.footer {
  background: #D0A153 !important;
}

.left_float {
  display: none;
}


@media only screen and (max-width:768px) {
  .top_menu .top_menu_inner{
 width: 100%;
 padding: 15px 10px;
 box-sizing: border-box;
  }
  .top_menu .top_menu_inner h1{
 width: 42%;
  }
  .top_menu .top_menu_inner h1 a img{
 display: block;
 width: 100%;
  }

  .side_menu_inside ul{
 display: flex;
 justify-content: space-between;
 align-items: center;
  }
  .side_menu_inside .lv1_ul li.lv1_li{
 float: none;
 margin-left: 20px;
  }
  .side_menu_inside .lv1_ul li a{
 font-size: 14px;
  }
  .side_menu_inside .lv1_ul li p::after{
 top: 28px;
  }
  h2.title_header span{
 font-size: 20px;
  }
  h2.title_header::after{
 width: 150px;
  }
  .linkmap{
 padding: 0px 10px;
 box-sizing: border-box;
  }
  .main_content{
 height: auto;
 margin-bottom: 20px;
  }
  .Min{
 padding: 30px 0px;
  }
  .Min_main{
 display:block;
 height: auto;
 padding: 0px;
 background: none;
  }
  .zzgj, .zzdt{
 width: 100%;
 box-sizing: border-box;

  }
   .zzdt{
 margin-top: 30px;
   }
} 