/**!
 * table
 * author: fxyue;
 * date:2019-06-21
 */

.ewb-show {
    width: 100%;
    overflow: auto;
}

.ewb-show-content {
    font-family: "SimSun";
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 24px;
    border-left: 1px solid #7bbfea;
    border-top: 1px solid #7bbfea;  
	border-bottom: 1px solid #7bbfea;
    margin: 10px auto;
    width: 998px;
}

.ewb-show-content td {
    border-right: 1px solid #7bbfea;
    border-bottom: 1px solid #7bbfea;
}

.ewb-show-content table {
    margin: 5px auto;
    border-left: 1px solid #7bbfea;
    border-top: 1px solid #7bbfea;
}

/* 一周交易活动安排 */
.ewb-show-title {
    font-family: "SimHei";
    height: 100px;
    line-height: 30px;
    font-size: 19px;
}

.ewb-show-title h1 {
    font-size: 32px;
}

.ewb-show-title a {
    color: #ff0000;
}

.ewb-show-item {
    font-weight: bold;
    line-height: 30px;
}

td.ewb-show-main {
    border-bottom: 0;
}

.ewb-show-main table {
    width: 99%;
    table-layout: fixed;
}

.main1 {
    background: #ffcc99;
}

.ewb-show-list {
    height: 49px;
    overflow: hidden;
    line-height:49px;
}




.web-print{
	text-align: center;
    height: 30px;
    font-size: 30ox;
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

