@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;

}

a:active,
a:hover {
    color: #333;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.header .headerTitle {
    position: relative;
}

.header .headerTitle .titleImg {
    display: block;
    width: 100%;
}

.header .headerTitle .headerBox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    display: flex;
    margin: auto;
    right: 0;
}

.header .headerTitle .headerBox .title {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.header .headerTitle .headerBox .btnGroup {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5px 10px;
}

.header .headerTitle .headerBox .btnGroup button {
    font-size: 12px;
    border: 0;
    width: 65px;
    color: #fff;
    background-color: #880006;
}

.header .headerTitle .headerBox .btnGroup button.login {
    border-right: 1px solid #fff;
}

.header .headerTitle .headerBox .btnGroup .btnBox {
    display: flex;
    padding: 6px 10px;
    background-color: #880006;
    border-radius: 17px
}

.header .banner {
    display: block;
    position: relative;

}

.header .nav {
    position: absolute;
    top: 0;
    line-height: 30px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
}

.header .nav ul {
    display: flex;
}

.header .nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.header .nav ul li {
    padding: 15px 10px;
}

.header .nav ul li.active {
    border-bottom: 1px solid #DE3B3A;
    color: #DE3B3A;
}

.nav ul li.active a {
    color: #DE3B3A;
}

 .nav ul li a {
    font-size: 16px;
    display: inline-block;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
}

/*轮播图*/
.carousel .carousel-caption {
    bottom: 60px !important;
}

.carousel .carousel-caption img.bannerBtn {
    width: 18%;
    display: block;
    margin: auto;
    cursor: pointer;
}

/*实时数据*/
.realTimeBox {
    background-image: url("../img/realTimeDataBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.realTimeData {
    width: 80%;
    margin: auto;
    padding: 60px 0;
}

.realTimeData .inform {
    height: 60px;
    background: linear-gradient(260deg, #DC602A, #DE3B3A);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.realTimeData .inform .iconBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    border-right: 1px solid #fff;
}

.realTimeData .inform .iconBox img.inform {
    display: block;
    width: 25px;
    height: 25px;
    background: none
}

.realTimeData .inform .informInfo {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    align-items: center;
    padding: 0 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 17px;
    line-height: 17px;
}

.realTimeData .inform .informInfo p {
    width: 60px;
}

/*横线加文字*/
/*.with-hr {*/
/*    text-align: center;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    margin: 50px 0;*/
/*}*/
/*.with-hr:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 20px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    border-bottom: 1px solid #E1E1E1;*/
/*    z-index: -1;*/
/*}*/

.with-hr {
    height: 30px;
    position: relative;
    width: 100%;
    color: #B80E15;
    line-height: 30px;
    text-align: center;
    margin: 56px 0;
    font-size: 27px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #B80E15;
}

.with-hr:before {
    content: "";
    width: 42%;
    position: absolute;
    height: 1px;
    background-color: #E1E1E1;
    left: 0;
    top: 50%;
}

.with-hr:after {
    content: "";
    width: 42%;
    position: absolute;
    height: 1px;
    background-color: #E1E1E1;
    right: 0;
    top: 50%;
}

/*datalist*/
.dataList {
    width: 100%;
}

.tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    margin: auto;
}

.tabs .tabInfo {
    background-image: url("../img/tabs.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tabs .tabInfo p {
    font-size: 24px;
    font-family: STXinwei;
    font-weight: 400;
    color: #333333;
    width: 190px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}

.tabs .tabInfo.active {
    background-image: url("../img/tabs_active.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}
.tabs .tabInfo.active p{
    color: #fff;
}
.dataList .tabContent {
    margin: 60px 0 0;
}

.dataList .tabContent .tabBody {
    display: none;
}

.dataList .tabContent .tabBody.active {
    display: block;
}

.dataList .tabContent .tabBody ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.dataList .tabContent .tabBody ul li {
    width: 20%;
}

.dataList .tabContent .tabBody ul#tabFirstActiveBox li {
    box-shadow: 0px 0px 10px #ccc;
}

.dataList .tabContent .tabBody ul li.item .context {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/tabsBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dataList .tabContent .tabBody ul li.item img {
    display: block;
    width: 70%;
    margin: auto;
    /*border: 1px dashed #000;*/
}

.dataList .tabContent .tabBody ul li .numBox {
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #625E5E;
}

.dataList .tabContent .tabBody ul li .numBox span {
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dataList .tabContent #resourceCategories, .dataList .tabContent #regionalResources {
    display: flex;
    flex-wrap: wrap;
}

.dataList .tabContent #resourceCategories {
    justify-content: flex-start;
}

/*.dataList .tabContent #resourceCategories li{*/
/*    box-shadow: 0 0 10px #ccc;*/
/*}*/
.dataList .tabContent #resourceCategories li div {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    /*padding: 10px 0;*/
    color: #777;
}

.dataList .tabContent #resourceCategories li {
    position: relative;
}

.dataList .tabContent #resourceCategories li, .dataList .tabContent #regionalResources li {
    width: 16.6%;
}

.dataList .tabContent #resourceCategories li:nth-child(1n+7), .dataList .tabContent #regionalResources li:nth-child(1n+7) {
    margin-top: 30px;
}

