﻿body {
    margin: 0;
    min-width: 1200px;
    font-size: 16px;
}

#header {
    height: 340px;
}

.handlingDynamics_wrap {
    margin: 0 auto;
    width: 1200px;
}

/* 导航 */
.navigation {
    height: 68px;
    line-height: 85px;
    border-bottom: 1px dashed #c9c9c9;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.navigation>a {
    color: #999999;
}

.navigation>a:hover {
    color: #2F61AC;
}


/* 顶部 */
.handlingDynamics_wrap .handlingDynamics_title {
    margin-top: 36px;
    height: 116px;
    background: #F9F9F9;
    position: relative;
}

.handlingDynamics_title>.handlingDynamics_titleInput {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 726px;
    height: 46px;
    margin-left: -363px;
    margin-top: -23px;
}

.handlingDynamics_titleInput>input {
    border: 1px solid #C9C9C9;
    border-right: none;
    height: 44px;
    width: 648px;
    outline: none;
    line-height: 44px;
    padding-left: 10px;
    color: #999999;
}


/*清除IE下的 text 叉号*/


.handlingDynamics_titleInput>div {
    width: 66px;
    height: 46px;
    background: #D61618;
    position: relative;
    cursor: pointer;
}

.handlingDynamics_titleInput>div>img {
    position: absolute;
    top: 10px;
    left: 20px;
}

/* 中间部分 */

.handlingDynamics_body {
    margin-top: 34px;
    /* height: 200px; */
}

.handlingDynamics_body table {
    width: 100%;
}

.handlingDynamics_body table td {
    border: none;
    border-bottom: thin dashed #C9C9C9
}



.textCenter {
    text-align: center;
}

.handlingDynamics_body table>thead>tr {
    height: 50px;
    background: #EFF4FE;
    line-height: 50px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #2F61AC
}

.handlingDynamics_body table>tbody>tr {
    height: 58px;
    line-height: 58px;
}

.handlingDynamics_body table>tbody>tr:first-child {
    height: 72px;
    line-height: auto;
}

.handlingDynamics_body table>tbody>tr:first-child p {
    margin-top: 13px;
}

.handlingDynamics_body table>tbody>tr>.code {
    color: #999999;
}

.handlingDynamics_body table>tbody>tr>.date {
    color: #555555;
}

.pagina_wrap {
    padding-top: 54px;
    text-align: center;
}

tbody td>a {
    color: #000000;
}



#ml70 {
    margin-left: 70px;
    color: #000000;
}

#ml70:hover {
    color: #2F61AC;
}

.w190 {
    width: 190px !important;
}

.handlingDynamics_body table .headTD {
    border-bottom: none;
}

.handlingDynamics_body table .headTD>span {
    color: #2F61AC !important
}

tbody td>a:hover {
    color: #2F61AC !important;
}