﻿.depD_fr .dep_desc{
  /* height: 18.4vw; */
  overflow-y: auto;
  line-height: 2vw;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 2vw;
}
.depD_fr p{
 text-indent:0 !important;
 /* margin-bottom: 15px; */
 padding-bottom: 10px;
 line-height: 2em;
 padding-bottom: 10px;
}
.depD_fr .dep_desc::-webkit-scrollbar {
 width: 12px;
}


.depD_fr .dep_desc::-webkit-scrollbar-thumb {
 background-image: url(/Content/Areas/News/images/HuanZheFuWu/scrollBarBg.png);
 background-color: #245CCE;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 6px;
 position: relative;
}

.depD_fr .dep_desc::-webkit-scrollbar-track {
 background: #fff;
}
.depD_fr{
 height: auto;
 float: none;
 width: auto;
 /* overflow: initial; */
}
.dep_box{
 display:block;
}
.depD_fl{
 float: none;
 margin: 0 auto;
}
.clildren_dep{
 margin-top: 0;
}
.clildren_dep .dep_title_header{
 margin-top:0;
}
.clildren_dep .slideTxtBox{
   justify-content: center;
 display: flex;
}
ul.ul_slide li{
 width: auto;
 padding: 0 1vw;
 background:#2A49C4;
}
ul.ul_slide li a{
 color: #fff;
}  