@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #ffffff;
    font-family: "Microsoft YaHei", 宋体, sans-serif;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #0168b7;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1366 {
    width: 1366px;
    height: auto;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    height: auto;
    margin: 0 auto;
}

.w1600 {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.abs {
    position: absolute;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.news_part_left {
    float: left;
    width: 100%;
}
.i-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    border-bottom: #0168b7 solid 3px;
}
.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0168b7;
    display: block;
    float: left;
    padding: 0;
}
.i-title a {
    display: block;
    font-size: 14px;
    float: right;
    color: #0168b7;
}
.i-title .i_more {
    display: block;
    background: url(../images/ico_more.png) 0 0 no-repeat;
    width: 30px;
    height: 15px;
    overflow: hidden;
    margin: 22px 0 0 0;
    padding: 0;
}
.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 20px 0 15px 0;
}
.tw_top .imga {
    width: 240px;
    height: 170px;
    overflow: hidden;
    display: block;
    float: left;
}
.tw_top .tw_txt h1 {
    color: #0168b7;
    font-size: 18px;
    line-height: 30px;
}
.tw_top .tw_txt h1 a {
    color: #0168b7;
    font-weight: bold;
}
.tw_top img {
    width: 240px;
    height: 170px;
    padding: 0;
    float: left;
    margin-right: 15px;
}
.tw_top .tw_txt {
    height: 170px;
    overflow: hidden;
    padding-left: 20px;
}
.topicList ul {
    /* background: url(../images/boxline.png) no-repeat 5px 10px; */
}
.topicList .n .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
}
.topicList .n .date {
    /* float: right; */
    flex: 0 0 auto;
    color: #999;
}
.topicList .n a {
    text-decoration: none;
    /* background: url(../images/liteicon1.png) no-repeat 0 5px; */
    /* padding-left: 25px; */
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    padding-right: 20px;
}
.topicList .n:hover a {
    /* background: url(../images/liteicon1.png) no-repeat 0 -27px; */
    color: #0168b7;
}
.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 27px;
    color: #a5a5a5;
    margin: 5px 0;
    padding: 0;
}
.tw_top .tw_txt p a {
    color: #666666;
}

.home_item {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    min-height: 240px;
}

.item_title {
    height: 50px;
    line-height: 50px;
    font-family: "Microsoft Yahei";
    position: relative;
    border-bottom: #0168b7 solid 3px;
}

.item_title h2.cur {
    border-radius: 5px 5px 0 0;
    color: #0168b7;
    padding-right: 7px;
}

.item_title h2 {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    float: left;
    text-align: center;
    line-height: 50px;
    font-family: "Microsoft YaHei", 宋体, sans-serif;
}

