@charset "utf-8";

/* 左边导航栏 */
.leftbar{
    margin-top:-30px;
}

.leftbar li{
    width:250px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    border-bottom:2px solid #dadada;
    background:#f1f1f1;
}
.leftbar li a{
    display:inline-block;
    color:#000;
    width: 100%;
    height:100%;
}
.leftbar li:first-child a,.leftbar li a:hover{
    color:#fff; 
    background:#0077ed;
}
.leftbar .chosed{
    color:#fff; 
    background:#0077ed;
}
.leftbar .leftbar_title{
    box-sizing:border-box;
    height:80px;
    line-height:1.5em;
    background:#0077ed;
}
.leftbar_title p:first-child{
    font-size:18px;
    margin-top:20px;
    color:#fff;
}
.leftbar_title p:last-child{
    font-size:12px;
    color:#a3c3f6;
}
.leftbar li:last-child{
    width: 250px;
    height:180px;
    position:relative;
}
.leftbar li:last-child p{
    background:#f00;
    position:absolute;
    width: 250px;
    height:60px;
    font-size:16px;
    line-height: 60px;
    text-align:center;
    color:#fff;
    bottom:0;
}

/* 右边主体内容 */
.main{
    width:900px;
}
.topnav{
    height:40px;
    line-height:40px;
    font-size:12px;
    margin-top:10px;
    border:2px solid #e1e1e1;
    padding-left:10px;
    margin-bottom:30px;
}
.topnav p{
    color: #8b8b8b;
}
.news>li{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
    padding-left:30px;
    margin-bottom:35px;
}
.news h2{
    font-size:16px;
    margin:10px auto 12px;
}
.news p{
    font-size:12px;
    color: #c9c8ca;
}
.news h2 a{
    color:#000;
}
.news h2 a:hover{
    color: #f00;
    text-decoration:underline;
}
.date{
    width: 62px;
    height:62px;
    background:#0077ed;
    color: #fff;
    text-align: center;
    box-sizing:border-box;
    margin-right:20px;
}
.date h3{
    font-size: 30px;
}
.date h4{
    font-size: 12px;
}
/* 页码 */
.page{
    font-size:12px;
    color:#7d7d7d;
    text-align: center;
}
.page a{
    display:inline-block;
    border:1px solid #cbc8cc;
    color: #7d7d7d;
    padding:2px 4px;
    font-weight: bold;
}
.page a:hover,.page .chose{
    border:0;
    color:#f00;
    font-weight: bold;
}