/*微谈天气样式开始*/
.news_focus_container{
    width: 660px;
    height: 345px;
}
.slide{
    position: relative;
}
.slide_caption{
    width:100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);/*需要添加IE8兼容*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    color: #fff;
    font-size: 20px;
}
.slide img{
    width: 680px;
    height: 345px;
}
p.title{
    text-indent: 8px;
}
#index_slider{
    position: relative;
}
/* Control Nav */
.flex-control-nav {
    z-index:    1002;
    width:      120px;
    position:   absolute;
    right:       4px;
    bottom:     15px;
    text-align: center;
}
.flex-control-nav li {
    margin:   0 4px;
    display:  inline-block;
    zoom:     1;
    *display: inline;
}
.flex-control-paging li a {
    color:                 rgba(58, 161, 240, 1);
    width:                 10px;
    height:                10px;
    display:               block;
    background:            #fff;
    background:            rgba(255, 255, 255, 0.8);
    cursor:                pointer;
    text-indent:           -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    -o-border-radius:      20px;
    border-radius:         20px;
    /*-webkit-box-shadow:    inset 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow:       inset 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*-o-box-shadow:         inset 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:            inset 0 0 3px rgba(0, 0, 0, 0.3);*/
}
.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(0, 135, 237, 0.7);
    color:      rgba(255, 255, 255, 0.8);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 135, 237, 0.8);
    color:      rgba(255, 255, 255, 0.8);
    cursor:     default;
    width: 12px;
    height: 12px;
    line-height:22px;
}
/*微谈天气样式结束*/
/*天气预报样式开始*/
.index-weather{
    width: 310px;
    height: 500px;
    padding: 5px 5px;
    margin-top: 4px;
}
.top-city-select{
    float: left;
    height: 45px;

}
.top-city-select span{
    display: block;
    float: left;
    font-size: 20px;
    color: #323232;
    padding-right: 12px;
    border-right: 1px solid #c5c5c5;
}
.top-selector{
    float: right;
    border-color: #2277E1 #fff #fff;
    border-style: solid;
    border-width: 10px 8px 0;
    font-size:0;
    height: 0;
    line-height: 0;
    width: 0;
    margin: 8px 5px;
}
.current-time{
    float: right;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #323232;
margin-right:10px;
}
.current-time span:first-child{
    display: block;
    float: left;
    width: 36px;
    text-align: right;
    margin-right: 4px;
}
.current-time span:last-child{
    display: block;
    float: right;
    width: 60px;
}
.weather-warnings{
    width: 90px;
    height: 20px;
    float: right;
    padding-left: 3px;
    margin-right:10px;
    background-color: #ed832f;
    color: #fff;
    font-size: 14px;
clear:both;
}
.weather-icon{
    float: left;
    width: 310px;
    text-align: center;
}
.weather-icon img{
    width: 120px;
}
.weather-content{
    float: left;
    width: 310px;
}
.weather-temperature{
    font-size: 36px;
    display: block;
    text-align: center;
    margin: 5px 0;
}
.weather-description{
    font-size: 20px;
    display: block;
    text-align: center;
    margin: 5px 0;
}
.weather-details{
    float: left;
    width: 310px;
    height: 80px;
    font-size: 14px;
    margin-top: 10px;
}
.weather-uv,.weather-comfort{
    float: left;
    width: 290px;
    margin: 5px 0;
    font-size: 14px;
}
.weather-details img{
    width: 12px;
    vertical-align: middle;
    margin-bottom: 2px;
}
span.uv,span.comfort{
    margin-right: 20px;
}
span.pm25{
    margin: 0 5px;
    color: #188eee;
}
span.pm25-content{
    background-color: #ffa901;
    color: #fff;
    padding: 0 5px;
}
span.humidity{
    margin: 0 10px;
}
.weather-3days{
    width: 300px;
    float: left;
    margin-top: 5px;
}
.weather-3days-content{
    width: 99px;
    height: 120px;
    float: left;
    background-color: #ebebeb;
    text-align: center;
    border-right: 1px solid #fff;
}
.weather-3days-content img{
    width: 60px;
    margin: 4px 0;
}
.weather-3days-content span{
    display: block;
    width: 98px;
    margin: 3px 0;
    font-size: 14px;
}
.weather-3days-content span:first-child{
   font-size:18px;
}
.bottom-select{
    width: 294px;
    height: 20px;
    line-height: 20px;
    float: left;
    margin: 15px 0px 0px 0px;
    border: 1px solid #c5c5c5;
    font-size: 14px;
}
.bottom-city-select span{
    width: 60px;
    height: 20px;
    float: left;
    padding: 0 5px;
    margin-left: 5px;
}
.bottom-district-select span{
    width: 65px;
    height: 20px;
    float: left;
    padding: 0 5px;
    margin-left: 5px;
    border-left: 1px solid #c5c5c5;
}
.bottom-street-select span{
    width: 74px;
    height: 20px;
    float: left;
    padding: 0 5px;
    margin-left: 5px;
    border-left: 1px solid #c5c5c5;
}
.bottom-selector{
    float: left;
    border-color: #2277E1 #fff #fff;
    border-style: solid;
    border-width: 8px 5px 0;
    font-size:0;
    height: 0;
    line-height: 0;
    width: 0;
    margin: 6px 2px;
}
.weather-feeling{
    float: left;
    width: 300px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    background: #7bb52b;
    color:#fff;
    text-align: center;
}
.weather-feeling img{
    width: 12px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}/*天气预报样式结束*/
