html,
body {
    /* height: 100%; */
    width: 100%;
    margin: 0 auto;
    min-width: 1141px !important;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    max-width: 1920px;
}

a {
    text-decoration: unset !important;
}

.ghjh,
.ghjh * {
    box-sizing: border-box;
    /* margin: 0 auto; */
}

.ghjh {
    width: 100%;
    min-height: 1355px;
    position: relative;
}

.ghjhcontainer {
    width: 1141px;
    min-height: 1308px;
    margin: 0 auto;
    position: relative;
    padding: 14px 16px;
    background: #ffffff url('/material/zt/ghjh/images/bj.jpg') no-repeat;
    margin-top: -2px;
}

/* 导航 */
.crumb-nav {
    font-size: 16px;
    margin: 0 auto;
    width: 1141px;
    position: relative;
    left: 15px;
}

.crumb-nav a {
    color: #000000;
}

/* 更多 */
.bt {
    position: absolute;
    top: 0;
}

.see-more {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}

.ghjhcontainer .top ul {
    padding-left: 0;
    list-style: none;
}

/* 轮播图 */
.ghjhcontainer .top {
    height: 100%;
}

.ghjhcontainer .top .content {
    display: flex;
}

.ghjhcontainer .top .content .left {
    width: 667px;
    height: 433px;
}

.ghjhcontainer .top .swiper {
    width: 100%;
    height: 100%;
}

.ghjhcontainer .top .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.ghjhcontainer .top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.ghjhcontainer .top .swiper-slide .title {
    display: block;
    position: absolute;
    height: 54px;
    line-height: 54px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url('/material/zt/ghjh/images/title.png') no-repeat;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    padding-left: 51px;
    padding-left: 21px;
    padding-top: 1px;
}

.ghjhcontainer .top .swiper-horizontal>.swiper-pagination-bullets,
.ghjhcontainer .top .swiper-pagination-bullets.swiper-pagination-horizontal,
.ghjhcontainer .top .swiper-pagination-custom,
.ghjhcontainer .top .swiper-pagination-fraction {
    left: unset;
    right: 9.5px;
    bottom: 6px;
    min-width: 50px;
    width: unset;
}

.ghjhcontainer .top .swiper-horizontal>.ghjhcontainer .top .swiper-pagination-bullets .swiper-pagination-bullet,
.ghjhcontainer .top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.9px;
}

.ghjhcontainer .top .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}

.ghjhcontainer .top .swiper-pagination-bullet-active {
    background: #008dff;
}

.ghjhcontainer .top .content .right {
    padding: 29px 19px;
    background: #f0f8ff;
    width: 444px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.jdgd{
    text-align: right;
    display: block;
    color: #2d6bc5 !important;
    padding-right: 23px;
}

.item-title {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 27px;
}

.item-title:hover {
    font-weight: bold;
}

.list-item {
    margin-bottom: 17px;
    padding-right: 24px;
}

.list-item::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: url('/material/zt/ghjh/images/zx.png');
}

/* 放更多按钮 缩减最后一个的高度 */
.content-list .list-item:last-of-type {
    max-height: 57.19px;
    margin-bottom: 0px !important;
}

.content-list .list-item:last-of-type .item-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 中部 */
.middle {
    position: relative;
    margin-top: 150px;
}

.middle .content {
    display: flex;
    gap: 35px;
}

.middle .content .bt a,
.bottom .bt a {
    display: flex;
    font-weight: bold;
    color: #2d6bc5;
    font-size: 24px;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #ebf1f6;
    padding-bottom: 27px;
}

.middle .content .bt a::before,
.bottom .bt a::before {
    content: '';
    width: 21px;
    height: 27px;
    display: block;
    background: url('/material/zt/ghjh/images/icon.png') no-repeat;
}

.middle .content .bt a::after,
.bottom .bt a::after {
    content: '';
    width: 61px;
    height: 23px;
    display: block;
    background: url('/material/zt/ghjh/images/more.png') no-repeat;
    margin-left: auto;
    margin-top: 8px;
}

.middle .bt {
    width: 535px;
}

.middle .content ul,
.bottom .content ul {
    margin-top: 52px;
    padding-left: 4px;
}

.middle .content ul a,
.bottom .content ul a {
    margin-bottom: 19px;
    display: block;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
}

.middle .content ul a::before,
.bottom .content ul a::before {
    content: '';
    background: #999999;
    width: 3px;
    height: 3px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.middle .content ul a:hover,
.bottom .content ul a span:first-child:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.middle .content ul a span,
.bottom .content ul a span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 527px;
    display: block;
    font-size: 16px;
}

/* 下 */
.bottom {
    margin-top: 63px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bottom .bt {
    width: 100%;
}

.bottom .content ul {
    margin-top: 61px;
    padding-left: 2px;
}

.bottom .content ul a{
    padding-right: 7px;
}

.bottom .content ul a span:first-child{
    width: 681px;
}

.bottom .content ul a span:last-child {
    color: #929292;
    margin-left: auto;
    font-size: 16px;
}