body{
    margin: 0;
    background: #dcf0fd;
}
.hearder-top{
    height: 550px;
    background: #dcf0fd url("../img/bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.list-container{
    width: 1200px;
    padding: 0;
    margin:auto;
    min-height: 200px;
    /* padding-top: 560px; */
    /* position: absolute; */
    /* top: 560px; */
    /* background-color: #dcf0fd; */
    /* height: 70vh; */
}
.header-logo{
    height: 65px;margin-left: 15%;margin-top: 10px;
    padding: 2px 5px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.36);
  }
 .header-text-logo{
    width: auto;
    height: 280px;
    display: block;
    margin-top: 30px;
    position: absolute;
    left: 15%;
  }
.nav-position{
    display: none;
}
.top-bg {
    width: 100%;
    /* height: 100vh;
    background: #dcf0fd url('../image/top.jpg') no-repeat;
    background-size: 100% 650px; */
}
.list-tab{
    /* height: 50px; */
    border-radius: 30px;
    background: linear-gradient(to bottom, #aedaff, #cae9ff);
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}
.list-tab ul{
    margin: 0;
    padding-left: 0;
}
.list-tab ul li{
    display: inline-block;
    list-style: none;
    line-height: 40px;
    text-align: center;
}
.list-tab ul li a{
    text-decoration: none;
    color: #0c4777;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}
.list-contents .content-title {
    color: #2a76e5;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid rgb(204, 204, 204);
    /* margin-bottom: 10px; */
}
.list-contents .content-block ul{
    margin: 0;
    padding-left: 0;
}
.list-contents .content-block ul li{
    font-size: 16px;
    color: #333;
    line-height: 36px;
    list-style: none;
    height: 36px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.list-contents .content-block ul li a{
    text-decoration: none;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-contents .content-block ul li .tag{
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #333;
    vertical-align: middle;
    margin-right: 6px;
}
.list-contents .content-block ul li:nth-child(5n){
    border-bottom: 1px dashed rgb(204, 204, 204);
    padding-bottom: 20px;
}
.list-contents .content-block ul li:nth-child(5n+1){
    padding-top: 20px;
}
.pagenation {
    text-align: right;
    margin: 20px 0;
    width: 100%;
    *padding: 5px 0;
  }
  #page-div{width:100%;margin:auto;text-align: center;}
  #page-div div{display: inline-block;*display: inline;margin:0 5px;font-size: 16px;color:#535353;}
  #page-div div a{
    color:#535353;
  }
  /* 超小设备 (手机, 600px 以下屏幕设备) */
  @media (max-width: 599px) {
    .hearder-top{
        height: 331px;
        background-position: 28% 0px;
    }
     .header-logo {
        height: 50px;
     }
     .header-text-logo{
        width: calc(100vw * .65);
        height: auto;
     }
    .list-container{
        padding: 0 20px 0;
        width: calc(100% - 40px);
    }
    .list-tab ul{
        padding-left: 10px;
    }
    .list-tab ul li{
        width: 100%;
        text-align: left;
    }
}

  /* 超小设备 (手机, 600px 以下屏幕设备) */
  @media (min-width: 600px) and (max-width: 899px) {
    .hearder-top{
        height: 300px;
    }
    .list-container{
        padding: 0 20px 0;
        width: calc(100% - 40px);
    }
    .list-tab ul{
        padding-left: 10px;
    }
    .list-tab ul li{
        width: 49%;
        text-align: left;
    }
}
  /* 超小设备 (手机, 600px 以下屏幕设备) */
  @media (min-width: 900px) and (max-width: 1024px) {
    .hearder-top{
        height: 340px;
    }
    .list-container{
        padding: 0 15% 0;
        width: 70%;
    }
    .list-tab ul{
        padding-left: 10px;
    }
    .list-tab ul li{
        width: 30%;
        text-align: left;
    }
}