﻿@charset "utf-8";

/* 集约化02 */

/* 公用 */

.grid,
.main,
.side {
    padding: 20px 0px;
}

.content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 46px;
    padding: 0 24px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    background-color: #2669cc;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

@media (max-width: 1200px) {
    .grid,
    .main,
    .side {
        padding: 0px 20px;
    }
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}

.mb30{
    margin-bottom: 30px;
}

.list-t li:before{
    background-color: #1870d3;
}

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/icons.png);
    background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/icons_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 {
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 61px;
    font-size: 26px;
    color: #2669cc;
}
.p2 h2{
    background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/sy_zfxxgk.png)0px 0px no-repeat;
}
.p3 h2{
    background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/sy_bsfw.png)0px 0px no-repeat;
}
.p4 h2{
    background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/sy_hdjl.png)0px 0px no-repeat;
}
.grid h2 i{
    display: block;
    width: 40px;
    height: 40px;
    margin:12px 20px 0px 0px;
    background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/icons.png);
    background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/icons_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 i.s1{
    background-position: 0px 0px;
}

.grid h2 i.s2{
    background-position: -40px 0px;
}

.grid h2 i.s3{
    background-position: -80px 0px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pt30 {
    padding-top: 30px;
}

.md-blue {
    background-color: #2d8fff;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
}

.pages .current {
    background-color: #2d8fff;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

@media (max-width: 1200px) {
    .grid h2{
        font-size: 22px;
    }
}
/*首页 开始*/

/* part1 */
.headline {
    padding:10px 20px 40px 20px;
}
.headline .list-t.h {
    display: flex;
    justify-content: center;
}
.headline h2 {
    padding: 8px 0;
    line-height: 34px;
    font-size: 28px;
    background:none;
    margin-bottom: 10px;
}

.headline .list-t li{
    padding-left: 90px;
    font-size: 18px;
}

.headline .list-t li:before{
    left: 70px;
}

.headline .list-t li a{
    color: #666;
}

@media (max-width: 1200px) {

    .headline {
        margin-left: -20px;
        margin-right: -20px;
    }

    .headline h2 {
        padding: 8px 0;
        line-height: 26px;
        font-size: 18px;
    }

    .headline .list-t li {
        width: 100%;
        line-height: 22px;
        font-size: 14px;
        padding-left: 20px;
    }
    .headline .list-t li:before{
        left: 10px;
    }
}

.focus,
.focus .pic {
    position: relative;
    width: 690px;
    height: 414px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }
    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }
    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .focus {
        margin-bottom: 20px;
    }

}

.news {
    position: relative;
    overflow: hidden;
    height: 414px;
}

.news .tab a {
    height: 46px;
    line-height: 46px;
}

.list-b.b1 li {
    padding: 20px 15px 20px 120px;
    border-bottom:1px dashed #cfcfcf;
}

.list-b.b1 li h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 0px;
}

.list-b.b1 li .info{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-b.b1 .calendar{
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 90px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 999;
}

.list-b.b1 .calendar em{
    display: block;
    line-height: 42px;
    font-size: 36px;
    color: #2669cc;
    font-weight: bold;
}

.hover-style1 li:after{
    background-color: #f6f8fb;
    border-bottom:3px solid #e5e7eb;
}

.hover-style1 li:hover{
    border-bottom:none;
}

@media (max-width: 1024px) {
    .news .list-t li a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .list-b.b1 .calendar{
        left: 0px;
    font-size: 14px;
    }
    .list-b.b1 .calendar em{
        font-size: 22px;
    line-height: 35px;
    }
    .list-b.b1 li {
        padding: 20px 15px 20px 90px;
    }
}

@media (max-width: 375px) {
    .list-b.b1 li {
        padding: 20px 15px 20px 80px;
    min-height: 89px;
    }
    .list-b.b1 .calendar{
        left: -5px;
        top: 18px;
    }
    .list-b.b1 .calendar em{
        font-size: 26px;
        line-height: 30px;
    }
}

.notice{
    height: 130px;
    border-radius: 6px;
    background-color: #f6f8fb;
    margin-top:30px; 
    overflow: hidden;
}
.notice h3 {
    position: relative;
    width: 40px;
    padding: 15px 50px 15px 20px;
    height: 130px;
    font-size: 22px;
    text-align: center;
    border-radius: 5px;
    margin-right: 30px;
    background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/ztzl.png) 0px 0px no-repeat;
}

