/**!
 * [交易中心金融服务平台]
 * date:2019-07-15
 * author: [xhz];
 */

.main {
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
    min-height: 300px;
}
.nav-mod {
    position: absolute;
    width: 282px;
    background: #f5f6f8;
    top: 0;
    left: 0;
    bottom: 0;
}

.nav-mod h1 {
    height: 83px;
    color: #fff;
    padding-top: 15px;
    background: #3677e6 url(../images/information-dynamics.png) no-repeat 30px
        20px;
}
.nav-mod h1 .cn {
    font-size: 24px;
    margin-left: 63px;
}
.nav-mod h1 .eng {
    font-size: 12px;
    margin-left: 30px;
}
.nav-mod ul {
    margin-top: 20px;
}
.nav-mod li {
    height: 58px;
    line-height: 58px;
    padding-left: 60px;
    color: #2f64d7;
    font-size: 18px;
}
.nav-mod li.active {
    background: url(../images/nav-mod-active.png) no-repeat center;
    background-size: 100% 100%;
    font-weight: bold;
}
.nav-mod li > a {
    display: block;
    height: 100%;
}
.detail {
    margin-left: 305px;
    padding-bottom: 20px;
    border-left: 1px solid #cbd6e3;
    border-right: 1px solid #cbd6e3;
    border-bottom: 1px solid #cbd6e3;
}
.detail .title {
    border-left: 8px solid #3577e7;
    height: 50px;
    line-height: 50px;
    background: #f5f6f8;
}
.detail .title .sum {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #666666;
}

.search {
    float: right;
    width: 240px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #ccd8ec;
    margin-top: 10px;
    background: #fff;
    margin-right: 10px;
}
.search input {
    float: left;
    margin-left: 15px;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 180px;
}
.search button {
    float: right;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../images/readglass.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: -1px;
    margin-top: -1px;
}
.search button:hover {
    background: url(../images/readglass-hover.png) no-repeat center;
    background-size: 100% 100%;
}
.detail-content li {
    height: 82px;
    padding-top: 18px;
    border-bottom: 1px dashed #cbd6e3;
}

.detail-content li h3{
    position: relative;
}
.detail-content li h3:hover{
    color: #f72797
}
.detail-content li .name a {
    display: block;
    margin-left: 32px;
    margin-right: 90px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.detail-content li .name:after{
    position: absolute;
    content:'';
    left: 0;
    top: 9px;
    margin-left: 21px;
    width: 4px;
    height: 4px;
    background: #333;
}
.detail-content li  .name:hover:after{
    background: #f72797;
}
.detail-content li p {
    height: 15px;
    margin-top: 8px;
    color: #999999;
}
.detail-content li .inf {
    float: left;
    margin-left: 32px;
    width: 675px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-content li .time {
    float: right;
    margin-right: 25px;
    width: 90px;
    text-align: left;
}
