.pos{
    font-size: 14px;
    margin: 20px auto;
    width: 1200px;
}

.main .cons {
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}
.main .cons .dh {
    width: 1200px;
    margin: 0 auto;
}
.main .cons .dh li {
    float: left;
    width: 19.4%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
    margin-right: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #3b94d9;
    border: 1px solid #3b94d9;
    border-radius: 20px 20px 0 0;
}

.main .cons .dh li:last-child {
    margin-right: 0;
}

.main .cons .dh li:hover,.main .cons  .dh li.active {
    color: #fff;
    background-color: #1264b1;
    font-weight: bold;
}

.main .cons .lmqh {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #fff;
    border: 1px solid #d3ecff;
}

.main .cons .lmqh .chart{
    width: 1200px;
    height: 520px;
}

/*统计公报*/
.main  .tjgb{
    width: 1240px;
    margin: 15px auto 5px;
    background-color: #fff;
}

.main  .tjgb h4{
     border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 10px 0;
    width: 1200px;
    margin-left: 20px;
    position: relative;
}


.main  .tjgb h4 a{
    border-bottom: 2px solid #3868b6;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.main .tjfx h4{position: relative;}
.main .tjfx h4 span{position: absolute; top: 5px; right: 0}
.main .tjfx h4 span a{border: 0; padding-bottom: 0; font-size: 14px; font-weight: normal;}

.main .tjgb h4{position: relative;}
.main .tjgb h4 span{position: absolute; top: 25px; right: 0}
.main .tjgb h4 span a{border: 0; padding-bottom: 0; font-size: 14px; font-weight: normal;}

.main  .tjgb .gb-cont{
    margin: 30px 0 0;
    padding-bottom: 10px;
}

.main  .tjgb .gb-cont .qkfx{
    width: 590px;
    margin: 0 0 20px 20px;
}

.main  .tjgb .gb-cont .qkfx .tit{
    height: 65px;
    font-size: 20px;
    color: #fff;
    background-color: #3868b6;
}

.main  .tjgb .gb-cont .qkfx .tit h5{
    line-height: 65px;
    display: inline-block;
    margin-left: 20px;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main  .tjgb .gb-cont .qkfx .tit  .time{
    line-height: 65px;
    float: right;
    margin-right: 25px;
}
.main  .tjgb .gb-cont .qkfx .detail{
    height: 90px;
    line-height: 28px;
    background-color: #edf4fc;
}

.main  .tjgb .gb-cont .qkfx .detail p{
    width: 480px;
    text-indent: 2em;
    margin: 0 auto;
    padding-top: 15px;
    height: 50px;
    overflow: hidden;
}

.main  .tjgb .gb-cont .qkfx .detail p a{
    color: #6caae0;
    margin-left: 10px;
}

/*统计分析*/
.main .tjfx{
    width: 1200px;
    margin: 0 auto 45px;
    background-color: #fff;
}
.main  .tjfx h4{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.main  .tjfx  h4 a{
    border-bottom: 2px solid #3868b6;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

/*新闻列表*/
.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: 3px;
    background: #ededed;
}

ul.newsList {
    margin: 30px auto 0;
    padding-bottom: 20px;
}
ul.newsList li {
    font-size: 18px;
    line-height: 38px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    margin-top: 18px;
    
}
ul.newsList li:last-child{
    border-bottom: hidden;
}
ul.newsList li:hover {
    color: #3868b6;
}
ul.newsList li a {
    width: 78%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.newsList li span.time {
    text-align: right;
    color: #8d8d8d;
    float: right;
}