.dataList .tabContent #resourceCategories li img {
    display: block;
    width: 80%;
    margin: auto;
}

.dataList .tabContent #regionalResources {
    /*display: flex;*/
    /*flex-wrap:wrap;*/
    justify-content: flex-start;
}

.dataList .tabContent #regionalResources li {
    /*width: 15%;*/
}

.dataList .tabContent #regionalResources li .item {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    font-size: 16px;
    padding: 20px 15px 20px 15px;
    background-image: url("../img/regionalResourcesIItem.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dataList .tabContent #regionalResources li .item .number {
    color: #9A2929;
    font-weight: 600;
}

.dataList .tabContent #regionalResources li .item .city {
    color: #625E5E;
    font-weight: 600;
}

/*通知公告noticeBox*/
.noticeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.noticeBox .noticeItem {
    width: 30%;
    height: 400px;
    display: flex;
    flex-direction: column
}

.noticeItem .title {
    border-bottom: 1px solid #E1E1E1;
    color: #B80E15;
    margin-bottom: 10px;
}

.noticeItem .title h4 {
    width: 110px;
    border-bottom: 3px solid #B80E15;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 27px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #B80E15;
}

.noticeItem .noticeList {
    flex: 1;
    overflow: hidden;
}

.noticeBox .noticeLeft .noticeList li {
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

.noticeBox .noticeLeft .noticeList li .left {
    display: flex;
    width: 67px;
    height: 57px;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: linear-gradient(260deg, #DE3B3A, #DC602A);
}
.noticeBox .noticeLeft .noticeList li .right {
    flex: 1;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333;
}
.noticeBox .noticeLeft .noticeList li .right a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
/*noticeCenter*/
.noticeCenter .title h4 {
    width: 165px;
    border-bottom: 3px solid #B80E15;
    height: 100%;
    margin: 0;
    padding: 10px 0;
}

.noticeBox .noticeCenter .noticeList li {
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 9px 0;
}

.noticeBox .noticeCenter .noticeList li .dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #CCCCCC;
}

.noticeBox .noticeCenter .noticeList li .noticeTime {
    width: 75px;
    text-align: center;
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #666666;
}

.noticeBox .noticeCenter .noticeList li .noticeInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    text-indent: 10px;
    font-size: 16px;
}
.noticeBox .noticeCenter .noticeList li .noticeInfo a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
/*noticeRight*/
.noticeRight .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.noticeRight .title h5 {
    align-self: center;
    color: #ccc;
}

.noticeBox .noticeRight .noticeList li {
    display: flex;
    flex-direction: column;
    padding-bottom: 7px;
}

.noticeBox .noticeRight .noticeList li .timeItemBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

.noticeBox .noticeRight .noticeList li .dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #CCCCCC;
    margin-right: 5px;
}

.noticeBox .noticeRight .noticeList li .timeItemBox .Time {
    flex: 1;
    color: #B80E15;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
}

.noticeBox .noticeRight .noticeList li .noticeInfo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.noticeBox .noticeRight .noticeList li .noticeInfo a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
    /*组织架构*/
