/**!
 * [营商通系统资料下载]
 * date:2021-06-17
 * author: zh;
 */
 
.container {
    width: 100%;
    margin-bottom: 51px;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
}

.data-title {
    display: block;
    position: relative;
    width: 235px;
    height: 76px;
    background: url("../images/download/data.png") no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #f4f4f4;
    line-height: 76px;
    text-align: center;
    padding-left: 38px;
}

.data-title::before {
    content: '';
    width: 27px;
    height: 25px;
    position: absolute;
    background: url("../images/download/load-img.png");
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
}

.hdl {
    width: 235px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
    color: #2797f9;
    line-height: 57px;
    padding-left: 20px;
    cursor: pointer;
    margin-top: 9px;
}

.hdl-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdl.active {
    background: #2797f9;
    color: #fff;
    position: relative;
    font-weight: bold;

}

.hdl.active::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 18px;
    background: url("../images/download/sanjiao.png") no-repeat;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
}


/* bdl  tab内容页*/
.bdl-box {
    width: 940px;
    border: 1px solid #e5e5e5;
    box-shadow: 6px 8px 9px 1px rgba(201, 201, 201, 0.35);
    border-radius: 10px;
    padding: 26px 30px 0px 20px;
}

.bdl-head {
    border-bottom: 12px solid #f5f5f5;
    padding-bottom: 14px;
}

.bdl-ipt {
    width: 200px;
    height: 30px;
    outline: none;
    padding-left: 14px;
    border: 1px solid #e5e5e5;
    margin-right: 7px;
}

.layui-input {
    background: url("../images/download/date.png") no-repeat 170px center;
    background-size: 18px 17px;
}

.search-btn {
    display: block;
    width: 31px;
    height: 30px;
    background-color: #2797f9;
    border-radius: 5px;
    position: relative;
}

.search-btn:hover {
    cursor: pointer;
}

.search-btn::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 30px;
    background: url("../images/download/search.png") no-repeat center;
}

.bdl-title {
    font-size: 20px;
    font-weight: bold;
    color: #2797f9;
    position: relative;
    padding-left: 31px;
}

.bdl-title::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 45px;
    background: url("../images/download/title-tab.png") no-repeat;
    left: 1px;
}

.bdl-table {
    width: 890px;
    text-align: center;
    margin-top: 20px;
}

.bdl-table th {
    height: 42px;
    background: #f0f2f5;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #373737;
}

.bdl-list {
    height: 60px;
    font-size: 16px;
    color: #626262;
}

.bdl-list:hover {
    cursor: pointer;
    color: #ff4e1f;
}

.bdl-list:hover .dbl-load {
    background: url('../images/download/load1.png') no-repeat;
}

.bdl-list:nth-child(2n) {
    background: #f7faff;
}

.bdl-content {
    display: block;
    margin: auto;
    width: 334px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dbl-load {
    margin: auto;
    display: block;
    width: 23px;
    height: 21px;
    background: url('../images/download/load.png') no-repeat;
    background-size: 100% 100%;
}

body .m-pagination-page>li.active>a {
    color: #337ab7;
    border: none;
    font-weight: bold;
    background-color: #fff !important;
    border-color: none;
}

.m-pagination-page>li {
    margin-right: 5px;
}

body .m-pagination {
    margin: 45px auto;
}

body .m-pagination-page {
    margin-left: 150px;
}

body .m-pagination-page a {
    font-size: 14px !important;
}

body .m-pagination-jump button {
    font-size: 14px !important;
}

body .m-pagination-info {
    float: right;
    font-size: 14px;
}