.title{font-size:14px;font-weight:bold;border-bottom:1px solid #f0f0f0;line-height:30px;height:30px;margin:0 0 15px 0;}
.title a{font-size:12px;font-weight:normal;}
.newslist{margin:0;padding:0;list-style:none;}
.newslist li{line-height:30px;height:30px;font-size:14px;font-family:宋体;clear:both;}
.newslist .intro{font-size:12px;color:#999;line-height:22px;padding:0 0 20px 0;}
.newslist .mid{line-height:15px;height:15px;overflow:hidden;}
.newslist li span{float:right;color:#999;font-family:verdana;font-size:12px;}

.pagecontent{word-break:break-all;line-height:22px;}
.pagecontent p{margin:15px 0;font-size:14px;}

.newsnav{width:958px;margin:0 auto;padding:0 10px;border:1px solid #BED7E8;height:40px;line-height:40px; margin-top: 10px; }
.newsnav a {
    color: #1a7dc6; /* 蓝色链接颜色 */
    text-decoration: none; /* 去除下划线 */
    font-weight: normal; /* 正常字体粗细 */
    padding: 5px 10px; /* 内边距 */
    border-radius: 3px; /* 圆角 */
    transition: all 0.3s ease; /* 过渡效果 */
    border:1px solid #BED7E8;
    font-weight: bold;
}

.newsnav a:hover {
    color: #ff6600; /* 悬停时的橙色 */
    background-color: #f0f8ff; /* 悬停时的浅蓝背景 */
    text-decoration: none; /* 悬停时也去除下划线 */
}

.newsnav a:active {
    color: #e65c00; /* 点击时的颜色 */
}

.newsnav a.current {
    color: #fff; /* 当前页面链接白色文字 */
    background-color: #1a7dc6; /* 当前页面链接蓝色背景 */
    font-weight: bold; /* 加粗 */
}
