/* CSS Document */
/**{margin:0;padding:0;font-size:12px;}*/
/*body{ background:none;}*/
/*input,button,select,textarea{outline:none;}*/
/*ul,li,dl,ol{list-style:none;}*/
a {
    color: #666;
    text-decoration: none;
}

.bcon-box {
    /*border-bottom: 3px solid #4154f1;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);*/
    /*padding: 50px;*/
    flex: 1;
    /*min-width: 450px;*/
    margin: 0 60px 30px 0px;
}

.bcon-box-2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .bcon-box {
        margin-right: 0;
    }
}

.bcon {
    border: 1px solid #eee;
}

.bcon h1 {
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}

.bcon h1 b {
    font: bold 14px/40px 'Microsoft YaHei';
    border-top: 2px solid #3492D1;
    padding: 0 8px;
    margin-top: -1px;
    display: inline-block;
}

.list_lh {
    height: 400px;
    overflow: hidden;
}

.list_lh li {
    padding: 10px;
}

.list_lh li.lieven {
    background: #F0F2F3;
}

.secondp {
    overflow: hidden;
}

.list_lh li p {
    height: 24px;
    line-height: 24px;
}

.list_lh li p a {
    float: left;
    cursor: default;
}

.list_lh li p em {
    width: 80px;
    font: normal 12px/24px Arial;
    color: #FF3300;
    float: right;
    display: inline-block;
}

.list_lh li p span {
    color: #999;
    float: right;
}

.list_lh li p a.btn_lh {
    background: #28BD19;
    height: 17px;
    line-height: 17px;
    color: #fff;
    padding: 0 5px;
    margin-top: 4px;
    display: inline-block;
    float: right;
}

.btn_lh:hover {
    color: #fff;
    text-decoration: none;
}

.btm p {
    font: normal 12px/24px 'Microsoft YaHei';
    text-align: center;
}


.dataStatistic {
    margin: auto;
    padding: 10px;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

.dataStatistic th {
    font-weight: normal;
    background-color: #44607d;
    color: #ffffff;
}

.dataStatistic tbody td:first-child {
    background-color: #f6f6f6;
}

.dataStatistic tbody td:first-child:hover {
    background-color: #007bfc;
    color: #ffffff;
}

.dataStatistic td span {
    font-size: 12px;
    vertical-align: baseline;
}

.dataStatistic.freeyw thead {
    border: 2px solid #eeeeee;
}

.dataStatistic.freeyw tbody {
    border: 2px solid #eeeeee;
}

.dataStatistic.freeyw tbody tr:first-child td:first-child {
    background-color: #f6f6f6;
    border: 1px solid #eeeeee;
}

.dataStatistic.freeyw tbody tr:first-child td:first-child:hover {
    color: #000000;
}

.dataStatistic.freeyw tbody tr:first-child td:nth-child(2):hover {
    background-color: #007bfc;
    color: #ffffff;
}

.dataStatistic.network tbody tr:nth-child(2n+1) td:nth-child(2) {
    background-color: #f6f6f6;
}

.dataStatistic.network tbody tr:nth-child(2n+1) td:nth-child(2):hover {
    background-color: #007bfc;
    color: #ffffff;
}

.dataStatistic.freeyw tr:nth-child(2n) {
    background-color: #f9fcff;
}

.dataStatistic.freeyw tbody td {
    background-color: transparent;
}

.dataStatistic th,
.dataStatistic td {
    border: 1px solid #eeeeee;
    padding: 10px 20px;
}