.item_title p{line-height: 60px; color: #666;font-size: 14px;}

.item_box {
    padding: 10px 0 10px 0;
}

.home_item span.more {
    position: absolute;
    top: 20px;
    right: 4px;
    font-size: 14px;
    color: #0168b7;
}

.home_item span.more a {color: #0168b7;}

.item_box ul li {
    display: block;
    position: relative;
}
.item_box li {
    line-height: 34px;
    font-size: 14px;
}
.item_box ul li a {
    background: url(../images/dot.gif) no-repeat left;
    display: flex;
    width: 100%;
} 

.item_box ul li a i{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    margin-right: 12px;
    padding-left: 10px;
}


.item_box ul li span.datetime {
    color: #7b7b7b;
    font-size: 12px;
    flex: 0 0 auto;
}
.home_news {
    width: 100%;
    float: right;
}
.news_title {
    height: 39px;
    line-height: 39px;
    position: relative;
    border-bottom: #0168b7 solid 3px;
    padding:5px 0;
}
.news_title i {
    background: url(../images/laba_02.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 13px;
    left: 0;
}
.news_title h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    color: #0168b7;
    padding-left: 30px;
    position: relative;
}
.news_title span {
    position: absolute;
    top: 15px;
    right: 4px;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    width: 52px;
    height: 19px;
    line-height: 19px;
    text-align: right;
    padding-right: 6px;
}
.news_title span a {
    color: #0168b7;
    display: block;
    font-size: 14px;
}
.news_box {
    text-align: left;
    padding-top: 20px;
}
.news_box ul li {
    display: block;
    clear: both;
    position: relative;
    padding-right: 100px;
}
.news_box li {
    line-height: 34px;
    font-size: 14px;
}
.news_box ul li a {
    background: url(../images/dot.gif) no-repeat left;
    padding-left: 20px;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 1px;
}
.news_box ul li span.datetime {
    position: absolute;
    top: 0;
    right: 0;
    color: #949494;
    font-size: 14px;
}

.i-tzgg {
    width: 100%;
    /* height: 415px; */
    /* background: url("../images/tzgg_bg.jpg") center no-repeat #ffffff; */
    background-size: cover;
    padding: 60px 0 0 0;
    background-color: #f3f3f3;
    margin-top: 30px;
}

.tz_box_nr {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.tzggbox {
    margin: 0 auto;
    text-align: left;
    /* background: url("../images/tzggbox_bg.png") */
    
}

.tzggbox .hd {
    height: 67px;
    line-height: 52px;
    background: url("../images/there.png");
    padding: 0;
    position: relative;
}

.tzggbox .hd ul {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 100%;
}

.tzggbox .hd ul li {
    float: left;
    padding: 0;
    cursor: pointer;
    width: 33.333%;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
}

.tzggbox .hd ul li.on {
    height: 67px;
    background: url("../images/here1.png") center no-repeat;
    color: #ffffff;
    background-size: cover;
}

.tzggbox .bd ul {
    padding: 0;
    zoom: 1;
    height: 200px;
    width: 100%;
}

.tzggbox .bd {
    padding: 20px 35px 40px 35px;
    overflow: hidden;
}

.picList{ 
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
}

.Scroll_zz {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.Scroll_zz .hds {
    height: 0;
}

.Scroll_zz .hds .prevs {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ks-arrow1.png") -50px 0 no-repeat;
    position: absolute;
    top: 30%;
    right: -50px;
}

.Scroll_zz .hds .prevs:hover {
    background: url("../images/ks-arrow1.png") -50px -100px no-repeat;
    transition: all 0s;
}

.Scroll_zz .hds .nexts {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/ks-arrow1.png") 0 0 no-repeat;
    position: absolute;
    top: 30%;
    left: -50px;
}

.Scroll_zz .hds .nexts:hover {
    background: url("../images/ks-arrow1.png") 0 -100px no-repeat;
    transition: all 0s;
}

.Scroll_zz .hds ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.Scroll_zz .hds ul li.on {
    background-position: 0 0;
}

.Scroll_zz .bds {
    padding: 0 0;
    width: 100%;
    height: 207px;
    overflow: hidden;
    display: flex;
}

.Scroll_zz .bds ul {
    /*width: 100%!important;*/
    overflow: hidden;
    zoom: 1;
    flex: 1 1 auto;
}

.Scroll_zz .bds ul li {
    overflow: hidden;
    text-align: center;
    max-width: 33%!important;
    width: 360px!important;
    padding:0 10px;
    flex: 0 0 auto;
    float: none!important;
}

.Scroll_zz .bds .pic {
    text-align: center;
    height: 200px;
    overflow: hidden;
    display: flex;
}

.Scroll_zz .picList img {
    height: 200px;
    display: block;
    transition: all 0.6s;
    flex:0 0 auto;
}

.Scroll_zz .bds .pic a:hover img {
    border-color: #999;
}

.Scroll_zz .bds ul li .title {
    color: #333333;
    line-height: 40px;
    padding: 15px 20px;
    float: left;
    background: #cccccc;
    flex: 1 1 auto;
}

.Scroll_zz .bds ul li .title h2 {
    color: #333333;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.Scroll_zz .bds ul li .title p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.Scroll_zz .bds .tempWrap {
    width: 100%!important;
}

.Scroll_zz .bds li:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.Scroll_zz .bds li:hover .title {
    background: #0168b7;
    transition: all 0.6s;
    color: #ffffff;
}

.Scroll_zz .bds li:hover .title p {
    color: #ffffff;
    transition: all 0.6s;
}

.Scroll_zz .bds ul li:hover .title h2 {
    color: #ffffff;
    transition: all 0.6s;
}

.layui-nav .layui-nav-item a {
    color: #ffffff;
}

.layui-nav-item.layui-this>a,.layui-nav-item>a:hover{
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.layui-nav-child.layui-anim.layui-anim-upbit {
    /* background-color: #0168b7; */
    background-color: rgba(24, 99, 197, 0.7);
    border:0;
}
.layui-nav .layui-nav-child{
    top:60px;
}
.layui-nav .layui-nav-child a{
    color: #ffffff;
}

.layui-nav .layui-nav-child a:hover{
    background-color: rgba(208, 243, 230, 0.1);
}

.layui-nav-child dd.layui-this{
    background-color: rgba(208, 243, 230, 0.1);
}

.click-nav{
    display: none;
}

/* //适配手机 */
@media (max-width:1200px) {
  .layui-container{
    width: 95%!important;
  }
}
@media (max-width:1000px) {
  .logo img {
    height: 60px!important;
  }
}
@media (max-width:899px) {
  .layui-container{
    width: 100%!important;
  }
    .top-bar {
        display: none;
    }
    .header-nav{
        padding:5px 0;
    }
    .nav-c{
        justify-content: space-between;
    }
    .click-nav{
        display: block;
    }
    .click-nav img {
        width: 28px;
        height: 24px;
    }

    .layui-nav{
        position: absolute;
        top: 80px;
        z-index: 9;
        display: none;
        flex-direction: column;
        width: 100%;
        left: 0;
        /* background-color: rgba(11, 22, 180, 0.8) !important; */
        border-top: 1px solid #eee;
    }
    .layui-nav.layui-nav-show{
        display: flex;
    }
    .layui-nav .layui-nav-child{
        top:0
    }
    .layui-nav-child{
        position: relative;
        top: 0;
        background-color: rgba(255, 255, 255, 0.1);
    }
    .layui-nav-child.layui-anim.layui-anim-upbit{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .i-title h2{
        font-size: 18px;
    }

    .tw_top .tw_txt h1 {
        font-size: 14px;
        line-height: 24px;
    }
    .layui-col-space30>*{
        padding:0 10px
    }
    .tw_top .tw_txt p{
        line-height: 21px;
    }
    .topicList .n a {
        font-size: 14px;
    }
    .topicList .n .title{
        height: 30px;
        line-height: 30px;
    }
    .topicList .n a{
        line-height: 30px;
    }
    .home_news{
        margin-top: 15px;
    }
    .news_box ul li a{
        font-size: 14px;
    }
    .tzggbox .hd ul li{
        font-size: 18px;
    }
    .i-tzgg{
        padding-top:10px;
    }
    .Scroll_zz .bds{
        width: 100%;
    }
    .Scroll_zz .bds ul{
        width: 100%;
    }
    .Scroll_zz .bds ul li{
        width: 100%;
    }
    .Scroll_zz .bds .pic{
        height: 150px;
        display: flex;
    }
    .Scroll_zz .bds ul li .title{
        flex:1 1 auto;
    }

    .Scroll_zz .picList img{
        width: 120px;
        height: 150px;
    }
    .item_box ul li{
        padding-right: 75px;
    }
    .item_box ul li a{
        width: 100%;
    }
    .tzggbox .bd ul{
        height: 150px;
    }
    .Scroll_zz .bds{
        height: 150px;
    }
    .tzggbox .bd{
        padding:20px 35px;
    }
    .tw_top .imga{
        width: 168px;
        height: 119px;
    }
    .tw_top img{
        width: 168px;
        height: 119px;
    }
    .tw_top .tw_txt{
        height: 119px;
    }
    .footer-links{
        padding-top: 20px;
    }
}

.about-container {
    display: flex;
    margin: 30px auto;
    max-width: 1330px;
    min-height: 500px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }

  .about-container.top-image{
    max-width: 100%;
    min-height: 300px;
  }

  .about-sidebar {
    width: 240px;
    background: #fafbfc;
    border-right: 1px solid #eee;
    padding: 30px 0 30px 0;
    flex: 0 0 auto;
  }
  .about-title {
    font-size: 22px;
    font-weight: bold;
    color: #0168b7;
    margin-bottom: 30px;
    padding-left: 32px;
    position: relative;
  }
  .about-title::before {
    content: '';
    position: absolute;
    left: 16px; top: 8px;
    width: 6px; height: 20px;
    background: #0168b7;
    border-radius: 3px;
  }
  .about-menu {
    list-style: none;
    padding: 0 16px;
    margin: 0;
  }
  .about-menu li {
    margin-bottom: 8px;
  }
  .about-menu li a {
    display: block;
    padding: 10px 16px;
    color: #333;
    border-radius: 4px;
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
  }
  .about-menu li.active > a,
  .about-menu li a:hover {
    background: #0168b7;
    color: #fff;
  }
  .about-menu .has-sub > a {
    position: relative;
  }
  .about-menu .arrow {
    float: right;
    font-size: 12px;
    margin-top: 4px;
  }
  .sub-menu {
    display: none;
    margin-top: 8px;
  }
  .has-sub.open .sub-menu {
    display: block;
  }
  .sub-menu li a {
    font-size: 15px;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #666;
  }
  .sub-menu li a:hover {
    background: #0168b7;
    color: #fff;
  }
  
  .about-content {
    flex: 1;
    padding: 40px 40px 40px 40px;
  }
  .about-breadcrumb {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 18px;
  }
  .about-content-title {
    font-size: 26px;
    font-weight: bold;
    color: #0168b7;
    border-bottom: 2px solid #0168b7;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  .about-content-body {
    font-size: 16px;
    color: #222;
    line-height: 1.8;
    overflow: hidden;
  }  

  .about-content-body img{
    max-width: 100%;
  }
  
  /* 手机端适配 */
  @media (max-width: 900px) {
  
    .about-container {
      flex-direction: column;
      box-shadow: none;
      margin: 0;
      min-height: auto;
    }
    .about-sidebar {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #eee;
      padding: 0;
    }
    .about-title {
      padding: 18px 16px;
      font-size: 20px;
      margin-bottom: 0;
      padding-left: 30px;
    }
    .about-menu {
      display: flex;
      overflow-x: auto;
      padding: 0 8px;
      background: #fafbfc;
    }
    .about-menu li {
      margin: 0 4px 0 0;
      flex-shrink: 0;
    }
    .about-menu li a {
      padding: 10px 12px;
      font-size: 15px;
      border-radius: 4px 4px 0 0;
    }
    .about-content {
      padding: 20px 10px;
    }
    .about-content-title {
      font-size: 20px;
      padding-bottom: 6px;
      margin-bottom: 16px;
    }
    
    .sub-menu {
      position: static;
      background: #fafbfc;
      box-shadow: none;
      padding-left: 0;
    }
  
    .about-title::before{
      top: 25px;
    }

  }

  .layui-nav .layui-this:after, .layui-nav-bar{
    display: none;
}

.layui-nav .layui-nav-more{
    display: none;
}

.edu-grid-container {
    padding: 30px 0;
    background: #fafbfc;
  }
  .edu-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .edu-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    width: calc(33.333% - 22px);
    box-sizing: border-box;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    padding: 28px 22px 18px 22px;
    position: relative;
    border: 1px solid #eee;
    transition: box-shadow 0.2s, border 0.2s, background 0.2s;
  }
  .edu-card-active {
    background: #0168b7;
    color: #fff;
    border: 1.5px solid #0168b7;
  }
  .edu-card-active .edu-card-title,
  .edu-card-active .edu-card-desc,
  .edu-card-active .edu-card-date,
  .edu-card-active .edu-card-day {
    color: #fff;
  }
  .edu-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .edu-card-line {
    width: 10px;
    height: 50px;
    background: #0168b7;
    border-radius: 4px;
    margin-right: 10px;
  }
  .edu-card-active .edu-card-line {
    background: #fff;
  }
  .edu-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .edu-card-active .edu-card-title {
    color: #fff;
  }
  .edu-card-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    min-height: 38px;
    line-height: 1.6;
    word-break: break-all;
    border-top:1px solid #eee;
    padding-top: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .edu-card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    justify-content: space-between;
  }
  .edu-card-icon {
    font-family: 'iconfont', Arial, sans-serif;
    font-size: 16px;
    color: #0168b7;
    margin-right: 6px;
  }
  .edu-card-date {
    font-size: 15px;
    color: #0168b7;
    margin-right: 4px;
  }
  .edu-card-day {
    font-size: 22px;
    background-color: #d5f3f0;
    color: #0168b7;
    font-weight: bold;
    margin-left: 8px;
    padding:10px 20px;
    border-radius: 6px;
    position: absolute;
    right:5px;
  bottom: 5px;
  }
  .edu-card-active .edu-card-icon {
    color: #fff;
  }
  @media (max-width: 900px) {
    .edu-grid {
      gap: 18px;
    }
    .edu-card {
      width: calc(50% - 10px);
      min-width: 0;
      padding: 18px 10px 12px 10px;
    }
  }
  @media (max-width: 600px) {
    .edu-grid {
      flex-direction: column;
      gap: 12px;
    }
    .edu-card {
      width: 100%;
      margin: 0;
      padding: 14px 6px 10px 10px;
      box-sizing: border-box;
    }
    .edu-card-title {
      font-size: 16px;
    }
    .edu-card-desc {
      font-size: 13px;
      min-height: 20px;
    }
    .edu-card-day {
      font-size: 16px;
    }
  }

  .daolun-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .daolun-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    width: calc(33.333% - 16px);
    min-width: 280px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    transition: box-shadow 0.2s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .daolun-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.13);
  }
  .daolun-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
  }
  .daolun-info{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .daolun-date {
    padding: 6px 12px;
    text-align: center;
    flex:0 0 auto;
    border-right: 1px solid #e5e5e5;
  }
  .daolun-date .day {
    font-size: 22px;
    color: #0168b7;
    font-weight: bold;
    display: block;
    line-height: 1;
  }
  .daolun-date .month {
    font-size: 13px;
    color: #888;
    display: block;
    margin-top: 2px;
  }
  .daolun-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin: 10px 18px 10px 18px;
    min-height: 48px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .daolun-desc {
    font-size: 14px;
    color: #666;
    margin: 0 18px 18px 18px;
    line-height: 1.6;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
  }
  @media (max-width: 900px) {
    .daolun-list {
      gap: 16px;
    }
    .daolun-card {
      width: calc(50% - 8px);
      min-width: 0;
    }
    .daolun-img img {
      height: 120px;
    }
    .daolun-date {
      top: 100px;
      left: 10px;
      padding: 4px 8px;
    }
  }
  @media (max-width: 600px) {
    .daolun-list {
      flex-direction: column;
      gap: 12px;
    }
    .daolun-card {
      width: 100%;
      margin: 0;
    }
    .daolun-img img {
      height: 100px;
    }
    .daolun-title {
      font-size: 15px;
      margin: 14px 10px 6px 10px;
      min-height: 24px;
    }
    .daolun-desc {
      font-size: 13px;
      margin: 0 10px 10px 10px;
      min-height: 20px;
    }
    .daolun-date {
      top: 80px;
      left: 6px;
      padding: 2px 6px;
      font-size: 12px;
    }
  }

  .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0168b7 !important;
  }