/*自定义CSS*/
body {
    position: relative;
}

/* header */
.navbar {
    /* height: 84px; */
    position: absolute;
    top: 0;
    height: 71px !important;
    background: rgba(128,69,38,0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
}

.navbar .container {
    justify-content: center !important;
}
#closePopup {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-color: #004a7f;
    color: white;
}

#closePopup:hover {
    background-color: #3879a7;
}
/* 弹出框样式 */
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    min-height: 400px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow: hidden;
}

/* 弹出框头部 */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ebeef5;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;
    color: #303133;
}

.popup-header .close-btn {
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    color: #909399;
}

.popup-header .close-btn:hover {
    color: #409eff;
}

/* 弹出框内容 */
.popup-content {
    padding: 20px;
    font-size: 14px;
    color: #606266;
    display: flex
;
}

/* 弹出框底部 */
.popup-footer {
    padding: 10px 20px;
    text-align: right;
    border-top: 1px solid #ebeef5;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* 背景遮罩样式 */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
}
.fixed-top {
    /* height: 84px; */
    position: absolute;
    top: 0;
    height: 140px !important;
    /* background: rgba(128,69,38,0.1) !important; */
    background: #004a7f !important;
}

.head-sm-height {
    /* height: 84px; */
    position: absolute;
    top: 0;
    height: 71px !important;
    background: rgba(128,69,38,0.1) !important;
}

.navbar-collapse {
    height: 71px !important;
}

.navbar-nav {
    height: 100%;
}

.navbar-nav .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.navbar-brand {
    position: relative;
    height: 71px;
    display: flex;
    align-items: center;
}

