/* 政府信息公开
auther：tfx
date：2020-04-07 */
.main {
    margin: 20px auto;
}

.main-hd {
    line-height: 58px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.main-p {
    width: 1170px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    /*text-align: center;*/
    text-indent: 2em;
}

.main-unit {
    margin: 37px 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.unit {
    display: inline-block;
    width: 162px;
    margin-left: 20px;
    background: center center no-repeat;
}
.unit:first-child{
    margin-left: 0;
}
.unit>p {
    position: relative;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    border-radius: 40px;
    border: 1px solid;
    margin-top: 50px;
}

.unit>p:first-child {
    margin-top: 0;
}

.unit>p:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    margin: 0 auto;
    width: 13px;
    height: 24px;
    background:center center no-repeat;
}

.unit-ga>p:before {
    background-image: url("/images/icon_arr1.png");
}

.unit-zrzy>p:before {
    background-image: url("/images/icon_arr2.png");
}

.unit-sthj>p:before {
    background-image: url("/images/icon_arr3.png");
}
.unit>p:first-child:before {
    content: none;
}

.unit-ga>p {
    border-color: #df2d2f;
    background: #f3d0d1;
    color: #cb3c3e;
}

.unit-zrzy>p {
    border-color: #da782e;
    background: #f5decd;
    color: #d37732;
}

.unit-sthj>p {
    border-color: #37ae89;
    background: #d3efe6;
    color: #43b793;
}


/* 选择申请单位 */
.main-apply {
    margin-top: 44px;
}

.apply-unit-title {
    line-height: 46px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background: url("/images/bg_sqdw.png") center center no-repeat;
}

.apply-unit-hd {
    position: relative;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #4a83d2;
    padding-left: 6px;
    border-bottom: 1px solid #b8c0cc;
}

.apply-init {
    margin-top: 10px;
}

.apply-unit-hd:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 115px;
    height: 2px;
    background: #396fb9;
}

.apply-gov-ul {
    margin: 15px -10px 0;
}

.apply-gov-list {
    float: left;
    width: 20%;
}

.apply-gov-list.no{
    width: 20%;
}

.apply-gov-list>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    margin: 0 10px 20px;
    border-radius: 5px;
    background: #e6effc;
}

.apply-gov-list>a:hover{
    color: #FFF;
    background:#4a83d2;
}

/* 小屏幕 */
@media (max-width: 1279px) {
    .main-p {
        width: auto;
        margin: 0 40px;
    }

    .apply-gov-list {
        width: 20%;
    }
}

/* pad */
@media (max-width:979px) {
    .main-p {
        margin: 0 15px;
    }

    .apply-gov-list {
        width: 25%;
    }
}

/* phone */
@media (max-width:767px) {
    .main {
        padding: 5px;
    }

    .main-hd {
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 0;
    }

    .main-p {
        margin: 0;
        line-height: 27px;
        font-size: 15px;
    }

    .main-apply {
        margin-top: 10px;
    }

    .apply-unit-title {
        line-height: 40px;
        font-size: 23px;
    }

    .main-unit {
        margin: 10px 0;
    }

    .unit-zrzy,
    .unit-sthj {
        margin: 10px 50px 0;
    }

    .apply-init {
        margin-top: 0;
    }

    .apply-gov-list {
        width: 50%;
    }

    .apply-gov-ul {
        margin: 5px -5px 0;
    }

    .apply-gov-list>a {
        font-size: 14px;
        margin: 0 5px 10px;
    }
}