* {
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: 0px;
}

[v-cloak] {
    display: none;
}

a {
    text-decoration: none !important;
    color: #282828;
}

.clear {
    clear: both;
    line-height: 0;
}

body {
    font-size: 16px;
    font-family: '微软雅黑';
    /* line-height: 32px; */
    background: #fff url(../images/bg_0.png) no-repeat top;
    background-size: 100%;
    background-attachment: fixed;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    overflow: initial
}

.main1 {
    padding: 50px 0 0 0;
    margin: 0 auto;
    width: 1500px;
}

.main2 {
    width: 1500px;
    margin: 0 auto;
    margin-top: 900px;
}

.nav-main {
    flex: 1;
}


/*页面主体 */

.nav {
    display: flex;
    flex-direction: row;
    margin: auto;
    /* width: 85%; */
    height: 1597px;
    aspect-ratio: 9 / 10;
    /* height: 1625px; */
    background: url(../images/bg_1.png) no-repeat;
    /* background-attachment: fixed; */
    background-size: 100%;
    background-color: transparent;
    zoom: 1;
}


/* 左边 */

.navleft {
    padding-top: 30px;
    width: 30%;
    height: calc(100% - 50px);
    border-radius: 0 50px 0 0;
    display: flex;
    justify-content: center;
}

.navleft .leftBox {
    width: 364px;
    position: sticky;
    top: -80px;
    background-color: #fff;
}

.navleft .leftBox .leftBoxItem0 {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 77px;
    background-image: url(../images/leftItem-0001.png);
    background-size: 100% 100%;
}

.navleft .leftBox .leftBoxItem5 {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 77px;
    background-image: url(../images/leftItem-000.png);
    background-size: 100% 100%;
}

.navleft .leftBox .leftBoxItem1 {
    display: block;
    width: 100%;
    height: 77px;
    background-image: url(../images/01_最新文件.png);
    background-size: 100% 100%;
}

.navleft .leftBox .leftBoxItem2 {
    margin-top: 10px;
    width: 100%;
    height: 77px;
    background-image: url(../images/leftitem-02.png);
    background-size: 100% 100%;
}

.navleft .leftBox .leftType {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    padding-left: 20px;
    width: 100%;
    height: 64px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #C0E4FF, #EFF8FE);
    color: #0062d1;
    cursor: pointer;
}

.interpret {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 64px;
    font-size: 20px;
    margin-top: 3px;
    font-weight: bold;
    background: url(../images2/02_政策解读.png) no-repeat;
    background-size: 100%;
    color: #0062d1;
    cursor: pointer;
}

.navleft .leftBox .leftType::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 30px;
    background-color: #0062d1;
    transform: translate(0, -50%);
}

.navleft .leftBox .otherItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    padding-left: 20px;
    width: 100%;
    height: 77px;
    font-size: 20px;
    font-weight: bold;
    /* background: linear-gradient(to right, #C0E4FF, #EFF8FE); */
    /* color: #0062d1; */
    cursor: pointer;
    background-image: url(../images2/07_其他省份文件.png);
    background-size: 100% 100%;
}

.navleft .leftBox .leftType_link .arrow1 {
    width: 11px;
    height: 19px;
    margin-right: 24px;
    cursor: pointer;
}

.navleft .leftBox .leftType .arrow1 {
    width: 11px;
    height: 19px;
    margin-right: 24px;
    cursor: pointer;
}

.navleft .leftBox .leftType .arrow2 {
    /* display: none; */
    width: 19px;
    height: 11px;
    margin-right: 20.3px;
    cursor: pointer;
}

