﻿@charset "UTF-8";
ul,ol{padding: 0px;list-style: none;}
a{color: #333333;}
a:hover{color: #000000;text-decoration: none;}
/* header */
.header{position:relative;height:50px;background:#fff;}
.header .logo{display:block;width:280px;height:100%;line-height: 100%;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#014593;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#014593;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

.row-margin{margin-top: 20px;}
.newscat{width: 100%;height: 40px;background-color: #dc1414;}
.newscat h4{color: #ffffff;margin-left: 10px;color: #ffffff;line-height: 40px;}

.news-list li{width: 100%;height: 38px;line-height: 38px;border-bottom: 1px dashed #cccccc;overflow: hidden;}

.article-head{margin-bottom: 15px;border-bottom: 1px solid #eeeeee;}
.article-head h4{line-height: 26px;font-size: 20px;}

.guidelist{list-style: none;padding: 0px;}
.guidelist li{width: 100%;height: 50px;line-height: 50px;background-color: #eeeeee;margin-top: 10px;text-align: center;}
.guidelist li a{color: #000000;margin-left: 10px;}

.slideBox{position:relative; overflow:hidden; margin:0px auto; margin-bottom: 10px;max-width:960px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1;}
.slideBox .hd li{display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;}
.slideBox .hd li.on{background:#fff;}
.slideBox .bd{position:relative; z-index:0; }
.slideBox .bd li{position:relative; text-align:center;}
.slideBox .bd li img{background:url(../images/loading.gif) center center no-repeat;vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);}/* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/focusBg.png) repeat-x; color:#fff;text-align:left;}

.tabBox .hd{height: 40px;line-height: 40px;background-color: #eee;border-bottom: 1px solid #ee0000;}
.tabBox .hd ul{padding: 0px 10px;}
.tabBox .hd ul li{width: 25%;height: 40px;float: left;vertical-align: top;overflow: hidden;text-align: center;}

.tabBox .hd ul li.on{border:1px solid #ee0000;border-bottom: 1px solid #ffffff; }
.tabBox .hd ul li.on a{color: #ee0000;display: block;height: 38px;line-height: 38px;background-color: #ffffff;text-decoration: none;}
.tabBox .hd ul li a:hover{text-decoration: none;color: #ee0000;}
.tabBox .bd{width: 100%;clear: both;}
.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);}
.tabBox .bd .btz{border-bottom: 0px;}

.read-more{width: 100%;height: 30px;line-height: 30px;text-align: center;background-color: #eeeeee;margin-top: 10px;}

.footer{width: 100%;height: 28px;line-height: 28px;text-align: center;border-top: 1px solid #dddddd;margin-top: 20px;}
.row {font-size: 14px;}
.row-margin {margin-top: 20px;}
 .col-sm-12{position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
.breadcrumb {padding: 8px 15px;margin-bottom: 20px;list-style: none;background-color: #fff;border-radius: 4px;line-height:18px;  font-weight:bold;}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "/\00a0";padding: 0 5px;color: #ccc;}
 
a {color: #333333;}