﻿/* CSS Document */
/*设置容器高宽等*/
html > body #tab { width:1002px;margin: 0 auto;}

/*设置容器高宽等*/
#tab div.listnone { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h3 { float:left; width:246px; height:50px; line-height:50px; margin:0 0 0 0; font-size:18px; cursor:pointer; background-color:#f2f2f2; text-align:center; color:#5a5a5a; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab .up a{color:red;border-bottom: 2px solid red;}
#tab .leftblock { display:block;width:478px;height:310px;float: left}
#tab .rightblock { display:block;width:500px; float: right}
#tab .rightblock .zhuanti1{margin:5px 0}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:9px; margin-top:0px;}
#tab li {border-bottom:1px dotted #c6c6c6;padding: 16px 0 5px; overflow:hidden; font-size:12px;}
#tab li a { display:inline; font-size:16px; text-decoration:none; text-indent:10px; margin-right:10px;}
#tab li span{ display:block; float:right; margin-right:5px; color: #bdacb3;font-size: 14px;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}

.zzsc{ width:498px; height:260px; font-family:'微软雅黑';float: left;}
.zzsc .tab{overflow:hidden; background:#ccc;}
.zzsc .tab a{ background:url(beijing.png) no-repeat;  display:block; padding:10px 92px; float:left; text-decoration:none; color:white;}
.zzsc .tab a:hover{ background:#cf0103; color:#fff; text-decoration:none;}
.zzsc .tab a.on{background:#cf0103;}
.zzsc .tab a.on span{padding-top: 5px;border-bottom: 2px solid white;}
.zzsc .gzcontent,.zzsc1 .gzcontent{overflow:hidden; padding:0 10px;}
.zzsc .gzcontent ul,.zzsc1 .gzcontent ul{display: none;}
.zzsc .gzcontent ul li,.zzsc1 .gzcontent ul li { margin-top:16px; height:24px; line-height:20px; font-size:16px;border-bottom: 1px dotted #ccc; background:url(2.png) no-repeat 0 8px; padding-left:15px; font-family:"微软雅黑" }
.zzsc .gzcontent ul li a,.zzsc1 .gzcontent ul li a{display: block;float:left;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.kg {float: right;font-size: 14px;}
.zzsc1{ width:498px; height:260px; font-family:'微软雅黑';float: right;}
.zzsc1 .tab{ overflow:hidden; background:#ccc;}
.zzsc1 .tab a{ background:url(beijing.png) no-repeat; display:block; padding:10px 92px; float:left; text-decoration:none; color:white;}
.zzsc1 .tab a:hover{ background:#cf0103; color:#fff; text-decoration:none;}
.zzsc1 .tab a.on{background:#cf0103;}
.zzsc1 .tab a.on span{padding-top: 5px;border-bottom: 2px solid white;}