/*新闻列表样式开始*/
.index-news{
    height:174px;
    width:100%;
    background:#fff;
margin-top:15px;
    position:relative;
}
.index-news li{
    float: left;
    height: 20px;
    margin: 0 0 10px 16px;
    width: 301px;
}
.index-news a{
    display: block;
    font-size: 16px;
}
/*新闻列表样式结束*/
/*应急预警样式开始*/
.yjyj-title{
    width: 660px;
    height:30px;
    border-bottom:1px solid #c5c5c5;    
}
.yjyj-more{
    display: block;
    float: right;
    font-size: 13px;
    height: 32px;
    line-height: 25px;
    margin-top: 4px;
   letter-spacing: 0.4em
}
.yjyj-tab{
    width: 660px;
    height: 458px;
}
/*应急预警样式结束*/
/*热点专题样式开始*/
.hot-topic{
    position: relative;
}
.hot-topic-title{
height:30px;
border-bottom:1px solid #cc4c4c4;
}
/*.hot-topic-title span:first-child{*/
    /*display: block;*/
    /*float: left;*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    /*margin-left: 5px;*/
    /*font-size: 20px;*/
    /*color: #fff;*/
/*}*/
.hot-topic img{
    width:310px;
    height: 142px;
    }
.hot-topic-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 310px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    text-indent: .5em;
    background-color: rgba(0,0,0,.3);
    color:#222;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000); /*IE8支持*/
   text-align:center;

}
.hot-topic-caption a{color:#fff}
/*热点专题样式结束*/
/*天气排行样式开始*/
.tqph-for-border{
    width:310px;
   height: 316px;
}
.tqph-title{
    width: 310px;
    height: 30px;
}
.tqph-tab-switch{
    float: left;
    width:310px;
    height: 30px;
    background-color: #e4f2fb;
}
.tqph-tab-switch li{
    display: block;
    float: left;
    height: 27px;
    line-height: 15px;
    margin-bottom: 3px;
    font-size: 14px;
    text-align: center;
}
.tqph-tab-switch li span{
    display:inline-block;
    padding:0px 13px;
    height: 14px;
    margin: 8px 0;
    border-left: 1px solid #c5c5c5;
}
.tqph-tab-switch li:first-child span{ 
    border-left:0px;
    margin-left:2px;
}
.tqph-tab-switch li.current{
    border-bottom: 3px solid #188eee;
    color:#188eee;
    cursor:pointer;
}
.tqph-list{
height:auto;
overflow:hidden;
width:310px;
background:#fff;
min-height:208px;

}
.tqph-bottom-tip{
    background:#e4f2fb;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.tqph-list li{
    float: left;
    display: block;
    height: 24px;
    width:308px;
    margin: 4px 0;
    padding-left:10px;
    cursor:default;
}
.tqph-list li:hover{
   color:#188eee;
}
.tqph-list li:first-child{
    margin-top: 10px;
}
.tqph-list li:first-child:hover{
   color:#333;
}
.tqph-list li span.col1{
    display: block;
    float: left;
    width: 20px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background:#f2f9fd;
}
.tqph-list li:first-child span.col1{
    display: block;
    float: left;
    width: 40px;
    margin: 0;
    border:0;
    border-radius: 0;
    text-align: center;
}
.tqph-list li:first-child span.col1:first-child{
    background:none;
}
.tqph-list li span.col2{
    display: block;
    float: left;
    width: 85px;
    text-align: center;
}
.tqph-list li span.col3{
    display: block;
    float: left;
    width: 65px;
text-align:center;
}
.tqph-list li span.col4{
    display: block;
    float: left;
    width: 100px;
text-align:center;

}
.tqph-list.hide{
    display: none;
}
/*天气排行样式结束*/

/*应急预案样式开始*/
.yjya-title{
    width: 660px;
    height:30px;
   /* margin-bottom: 5px;*/
    border-bottom: 1px solid #c5c5c5;
}
.yjya-left-img img{
    height: 240px !important;
    height:235px\9;
    width: 345px !important;
    width:340px\9;
    background:#fff;
    margin:5px;
}
.yjya-left-img{
     cursor: pointer;
    float: left;
    height: 255px;
    position: relative;
    width: 355px;
    background:#fff;
}
.yjya-img-title{
    width:300px;
    top:125px;
}
.yjya-img-title{
    position: absolute;
    height: 30px;
    line-height: 28px;
    font-size:16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    z-index: 1;
margin-left:5px;
color:#fff;
display:inline-block;
}
.nyqx-img-title{width:305px;top:128px;}
.yjya-img-title-b{width:345px;top:215px;}
.yjya-img-title-b a{color:#fff;}
.yjya-right-content{
    background:#fff;
    float: left;
    padding-left: 15px;
    width: 290px;
}
.yi-yiya-headline{
    color: #737373;
    float: left;
    font-size: 13px;
    height: 90px;
    line-height: 1.8em;
    margin-bottom: 2px;
    margin-top: 7px;
    padding-bottom: 10px;
    width: 281px;
}
.yi-yiya-headline a:hover{color:#1F90DE}
.yjya-headline{
    width: 280px;
    height: 100px;
    float: left;
    line-height: 1.8em;
    margin-bottom: 10px;
    font-size: 13px;
    color: #737373;
}
.yjya-list{
    width: 270px;
    height: 130px;
    float: left;
    margin: 5px 0;
    /* border-top: 1px dashed #c4c4c4; */
}
.yjya-list li{
    width: 250px;
    height: 30px;
    float: left;
    margin-left: 20px;
}
/*应急预案样式结束*/
/*应急动态样式开始*/
.yjdt-title{
    width: 310px;
    height:30px;
    border-bottom: 1px solid #c5c5c5;
}
.content-switch{
    float: right;
}
.content-switch li {
    display:    block;
    float:      left;
    height:     21px;
    line-height: 15px;
    margin-top:11px;
}
.content-switch a{
   display: inline-block;
   font-size: 14px;
   height: 2px;
   line-height: 3px;
   padding: 5px;
}
.content-switch li a{
    border-right: 1px solid #c5c5c5;
}
.content-switch li:last-child a {
    border-right: 0px;
}
.content-switch li.hover{
    background: url(../img/spanhover.png) no-repeat -3px 19px;
    position:relative;
     z-index:555;
}
/*两个字的切换*/
.content-switch li.hover1{
    background: url(../img/spanhover.png) no-repeat -9px 19px;
    position:relative;
     z-index:555;
}
/*四个字的切换*/
.content-switch li.hover2{
    /* background: url(../img/spanhover.png) no-repeat 5px 18px; */
    border-bottom: 3px solid #2371ed;
    position:relative;
    z-index:555;
 
}
.yjdt-content-hover{background:#fff}
.yjdt-content{
    width: 310px;
    height: 256px;
    background:#fff;
    display: none;
    position: relative;
   }
.yjdt-content.on{
    display: block;
}
span.yjdt-more a{
       position:absolute;
       display:inline-block;
       background:url("../img/uni-more-bg-white.png") no-repeat 33px 3px #8cd233;
       height: 16px;
       line-height:15px;
       right: 5px;
       bottom: 8px;
       color: #fff;
       font-size: 13px;
       padding:1px 4px;
       width:38px;
}
.yjdt-more a:hover{
  background:url(../img/uni-more-bg-white.png) no-repeat 33px 3px #1F90DE;
  background-image:url("../img/uni-more-bg-white.png");
}
.yjdt-content li{
    width: 280px;
    height: 40px;
    line-height:40px;
    float: left;
    margin-left: 20px;
}

/*应急动态样式结束*/

/*天气实景样式开始*/
.tqsj-title{
    width:1000px;
    height:30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.tqsj-container{
   cursor: pointer;
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
}
.tqsj-container img{
     height: 152px;
    width: 242px;
}
.tqsj-big-container{
    width: 500px;
    height: 320px;
    position: relative;
    float: left;
    overflow: hidden;
    background:#fff;
     cursor:pointer;
}
.tqsj-big-container img{
    width: 495px;
     height:310px;
     margin-top:5px;
}
.img-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 242px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color:#fff;
    background-color: rgba(0,0,0,.3);/*需要添加IE8兼容*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
.img-big-title{
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 5px;
    font-size: 14px;
    height: 75px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-indent: 2em;
    width: 475px;
    color:#fff;
}
.left-img-container{
    background: #fff;
    float: left;
    height: 315px;
    padding: 5px 0 0 5px;
    width: 495px;
}
.img-big-title p{
   padding:0px 15px;
   line-height:24px;
}
.img-big-title span:first-child{
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 5px auto 3px;
    text-align: center;
}
/*天气实景样式结束*/





/*应急响应样式开始*/
.yjxx-title{
    width: 660px;
    height:30px;
   /* margin-bottom: 5px;*/
    border-bottom: 1px solid #c5c5c5;
}
.yjya-left-img img{
    width: 345px;
    height: 240px;
}
.yjya-left-img{
    position: relative;
    float: left;
    cursor:pointer;
}
.yjxy-img-title{
    position: absolute;
    width: 345px;
    .width:340px\9;
    height: 30px;
    line-height: 28px;
    font-size:16px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    top:216px;
    left: 5px;
    z-index: 1;
color:#fff;
display:inline-block;
}
.yjxx-right-content{
    width:290px;
    height: 255px;
    height:250px\9;
    float: left;
    padding-left: 15px;
    background:#fff;
}
.index-yjxx-headline{
    width: 280px;
    height: 100px;
    float: left;
    line-height: 1.8em;
    margin-bottom: 10px;
    font-size: 13px;
    color: #737373;
}
.yjxx-list{
   border-top: 1px dashed #c4c4c4;
    float: left;
    height: 130px;
    margin: 0;
    width: 270px;
    padding-top: 8px;
}
.yjxx-list li{
    width: 250px;
    height: 30px;
    float: left;
}
.yjxx-headline-content{
    width: 280px;
    float: left;
    line-height: 1.8em;
    margin-bottom: 6px;
    font-size: 13px;
    color: #737373;
    text-indent:2em;
}
.yjxx-headline-content a span:hover{color:#1F90DE}
.yjxx-headline-topic{
display: block;
float: left;
text-indent:2px;
font-size:16px;
width:100%;
text-align:center;
margin:10px 0 6px;

}
/*应急响应样式结束*/


/*气象微博样式开始*/
.content-switch.for-qxwb li a{
  cursor:default;
}
.index-qxwb{
    width: 315px;
    height: 270px;
    background:#fff;
}
.qxwb-title{
    width: 315px;
    height: 30px;
    border-bottom: 1px solid #c5c5c5;
    background:#f4f9fd;
}
.qxwb-content-container{
   width:310px;
    height:230px;
    overflow:hidden;
    background:#fff;
}
weibo-content ui,li {
list-style: none;
}
.no-border a{
    border:0!important;
}
.weibo-content-title{
    width: 308px;
    height: 50px;
    margin:3px 0 0 10px;
    float: left;
}
.weibo-content-title span{
    display: block;
    float: left;
    margin-bottom: 0;
    font-size: 13px;
}
.weibo-content-title img{
    display: block;
    float: left;
}
.weibo-info-container{
    width: 170px;
    height: 16px;
    float: right;
}
span.weibo-info{
    display: block;
    float: left;
    height: 16px;
    width: 65px;
}
span.weibo-info:first-child{
    color: #188eee;
    padding: 0 5px 0 10px;
    margin: 16px 0 3px;
    border-right: 1px solid #188eee;
}
span.weibo-info:last-child{
    color: #188eee;
    padding: 0 2px 0 15px;
    margin: 16px 0 3px;
}
span.weibo-name{
    width: 52px;
    height: 20px;
    margin: 16px 1px 3px 5px;

}
img.weibo-name-decoration{
    margin-top: 5px;
}
div.content-switch.for-qxwb{
    width: 108px;
}

.weibo-content-text{
    float: left;
    width: 295px;
    height: 170px;
    padding: 10px;
    font-size: 13px;
    color: #737373;
    /*background: #fff;*/
    /*letter-spacing: .1em;*/
    line-height: 25px;
    text-indent: 2em;
}
/*气象微博样式结束*/

/*天气视频样式开始*/
.index-tqsp{
    width: 660px;
    height: 270px;
    margin-top: 24px;
}
.tqsp-title{
    width: 660px;
    height: 30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.tqsp-left-container{
    background:#fff;
    float: left;
    height: 240px;
    position: relative;
    width: 370px;
    padding-right: 20px;
}
.tqsp-left-container img{
   margin-top:5px;
margin-left:5px;
}
.tqsp-img-title{
     bottom: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    left: 0;
    line-height: 28px;
    margin-left: 5px;
    position: absolute;
    width: 364px;
    text-align:center;
    background-color: rgba(0,0,0,.3);/*需要添加IE8兼容*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
span.tqsp-img-title span{
    float: right;
}
img#tqsp-big-image{
    top: 0;
    left: 0;
}
img#tqsp-play{
    position: absolute;
    top: 90px;
    left: 157px;
}

.tqsp-list{
    float: left;
    width:270px;
    height:228px;
    font-size: 14px;
    color: #323232;
     background:#fff;
    padding-top:12px;
}
.tqsp-list li{
    display: block;
    float: left;
    width: 255px;
    height: 40px;
    line-height:40px;
}
.tqsp-list li span{
    display: block;
    height: 30px;
    line-height: 30px;
}
.tqsp-list li a span{
    width: 180px;
    float: left;
}
.tqsp-list li span{
    width: 45px;
    float: right;
}
.tqsp-right-container{
    background:#fff;
    position: relative;
    width: 310px;
}
.tqsp-right-container img{
  margin:5px;
}
/*天气视频样式结束*/

/*天气实景样式开始*/
.tqsj-title{
    width:1000px;
    height:30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.tqsj-container img{
    width: 242px;
    height: 152px;
}
/*天气实景样式结束*/


/*下面开始是module7的样式*/
.index-nyqx{
    height: 440px;
    width: 310px;

}
.nyqx-title{
    width: 315px;
    height:30px;
    border-bottom: 1px solid #c5c5c5;
}

.nyqx_img_container{
    width: 315px;
    height: 155px;
    position: relative;
    background:#fff;
    cursor:pointer;
}
span.nyqx_head_title{
    display: block;
    position: absolute;
    left: 0;
    bottom:0px;
    width:304px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #323232;
    text-indent: 1em;
    margin-left:3px;
    text-align:center;
    background-color: rgba(255,255,255,.6);/*需要添加IE8兼容*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
}
.nyqx_img_container img{
    width: 305px;
    height:153px;
    border: 0;
    margin:5px;
}
.nyqx_headline{
    width: 305px;
    height: 60px;
    float: left;
    padding:10px 5px;
    margin-top: 0px;
    border-bottom: 1px dashed #c4c4c4;
    background:#fff;
    text-indent: 2em;
    color: #737373;
    font-size: 14px;
    line-height: 22px;
}
.nyqx_headline a span:hover{color:#1F90DE;}
.nyqx_headline p{
   padding:0px 10px;
   line-height:22px;
   text-align:justify;
   color:#737373;
}
.nyqx_list_container{
    width: 315px;
    height: 162px;
    float: left;
    background:#fff;
    padding-top:10px;
}

.nyqx_list_container li{
    margin-left:20px;
}
.nyqx_list_container a{
    display: block;
    width: 270px;
    height: 30px;
    line-height:30px;
    cursor:pointer;
}

/*农业气象样式结束*/
/*生活气象样式开始*/
.index-shqx{
    width: 660px;
    height: 440px;
}
.shqx-title{
    width: 660px;
    height: 30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.shqx-img-container {
    width: 370px;
    height: 270px;
    float: left;
    background:#fff;
}
div.shqx-pic:first-child{
    width: 364px;
    height: 182px;
    float: left;
    margin: 5px;
}
div.shqx-pic:first-child ~div{
    width: 180px;
    height: 70px;
    float: left;
    margin: 0 0 0 5px;
}
div.shqx-pic:first-child img{
    width: 364px;
    height: 182px;
}
div.shqx-pic:first-child ~ div img{
    width: 180px;
    height: 70px;
}
.shqx-headline {
    width: 290px;
    height: 270px;
    float: left;
    background:#fff;
}
span.headline-topic{
    display: block;
    width: 270px;
    height: 35px;
    margin-left: 20px;
    line-height: 42px;
    font-size: 16px;
    color: #323232;
    text-align:center;
    margin-bottom:6px;
}
p.headline-content{
    border-bottom: 1px dashed #c4c4c4;
    color: #737373;
    display: block;
    font-size: 13px;
    height:77px;
    margin-bottom:10px;
    line-height: 22px;
    margin-left: 20px;
    width: 259px;
    text-indent:2em;
}
p.headline-content a span:hover{color:#1F90DE}
.shqx-headline-list{
    width: 290px;
    height: 130px;
    margin-left: 20px;
}
.shqx-headline-list li{
    margin-left: 20px;
}
.shqx-nqcs-container{
     background:#fff;
    float: left;
    height: 133px;
    margin-left: 0;
    padding-top: 5px;
    width: 320px;
}
.shqx-ztfx-container{
    background:#fff;
    float: left;
    font-size: 14px;
    height: 133px;
    padding-top: 5px;
    width: 340px;
}
.shqx-nqcs-container li,.shqx-ztfx-container li{
    margin-left:20px;
}
.shqx-nqcs-container a,.shqx-ztfx-container a{
    display: block;
    width: 290px;
    height: 40px;
    line-height:30px;
}
/*生活气象样式结束*/

/*module7样式结束*/

/*部门联动样式开始*/
/*Part of module8*/
.index-bmld{
    width: 660px;
    height: 520px;
}
.bmld-title{
    width: 660px;
    height: 30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.bmld-top{
    width: 660px;
    height: 216px;
    float: left;
    border-bottom: 1px dashed #ddd;
    background:#fff;
}
.bmld-bottom{
    width: 660px;
    height: 338px;
    float: left;
    background:#fff;
}
.bmld-img{
    float: left;
    width: 310px;
    height: 210px;
    margin: 5px;
}
.bmld-img img{
    width: 310px;
    height: 205px;
}
.bmld-head-list{
    width: 320px;
    height: 210px;
    float: left;
    margin-top:10px;
}

.bmld-head-list li{
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    list-style: url(../img/li_img30.png) outside;
    margin-left:20px;
}
.bmld-list{
    width: 320px;
    height: 160px;
    float: left;
    padding-top:5px;
}
span.bmld-list-title{
    display: block;
    width: 310px;
    height: 25px;
    margin-top: 5px;
    margin-left: 18px;
    font-size:18px;
    color: #323232;
}
.bmld-list li{
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;    
    color: #323232;
}
.bmld-list:first-child{
    border-bottom: 1px dashed #dddddd;
}
.bmld-list:first-child +.bmld-list{
    border-bottom: 1px dashed #dddddd;
}
/*部门联动样式结束*/

/*应急科普样式结束*/
/*Part of module8*/
.index-yjkp{
    width: 680px;
    height: 195px;
}
.yjkp-title{
    width: 660px;
    height:30px;
    float: left;
    border-bottom:1px solid #c5c5c5;
}

.yjkp-img-container {
    width: 660px;
    height:165px;
    float: left;
    background:#fff;
}
.yjkp-pic-container {
    width: 160px;
    float:left;
    margin: 5px 2px;
    text-align: center;
}
.yjkp-pic-container:hover img{
   opacity:0.8;
}
.yjkp-pic-container:hover .yjkp_sub_topic a{
   color:#188eee;
}
.yjkp-pic-container img{
    width: 160px;
    height: 120px;
}
.yjkp_sub_topic{
    display:block;
    margin-top: 10px;
    font-size: 14px;
    color: #737373;
}
/*应急科普样式结束*/

/*气候盘点内容开始*/
/*Part of module8*/
.index-qhpd{
    width: 310px;
    height: 270px;
}
.qhpd-title{
    width: 310px;
    height: 30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.qhpd-list{
    width: 310px;
    height: 230px;
    float: left;
    padding-top:10px;
    background:#fff;
}

.qhpd-list li{
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    color: #323232;
    letter-spacing: 1px;
    
}
/*气候盘点内容结束/
/*农业气象*/
.nyqx-list{
    width: 310px;
    height: 208px;
    float: left;
    padding:6px 0;
    background:#fff;
    position:relative;
}
.nyqx-list li{
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    color: #323232;
    letter-spacing: 1px;
    
}
/*农业气象结束*/
/*应急工具箱样式开始*/
/*Part of module8*/
.index-yjgjx{
    width: 310px;
}
.yjgjx-title{
    width: 310px;
    height: 30px;
    float: left;
    border-bottom: 1px solid #c5c5c5;
}
.yjgjx-content-container {
    float: left;
    width: 310px;
    height: 480px;
    background:#fff;
 
}
.yj-module3-right .yjgjx-content-container {
   height:450px;
}
.yj-module3-right .yjgjx-sub-container{
   height:84px;
}
.yjgjx-sub-container {
    width:290px;
    height:90px;
    float: left;
    padding-bottom:5px;
    margin-left: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.yjgjx-sub-container:last-child{
     border-bottom: 0;
}

.yjgjx-img {
    width:90px;
    height:80px;
    display:block;
    float:left;
    text-align: center;
}
.yjgjx-img img{
    width: 70px;
    height: 70px;
    margin: 10px 0;
}
.yjgjx-content {
    width:190px;
    height:80px;
    float:left;
    margin-left: 10px;
}
.yjgjx-content-title {
    display:block;
    height:30px;
    margin-top: 5px;
    margin-left:12px;
    font-size: 18px;
    color: #323232;
}
.yjgjx-content p>a{
    display:inline-block;
    width:60px;
    height:12px;
    margin:0 15px;
    font-size: 14px;
    color: #737373;
}
.yjgjx-content p>a:hover{
   color:#188eee;  
}
.yjgjx-content p{
    margin-bottom:5px;
}
/*应急工具箱样式结束*/

/*公众服务样式开始*/

.gzfw-title{
    width: 990px;
    height: 25px;
}

.gzfw-container{
    width: 980px;
    height: 360px;
    margin: 20px 0;
    position: relative;
}

img.gzfw-item-bg{
    width: 175px;
    cursor:pointer;
}
img.gzfw-item-bg{
    position: absolute;
}
img.gzfw-item-bg.item1{
    top: 117px;
    left: 0;
}
img.gzfw-item-bg.item2{
    top: 27px;
    left: 90px;
}
img.gzfw-item-bg.item3{
    top: 207px;
    left: 90px;
}
img.gzfw-item-bg.item4{
    top: 117px;
    left: 180px;
}
img.gzfw-item-bg.item5{
    top: 27px;
    left: 270px;
}
img.gzfw-item-bg.item6{
    top: 207px;
    left: 270px;
}
img.gzfw-item-bg.item7{
    top: 117px;
    left: 360px;
}
img.gzfw-item-bg.item8{
    top: 27px;
    left: 450px;
}
img.gzfw-item-bg.item9{
    top: 207px;
    left: 450px;
}
img.gzfw-item-bg.item10{
    top: 117px;
    left: 540px;
}
img.gzfw-item-bg.item11{
    top: 27px;
    left: 635px;
}
img.gzfw-item-bg.item12{
    top: 207px;
    left: 635px;
}
img.item13{
    height: 370px;
    position: absolute;
    top: 19px;
    left: 730px;
}
.gzfw-icon-container{
    width: 99px;
    height: 90px;
    font-size: 20px;
    color: #fff;
}
.gzfw-icon-container a{
    color: #fff;
}
span.gzfw-icon-title{
    display: block;
    text-align: center;
}
img.gzfw-icon{
    margin: 10px 26px;
}
.gzfw-icon-container.item1 {
    position: absolute;
    top:  132px;
    left: 38px;
}

.gzfw-icon-container.item2{
    position: absolute;
    top: 42px;
    left: 128px;
}
.gzfw-icon-container.item3{
    position: absolute;
    top: 218px;
    left: 128px;
}
.gzfw-icon-container.item4{
    position: absolute;
    top: 132px;
    left: 215px;
}
.gzfw-icon-container.item7{
    position: absolute;
    top: 132px;
    left: 398px;
}
.gzfw-icon-container.item10{
    position: absolute;
    top: 132px;
    left: 575px;
}
.gzfw-icon-container.item5{
    position: absolute;
    top: 42px;
    left: 305px;
}
.gzfw-icon-container.item8{
    position: absolute;
    top: 42px;
    left: 485px;
}
.gzfw-icon-container.item6{
    position: absolute;
    top: 218px;
    left: 305px;
}
.gzfw-icon-container.item9{
    position: absolute;
    top: 218px;
    left: 488px;
}
.gzfw-more{
    position: absolute;
    height: 20px;
    width: 90px;
    top: 104px;
    left: 680px;
    text-align: center;
    letter-spacing: 2px;
}
.weixin{
    width: 140px;
    position: absolute;
    left: 820px;
    top: 125px;
}
span.weixin-title{
    display: block;
    width: 140px;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
}

/*放大辅助*/

.sj_item1{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item2{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item3{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item4{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item5{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item6{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item7{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item8{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item9{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}
.sj_item10{
    left: 45px;
    position: absolute;
    top: 154px;
    z-index: 3;
    width: 86px;
    height: 86px;
}

/*公众服务样式结束*/
ul.ulone li{margin:0;}

































































































