.notice h3 a{
    color: #fff;
}

.notice .list-t{
    width: 90%;
    padding: 10px 0px;
    float: left;
}

.notice .list-t li{
    width: 46%;
    float: left;
    margin: 0 2%;
    line-height: 36px;
}

@media (max-width: 990px) {
    .notice .list-t{
        width: 80%;
    }

    .notice .list-t li{
        width: 100%;
    }
.notice {
    height: 120px;
    margin-top: 5px;
}
.hidden-xs{
    display: none;
}
.notice h3 {

    padding: 20px 50px 15px 20px;
    height: 120px;
    font-size: 18px;


}
}

@media (max-width: 480px) {
    .notice h3{
        margin-right: 10px;
    }
    .notice .list-t{
        width: 70%;
    }
}
/* part1结束 */

/* part2开始 */

.file{
    width: 100%;
}

.file .list-t li{
    padding-left: 30px;
    line-height: 26px;
    margin-bottom: 10px;
}

.file .list-t li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file .list-t li:before{
    top: 28%;
    left: 10px;
}
.file .list-t li span{
    color: #999;
    line-height: 24px;
}

.a1 {
}

.a1 li {
    width: 50%;
    margin: 15px 0px;
}

.a1 li a {
    font-size: 16px;
    line-height: 20px;
}

.a1 li a i {
    box-sizing: content-box;
    border: 10px solid #2669cc;
    margin: 0 auto 10px;
    background-color: #2669cc;
    border-radius: 100px;
}

.a1 li a:hover i {
    border-color: #2c74eb;
    background-color: #2c74eb;
}

.a1 .s1 {
    background-position: 0px -40px;
}

.a1 .s2 {
    background-position: -40px -40px;
}

.a1 .s3 {
    background-position: -80px -40px;
}

.a1 .s4 {
    background-position: -120px -40px;
}

.a1 .s5 {
    background-position: -160px -40px;
}

.a1 .s6 {
    background-position: -200px -40px;
}

@media (max-width: 768px) {
    .a1 {
        margin-top: 20px;

    }
    .a1 li{
        width: 33.33%;
    }
}

/* part2结束 */

/* part3开始 */
.p3{
    margin-top: -20px;
}
.bsfw{
    position: relative;
    width: 100%;
    height: 154px;
    margin-bottom: 30px;
    background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/bsfw.jpg) 0px 0px no-repeat;
}

.bsfw .search {
    position: absolute;
    top: 40%;
    right: 5%;
    width: 800px;
    margin: 20px auto;
}

.bsfw .search input,
.bsfw .search button {
    float: left;
    display: block;
}

.bsfw .search input {
    box-sizing: border-box;
    width: 660px;
    height: 46px;
    line-height: 20px;
    font-size: 18px;
    margin-right: 4px;
    padding: 10px;
    border: none;
    color: #666;
    background: rgba(255, 255, 255, .9);
    border-radius: 6px;
    outline: none;
}

.bsfw .search button {
margin-right: 45px;
    box-sizing: border-box;
    width: 100px;
    height: 45px;
    border: none;
    background: #1586ca;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    margin-left: -105px;
    border-radius:0px 6px 6px 0px;
}

.bsfw_bt h3,
.bsfw_box{
    border-radius: 6px;
    border:1px solid #8db6ff;
}

.bsfw_bt h3,
.bsfw_box h3{
    position: relative;
    font-size: 18px;
    line-height: 58px;
    padding-left: 25px;
    margin-bottom: 10px;
    background: #d2ebff;
    background: -webkit-linear-gradient(60deg, #d2ebff, #edf7ff);
    background: linear-gradient(60deg, #d2ebff, #edf7ff);
}

.bsfw_box h3{
    border-radius: 6px 6px 0px 0px;
}

.bsfw_bt h3 a,
.bsfw_box h3 a{
    display: block;
    color: #2669cc;
    font-weight: bold;
}

.bsfw_box .list-t{
    margin:10px 15px;
}
.bsfw_box .list-t li{
    padding-right: 10px;
}

.bsfw_box .list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    background-color: #333;
    border-radius: 100px;
}

.p3 h3 i{
    position: absolute;
    top: 0px;
    right: 10px;
    display: block;
    width: 80px;
    height: 60px;
    background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/icons.png);
    background-size: auto;
    background-repeat: no-repeat;
}
.p3 h3 i.s1{
    background-position: 0px -260px;
}