.navleft .leftBox .leftBoxItem3 {
    display: block;
    margin: 10px 0;
    padding-left: 45px;
    width: 100%;
    height: 77px;
    line-height: 77px;
    font-size: 22px;
    font-weight: bold;
    background-image: url(../images2/05_行政规范性文件.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.navleft .leftBox .leftBoxItem4 {
    display: block;
    margin: 10px 0;
    padding-left: 45px;
    width: 100%;
    height: 77px;
    line-height: 77px;
    font-size: 22px;
    font-weight: bold;
    background-image: url(../images2/06_其他文件.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.scrollable {
    /* display: none; */
    width: 100%;
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* background: linear-gradient(to bottom, #EFF8FE, #F7FCFF); */
    background-color: #f9fdff;
}

.folder-add {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images2/03_show.png) no-repeat 100%;
    position: relative;
    top: 3px;
}

.folder-remove {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images2/04_hide.png) no-repeat 100%;
    position: relative;
    top: 3px;
}

.scrollable2 {
    display: none;
}

.scrollableSpan {
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
}

.scrollable .theme-title {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    /* font-weight: bold; */
}

.scrollable .theme-title:hover {
    color: #0062d1;
}

.scrollable .theme-active {
    color: #0062d1;
}

.scrollable .theme-ul-hide {
    display: none;
}

.scrollable .theme-ul-show {
    display: block;
}

.scrollable ul {
    display: flex;
    flex-direction: column;
}

.scrollable ul li {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    /* font-weight: 500; */
    margin-left: 0;
    padding: 10px 0 10px 36px;
    margin-right: 0;
    cursor: pointer;
}

.input1 .scrollable ul li div {
    width: 14px;
}

.scrollable ul li:hover {
    color: #0062d1;
    /* font-weight: 700; */
}

.scrollableActive {
    color: #0062d1;
    /* font-weight: 700; */
}

.scrollable ul li div {
    display: none;
    position: relative;
    width: 15px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 2px;
}

.scrollable ul li:hover div {
    background-color: #ffd9d7;
    border: 1px solid #c40605;
}

.scrollable ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 12px;
    border: 1px solid #0062d1;
    background-color: #fff;
    /* background-color: #C0E4FF; */
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    z-index: 99;
}

.scrollableActive::before {
    background-color: #C0E4FF !important;
}

.scrollable ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #C0E4FF;
    /* background-color: #C0E4FF; */
}

.scrollable ul li:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #C0E4FF;
    /* background-color: #C0E4FF; */
}

.scrollable ul li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 50%;
    width: 1px;
    /* background-color: #C0E4FF; */
    border-left: 1px dashed #C0E4FF;
}

.scrollable ul li:hover a {
    color: #0062d1 !important;
}


/* 
.scrollable ul li div::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 40px;
  background-color: #ccc;
} */


/* .scrollable ul li:last-child div::after {
  content: '';
  width: 0;
  height: 0;
} */

.scrollable::-webkit-scrollbar {
    width: 5px;
}

.scrollable::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 1;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 5px;
}


/* 右边 */

.navright {
    width: 70%;
    position: relative;
    padding: 30px 55px 30px 10px;
    flex: 1;
    border-radius: 50px 0 0 0;
}

.searchFlag {
    position: absolute;
    left: 6%;
    top: 1.7%;
    width: 41px;
    height: 166px;
    background-image: url(../images/searchFlag.png);
}

.navright .rightTopBox {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 50px 0 0 0;
}

.search-card {
    position: relative;
    width: 100%;
    background-color: #F3F3F3;
    padding: 10px;
    padding-left: 60px;
    padding-right: 0;
    margin-bottom: 20px;
}

