/*banner*/
.banner{
    margin-bottom:20px;}
.banner img{
    width: 100%;}
.hiSlider{
    overflow: hidden;
    margin: 0 auto;}
.hiSlider-item{
    float: left;}


.banner .container{
    height: 360px;
    background: url(../images/banner/banner1.jpg)no-repeat center;
    background-size: cover;}

/*标题*/
.title{
    line-height: 30px;
    color: #333333;
    font-size: 26px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;}
.title span{
    display: table;
    padding-right: 10px;
    background: #ffffff;
    float: left;}
.title a{
    float: right;
    color: #004b9d;
    font-size: 14px;
    display: table;
    background: #ffffff;
    padding-left: 10px;}
.title::before{
    display: block;
    height: 1px;
    background: #004b9d;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: "";
    z-index: -9;}


/*重大新闻*/
.news{
    width: 840px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 15px;}
.news .img{
    width: 100%;
    overflow: hidden;
    height: 240px;}
.news .img img{
    width: 100%;
    height: 100%;}
.news .img .hiSlider,.news .img .hiSlider-item{
    height: 240px;}
.news .img .hiSlider-pages{
    margin-right: 0;
    right: 10px;
    bottom: 5px;}


.news .img dl{
    overflow: hidden;}
.news .img dl dt{
    width: 50%;
    height: 100%;
    padding-right: 15px;
    float: left;}
.news .img dl dd{
    width: 50%;
    padding-left: 15px;
    height: 100%;
    float: right;}
.news .img dl dd h4{
    line-height: 30px;
    font-size: 16px;
    height: 60px;
    font-weight: 100;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.news .img dl dd h4 a{
    color: #004b9d;
    font-size: 16px;}
.news .img dl dd h4 a:hover{
    color: #004b9d;}

.news .img dl dd p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 14px;
    height: 120px;
    margin: 10px 0;
    color: #666666;}
.news .img dl dd span{
    line-height: 20px;
    color: #797979;
    font-size: 13px;}





    /*列表*/
.news .list{
    line-height: 40px;
    width: 100%;}
.news .list div{
    overflow: hidden;
    font-size: 14px;}
.news .list div a{
    display: block;
    width: 74%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #282828;
    overflow: hidden;
    font-size: 15px;}
.news .list div a span{
    float: inherit;
    font-weight: bold;
    margin-right: 5px;}
.news .list div a:hover{
    color: #004b9d;}
.news .list div span{
    float: right;
    color: #797979;
    font-size: 13px;}




/*信息公开受理*/
.accept{
    float: right;
    width: 420px;
    margin-bottom: 20px;
    padding-left: 15px;}
.accept:last-child{
    padding-right: 0;}
.accept .text{
    line-height: 30px;
    font-size: 16px;
    color: #282828;}

.accept .titles{
    background: #004b9d;
    line-height: 30px;
    color: #333333;
    font-size: 26px;
    overflow: hidden;
    position: relative;}
.accept .titles span{
   color: #ffffff;
    display: table;
    border-left: 3px solid #ffffff;
    margin-left: 3px;
    padding: 5px 0 5px 5px;}
.accept .text{
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    padding: 15px;}


/*信息公开清单*/
.inventory{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;}
.inventory .list{
    overflow: hidden;}
.inventory .list li{
    float: left;
    width: 12%;
    padding:10px 15px;}
.inventory .list a{
    display: block;
    background-color: #e8f3ff;
    border: 1px solid #b3d8ff;
    /*border: 1px solid #eaeaea;*/
    line-height: 30px;
    font-size: 16px;
    color: #282828;
    -moz-box-shadow:0px 0px 10px #999;
    -webkit-box-shadow:0px 0px 10px #999;
    box-shadow:0px 0px 10px #999;
    text-align: center;
    padding: 10px 0;}
.inventory .list a img{
    margin: 0 auto;
    display: block;
    width: 50px;}





/*phone*/
@media all and (max-width: 1100px){
    /*重大新闻*/
    .news{
        width: 100%;
        margin-bottom: 20px;
        float: inherit;}

    .news .img{
        width: 100%;
        height: auto;
        float: inherit;}
    .news .img img{
        height: auto;}
    .news .img .hiSlider, .news .img .hiSlider-item{
        height: auto;}
    .news .list{
        float: inherit;
        width: 100%;}



    /*依申请公开*/
    .accept{
        width: 100%;
        float: inherit;
        margin-bottom: 20px;}
    .accept .text{
        height: auto!important;}

    /*信息公开清单*/
    .inventory{
        width: 100%;
        float: inherit;
        margin-bottom: 20px;}
    .inventory .list{
        height: auto;}
    .inventory .list a{
        margin-bottom: 20px;}
    .inventory .list a:nth-last-child(1),.inventory .list a:nth-last-child(2){
        margin-bottom: 0;}

    /*监督投诉处理*/
    .accept{
        width: 100%;
        float: inherit;
        margin-bottom: 20px;}





}

@media all and (max-width: 500px){






}