body {
    background: url(../../images/zsk/bg_index_body.png) top center no-repeat;
    background-color: #d8f1ff!important;
}
/* 热点问答 */
.mod_content .mod_block.con_rdwd {
    width: 100%;
}
.mod_content .mod_block.con_rdwd .mod_block_title {
    border-bottom: 1px solid #c7d9e5;
}
.con_rdwd .item_rdwd {
    float: left;
    width: 350px;
    height: 190px;
    background-color: #ffffff;
    padding: 5px 15px 15px;
    margin-top: 30px;
}
.con_rdwd .item_rdwd .item_question {
    width: 290px;
    height: 52px;
    line-height: 26px;
    text-align: justify;
    color: #0477e6;
    font-size: 18px;
    font-weight: bold;
    background: url(../../images/zsk/icon_rdwd_title.png) left center no-repeat;
    border-bottom: 1px dashed #e1e3e5;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.con_rdwd .item_rdwd .item_answer {
    width: 100%;
    height: 90px;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    color: #696969;
	overflow:hidden;
}
.con_rdwd .item_rdwd .item_answer *{
    width: 100%;
    height: 90px;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    color: #696969;
	overflow:hidden;
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu !important;
    font-size: 16px !important;
}
/* 投资/项目/收费/产业 */
.mod_content .mod_block.con_tz {
    float: left;
    width: 580px;
}
.con_tz .mod_block_list {
    padding-top: 10px;
}
.con_tz ul li {
    width: 580px;
    height: auto;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.con_tz ul li a {
    display: block;
    width: 557px;
    height: 48px;
    color: #333333;
    background: url(../../images/zsk/icon_li.png) left center no-repeat;
    padding-left: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_tz ul li:hover a {
    color: #0477e6;
    background-image: url(../../images/zsk/icon_li_h.png);
}

/* 栏目入口 */
.mod_content .mod_block.con_column {
    width: 100%;
}
.con_column .item_column {
    float: left;
    width: 370px;
    height: 244px;
}
.con_column .item_column .item_column_tit {
    position: relative;
    width: auto;
    line-height: 52px;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 23px;
    margin-top: 40px;
    margin-left: 40px;
}
.con_column .item_column .item_column_tit::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 71px;
    height: 5px;
    border-radius: 3px;
}
.con_column .item_column.item_blue {
    background: url(../../images/zsk/bg_column_blue.png) right bottom no-repeat;
    background-color: #b4daff;
}
.con_column .item_column.item_blue .item_column_tit {
    color: #0477e6;
}
.con_column .item_column.item_blue .item_column_tit::before {
    background-color: #0477e6;
}
.con_column .item_column.item_green {
    background: url(../../images/zsk/bg_column_green.png) right bottom no-repeat;
    background-color: #bae6d3;
    margin-left: 45px;
}
.con_column .item_column.item_green .item_column_tit {
    color: #1f7f26;
}
.con_column .item_column.item_green .item_column_tit::before {
    background-color: #1f7f26;
}
.con_column .item_column.item_orange {
    background: url(../../images/zsk/bg_column_orange.png) right bottom no-repeat;
    background-color: #f0ddc8;
    margin-left: 45px;
}
.con_column .item_column.item_orange .item_column_tit {
    color: #d67415;
}
.con_column .item_column.item_orange .item_column_tit::before {
    background-color: #d67415;
}
#bottom{
	background-color: #d8f1ff!important;
}

@media screen and (max-width: 800px) {
    .con_rdwd .item_rdwd {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 15px;
        margin-left: 0px !important;
        margin-top: 20px;
    }
    .con_rdwd .item_rdwd .item_question {
        width: 100%;
        height: auto;
        min-height: 52px;
        box-sizing: border-box;
    }
    .mod_content .mod_block.con_tz {
        width: 100%;
        height: auto;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
    .con_tz ul li {
        width: 100%;
    }
    .con_tz ul li a {
        width: calc(100% - 30px);
        font-size: 16px;
    }
    .con_column .item_column {
        width: 100%;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
    .mod_content .mod_block {
        margin-bottom: 20px;
    }
}