.search-card::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 15px;
    width: 30px;
    height: 130px;
    background-image: url(../images/searchFlag.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.search-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-logo {
    width: 139px;
    height: 80px;
    position: relative;
}

.search-logo img {
    width: 149px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 4px;
    cursor: pointer;
}

.search-form {
    /* width: calc(100% - 149px); */
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px 20px;
    margin-right: 10px;
}

.search-form .el-input__inner {
    /* border: 1px solid #DCDFE6; */
    padding-left: 52px !important;
    font-size: 16px !important;
    color: #333 !important;
}

.search-form .el-input__prefix {
    width: 40px;
    border-right: 1px solid #DCDFE6;
}

.search-form .el-input__prefix img {
    position: relative;
    top: 10px;
    left: 0px;
}

.search-form .search-item1,
.search-form .search-item2 {
    border: 1px solid #DCDFE6;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
}

.search-form .search-item3,
.search-form .search-item4 {
    border: 1px solid #DCDFE6;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.search-form .el-input__inner::placeholder {
    font-size: 16px !important;
    color: rgb(135, 135, 135) !important;
}

.search-form .date {
    position: relative;
}

.search-form .date .prefix-date {
    position: absolute;
    top: 0;
    left: 5px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DCDFE6;
}

.rightBtnBox .el-button {
    font-size: 16px;
    padding: 10px 20px;
}

.search-form2 {
    width: 70%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-form2 .el-button {
    font-size: 16px;
    padding: 10px 20px;
}

.search-form2 .el-input-group__append {
    background-color: #0062d1;
}

.search-form2 .el-input-group__append .primaryBtn {
    color: #fff;
}

.search-form2 .el-input__inner {
    border: 1px solid #DCDFE6;
    font-size: 16px !important;
    color: #333 !important;
}

.rightTopBoxItem {
    margin: 23px 40px 0 0;
    width: 800px;
    height: 165px;
}

.rightTopBoxItem .inputBox {
    display: flex;
    justify-content: space-between;
    width: 800px;
    height: 92px;
}

.rightTopBoxItem .inputBox .inputBox1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 90px;
    /* background-color: #00b3ae; */
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #e1e1e1;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 :last-child {
    position: relative;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 .scrollable {
    display: none;
    /* margin-top: 5px; */
    width: 328px;
    max-height: 218px;
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f8f8f8;
    position: absolute;
    top: 45px;
    z-index: 99;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 .select {
    position: absolute;
    right: 5%;
    width: 15px;
    height: 9px;
    background-image: url(../images/select.png);
    background-size: 100% 100%;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 div {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 span {
    color: #878787;
}

.rightTopBoxItem .inputBox .inputBox1 .input1:last-child {
    border: none;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 .inputImg {
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 45px;
    border-right: 1px solid #e1e1e1;
}

.rightTopBoxItem .inputBox .inputBox1 .input1 .inputImg img {
    width: 18px;
    height: 20px;
}

.rightTopBoxItem .inputBox .inputBox1 .input1:nth-child(2) .inputImg img {
    width: 19px;
    height: 17px;
}


/* 查询框 */

.rightBtnBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #0b70e7;
    cursor: pointer;
}

.btn1 img {
    margin-left: 5px;
    width: 22px;
}

.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #808fa5;
    cursor: pointer;
}

.btn2 img {
    margin-left: 5px;
    width: 22px;
}

.export {
    position: absolute;
    top: 88%;
    right: 0px;
    transform: translate(0, -50%);
    width: 94px;
    height: 29px;
    text-align: left;
    line-height: 38px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #0062d1;
    background-image: url(../images2/目录导出.png);
    background-size: 100% 100%;
    cursor: pointer;
}


/* 顶部标题 */

.ListTop {
    margin: auto;
    margin-top: 18px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    line-height: 60px;
    background-color: rgb(255, 243, 243);
    color: rgb(179, 20, 20);
    /* background-image: url(../images/nav_top.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
    border-bottom: 4px solid rgb(179, 20, 20);

    div {
        text-align: center;
    }
}

.list {
    margin: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /* margin-left: 0px; */
    max-height: 1220px;
    overflow-y: auto;
}

.list::-webkit-scrollbar {
    width: 10px;
}

.list::-webkit-scrollbar-track {
    background-color: transparent;
    opacity: 0.2;
}

.list::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 5px;
}

.list ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 112px;
    background-color: #f3f3f3;
    border-bottom: 1px dashed #c0c1c0;
    cursor: pointer;
}


/* ul:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
} */

.list ul .listnav1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    min-height: 112px;
    border-right: 1px dashed #c0c1c0;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
}

.list ul .listnav2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 112px;
    border-right: 1px dashed #c0c1c0;
    color: #333333;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0 10px;
}

