.main {
    width: 1200px;
    margin: 30px auto;
    padding: 10px 0 50px;
}

.pos {
    line-height: 40px;
    font-size: 14px;
    color: #454545;

}

.main .content {
    margin-top: 10px;
}

.aside {
    width: 268px;
}

.aside h4 {
    color: #ffffff;
    background: #0963B9;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.aside .kjzx {
    border: 1px solid #EAEAEA;

}

.aside .kjzx .itm {
    height: 56px;
    display: block;
    line-height: 56px;
    padding-left: 30px;
    background: url("../png/qb7g72.png") no-repeat 240px center;
    font-size: 18px;
    border-bottom: 1px solid #EAEAEA;
}

.aside .kjzx .itm.current, .aside .kjzx .itm:hover {
    background: url("../png/ih05eq.png") no-repeat 240px center;
    background-color: #c9e6ff;
    color: #0963B9;
}

.main .newsList {
    border: 1px solid #EAEAEA;
    width: 900px;

}

.main .newsList .title {
    border-bottom: 1px solid #EAEAEA;
}

.main .newsList h5 {
    color: #0963B9;
    display: inline-block;
    border-bottom: 4px solid #0963b9;
    padding: 0 20px;
    font-size: 20px;
    height: 60px;
    font-weight: bold;
    line-height: 60px;

}

ul.list li {
    border-bottom: dashed 1px #EAEAEA;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
}


ul.list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
    font-size:16px;
    white-space: nowrap;
}
ul.list li a span.line {
    width: 6px;
    border-radius: 4px;
    height: 6px;
    display: inline-block;
    vertical-align: 2px;
    background: #0963B9;
    margin-right: 10px;
}

ul.list li a:hover {
    color: #0963B9;
}

ul.list li span.time {
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}