/* 时间：2017-02-14
 * 作者：杜天生
 * 描述：初始样式一旦确认任何情况下不可修改
 */

.container {
    width:1000px;
    margin: 0 auto;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, div {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font-size: 14px;
    font-family:"Microsoft YaHei","SimHei";
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em, i{
    font-style:normal;
}
ul, ol {
    list-style: none;
}
img {
    border:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    font-size: 14px;
    text-decoration: none;
    color:#333;
}
a:link{ text-decoration:none;}
a:hover {
    color: #FF6600;
    text-decoration: underline;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}
.clear{ clear:both;}

/*分页*/
.page{width:100%;margin:30px auto; text-align:center;}
.page ul {display: inline-block;}
.page ul li{float:left;margin-right:5px; list-style:none;}
.page ul li a{float:left;padding:3px 8px; background:#e9e9e9; border:1px solid #cccccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#5d5d5d;}
.page ul li a:hover{background:#FF6600; border:1px solid #c65002; color:#fff;text-decoration: none;}
.page ul li a.up{ }
.page ul li a.onhover{background:#FF6600; border:1px solid #c65002; color:#fff;}
.bai12_22h{
    height:25px;
    line-height: 25px;
}
#num{
    text-align: center;
}
.bai12_22h input {
    padding: 1px 8px;
    line-height: 25px;
    border-radius: 4px;
    cursor: pointer;
}
@charset "gb2312";
/* CSS Document */
@import url("reset.css");

.header .title {
    height:24px;
    line-height: 25px;
    border-top: 1px solid #e3e3e3;
    color:#999;
    background-color: #fff;
    font-size: 12px;
}
.header .title .top {
    width:1000px;
    margin:0 auto;
}
.header .title .top ul {
    float:right;
    overflow: hidden;
}
.header .title .top ul li {
    float:right;
    padding:0 15px;
}
.header .title .top ul .li-1 {background: url("imagesin_07.jpg") 0 center no-repeat;}
.header .title .top ul .li-2 {background: url("imagesin_05.jpg") 0 center no-repeat;}
.header .title .top ul .li-3 {background: url("imagesin_10.jpg") 0 center no-repeat;}
.header .title .top ul li a {font-size: 12px;}
.header .bg {background: url("imagesheader_bg.jpg") 0 0 repeat-x;}
.header .bg .flash {
    width:1000px;
    margin: 0 auto;
}
.header .nav {
    width:100%;
    height:38px;
    background: url("imagesnav_bg.jpg") 0 0 repeat-x;
}
.header .nav ul {
    width:1000px;
    margin: 0 auto;
    overflow: hidden;
}
.header .nav ul li {
    float:left;
    width:90px;
    height:38px;
}
.header .nav ul li a {
    display: block;
    width:100%;
    height:100%;
    line-height: 38px;
    text-align: center;
    font-family: "宋体";
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    background: url("imagesnav_a_bg.jpg") right bottom no-repeat;
}
.header .nav ul li a:hover,.header .nav ul li.on a {
    background: url("imagesnav_a_hover.jpg") left top repeat-x;
    color: #ba0307;
}

.today {
    height:35px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 5px;
}
.today .time {
    float:left;
    font-size: 12px;
    padding-left:30px;
    background: url("imagestime.jpg") 0 center no-repeat;
}
.today .weather {
    float:left;
    margin-left: 15px;
}
.today .search-box {
    float:right;
    overflow: hidden;
    margin-top: 3px;
}
.today .search-box input {
    height: 26px;
    width: 280px;
    border: 1px solid #eee;
    color: #999;
    font-size: 13px;
    font-family: "Arial";
}
.today .search-box .search-btn {
    float:right;
    width:44px;
    height:28px;
    background: url("imagessearch_btn.jpg") 0 0 no-repeat;
}

.aside .aside-left {
    position: fixed;
    left:5px;
    top:246px;
}
.aside .aside-right {
    position: absolute;
    right:5px;
    top:246px;
}
@charset "gb2312";
/* CSS Document */
@import url("reset.css");

.link {
    height:25px;
    line-height: 25px;
    margin-top: 20px;
}
.link span {
    float:left;
    font-size: 12px;
    color:#666;
    font-weight: bold;
}
.link select {
    float:left;
    width:157px;
    height:25px;
    margin-left: 65px;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    color:#333;
    border:1px solid #ccc;
}
.link select option {
    text-align: center;
}
.footer { margin-top: 20px;}
.footer .content {
    position: relative;
    width:1000px;
    margin: 0 auto;
    padding:15px 0;
    border-top: 5px solid #b70100;
}
.footer .content p {
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}
.footer .content p strong a {
    color:#333;
    font-size: 12px;
    font-weight: bold;
}
.footer .content p strong a:hover {color:#FF6600;}
.footer .content p>a {
    font-size: 12px;
    color:blue;
}
.footer .content .left,.footer .content .right { position: absolute; }
.footer .content .left {left:100px;}
.footer .content .right { right:100px;}
@charset "gb2312";




.f_r{float:right;}
.f_l{float:left;}
.addr {
    width:100%;
    height:35px;
    line-height: 35px;
    font-size: 12px;
    margin-top: 10px;
}
.addr>span {
    font-weight: bold;
    color:#c33c3c;
}
.body_container { margin:10px auto; overflow: hidden;  background:#fff; border-bottom:#ccc solid 1px; padding:10px; background:#fff; color:#333; filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);/*ie*/
    -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/ box-shadow:2px 2px 10px #909090;/*opera或ie9*/ font-size:14px; line-height:30px; border:1px solid #e8e8e8; }
.content_1{ padding:10px 20px;}
.body_container p { margin:10px 0; }
.body_container .title { font-size:24px; color:#c33c3c; text-align:center; padding:20px 0; line-height:1.5; }
.body_container .title h1 { font-size:24px; color:#c33c3c; }
.body_container .toolbar { font-size:12px; color:#333; text-align:center; background:#eee; height:30px; line-height:30px; }
.body_container .toolbar span {/* background: #40b9f2 none repeat scroll 0 0; border-radius: 3px;/* color: #fff; */width:23px;height:23px;line-height:23px;cursor:pointer;display:inline-table;margin:0 0px;}
.body_container .toolbar .smallFont {font-size: 10px; }
.body_container .toolbar .medFont { font-size: 14px; }
.body_container .toolbar .largeFont { font-size: 16px; }
.body_container .toolbar .curFont {/*background: #fe9844 none repeat scroll 0 0; border-radius: 3px; color: #fff;*/ }
.body_container .toolbar a { color:#c00; }
.body_container .KeysList{ background:#F1FBFD; height:28px; padding:5px;}
.body_container .KeysList .left { float:left; }
.body_container .KeysList .right { float:right; }
.body_container .KeysList .right a{line-height: 28px;display: block;float: left;}
.body_container .KeysList .box_01 { background: #fff none repeat scroll 0 0; border-radius: 5px; color: #c33c3c; display: block; height: 28px; line-height: 28px; margin: 0 auto; padding: 0 15px; width: 80px; }
.body_container .KeysList .box_02 { background: #c33c3c none repeat scroll 0 0; border-radius: 5px; color: #fff; height: 28px; line-height: 28px; margin: 0 auto; padding: 3px 10px; }
.body_container .KeysList .box_03 { background: #fe9844 none repeat scroll 0 0; border-radius: 5px; color: #fff; height: 28px; line-height: 28px; margin: 0 auto; padding: 3px 10px; }
.body_container .page_page{ clear:both;}
.body_container .page_page span{ width:auto; color:#fff; padding:0 15px; background:#c33c3c; display:block;margin:2px 0; height:30px; line-height:30px; float:left;}
.body_container .page_page a{ padding-left:10px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.body_container .page_page .prevpage{ height:35px; line-height:32px; margin:2px 0; background:#eee;}
.body_container .page_page .nextpage{ height:35px; line-height:32px; margin:2px 0; background:#eee;}
.body_container .information{background:#eee; margin-top:2px;}
.body_container .information span{width:auto; display:block; color:#fff; padding:0 15px; background:#c33c3c;margin:2px 0; height:40px; line-height:40px;font-size: 14px;}
.body_container .information ul{ padding:15px; background:#fff; }
.body_container .information ul li{ height:30px; line-height:30px; text-align:right;}
.body_container .information ul li a{ float:left;}
.body_container .information ul li i{  color:#666;}
.body_container .information ul li span{color:#666; float: right; background: none;padding: 0;margin: 0;line-height: 30px;height: 30px;}

/*信息公开细缆新增*/
.xxgk_xl_top{width: 100%; overflow: hidden;box-shadow: 0px 2px 5px #ECEBEB; margin: 0 auto; border:1px solid #ECEBEB; margin-top:20px; margin-bottom:20px; }
.xxgk_xl_top ul{overflow: hidden;  margin: 28px 24px;}
.xxgk_xl_top ul li{float: left; width: 463px; height: 40px; background: #f3f3f3;}
.xxgk_xl_top ul li a{width: 134px; height: 40px; display:block; float: left; color: #fff; text-align: center; line-height: 40px;font-size: 16px; cursor: auto;background-color: #c33c3c;text-decoration: none;}
.xxgk_xl_top ul li span{background: #f3f3f3; width: 329px; height: 40px; display: block; float: left;color: #666666; line-height: 40px; text-indent: 20px;}
.xxgk_xl_top ul li.mt4{margin-top: 4px;}
.xxgk_xl_top ul li.ml4{margin-left: 4px;line-height: 40px;}

#Zoom img{ max-width:1000px;}

#c table{cellspacing:0px;cellpadding:1px;border-spacing:1px;background:#909090;/* background:#ffffff; */}
#c table tr td{background:#ffffff;}
#sp{ text-align:center;}