.organization {
    background-image: url("../img/organization.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.organizationMap {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.organizationMap .with-hr {
    color: #fff;
    margin: 0 auto;
}

.organizationMap .with-hr:before {
    width: 40%;
}

.organizationMap .with-hr:after {
    width: 40%;
}

.organizationMap .mapBox {
    margin: 15px auto 0;
}

.organizationMap .mapBox .row {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organizationMap .mapBox .row .itemRowBox1 {
    min-width: 16.66%;
    justify-content: center!important;
}

.organizationMap .mapBox .row .itemRowBox2 {
    min-width: 50%;
}

.organizationMap .mapBox .row .itemRowBox3 {
    min-width: 80%;
}

.organizationMap .mapBox .row .itemRowBox4 {
    min-width: 95%;
}

.organizationMap .mapBox .row .itemRowBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.organizationMap .mapBox .itemRow {
    /*display: flex;*/
    padding: 0;
    position: relative;
}

.organizationMap .mapBox .itemRow .item {
    background-image: url("../img/organizationMap.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    height: 69px;
    align-content: center;
    width: 193px;
    position: relative;
    font-size: 16px;
}

.organizationMap .mapBox .itemColumn .item {
    background-image: url("../img/organizationMap_column.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    height: 175px;
    align-content: center;
    padding: 0 12px;
    width: 80px;
    position: relative;
    font-size: 16px;
}

.organizationMap .mapBox .itemColumn .item p {
    writing-mode: vertical-lr;
}

.organizationMap .mapBox .itemRowBox2:before, .organizationMap .mapBox .itemRowBox3:before, .organizationMap .mapBox .itemRowBox4:before {
    content: "";
    position: absolute;
    width: calc(100% - 192px);
    height: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -24px;
}

.organizationMap .mapBox .itemRowBox4:before {
    width: calc(100% - 80px) !important;
}

.organizationMap .mapBox .itemRowBox2 .item:before, .organizationMap .mapBox .itemRowBox3 .item:before, .organizationMap .mapBox .itemRowBox4 .item:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    background-color: #fff;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.organizationMap .mapBox .bottomAfter:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    background-color: #fff;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.organizationMap .btnBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0;
}

.organizationMap .btnBox .item {
    width: 20%;
    position: relative;
}

.organizationMap .btnBox .item img {
    display: block;
    width: 100%;
}

.organizationMap .btnBox .item p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.organizationMap .btnBox .item p a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    /*民间文学名人堂  历史资料*/
.history {
    background-image: url("../img/bg3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.historyBox {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.historyBox .with-hr {
    margin: 0 auto;
}

.historyBox .hallBox {
    margin-top: 46px;
    padding-bottom: 52px;
}

.historyBox .hallBox ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.historyBox .hallBox ul li {
    display: block;
    width: 18%;
    padding: 10px;
    border: 1px solid #D6AA8A;
    margin-right: 2.5%;
}
.historyBox .hallBox ul li:last-child{
    margin-right: 0;
}
.historyBox .hallBox ul li .item {
    display: flex;
    flex-direction: column;
}

.historyBox .hallBox ul li .item .imgBox {
    width: 100%;
    display: flex;
    justify-items: center;
    background-color: #333333;
}

.historyBox .hallBox ul li .item .imgBox img {
    display: block;
    margin: auto;
    height: 176px;
}

.historyBox .hallBox ul li .item .name {
    color: #B80E15;
    font-size: 16px;
    padding: 15px 0 10px;
    border-bottom: 1px dashed #D6AA8A;
}

.historyBox .hallBox ul li .item .info {
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.historyBox .hallBox .bottomInfo {
    height: 55px;
}

.historyBox .hallBox .bottomInfo p {
    width: 100%;
    padding: 15px 0;
    text-indent: 10px;
    border: 1px solid #B80E15;
    position: relative;
    display: none;
}

.historyBox .hallBox ul li.active {
    position: relative;
}

.historyBox .hallBox ul li.active:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #B80E15;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
}

.historyBox .hallBox ul li.active .info {
    display: none;
}

.historyBox .hallBox ul li.active .name {
    border: 0;
    padding: 15px 0 0;
}

.historyBox .hallBox ul li.active .imgBox img {
    height: 239px;
}

/*历史资料*/
.historyBox .historyItem {
    margin: 30px 0;
}
.historyBox .historyItem .historyB{
    margin-top: 62px;
}
.historyBox .historyItem .searchBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.historyBox .historyItem .searchBox .searchTabs {
    display: block;
}

.historyBox .historyItem .searchBox .searchTabs button {
    background-image: url(../img/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 8px 40px;
    border: none;
    font-size: 16px;
    width: 134px;
    height: 55px;
}

.historyBox .historyItem .searchBox .searchTabs button.active {
    background-image: url(../img/btn_active.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;

}

.historyBox .historyItem .searchBox .search {
    display: flex;
    justify-content: end;
    align-items: center;
}

.historyBox .historyItem .searchBox .search input, .historyBox .historyItem .searchBox .search select {
    background-image: url(../img/tabs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 205px;
    border: none;
    height: 52px;
    text-indent: 10px;
}

/*.historyBox .historyItem .searchBox .search input:focus,.historyBox .historyItem .searchBox .search select:focus{*/
/*    border: 1px solid red;*/
/*    color: red;*/
/*}*/
.historyBox .historyItem .searchBox .search .searchBtn {
    background-image: url(../img/btn_active.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 5px 30px;
    border: none;
    font-size: 16px;
    width: 134px;
    height: 55px;
}

.historyItem .historyB .searchList {
    margin-top: 20px;
}

.historyItem .historyB .searchList .videoBox, .historyItem .historyB .searchList .audioBox {
    display: none;
}

.historyItem .historyB .searchList .active {
    display: block;
}

.historyItem .historyB .searchList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.historyItem .historyB .searchList ul li {
    width: 19%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.historyItem .historyB .searchList ul li, .historyItem .historyB .searchList ul li {
    margin-right: 1%;
}
.historyItem .historyB .searchList ul li .imgBox{
    position: relative;
}
.historyItem .historyB .searchList ul li img:first-child, .historyItem .historyB .searchList ul li audio {
    width: 100%;
}
.historyItem .historyB .searchList ul li img:last-child{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.historyItem .historyB .searchList ul li .videoInfo {
    height: 45px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 9px;
    background-color: #fff;
    text-indent: 0em;
    font-size: 16px;
}

/*书库*/

.stackRoom {
    background-image: url("../img/stackRoomBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.stackRoomBox {
    width: 80%;
    margin: auto;
    padding: 100px 0 0;
}

.stackRoomBox .with-hr {
    margin: 0 auto;
}

.stackRoomBox .with-hr:before {
    width: 39%;
}

.stackRoomBox .with-hr:after {
    width: 39%;
}

.stackRoomBox .roomBtnTabs {
    margin-top: 47px;
}

.stackRoomBox .roomBtnTabs button {
    background-image: url(../img/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 16px;
    width: 134px;
    height: 55px;
}

.stackRoomBox .roomBtnTabs button.active {
    background-image: url(../img/btn_active.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.roomItem {
    padding: 60px 0;
}

.roomTypeBox > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 87px;

}

.roomTypeBox > ul > li {
    min-width: 200px;
    margin: auto;
    padding: 0 10px;
    position: relative;
}

.roomTypeBox ul li img {
    display: block;
   height: 360px;
    margin: auto;
    cursor: pointer;
}

.roomTypeBox .hoverInfo {
    position: absolute;
    top: 0;
    /* right: 0; */
    left: 80%;
    background-color: #fdfcf8;
    padding: 15px;
    z-index: 999;
    display: none;
    min-width: 300px;
}

.roomTypeBox > ul > li:last-child .hoverInfo {
    left: -250px;
}

.roomTypeBox .hoverInfo ul {
    display: flex;
    flex-direction: column;

}

.roomTypeBox .hoverInfo ul li {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.roomTypeBox .hoverInfo ul li .title {
    margin-bottom: 15px;
}

.roomTypeBox .hoverInfo ul li div {
    display: flex;
}

.roomTypeBox .hoverInfo ul li span {
    display: inline-block;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roomTypeBox .hoverInfo ul li .address {
    color: #9b282b;
    width: 80px;
}

.roomTypeBox .hoverInfo ul li .typeOver{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*地区*/
.stackRoomBox .roomAddressBox {
    display: none;
}

.stackRoomBox .roomAddressBox .provinceList {
    padding: 15px;
    background-color: #fff;
    border-bottom: 3px solid #9A2929;
}

.stackRoomBox .roomAddressBox .provinceList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

.stackRoomBox .roomAddressBox .provinceList ul li {
    background-color: #BF8352;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: 102px;
    margin: 6px;
    cursor: pointer;
}

.stackRoomBox .roomAddressBox .provinceList ul li.active {
    background-color: #9A2929;
}

.stackRoomBox .roomAddressBox .tableTypeList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

.stackRoomBox .roomAddressBox .tableTypeList {
    padding: 20px;
    background-color: #f0e3c9;
}

.stackRoomBox .roomAddressBox .tableTypeList ul li {
    display: flex;
    width: 25%;
    flex-direction: column;
    margin-bottom: 10px;
}

.stackRoomBox .roomAddressBox .tableTypeList ul li p {
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.stackRoomBox .roomAddressBox .tableTypeList ul li .title {
    font-size: 16px;
    color: #9A2929;
}

/*主编名单*/
.stackRoomBox .roomListBox {
    display: none;
}

.stackRoomBox .roomListBox .roomListBoxInfo {
    background-color: #fff;
    padding: 59px 38px 68px;

}

.stackRoomBox .roomListBox ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
}

.stackRoomBox .roomListBox ul li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    margin: auto;
    color: #333;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
}

.stackRoomBox .roomListBox ul li .name {
    margin-left: 30px;
}

.foot {
    background-image: url(../img/foot.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.foot .footBox {
    width: 80%;
    margin: auto;
}

.foot .footBox .anchor {
    margin-bottom: 40px;
}

.foot .footBox .anchor ul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.foot .footBox .anchor ul li.buttomBorder:after {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: 1px;
    background-color: #fff;
    bottom: -20px;
    left: 0;
}

.foot .footBox .anchor ul li {
    padding: 0 23px;
    border-right: 1px solid #fff;
    color: #fff;
    position: relative;
}

.foot .footBox .anchor ul li:last-child {
    border-right: none;
}

.foot .footBox .anchor ul li a {
    color: #fff;
    font-size: 16px;
}

.foot .footBox .copyright {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.foot .footBox p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