.navbar-left {
    right: 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-left-vertical-container {
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-left-vertical-line {
    display: inline-block;
    width: 2px;
    height: 40%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

@font-face {
    font-family: "AlimamaDongFangDaKai";
    src: url("../font/AlimamaDongFangDaKai/AlimamaDongFangDaKai-Regular.woff2") format("woff2"),
    url("../font/AlimamaDongFangDaKai/AlimamaDongFangDaKai-Regular.woff") format("woff");
}

@font-face {
    font-family: "AlibabaPuHuiTi";
    src: url("../font/AlibabaPuHuiTi/nCsHp2bEUsR2.woff2") format("woff2"),
    url("../font/AlibabaPuHuiTi/nCsHp2bEUsR2.woff") format("woff");
}

@font-face {
    font-family: "SourceHanSansSC_Regular";
    src: url("../font/Source_Han_Sans_SC/Source_Han_Sans_SC_Regular.otf"),
}

@font-face {
    font-family: "SourceHanSansSC_Light";
    src: url("../font/Source_Han_Sans_SC/Source_Han_Sans_SC_Light_Light.otf"),
}

@font-face {
    font-family: "SourceHanSansSC_Medium";
    src: url("../font/Source_Han_Sans_SC/Source_Han_Sans_SC_Medium_Medium.otf"),
}

@font-face {
    font-family: "SourceHanSansSC_Bold";
    src: url("../font/Source_Han_Sans_SC/Source_Han_Sans_SC_Bold.otf"),
}

@font-face {
    font-family: "heiti";
    src: url("../font/heiti/heiti.ttf"),
}

.navbar-left-text {
    width: 124px;
    font-family: AlimamaDongFangDaKai;
    /* font-weight: 400; */
    font-size: 34px;
    color: #FFFFFF;
    /* line-height: 49px; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 2px;
}

.navbar-nav .active .nav-link{
    box-shadow: 0 4px 0 0 #FFFFFF;
}

.nav-link {
    font-family: SourceHanSansSC_Light;
    font-weight: lighter;
    font-size: 26px !important;
    color: #FFFFFF !important;
    /* color: #FFFFFF !important; */
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.active .nav-link {
    font-family: SourceHanSansSC_Light;
    font-weight: normal !important;
}

.nav-item {
    position: relative;
}
.li-item-position{
    position: relative;
}
.nav-item .li-item {
    max-height: 400px;
    /* overflow: auto; */
    position: absolute;
    top: 100%;
    /* left: -25%; */
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    display: none;
}

.nav-item .li-item .li-item-content {
    width: 100%;
    height: 50px;
    display: block;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #804526;
    line-height: 50px;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid rgba(128, 69, 38, 0.1);
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.nav-item .li-item .li-item-content:hover {
    color: #9D2236;
}

.nav-item .li-item .li-item-content:last-child {
    border-bottom: none;
}

.nav-item:hover .li-item {
    display: block;
}


.navbar-nav .nav-link {
    padding: 0 !important;
    height: 81% !important;
    display: flex;
    align-items: center;
}


/* 轮播图 */
.swiper-bottom-container {
    width: 100%;
    height: 94px;
    z-index: 1;
    position: relative;
}

.swiper-bottom-absolute {
    width: 100%;
    height: 94px;
    position: absolute;
    top: -30px;
    display: flex;
}

.swiper-bottom-left {
    width: 65%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
}

.swiper-bottom-left .backImg {
    width: 100%;
}

.swiper-bottom-left-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-bottom-left-content-img1 {
    width: 40px;
    height: 40px;
}

.swiper-bottom-left-content-img2 {
    width: 24px;
    height: 24px;
}

.swiper-bottom-left-content-text {
    max-width: 30%;
    min-width: 20%;
    height: 30px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 20px;
    color: #004a7f;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: none;
}

.swiper-bottom-left-content-text:hover {
    color: #004a7f;
}

.swiper-bottom-left-content .active {
    display: inline-block;
}

.swiper-bottom-right {
    position: relative;
    width: 38%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0);
}

.swiper-bottom-right-child {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 110%;
    height: 64px;
    background: #004a7f;
}

.swiper-bottom-right .swiper-pagination {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-bottom-right .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background: none;
    border: 1px solid #FFFFFF;
}

.swiper-bottom-right .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
}

.swiperImg {
    height: 500px;
    object-fit: cover;
}

/* 子系统选择 */
.subsystems-container {
    width: 100%;
    margin-top: -31px;
    /* background: url(../images/pic_kuaisutongdao2x.png); */
    background: #f6f4ef;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding: 5% 10%;
}

.subsystems-child {
    flex: 1;
    position: relative;
    cursor: pointer;

    justify-content: center;
    display: inline-block;
    width: 16%;
    margin: 0 4%;
}

.subsystems-child img {
    width: 100%;
    object-fit: contains;
}

.subsystems-child .subsystems-child-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subsystems-child-content img {
    width: 70px;
    height: 70px;
}

.subsystems-child .hoverImg {
    display: none;
}

.subsystems-child:hover .defaultImg {
    display: none;
}

.subsystems-child:hover .hoverImg {
    display: inline-block;
}

.subsystems-child-content span {
    height: 36px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 5px;
}

/* 新闻动态-通知公告 */
.notice-container {
    width: 100%;
    height: 578px;
    padding: 0 10%;
    background: url(../images/pic_dongtai2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    /* padding: 5% 15%; */
}

.notice-container-left {
    width: 50%;
    overflow: hidden;
    height: 100%;
    /* padding: 10% 0 10% 20%; */
    padding: 2% 0;
    /* padding-top: 5%; */
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
}

.notice-container-left img {
    /* height: 74%; */
    width: 100%;
    object-fit: fill;
}

.notice-container-right {
    width: 50%;
    height: 100%;
    padding: 4% 0 5% 2%;
    /* padding: 4% 10% 4% 2%; */
    display: flex;
    flex-direction: column;
    /* padding-top: 4%;
    padding-left: 2%; */
}

.notice-container-right-header {
    width: 100%;
    height: 60px;
    position: relative;
}

.notice-container-right-header .noticeBar{
    padding: 0 20px 0 10px;
}

.notice-container-right-header .noticeBar .noticeContent {
    height: 48px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.notice-container-right-header .noticeBar .active {
    /* width: 160px; */
    height: 60px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 700;
    font-size: 40px;
    color: #004a7f;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 3px solid #004a7f;;
}

.notice-container-right-header .noticeMore {
    width: 94px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 16px;
    color: #804526;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    position: absolute;
    bottom: 4px;
    right: 0;
    text-align: right;
}

.notice-container-right-header .noticeMore img {
    width: 24px;
    height: 24px;
}

.notice-container-right-header .noticeMore .noticeMore-switch-tab img {
    width: 24px;
    height: 24px;
}

.notice-container-right-body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.notice-container-right-body-item {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(128, 69, 38, 0.1);
    cursor: pointer;
}

.notice-container-right-body .notice-container-right-news {
    display: none;
}

.notice-container-right-body .notice-container-right-notice {
    display: none;
}

.notice-container-right-body .active {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    color: #804526;
    border-bottom: 1px solid rgba(128, 69, 38, 0.1);
    cursor: pointer;
}

.notice-container-right-body .active:hover {
    color: rgba(157, 34, 54, 1)
}

.notice-container-right-body .active:hover .notice-container-right-body-item-date {
    background: rgba(157, 34, 54, 1)
}

.notice-container-right-body .active:visited {
    color: rgba(157, 34, 54, 1)
}

.notice-container-right-body-item-date {
    min-width: 86px;
    height: 86px;
    background: #804526;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notice-container-right-body-item-date-p1{
    /* width: 55px; */
    height: 30px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.notice-container-right-body-item-date-p2 {
    /* width: 31px; */
    height: 21px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 350;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.notice-container-right-body-item-content {
    width: calc(100% - 86px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.notice-container-right-body-item-content-p1 {
    height: 36px;
    width: 100%;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 24px;
    color: inherit;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.notice-container-right-body-item-content-p2 {
    height: 27px;
    width: 100%;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 18px;
    color: inherit;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}

/* 服务中心-服务指南 */
.service-container {
    width: 100%;
    min-height: 647px;
    padding: 0 10%;
    /* background: url(../images/pic_fuwu2x.png); */
    background: #f6f4ef;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
}

.service-container-left {
    width: 50%;
    padding: 4% 0;
    /* padding: 3% 0 5% 15%; */
    display: flex;
    flex-direction: column;
}

.service-container-right {
    width: 50%;
    padding: 4% 0 4% 2%;
    /* padding: 3% 6% 2% 0; */
    display: flex;
    flex-direction: column;
}

.service-title {
    /* width: 160px; */
    height: 60px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 700;
    font-size: 40px;
    color: #804526;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 5px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.service-title .backGroundFont {
    position: absolute;
    left: 0;
    top: -4px;
    font-family: AlibabaPuHuiTi;
    font-weight: 900;
    font-size: 60px;
    padding-left: 5px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    z-index: 0;
    cursor: default;
    background: linear-gradient(to bottom, rgba(128, 69, 38, 0.1), rgba(128, 69, 38, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.service-content-left {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.service-content-left-item {
    width: 50%;
    height: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.service-content-left-item img {
    width: 100px;
    height: 100px;
}

.service-content-left-item span {
    width: 120px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 20px;
}

.service-content-right {
    flex: 1;
    /* padding: 10px; */
    /* width: 720px;
    height: 413px; */
    display: flex;
    align-items: flex-end;
    padding-left: 1%;
}

.service-content-right .service-content-right-box {
    width: 100%;
    height: 100%;
    background: #F6EEE2;
    border-radius: 0px 0px 0px 0px;
}

.service-content-right-header {
    display: flex;
}

.service-content-right-header-item {
    width: 50%;
    padding: 20px;
}

.service-content-right-header-item-title {
    /* width: 302px; */
    min-height: 30px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 700;
    font-size: 20px;
    color: #804526;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.service-content-right-header-item-text {
    /* width: 301px; */
    min-height: 40px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 20px;
    color: #804526;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
    white-space: normal;
}

.service-content-right-body {
    display: flex;
}

.service-content-right-left {
    width: 60%;
    padding: 20px;
}

.service-content-right-right {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-content-right-right img {
    width: 80px;
    height: 80px;
}

.service-content-right-right p {
    height: 21px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 3px 0;
}

.service-content-right-foot {
    display: flex;
}

/* 历史照片 */
.historical-photos-container {
    width: 100%;
    height: 379px;
    background: url(../images/historical-photos.png) 100% no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    padding: 0 10%;
}

.historical-photos-container .content {
    width: 100%;
}

.historical-photos-container .content .imgBox {
    position: relative;
}

.historical-photos-container .content .imgBox .bd .tempWrap {
    width: 100% !important;
}

.historical-photos-container .content li {
    list-style: none;
    margin: 0;
}

.historical-photos-card {
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
}

.historical-photos-card a {
    display: block;
    width: 100%;
    height: calc(100% - 27px);
    overflow: hidden;
}

.historical-photos-card a:hover {
    box-shadow: 0 0 0 1px rgba(157, 34, 54, 0.8);
}

.historical-photos-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.historical-photos-card img:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;
}

.historical-photos-card a img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transition: scale(1.2);
    cursor: pointer;
}

.historical-photos-card-title {
    width: 100%;
    height: 27px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 18px;
    color: #804526;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* foot */
.foot-container {
    width: 100%;
    min-height: 126px;
    background: url(../images/pic_di2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.foot-container p {
    min-height: 36px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.foot-fix-bottom {
    position: fixed;
    bottom: 0;
}

/* 头部大屏 */
.jumbotron {
    min-height: 300px !important;
    padding: 71px 2em 0 71px;
    display: flex;
    align-items: center;
}

/* 列表页底部盒子 */
.list-container {
    /* padding: 0 10%; */
    /* margin-top: -10%; */
    background: #F6F4EF;
    /* height: 100vh; */
    /* min-height: 50vh; */
    position: relative;
}

.list-container-header {
    width: 100%;
    padding: 0 15%;
    position: absolute;
    top: -80px;
    z-index: 1;
}

.list-container-header-bar {
    width: 180px;
    height: 80px;
    position: relative;
}

.list-container-header-bar img {
    width: 100%;
    height: 100%;
}

.list-container-header-bar-p {
    width: 100%;
    padding: 0 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.list-container-header-bar-p1 {
    height: 39px;
    font-family: SourceHanSansSC_Light;
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 39px;
    font-style: normal;
    text-transform: none;
}

.list-container-header-bar-p2 {
    height: 27px;
    font-family: heiti;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    font-style: normal;
    text-transform: none;
}

.list-container-body {
    width: 100%;
    min-height: 500px;
    padding: 0 15% 30px 15%;
    display: flex;
}

.list-container-body-left {
    width: 180px;
    /* height: 80px; */
}

.list-container-body-left-item {
    width: 100%;
    height: 80px;
    display: block;
    font-size: 15px;
    font-family: SourceHanSansSC_Bold;
    line-height: 80px;
    text-align: center;
    background: rgb(241, 237, 231);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: rgba(128, 69, 38, 1);
    padding: 0 15px;
}

.list-container-body-left .active {
    font-weight: 700;
    color: rgba(157, 34, 54, 1);
}

.list-container-body-right {
    width: calc(100% - 180px);
    padding-left: 4%;
    display: flex;
    flex-direction: column;
}

.list-container-body-right-header {
    padding-top: 1rem;
}

.list-container-body-right-dividerLine {
    width: 100%;
    height: 1px;
    background: #804526;
    opacity: 0.5;
    margin-bottom: 21px;
}

.list-container-body-right-body {
    width: 100%;
}

.list-container-body-right-body-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(181, 181, 182, 0.15);
    cursor: pointer;
}

.list-container-body-right-body .list-container-body-right-body-item:hover p{
    color: rgba(157, 34, 54, 1);
}

.list-container-body-right-body-item .item-left {
    width: calc(100% - 103px);
}

.list-container-body-right-body-item .item-left .p1 {
    height: 36px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-container-body-right-body-item .item-left .p2 {
    height: 27px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 16px;
    color: #B5B5B6;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-container-body-right-body-item .item-right {
    width: 103px;
    height: 27px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 16px;
    color: #B5B5B6;
    line-height: 27px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

/* .list-container-body-right-body .active p{
    color: rgba(157, 34, 54, 1) !important;
} */

.list-container-body-right-body-item-container {
    width: 100%;
}

.list-container-body-right-body-content-container {
    width: 100%;
}

.list-container-body-right-body-content {
    width: 100%;
}

.list-container-body-right-body-detail {
    width: 100%;
}

.list-container-body-right-body-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.list-container-body-right-body-title .list-right-title-left {
    /* width: 428px; */
    flex: 1;
    height: 48px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-container-body-right-body-title .list-right-title-right .span1 {
    height: 21px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 400;
    font-size: 14px;
    color: #B5B5B6;
    line-height: 21px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.list-container-body-right-body-title .list-right-title-right .span2 {
    height: 21px;
    font-family: SourceHanSansSC_Regular;
    font-weight: 500;
    font-size: 14px;
    color: #004a7f;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* .list-container-body-right-body-item-container .list-container-body-right-body-item:first-child {
    padding-top: 0;
} */

/* 当前位置 */
.locationNavigation {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.locationNavigation img {
    width: 18px;
    height: 18px;
}

.locationNavigation a:last-child {
    color: #804526;
}

/* 分页样式 */
.pagebar {
    padding: 4vh 20px 5vh 20px;
    overflow: hidden;
    clear: both
}
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.pagination a {
    background: #fff;
    border: 1px solid rgba(181, 181, 182, 0.5);
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 5px;
    border-radius: 10px; line-height:100%
}
.pagination span {
    color: rgba(181, 181, 182, 0.5);
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #fff;
    border: 1px solid rgba(157, 34, 54, 1);
    background: rgba(157, 34, 54, 1);
}
.pagination a.page-num-current {
    color: #fff;
    background: rgba(157, 34, 54, 1);
    border: 1px solid rgba(157, 34, 54, 1);
}
.pagination .st {
    font-family: 宋体
}
.text-secondary {
    text-align: center; padding:20px 0
}

/* 搜索页按钮 */
.btn-custom {
    color: #fff;
    background-color: #804526;
    border-color: #804526;
}

.btn-custom:hover {
    color: #fff;
    background-color: #6b3c22;
    border-color: #6b3c22;
}

.btn-custom:focus, .btn-custom.focus {
    color: #fff;
    background-color: #804323;
    border-color: #804323;
    box-shadow: 0 0 0 0.2rem rgba(128, 67, 35, 0.5);
}

.btn-custom.disabled, .btn-custom:disabled {
    color: #fff;
    background-color: #804526;
    border-color: #804526;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #6b3c22;
    border-color: #6b3d24;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(107, 61, 36, 0.5);
}

/* 公共样式 */
.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.none{
    display: none;
    background-color: red;
    position: absolute;
    max-height: 400px;
    margin-top: -40px;

    /* overflow: auto; */
    position: absolute;
    /* top: -2%; */
    left: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    /* display: none; */
}
.li-item-position:hover .none{
    display: block;
}
.none-text:hover{
    color: #9D2236;
}
.tr-box .case-img{
    width: 50px;
}
.search{
    display: flex;
    justify-content: center;
}
ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    background: url(../images/list.jpg) 3px center no-repeat;

    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}