.titleList{
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  
}
.titleList>div:first-child{
  width: auto;
  position: relative;
}
.titleList>div:first-child>span{
  position: absolute;
  left: 0;
  bottom: -10px;
  display: block;
  height: 1px;
  background-color: red;
  width: 100%;
}
.erjiMenu{
  /* display: block; */
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
}
.erjiMenu>div{
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.erjiMenu>div>span:first-child{
  display: none;
}
.erjiMenu>div>span:last-child{
  width: 100%;
  display: block;
}
.yijiMenu{
  position: relative;
}
.menuHeader>div:hover .erjiMenu{
  display: block;
}
@media (max-width:992px) {
  .erjiTopLeft{
    width: calc(100% - 220px);
}
.erjiTopLeft>img{
  width: calc(100% - 200px);
}
.erjiTopLeft>span:last-child{
  width: 140px;
  font-size: 23px !important;
}
.index_sec3{
  flex-wrap:wrap;
}
.index_sec3 a{
  width:45% !important;
}
.index_sec3 a:nth-of-type(1){
  margin-bottom:10px;
  margin-right:10px;
}
.index_sec3 a:nth-of-type(2){
  margin-bottom:10px;
  margin-right:0 !important;
}
.index_sec3 a:nth-of-type(3){
  margin-right:10px;
}
.main-bottom{
  flex-wrap:wrap;
}
.mb-left{
  width:100% !important;
  padding:0 20px;
}
.rili{
  display:none;
}
.mb-left-3 img{
  width:50% !important;
}
.mb-right{
  width:100% !important;
  margin-top:20px;
  padding:0 20px;
}
.bottom_end{
  display:none;
}
}
@media (max-width:741px){
  .mb-right{
   display:none; 
}
}
@media (max-width:558px){
  .index_sec3 a{
    width:100% !important;
 }
.index_sec3 a{
    margin-left:10px !important;
  margin-bottom:10px !important;
 }
.index_sec3 a:nth-of-type(4){
  margin-right:10px !important;
  margin-bottom:0 !important;
}
.index_sec3 a:nth-of-type(2){
  margin-right:10px !important;
}
}
@media (max-width:437px) {
  .logo_boxlist>a>span:last-child{
    font-size: 12px !important;
  line-height: 35px;
}
.logo_boxlist>a>span:first-of-type{
  margin: 0 3px !important;
  line-height: 35px;
}
.logo_boxlist>a>img{
  height: 35px !important;
}
}