* {
    margin: 0;
    padding: 0;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-0 {
    width: 0;
}

.h-0 {
    height: 0;
}

.cf {
    color: #fff;
}

.flex {
    display: flex;
}

.flex-1 {
    display: flex;
    flex: 1;
}

.jc-center {
    justify-content: center;
}

.ai-center {
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-end {
    align-items: end;
}

.ai-start {
    align-items: start;
}

.jc-between {
    justify-content: space-between;
}

.jc-around {
    justify-content: space-around;
}

.cursor {
    cursor: pointer;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* 文字溢出 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.hide {
    display: none;
}

.m-auto {
    margin: 0 auto;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.dbhxyc-c {
    box-sizing: border-box;
    width: 100%;
    min-height: 2471px;
    background: url('/material/zt/2026/dbhxyc/images/big-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 1005px;
}


.dbhxyc-c div,
.dbhxyc-c ul,
.dbhxyc-c li {
    box-sizing: border-box;
}

.home-a {
    width: 495px;
    height: 85px;
    position: absolute;
    top: 55px;
    left: 310px;
}

.title-a {
    font-size: 42px;
    font-weight: bold;
    color: #0260BF;
    display: block;
    position: absolute;
    transform: rotate(358deg);
}

.title-a1 {
    left: 395px;
    top: 220px;
}

.title-a2 {
    left: 394px;
    top: 269px;
}

.dy-c {
    width: 1300px;
    margin: 0 auto;
}


.dy-c-c {
    width: 1260px;
    height: 304px;
    background: url('/material/zt/2026/dbhxyc/images/dy-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 40px 55px 25px 120px;
    line-height: 40px;
    color: #ECF8FD;
    font-size: 24px;
    font-weight: bold;
    text-indent: 2em;
}


.ly-c {
    width: 1300px;
    margin: 75px auto 100px auto;
}

.wyly-c {
    width: 635px;
}

.wyly-title {
    width: 100%;
    height: 78px;
    background: url('/material/zt/2026/dbhxyc/images/wyly-img.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.wyly2-title {
    width: 100%;
    height: 78px;
    background: url('/material/zt/2026/dbhxyc/images/wyly-img2.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.wyly-c-c {
    width: 100%;
    height: 615px;
    background: url('/material/zt/2026/dbhxyc/images/wyly-bg.png') no-repeat;
    background-size: 100% 100%;
}

.net-f {
    padding: 55px 18px 25px 32px;

}

.net-ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.net-ul>li {
    width: 95%;
}

.net-ul>li:nth-of-type(n+2) {
    margin-top: 30px;
}

.net-ul>li .ly-icon {
    width: 25px;
    height: 25px;
    margin-right: 14px;
    flex-shrink: 0;
}

.net-ul>li .wy-span-t {
    font-size: 22px;
    color: #0379F1;
    font-weight: bold;
}

.net-ul>li .jy-c {
    margin-top: 13px;
    padding: 15px 11px 16px 10px;
    background-color: #F3F7F9;
    color: #333333;
    font-size: 20px;
    line-height: 30px;
}


/* 滚动条整体 */
.net-ul::-webkit-scrollbar {
    width: 14px;  /* 竖向滚动条宽度 */
    height: 14px; /* 横向滚动条高度 */
}


/* 滚动条轨道 */
.net-ul::-webkit-scrollbar-track {
    background: #EFF1F3;
    border-radius: 10px;
}


/* 滚动条滑块 */
.net-ul::-webkit-scrollbar-thumb {
    background: #4B90FA;
    border-radius: 10px;
}


/* 鼠标悬停滑块 */
.net-ul::-webkit-scrollbar-thumb:hover {
    background: #4B90FA ;
}

.input-c {
    padding: 50px 34px 60px 46px;
}

.input-span {
    font-size: 30px;
    font-weight: bold;
    color: #488EF9;
    margin-right: 22px;
}

.nc-input {
    width: 462px;
    height: 74px;
    border: 2px solid #E6F3FE;
    background: #F8FAFB;
    border-radius: 10px;
    outline: none;
    font-size: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #BFBEBD;
}

.input-c > div:nth-of-type(1) {
  margin-bottom: 58px;
}


.ly-input {
    width: 462px;
    border: 2px solid #E6F3FE;
    background: #F8FAFB;
    border-radius: 10px;
    outline: none;
    font-size: 22px;
    padding: 18px 20px;
    box-sizing: border-box;
    color: #BFBEBD;
    /* 完全禁止拖动改变大小 */
  resize: none;
}

.sub-div {
    margin-top: 29px;
}