.exhibit {
    position: relative
}

.succinct-con .type-con {
    width: 100%;
    /* background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat; */
    background-size: 100%;
    background: #f6f6f6;
    padding: 42px 0px;
    /* padding-bottom: 280px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.succinct-con .type-con .type_list {
    width: 312px;
    background: #FFFFFF;
}

.succinct-con .type-con .type_list li {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 19px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.succinct-con .type-con .type_list li .icon {
    width: 18px;
    height: 14px;
}

.succinct-con .type-con .type_list .active {
    color: #00B1F6;
    background-color: rgba(0, 177, 246, .1);
}

/* .succinct-con .type-con .type_list li:hover  {
    color: #00B1F6;
    background-color: rgba(0, 177, 246, .1);
} */
.succinct-con .area-wrap {
    width: 1110px;
    height: 309px;
    display: flex;
    gap: 20px;
    padding: 31px;
    box-sizing: border-box;
    background-color: #FFF;
}

.succinct-con .area-wrap .main-img {
    width: 438px;
    height: 100%;
    border-radius: 10px;
}

.succinct-con .area-wrap .area-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 19px;
    color: #555555;
}

.succinct-con .area-wrap .area-info .name {
    font-weight: bold;
    font-size: 23px;
    color: #333333;
    padding-bottom: 22px;
}

.succinct-con .area-wrap .area-info .description {
    margin-top: 10px;
    line-height: 31px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.succinct-con .exhibit-essence-title {
    width: 292px;
    height: 31px;
    margin: 50px auto;
    display: block;
}

.succinct-con .exhibit-list {
    width: 1110px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.succinct-con .exhibit-list .exhibit-item {
    border-radius: 10px;
    background: #FFFFFF;
    width: 355px;
    overflow: hidden;
}

.succinct-con .exhibit-list .exhibit-item .main-img {
    width: 100%;
    height: 289px;
}

.succinct-con .exhibit-list .exhibit-item .info {
    width: 100%;
    height: 134px;
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.08);
    padding: 21px 19px;
    box-sizing: border-box;
}

.succinct-con .exhibit-list .exhibit-item .info .name {
    font-weight: bold;
    font-size: 21px;
    color: #202124;
    margin-bottom: 20px;
}

.succinct-con .exhibit-list .exhibit-item .info .description {
    font-size: 16px;
    color: #4E5866;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img {
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter {
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs {
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con {
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides {
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a {
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.museumName {
    display: inline-block;
    padding: 18px 24px;
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*首先我们设置边框只显示底部，宽度为2px的实线。*/
    border-bottom: 6px solid;
    /*设置线性渐变*/
    border-image: linear-gradient(90deg, rgba(0, 255, 252, 1) 0%, rgba(3, 157, 254, 1) 100%) 2 2 2 2;
    margin-bottom: 53px;
}

.dialog-footer-btn {
    width: 309px;
    height: 80px;
    background: #00B1F6;
    font-weight: bold;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    margin: 50px auto;


}

.dialog-title {
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    text-align: center;
    display: flex;
}

.dialog-title i {
    color: #BFBFBF;

}

.dialog-title span {
    flex: 1;
}
.dialog-body .main-img{
    width: 100%;
    height: 412px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.dialog-body .description{
    font-size: 21px;
    color: #333333;
    line-height: 35px;
}