﻿/**!
 * 辽宁政务服务网-数据分析
 * author: chenzp;
 * date:2018-08-02
 */

/* 正文 */

.ewb-box{
    width: 1198px;
    background: #fff;
    border: 1px solid #d8eef7;
    overflow: hidden;
}

/* 数据模块 */

.ewb-data{
    padding: 10px 0;
    height: 170px;
}

.ewb-data li{
    padding: 10px 0;
    width: 25%;
    *width: 24.99%;
    text-align: center;
    color: #787878;
}

.ewb-data-apply{
    display: inline-block;
    padding-left: 22px;
    font-size: 16px;
    background: url('../images/data_dot.png') no-repeat left center;
}

.ewb-data-green{
    font-size: 30px;
    font-weight: 900;
    color: #3eae53;
}

/* 办件量统计 */

.ewb-tab-hd{
    padding: 17px 0;
    height: 46px;
    text-align: center;
}

.ewb-tab-tt{
    position: relative;
    margin: 0 5px;
    padding: 0 30px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #316eb1;
    background: #c1e1f6;
    border-radius: 3px;
}

.ewb-tab-arrow{
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -9px;
    width: 17px;
    height: 9px;
    background: url('../images/tab_arrow.png') no-repeat center;
    display: none;
}

.ewb-tab-tt.cur{
    color: #fff;
    background: url('../images/tab_line.png') repeat-x left top;
}

.ewb-tab-tt.cur .ewb-tab-arrow{
    display: block;
}

/* 日期搜索 */

.ewb-ser{
    height: 64px;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    background: url('../images/ser_bg.png') repeat-x left top;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.ewb-ser-box{
    margin: 17px auto 0;
    width: 534px;
}

.ewb-ser-txt{
    margin: 0 5px;
    padding-left: 8px;
    width: 146px;
    height: 32px;
    line-height: 31px;
    border: 1px solid #e5e5e5;
}

.ewb-ser-btn{
    margin-left: 15px;
    padding: 0;
    width: 88px;
    height: 34px;
    background: #f39800;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
}

/* super轮播 */

.ewb-super{
    margin: 0 auto;
    width: 1097px;
    height: 750px;
    position: relative;
    overflow: hidden;
}

.ewb-super-hd{
    position: relative;
    padding-top: 39px;
    height: 61px;
    z-index: 1000;
}

.ewb-super-hd .prev,
.ewb-super-hd .next{
    position: absolute;
    z-index: 1000;
    top: 52px;
    display: block;
    width: 22px;
    height: 38px;
    overflow: hidden;
    cursor: pointer;
}

.ewb-super-hd .prev{
    left: 68px;
    background: url('../images/prev1.png') no-repeat;
}

.ewb-super-hd .next{
    right: 68px;
    background: url('../images/next1.png') no-repeat;
}

.ewb-super-hd .prev:hover{
    background-image: url('../images/prev2.png');
}

.ewb-super-hd .next:hover{
    background-image: url('../images/next2.png');
}

.ewb-super-tt{
    margin: 0 auto;
    width: 427px;
    height: 34px;
}

.ewb-super-tt div{
    padding: 0 38px 0 20px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    border-right: 0;
    cursor: pointer;
}

.ewb-super-tt div.color2{
    border-right: 1px solid #e6e6e6;
}

.ewb-super-tt div span{
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background: #c5e8fc;
    border: 1px solid #89c9ed;
    margin: 9px 10px 0 0;
    color: #6d6d6d;
}

.ewb-super-tt div.color1 span{
    background: #6df2bb;
    border: 1px solid #41d799;
}

.ewb-super-tt div.color2 span{
    background: #ecdb8d;
    border: 1px solid #dfc85d;
}

.ewb-super-tt div:hover{
    background: url('../images/download.png') no-repeat 118px center;
    border: 1px solid #6fade1;
    border-right: 0;
}

.ewb-super-tt div.color2:hover{
    border-right: 1px solid #6fade1;
}

.ewb-super-bd{
    padding: 10px;
}

.ewb-super-imgitem {
    overflow: hidden;
    zoom: 1;
}

.ewb-super-imgitem li {
    float: left;
    *width: 1097px !important;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.ewb-apply{
    padding-top: 10px;
    height: 590px;
}

#num,
#time{
    margin: 0 auto;
    width: 1097px;
    height: 500px;
}