/* 新闻列表页面 */
.container {
    height: auto;
}

.container .left {
    margin-top: 20px;
    margin-right: 28px;
    border-top: 3px solid #296bb6;
}

.container .left a {
    display: block;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background: url(../static/img/1102.png) 200px center no-repeat;
}

.container .left a.active {
    background-color: #296bb6;
    color: #fff;
    font-weight: bold;
    behavior: url(../pie/PIE.htc);
    border: 1px solid #296bb6;
}

.listContent{
    width:920px;
    padding:0 10px;
    margin-top: 20px;
}

.container .listContent .title { width: 100%; min-height: 55px; background-color: #F5F5F5; border-bottom: 1px solid #ddd;margin:0;}
.container .listContent .title .tag { margin-top: 7px; margin-right: 15px; width: 3px; height: 21px; background: rgba(0, 64, 153, 1);}
.container .listContent .title .titleText { font-size: 24px; color: rgba(51, 51, 51, 1);}
.container .listContent .titleText a:hover { color: rgba(51, 51, 51, 1);}
.container .listContent .titleText a:active { color: #004099;}

.fillContent {width:100%;min-height: 566px;}
/* 带小点的小标题 */
.section-main-nav {
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
}
.li-style {
    width: 5px;
    height: 5px;
    margin-right: 15px;
    margin-top: 7px;
    background-color: #999;
    line-height: 10px;
    border-radius: 50%;

}
.container .subtitle {width: 100%;height: 43px;}
.container .subtitle-item a:hover {color: #002A66 !important;}
.container .subtitle-item {font-weight: 400;font-size: 16px;}
.container .subtitle-item-time {
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.container .subtitle a {
    color: #333;
}
/* 结束 */
/* 分页样式 */

#myPage {
    margin-top: 42px;
    margin-bottom: 82px;
    text-align: center;
}

