@charset "utf-8";
/* CSS Document */
/***选项卡**/
.zt-title{position: relative;background:url(../images_new/tab-titbg.gif) left bottom repeat-x; }
.zt-title li{float: left;text-align: center;}
.zt-title li a{display:block;height:42px;line-height:42px;font-size:20px;padding: 0 30px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zt-title li.active a{background:#275bb0;font-weight: bold; color: #fff;}
/***文字列表***/
.zt-list{ padding-top:8px; }
.zt-list li{ height: 34px;line-height: 34px;overflow: hidden;font-size: 16px;background: url(../images_new/icon.gif) no-repeat left center; position: relative; padding:2px 60px 2px 14px; }
.zt-list li a{ display: block;white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.zt-list li .date{ position: absolute; right:0; top:2px; color: #888; font-size: 16px;}
.zt-list li img{ float:left; padding:12px 0 0 0;}

.lmMainbox{padding: 0 0 20px;}
/*轮播图*/
.zt-flash{ width: 620px; height: 348px; overflow: hidden; }
.ind-flashlb{ width: 100%; height: 100%; position:relative; }
.ind-flashlb .flash-pic,.ind-flashlb .flash-pic ul,.ind-flashlb .flash-pic li,.ind-flashlb .flash-pic img,.ind-flashlb .flash-pic a{height:100% !important; width: 100% !important; }
.ind-flashlb .flash-pic{ position:relative; z-index:0;}
.ind-flashlb .flash-pic li{ zoom:1; vertical-align:middle;}
.ind-flashlb .flash-pic a{display:block; color: #fff; position: relative;}
.ind-flashlb .flash-pic img{display:block;width: 100%;max-width:100%;height:100%;margin: 0 auto}
.ind-flashlb .flash-pic .title{display: block; height: 46px; line-height: 46px; padding: 0 110px 0 18px; font-size: 18px;background: rgba(0, 0, 0, 0.4);  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: absolute; left: 0; right: 0; bottom: 0; color: #fff;}
.ind-flashlb .flash-pic a:hover .title{color: #fff;}
.ind-flashlb .flash-num{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:18px; z-index:1; }
.ind-flashlb .flash-num ul{ overflow:hidden; zoom:1; float:left;}
.ind-flashlb .flash-num ul li{ float:left; margin-right:10px; width:10px; height:10px;  font-size: 0;   background:#fff;  overflow: hidden; cursor: pointer; border-radius: 50%; -moz-border-radius: 50%;}
.ind-flashlb .flash-num ul li.on{ background:#316bc8; }
/*要闻*/
.zt-news{width: 620px;}
.zt-newr{height: 348px;overflow:hidden;}
.zt-news .zt-list li a{max-width: 518px;}

@media (min-width: 992px) and (max-width:1259px) {
    /*轮播图*/
    .zt-flash,.zt-news{width: 486px;}
    .zt-news .zt-list li a{max-width: 420px;}
}
@media (max-width: 991px){
    .zt-list li a{float: none;max-width: none !important;}
    .zt-list li img{display: none;}

    /*轮播图*/
    .zt-flash{width: auto;float: none;height: 420px !important;}
    .zt-news{width: auto;float: none;height: auto;}
}
@media (max-width: 767px){
    .lmMainbox{padding: 0 0 15px;}
    .zt-flash{height: 320px !important;}
}
@media (max-width: 479px){
    .zt-flash{height: 260px !important;}
}
@media (max-width: 360px){
    .zt-flash{height: 220px !important;}
}