.p3 h3 i.s2{
    background-position: -80px -260px;
}

.p3 h3 i.s3{
    background-position: -160px -260px;
}

.p3 h3 i.s4{
    background-position: -240px -260px;
}

.p3 h3 i.s5{
    background-position: -320px -260px;
}

@media (max-width: 1200px) {
    .bsfw,
    .bsfw_bt h3,
    .p4bsfw_box{
        margin-bottom: 20px;
    }

}

@media (max-width: 990px) {

     .bsfw {
        height: 200px;
        background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/bsfw_768.jpg);
        background-position: 50% 0px;
        background-repeat: no-repeat;
        background-size: cover;
     }

       .bsfw .search{
        top:auto;
        bottom: 10px;
        left: 0px;
        right: auto;
        margin:10px;
        width: 96%;
       }

       .bsfw .search input{
        width: 100%;
       }
.bsfw .search button {
    margin-right: 0px;
}
}

@media (max-width: 480px) {
     .bsfw {
        height: 194px;
        background-image: url(//zgj.wuhan.gov.cn/material/images/2024/sy/bsfw_480.jpg);
        background-position: 50% 0px;
        background-repeat: no-repeat;
        background-size: cover;
     }

     .bsfw .search{
        width: 95%;
     }
}
/* part3结束 */

/* part4开始 */
.p4{
    padding-top: 30px;
    margin-bottom: 20px;
    background-color: #f6f8fb;
}
.yjzj{
    border-radius: 6px;
    background-color: #fff;
    border:1px solid #8db6ff;
}

.yjzj h3{
    color: #fff;
    font-size: 18px;
    padding:10px 20px;
    line-height: 32px;
    font-weight: bold;
    border-radius: 6px 6px 0px 0px;
    background:#2669cc url(//zgj.wuhan.gov.cn/material/images/2024/sy/yjzj_bg.png) right bottom no-repeat;
}

.list-b.b2 {
    margin: 6px 0px;
}

.list-b.b2 li {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 15px 20px 15px 40px;
}

.list-b.b2 li:before {
    content: "";
    position: absolute;
    top: 32%;
    left: 20px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #5e98f5;
    border-radius: 100px;
}

.list-b.b2 li h4 {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
}

.list-b.b2 li p {
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

.list-b.b2 .state {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
}

.md-orange{
    background-color: #fbba23;
}

.md-blue{
    background-color: #2669cc;
}

.zxft{
    padding:11px 20px 11px 140px;
    background:url(//zgj.wuhan.gov.cn/material/images/2024/sy/zxft.png) 0px 0px no-repeat;
}

.zxft h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 32px;
}

.zxft p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jw{
    border-radius: 6px;
    border:1px solid #8db6ff;
    padding:80px 20px 24px 20px;
    background:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jw.png) 0px 0px no-repeat;
}

.jw P{
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
}
@media (max-width: 768px) {
    .zxft {
        border-radius: 6px;
        border:1px solid #8db6ff;
        padding: 11px 20px 11px 140px;
        background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/zxft_768.png) 0px 0px no-repeat;
    }
    .jw{
        border-radius: 6px;
        border:1px solid #8db6ff;
        padding:80px 20px 25px 20px;
        background:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jw_768.png) 0px 0px no-repeat;
    }
}

@media (max-width: 480px) {
    .zxft {
        border-radius: 6px;
        border:1px solid #8db6ff;
        padding: 80px 20px 20px 20px;
        background:#fff url(//zgj.wuhan.gov.cn/material/images/2024/sy/zxft_480.png) 50% 0px no-repeat;
    }

    .jw{
        background:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jw.png) 0px 0px no-repeat;
    }
}
.a2 {
    margin-left: -10px;
    margin-right: -10px;
}

.a2 li {
    position: relative;
    width: 33.33%;
}

.a2 li a {
    position: relative;
    height: 125px;
    margin: 0px 10px;
    padding:15px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    background-color: #dfefff;
    color: #2669cc;
    border-radius: 6px;
    border:1px solid #8db6ff;
    font-size: 18px;
}

