/* 本例子css */
#importantnews{ position:relative;}
#importantnews .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;}
#importantnews .hd .prev,#importantnews .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer;              cursor:pointer; background:url(../images/arrow.png) no-repeat;}
#importantnews .hd .next{ background-position:0 -50px;}
#importantnews .hd .prevStop{ background-position:-60px 0;}
#importantnews .hd .nextStop{ background-position:-60px -50px;}
#importantnews .bd{ padding:10px 0;box-sizing:border-box;}
#importantnews .bd .tempWrap{ width:1200px !important;}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
#importantnews .bd ul{ overflow:hidden; zoom:1;}
#importantnews .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
#importantnews .bd ul li a{color:red;font-size: 16px;}
#importantnews .bd ul li span{ color:#666; padding: 0 10px; font-size: 16px;}
.focusBox {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;}
.focusBox .pic img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;}

.focusBox .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;}

.focusBox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #f60;}
.closestyle1109558{ font-size:12px;color:#333333;text-decoration: none ;}


