@charset "UTF-8";
/* 移动设备样式 */
@media screen and (max-width: 1279px) {
  /* 移动设备样式规则 */
  .specialHeader {
    background-image: url("../images/special/header.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 58px;
  }
  .specialHeaderHeight {
    height: 58px;
  }
  .banner_c {
    height: 107px;
    /*margin-top: 48px;*/
  }
  .banner_c img {
    width: 100%;
    height: 107px;
  }
  .banner {
    height: 107px;
    /*margin-top: 48px;*/
    background-color: #eee;
  }
  .banner .mySwiper {
    overflow: hidden;
    width: 100%;
  }
  .banner .mySwiper .swiper-slide img {
    width: 100% !important;
    height: 107px;
  }
  .menu {
    display: none;
  }
  .content {
    padding: 10px;
    box-sizing: border-box;
  }
  .content .nav_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  .content .list_article {
    padding: 0px 0 10px;
  }
  .content .list_article li {
    display: flex;
    justify-content: space-between;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
  }
  .content .list_article li p {
    color: #333;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content .list_article li span {
    color: #999;
  }
  .content .list_article li::before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #999;
  }
  .content .imgList ul {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .content .imgList ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
  }
  .content .imgList ul li img {
    width: 100%;
    height: 150px;
  }
  .content .imgList ul li span {
    width: 100%;
    padding-top: 5px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    /*width: 168px;*/
  }
  .content .detail {
    /*padding-top: 20px;*/
  }
  .content .detail h2 {
    font-size: 24px;
    text-align: center;
    color: #d72103;
    padding: 15px 0;
  }
  .content .detail .nav_info {
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    border: 1px dotted #e1e1e1;
    background: #f5f5f5;
    font-size: 12px;
  }
  .content .detail .nav_info .fontZoom a {
    cursor: pointer;
  }
  .content .detail .nav_info .fontZoom a:hover {
    color: #d72103;
  }
  .content .detail .detail_content {
    padding: 5px 0 10px 0;
  }
  .content .detail .detail_content p img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .content .detail p {
    padding-bottom: 20px;
  }
  #pages .layui-laypage-em {
    background-color: #d72103 !important;
  }
}

/* 桌面设备样式 */
@media screen and (min-width: 1280px) {
  .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
  }
  .content .menu {
    margin-right: 25px;
  }
  .content .menu h2 {
    width: 230px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #d72103;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
  }
  .content .menu .list p {
    cursor: pointer;
    width: 230px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #333333;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f9f9f9;
    font-size: 13px;
    /*&:hover {*/
    /*    color: #d72103;*/
    /*    border-left: 1px solid #d72103;*/
    /*}*/
  }
  .content .menu .list .active {
    background-color: #d72103;
    color: #fff;
  }
  .content .right_list {
    margin: 10px 0;
    width: 100%;
  }
  .content .right_list .nav_title {
    color: #333;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
  }
  .content .right_list .list_article {
    padding: 20px 0 10px;
  }
  .content .right_list .list_article li {
    display: flex;
    justify-content: space-between;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
  }
  .content .right_list .list_article li p {
    color: #333;
  }
  .content .right_list .list_article li span {
    color: #999;
  }
  .content .right_list .list_article li::before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #999;
  }
  .content .right_list .imgList ul {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .content .right_list .imgList ul li {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .content .right_list .imgList ul li img {
    width: 173px;
    height: 118px;
  }
  .content .right_list .imgList ul li span {
    padding-top: 5px;
    text-align: center;
    width: 168px;
  }
  .content .right_list .detail {
    padding-top: 20px;
  }
  .content .right_list .detail h2 {
    font-size: 24px;
    text-align: center;
    color: #d72103;
    padding: 15px 0;
  }
  .content .right_list .detail .nav_info {
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    border: 1px dotted #e1e1e1;
    background: #f5f5f5;
    font-size: 12px;
  }
  .content .right_list .detail .nav_info .fontZoom a {
    cursor: pointer;
  }
  .content .right_list .detail .nav_info .fontZoom a:hover {
    color: #d72103;
  }
  .content .right_list .detail .detail_content {
    padding: 5px 0 10px 0;
  }
  .content .right_list .detail p {
    padding-bottom: 20px;
  }
  .content #pages {
    text-align: center;
  }
  .content #pages .layui-laypage-em {
    background-color: #d72103;
  }
  .banner_c {
    background-color: #d72103;
  }
  .banner_c .banner_center {
    width: 1200px;
    margin: 0 auto;
  }
  .banner_c img {
    width: 100%;
  }
}