.a2 li i {
    position: absolute;
    bottom:20px;
    right: 45px;
}

.a2 .s1 {
    background-position: 0 -80px;
}

.a2 .s2 {
    background-position: -40px -80px;
}

.a2 .s3 {
    background-position: -80px -80px;
}

.a2  li i {
    animation-duration: .6s;
}

.a2 li a:hover i {
    transform: rotateY(360deg);
}

.jbdh li{
    width:100%;
    height: 80px;
    margin-bottom: 20px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.jbdh li img{
    width: 100%;
    height: 100%;
}


.jbdh li.s1{
    background-image:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jbdh_01.png);
}

.jbdh li.s2{
    background-image:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jbdh_02.png);
}

@media (max-width: 768px) {

    .jbdh li.s1{
        background-image:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jbdh_01_768.png);
    }

    .jbdh li.s2{
        background-image:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jbdh_02_768.png);
    }
}

@media (max-width: 480px) {
.list-b.b1 li h4 {
    font-size: 14px;
}
    .jbdh li.s1{
        background-image:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jbdh_01.png);
    }

    .jbdh li.s2{
        background-image:url(//zgj.wuhan.gov.cn/material/images/2024/sy/jbdh_02.png);
    }

    .a2 li a{
        font-size: 16px;
        padding: 0px 5px;
height: 100px;
    }

    .jbdh li{
        height: 76px;
    }
}

@media (max-width: 375px) {

    .jbdh li{
        height: 67px;
    }
}
/* part4结束 */

/* part5开始 */

.topic {
    position: relative;
}

.topic h3 {
position: relative;
    width: 40px;
    padding: 13px 50px 15px 17px;
    height: 120px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    background: url(//zgj.wuhan.gov.cn/material/images/2024/sy/ztzl.png) 0px 0px no-repeat;
    background-size: contain;
}

.topic h3 a{
    color: #fff;
}

.topic .scroll {
    position: relative;
}

.zjgl{
    margin-right: 15px;
}

.topic li {
    width: 300px\9;
}

.topic li a {
    display: block;
    width: 300px\9;
    margin: 0 15px;
}

.topic li img {
    width: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee0;
    cursor: pointer;
    z-index: 999;
}

.topic-prev span,
.topic-next span {
    display: block;
    width: 20px;
    margin: 8px auto;
    font-size: 22px;
    text-align: center;
    color: #2768cc;
    font-weight: bold;
}

.topic-prev {
    left: 432px;
    background-image: none;
}

.topic-next {
    right: 15px;
    background-image: none;
}

@media (max-width: 1200px) {
    .topic .scroll {
        margin: 0 -10px;
    }

    .topic h3,
    .zjgl,
    .topic-prev,
    .topic-next {
        display: none;
    }

}
@media (max-width: 768px) {
.p5 .list-a li {
    padding: 0px 18px;
}
}
/* part5结束 */

@media (max-width: 1200px) {
    .header{
        height: 400px !important;
    }
    .top-swiper {
        height: 300px !important;
    }
    .ht{
        width: 100%;
    }
    .header .search{
        justify-content: center;
    }
    .header .search button{
        position: relative;
        margin-left: 0px;
    }
    .p2{
        margin-top: 10px;
    }
    .p3{
        margin-top: 0px;
    }
    .p4{
        margin-top: 20px;
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .header{
        height: 300px !important;
    }
}
@media (max-width:1200px) and (min-width:990px) {
    .p2 .col-md-6{
        overflow-x: auto;
    }
    .data-box{
        width: 700px;
    }
    .bsfw_bt h3{
        width: 45% !important;
        font-size: 15px;
        line-height: 92px;
    }
    .bsfw_bt .yzqd h3{
        width: 96% !important;
    }
    .list-b.b2 li p{
        font-size: 12px;
    }
    .zxft{
        padding-bottom: 0px;
    }
    .list-b.b2 li h4{
        line-height: 16px;
    }
    .a2 li a{
        margin: 0px 5px;
        padding: 5px;
        font-size: 16px;
    }
    .jw{
        background-size: auto 100%;
    }
    .p5 .list-a li a{
        background-size: 100% 100%;
    }
    .file .list-t li{
        line-height: 22px;
    }
    .file .list-t li a{
        font-size: 14px;
    }
}