#menu {
    margin-bottom: 24px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0 10px;
        margin-bottom: 51px;
}
#menu_category {
    height: fit-content;
}
#menu div a.small {
    display: block;
    float: left;
    margin: 5px;
    padding: 0 14px;
    height: 47px;
    line-height:47px;
    font-size: 14px;
                 overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -moz-box;
                -moz-line-clamp: 1;
                -moz-box-orient: vertical;
                word-wrap: break-word;
                word-break: break-word;
                white-space: normal;
                text-align: left;
}
#menu div a {
    display: block;
    float: left;
    margin: 5px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    -webkit-box-shadow: 0 0 8px #D0D0D0;
    -moz-box-shadow: 0 0 8px #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
transition: all .5s;
}
#menu div a:hover {
    color: #9c1d22 !important;
}
#category_more {
    color: #B9000C;
}
#menu div a.selected {
    background-color: #444444;
    color: #FFFFFF;
}

.menu-list > div i {
    top: 52% !important;
        transform: translateY(-50%) !important;
  }
/* pc端 */
@media screen and (min-width: 1367px) {
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  /* .menu-list > div:first-child {
    background-color: #9c1d22;
    color: #fff;
  } */
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
            top: 52%;
        transform: translateY(-50%);
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 78.5%;
    min-height: 400px;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 42px;
  }
  .details-main .content p {
    margin-top: 42px;
    margin-bottom: 39px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 40px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 78.5%;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 42px;
  }
  .details-main .content p {
    margin-top: 42px;
    margin-bottom: 39px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 40px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 18px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 78.5%;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
  }
  .details-main .content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 22px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  #menu div a{
      width: 97% !important;
  }
  .bread {
width: 100%;
        height: auto;
        line-height: 24px;
        background-color: #f5f5f5;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
        padding: 15px 0;
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 100%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 9.42%;
    top: 35%;
    font-size: 18px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 100%;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
  }
  .details-main .content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 22px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
