Files
2025-07-13 12:02:30 +08:00

129 lines
3.0 KiB
CSS

body {
font-size:14px;
color: #434343;
}
* a {
color: #434343;
}
* a:hover {
color:#ff0000;
text-decoration:underline;
}
/* 通用新闻列表 */
.newlist12 ul li {
line-height:24px;
background:url(ico.html) no-repeat 0px 10px;
text-indent:14px;
}
.newlist14 ul li {
line-height:30px;
background:url(ico.html) no-repeat 0px 12px;
text-indent:14px;
font-size:14px;
}
.newlist12-date ul li {
line-height:24px;
vertical-align:bottom;
}
.newlist14-date ul li {
line-height:30px;
vertical-align:bottom;
}
.newlist12-date ul li a,.newlist14-date ul li a {
float:left;
}
.newlist12-date ul li span,.newlist14-date ul li span {
float:right;
}
.newlist12-date ul li a {
background:url(ico.html) no-repeat 0px 12px;
text-indent:14px;
}
.newlist14-date ul li a {
background:url(ico.html) no-repeat 0px 12px;
text-indent:14px;
font-size:14px;
}
.newlist14-date ul li span {
font-size:12px;
color:#ddd;
}
/* 通知公告滚动s */
.txtScroll-top{ width:500px; overflow:hidden; position:relative; }
.txtScroll-top .hd{ overflow:hidden; height:30px; background:#f4f4f4; padding:0 10px; }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block; width:9px; height:5px; float:right; margin-right:5px; margin-top:10px; overflow:hidden;
cursor:pointer; background:url("images/icoUp.html") no-repeat;}
.txtScroll-top .hd .next{ background:url("images/icoDown.html") no-repeat; }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left; width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.html") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ }
.txtScroll-top .infoList li a {
float:left;
}
.txtScroll-top .infoList li{ height:40px; line-height:40px; font-size:14px; }
.txtScroll-top .infoList li .date{ float:right; color:#999; }
.index-newlist {
padding:8px 0;
}
.index-newlist ul li {
height:41px;
line-height:40px;
border-bottom:1px dashed #ccc;
}
.index-newlist ul li a {
float:left;
line-height:40px;
font-size:16px;
text-indent:5px;
}
.index-newlist ul li span {
float:right;
}
/*解决IE6下不兼容 position:fixed 的问题*/
#right-piao { width:70px; height:300px;position:fixed; right:50px; cursor:pointer;bottom:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#right-piao ul li {
margin-top:5px;
position:relative;
width:70px;
height:70px;
text-align:center;
line-height:64px;
font-size:28px;
}
#right-piao ul li img {
border-radius:10px;
}
#c1-rightico {
}
#c1-rightico ul li {
float:left;
width:260px;
height:44px;
line-height:44px;
background:#ecf3f9;
text-align:center;
font-size:20px;
font-weight:bold;
margin-left:14px;
}
#c1-rightico ul li a{
color:#006bd5;
}