/**!
 * 青海国家高新技术产业开发区
 * author: fxyue
 * date:2020-10-10
 */

.ewb-menu-hd h3 {
    background-image: url("../images/download_menu_icon.png");
}

.ewb-column {
    padding: 10px 0 27px 0;
    background: #fff;
}

/* 右侧内容 */
.ewb-column-hd {
    height: 47px;
    border-bottom: 1px solid #d5dbe6;
}

.ewb-column-hd>a {
    float: left;
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
    color: #376cb0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #376cb0;
}

.ewb-download-box {
    float: right;
    padding: 5px 0 0 0;
}

.ewb-download-search {
    float: left;
    border: 1px solid #dce0e6;
    background: #f2f6fc;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    width: 218px;
	margin-right: 30px;
}

.ewb-download-search .input-placeholder {
    height: 30px;
    line-height: 30px;
}

.ewb-download-search .input-box {
    color: #333;
    height: 30px;
	width:178px;
    line-height: 30px;
	background: #f2f6fc;
}

.ewb-download-dateTime {
    float: left;
    border: 1px solid #dce0e6;
    background: url("../images/dateTime_icon.png") right center no-repeat #f2f6fc;
    width: 200px;
    height: 30px;
    margin-left: 10px;
    padding-left: 15px;
}

.ewb-download-dateTime>input {
    width: 100%;
    height: 30px;
    display: block;
    background: none;
}

.ewb-download-btn {
    float: left;
    /* margin-left: 10px; */
    width: 65px;
    height: 30px;
    background: #426ed4;
    border-radius: 3px;
    overflow: hidden;
    line-height: 32px;
    padding: 0;
    color: #fff;
    cursor: pointer;
}

/* 表格 */
.ewb-download {
    margin-top: 20px;
}

.ewb-download table {
    table-layout: fixed;
    width: 100%;
}

.ewb-download td {
    text-align: center;
}

.ewb-download thead tr {
    background: #ebf0f7;
}

.ewb-download thead td {
    height: 40px;
}

.ewb-download tbody td {
    height: 50px;
}

.ewb-download tbody tr:nth-child(2n) {
    background: #f7faff;
}

.ewb-download-txt {
    display: block;
    text-align: left;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-download-icon {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 17px;
    background: url("../images/download_icon.png") no-repeat;
}

/* 分页 */
/* .pager {
    margin-top: 41px;
	margin-left: 480px;
	display: flex;
} */

.pop-tab-tt{
	text-align:center;
	padding:5px 10px;
}
.pop-tab-text{
	padding:5px 10px;
}

.reply{
	font-size:16px;
}
