
*{
    margin: 0;
    padding: 0;
}
.clear{
    clear: both;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}

.header img{
    width: 100%;
}
.grid .cha h3{
    font-size: 25px;
    color: #d42f1b;
    margin-bottom: 10px;
}
.grid .cha h3 span a{
    float: right;
    font-size: 16px;
    color: #555;
}
.container {
    margin: 20px auto;
    width: 1170px;
    text-align: center;
}
.container .button{
    display: inline-block;
    width: 180px;
    background-color: #3986f0;
    color: #fff;
    cursor:pointer;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    vertical-align:middle;
}
.container .button a{
    color: white;
}
.grid {
    width: 1200px;
    margin: 50px auto 0;
    background-color: #fff;
    animation-duration: .3s;
}
.p1 h3 {
    background-image: url(/images/material/zyzc.jpg);
    height: 58px;
}
.p2 h3 {
    background-image: url(/images/material/gzjz.jpg);
    height: 58px;
}
.p3 h3 {
    background-image: url(/images/material/qkzj.jpg);
    height: 58px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 38px;
    font-size: 16px;
}
.mb20 span{
    float: right;
    margin-top: 22px;
    margin-right: 18px;
    color: white;
    font-size: 17px;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}
.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
}

/*财政局底部*/
/*#footer {*/
/*width: 1100px;*/
/*height: 110px;*/
/*margin: 10px auto 0;*/
/*text-align: center;*/
/*border-top: #0070BB 3px solid;*/
/*line-height: 20px;*/
/*font-weight: normal;*/
/*}*/
/*#footer #dw {*/
/*border-bottom: #CCC 1px solid;*/
/*height: 3px;*/
/*}*/
/*#footer #copy {*/
/*padding-top: 10px;*/
/*width: 540px;*/
/*}*/
/*.showpc {*/
/*display: block;*/
/*}*/
/*.fl {*/
/*float: left;*/
/*}*/
/*.m15 {*/
/*margin-top: 15px;*/
/*}*/
/*#footer p {*/
/*color: #666;*/
/*font-weight: normal;*/
/*float: right;*/
/*width: 370px;*/
/*padding-right: 30px;*/
/*padding-top: 10px;*/
/*}*/

/*.showmobile {*/
/*display: none;*/
/*}*/
/*.textr {*/
/*text-align: right;*/
/*}*/

/*移动端*/
@media screen and (max-width: 1200px) {
    .grid {
        padding: 0 1%;
        width: 98%;
    }
    .list-t li a{
        white-space: normal;
    }
    .date{
        float: right;
        position: relative !important;
    }
}

/*底部*/
.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background: #f9f7f4;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}
.showpc {
    display: block;
}
.showmobile {
    display: none;
}