/**!
* 湖州市三级页面
* date:2021-10-28
* author: zzongyi;
*/



/* 内容 */
.content {
    background-color: #fff;
    border-radius: 3px;
    padding: 9px 60px 51px 60px;
}

.title {
    width: 840px;
    min-height: 73px;
    /* line-height: 73px; */
    text-align: center;
    /* margin-left: 120px; */
    font-size: 24px;
	/* margin: 21px 0 21px 120px; */
	margin: 21px 0 21px 36px;
}

/* 信息 */
.infor {
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #aaa;
    background-color: #f8f9fb;
}

.infor li .font-color {
    color: #333;
    cursor: pointer;
}

.infor li {
    margin: 0 10px;
}

.font-size span {
    padding: 0 2px;
}

/* 图片 */

.img {
    margin-top: 30px;
    text-align: center;
}

.img img {
    display: inline-block;
}

/* 文字区 */
.text {
    margin-top: 19px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.text p {
    line-height: 34px;
    text-indent: 27px;
}

.text img {
	max-width: 100%;
}

/* 下载 */
.download {
    margin-top: 19px;
}

.download a {
    display: block;
    color: #0364cb;
    height: 38px;
    line-height: 38px;
}

.download .doc {
    padding-left: 27px;
    /*background: url('../images/download-doc.png') left center no-repeat;*/
}

.download .pdf {
    padding-left: 27px;
    background: url('../images/download-pdf.png') left center no-repeat;
}