.list ul .listnav2 em {
    font-weight: bold;
}

.list ul .listnav2 .btnbg {
    margin-top: 5px;
    display: inline-block;
    /* display: flex;
  align-items: center;
  justify-content: center; */
    width: 53px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background-image: url(../images/btnbox.png);
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
}

.list ul .listnav3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 112px;
    border-right: 1px dashed #c0c1c0;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
}

.list ul .listnav4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-height: 112px;
    border-right: 1px dashed #c0c1c0;
    color: #333333;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
}

.list ul .listnav5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-height: 112px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
}


/* 分页 */

.pagebox {
    display: flex;
    margin: 57px 0 0 16%;
    width: 712px;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
}

.pagebox .page {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dddddd;
    color: #dddddd;
    cursor: pointer;
}

.pagebox .page2 {
    margin-left: 3px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.pagebox .indexActive {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    cursor: pointer;
}

.pagebox .indexActive {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    color: #fff;
    background-color: #c40605;
    border-radius: 2px;
    cursor: pointer;
}

.pagebox .index {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 100%;
    color: #000;
    border: 1px solid #dddddd;
    cursor: pointer;
}

.allpage {
    margin-right: 27px;
    display: flex;
    align-items: center;
}

.selectPage {
    display: flex;
    align-items: center;
}

.selectPage input {
    margin: 0 15px;
    width: 32px;
    height: 32px;
    border: 1px solid #dddddd;
}

.enter {
    margin-left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 100%;
    border: 1px solid #dddddd;
    cursor: pointer;
}


/* footer */

.footer div,
a {
    text-align: left;
    color: #fff;
}


/* element css样式 */

.el-range-input {
    font-size: 16px !important;
    color: #333 !important;
}

.el-range-input::placeholder {
    font-size: 16px !important;
    color: rgb(135, 135, 135) !important;
}

.modal-form .el-dialog {
    border-radius: 10px;
    overflow: hidden;
}

.modal-form .el-dialog__body {
    padding: 10px 40px;
}

.modal-form .el-dialog__header {
    position: relative;
    background-image: url(../images/modal-head.png);
    background-position: right 50px bottom 0%;
    background-repeat: no-repeat;
    background-size: 80px;
    background-color: rgb(246, 249, 255);
    padding: 0 0 0 36px;
    height: 80px;
    line-height: 80px;
}

.modal-form .el-dialog__header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 5px;
    height: 25px;
    background-color: #409eff;
    transform: translate(0, -50%);
}

.modal-form .el-dialog__headerbtn {
    top: 10px;
    right: 10px;
    font-size: 24px;
}

.modal-form .el-input__inner {
    background-color: #fff;
    border: 1px solid #DCDFE6;
    font-size: 16px;
}

.modal-form .el-form-item__label {
    font-size: 16px;
}

.modal-form .el-dialog__footer {
    text-align: center;
}

.modal-form .el-date-editor .el-range-input {
    width: 45%;
}

.el-select-group__title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.el-select-dropdown__item {
    font-size: 16px !important;
}

.modal-form .el-button {
    font-size: 16px;
}

.file-box {
    display: block;
    margin: 0;
    padding: 0;
}

.file-box li {
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.file-box li:hover {
    color: #c40605;
}

.el-tree {
    /* background-color: #f1f9fe !important; */
}

.el-tree-node__content {
    padding-left: 10px !important;
    height: 40px !important;
    color: #000;
}

.el-tree-node.is-expanded>.el-tree-node__children {
    padding-left: 10px !important;
}

.el-tree-node__content:hover {
    background-color: #f1f9fe !important;
    font-weight: 700;
    color: #0062d1 !important;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #f1f9fe !important;
    color: #0062d1;
    font-weight: 700;
}

.el-tree-node__label {
    font-size: 16px !important;
}