.banner {
    height: 100%;
    padding: 20px;
}

.banner_left {
    width: 29.3vw;
    height: 100%;
}

.banner_center {
    width: 20.7vw;
    height: 100%;
    margin-left: 40px;
}

.center_top {
    width: 20.7vw;
    height: 265px;
}

.list-item {
    height: 20%;
}

.list-title {
    height: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;

    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 90%;
    display: block;
    cursor: pointer;
}

.list-title:hover {
    color: #183F99;
}

.list-desc {
    width: 90%;
}

.desc1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.desc2 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.center_bottom {
    height: 173px;
    margin-top: 10px;
}

.list-item2 {
    height: 20%;
    margin-top: 3px;
}

.list-title2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.list-title2:hover {
    color: #183F99;
}

.banner_right {
    width: 20.6vw;
    height: 455px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 0px;
    padding: 20px;
}

.right-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #183F99;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-item {
    height: 16%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 9px;
    margin-top: 20px;
}

.item-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    width: 90%;
    padding-left: 8px;
}

.item-title:hover {
    color: #183F99;
}

.item-desc1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.item-desc2 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-img-container {
    position: relative;
    height: 265px;
    /* 添加与图片相同的高度 */
    z-index: 1;
    /* 新增层级控制 */
}

.indicator-wrap {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
    /* 新增层级控制 */
}

.indicator {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.indicator.active {
    width: 14px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}

.ys-title {
    font-weight: bold;
    font-size: 24px;
    color: #183F99;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.cs {
    color: #4CAF50;
}

.yscs {
    width: 100%;
    height: 100%;
}

.img-title {
    height: 32px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 12px 12px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: left;
    line-height: 32px;
    font-style: normal;
    text-transform: none;
    padding-left: 8px;
}

.ys-content-left {}

.img-warap {
    position: relative;
}

.title-position {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 90%;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.btm-dot {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
}

.btm-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 8px;
    width: 100%;
}

.btm-title:hover {
    color: #183F99;
}

.btm-desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 16px;
    width: 100%;
}

.ys-content-right-item {
    width: 42vw;
    height: 167px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 18px;
}

.ys-content-right-item img {
    border-radius: 6px;
}

.item-r {
    width: 28.2vw;
    margin-left: 16px;
    padding-top: 6px;
}

.item-r-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    padding-top: 12px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 90%;
}

.item-r-title:hover {
    color: #183F99;
}

.item-r-desc {
    width: 90%;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 12px;
}

.sj {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 5px;
}

.item-r-ms {
    margin-top: 34px;
    width: 90%;
}

.jjys-head-item-title-text {
    width: 190px;
    height: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.jjys-head-item-title-text:hover {
    color: #183F99;
}

.jjys {
    width: 100%;
    height: 100%;
}

.jjys-content {
    width: 100%;
}

.jjys-head-list {
    width: 100%;
}

.ar-dot {
    width: 8px;
    height: 8px;
    background: #666666;
    border-radius: 50%;
}

.article-item {
    width: 30%;
}

.ar-item {
    width: 90%;
    margin-top: 16px;
}

.ar-desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ar-desc:hover {
    color: #183F99;
}

.rqys-content {
    width: 100%;
}

.rqys-item {
    width: 33%;


}

.rqys-item-right {
    margin-left: 10px;
    padding-right: 10px;
}

.rqys-item-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 90%;
}

.rqys-item-title:hover {
    color: #183F99;
}

.rqys-item-desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    width: 90%;
    text-transform: none;
}

.rqys-item-desc:hover {
    color: #183F99;
}

.rqys-item-sj {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.myzx-content {
    width: 100%;
}

.left-nav {
    width: 160px;
}

.left-nav-item {
    width: 100%;
    margin-top: 12px;
}

.nav-item1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #F3AF35;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.nav-item2 {
    width: 45%;
    height: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    margin-top: 12px;
}

.nav-item2:hover {
    color: #183F99;
}

.myzx-center-list-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.myzx-center-list-title:hover {
    color: #183F99;
}

.myzx-center-list-desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 28.6vw;
}

.myzx-center-list-sj {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.myzx-center-list-item {
    margin: 8px 0;
}

.myzx-center-list-item-right {
    padding: 15px 0;

}

.myzx-right-box {
    text-align: center;
background: #F8F9FA;
border-radius: 6px 6px 6px 6px;
margin-left: 20px;
}
.myzx-right-item{
    margin: 12px 0;
}

.myzx-right-item-title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    width: 80%;
    display: block;
    text-transform: none;
}

.myzx-right-item-title:hover {
    color: #183F99;
}
.box-myzx-right{
    width: 100%;
}
.myzx-right-item-box{
    width: 100%;
    padding: 5px 0;
}

.myzx-right-list {
    width: 100%;
    text-align: center;
}

.myzx-right-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    width: 80%;
    text-transform: none;
}
.mywd-item {
    width: 35.4vw;
    height: 206px;
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
}
.mywd-item:hover {
    background-color: #fffefe;
    opacity: 0.5;
}
.mywd-item-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: bold;
font-size: 16px;
color: #333333;
letter-spacing: 1px;
text-align: left;
font-style: normal;
text-transform: none;
width: 95%;
}
.mywd-item-da {
    width: 100%;
}
.mywd-item-desc {
width: 90%;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 14px;
color: #666666;
text-align: left;
font-style: normal;
text-transform: none;
}
.tag-my {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 12px;
color: #4077F7;
text-align: left;
font-style: normal;
text-transform: none;
}
.mywd-item-tag {
    margin-left: 30px;
}
.line {
    width: 100%;
    border: 1px solid #E0E0E0;
}
.ys-name {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 16px;
color: #333333;
text-align: left;
font-style: normal;
text-transform: none;
}
.ys-tag {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 12px;
color: #4CAF50;
text-align: left;
font-style: normal;
text-transform: none;
}
.ys-yy {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 12px;
color: #666666;
text-align: left;
font-style: normal;
text-transform: none;
}
.jkkp-item-left {
    width: 48vw;
}
.jkkp-item-left-r-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: bold;
font-size: 16px;
color: #333333;
letter-spacing: 1px;
text-align: left;
font-style: normal;
width: 90%;
text-transform: none;
}
.jkkp-item-left-r-title:hover {
    color: #183F99; 
}
.jkkp-item-left-r {
    width: 33vw;
}
.jkkp-item-left-r-desc {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 14px;
color: #666666;
text-align: left;
font-style: normal;
text-transform: none;
}
.jkkp-item-left-r-ms {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 12px;
color: #666666;
letter-spacing: 1px;
text-align: left;
font-style: normal;
text-transform: none;
}
.jkkp-right-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: bold;
font-size: 20px;
color: #183F99;
text-align: left;
font-style: normal;
text-transform: none;
}
.jkkp-right-item {
    font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 14px;
color: #999999;
text-align: left;
font-style: normal;
text-transform: none;
width: 22vw;
}
.jkkp-right-item:hover {
    color: #183F99;
}