.inside_wrap {
    width: 100%;
    background: #f4f4f4;
    border-top: solid 1px #e6e6e6;
    box-shadow: 1px 1px 1px #EAEAEA inset;
    -moz-box-shadow: 1px 1px 1px #EAEAEA inset;
    -webkit-box-shadow: 1px 1px 1px #EAEAEA inset;
}

.inside_con {
    width: 100%;
    padding: 0 10px 10px 10px;
}

.inside_con .adr {
    padding-left: 24px;
    background: url(../images/adr.png) 0 center no-repeat;
    line-height: 50px;
    font-size: 13px;
    height: 50px;
    color: #999;
}

.inside_con .adr a {
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ic_wrap {
    width: 78%;
    min-height: 300px;
    padding: 20px 30px 40px;
    background: #fff;
    margin-bottom: 20px;
    border: solid 1px #eaeaea;
    line-height: 26px;
}

.ic_wrap .ic_tit {
    position: relative;
    font-size: 18px;
    color: #2494F2;
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #2494f2;
    padding: 5px 5px 20px 5px;
}

.ic_wrap .ic_tit .tit_img {
    display: inline-block;
    width: 24px;
    height: 20px;
    vertical-align: middle;
    margin-right: 20px;
}

.layui-table-tips-c {
    box-sizing: content-box!important;
}

.ic_wrap .n_title {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
}

.ic_wrap .n_title .n_date {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-top: 10px;
}

.ic_wrap p {
    /* text-indent: 2em; */
    margin-bottom: 10px;
}

.n_link {
    margin: 60px 0 40px 0;
    width: 100%;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

.n_link ul li {
    line-height: 40px;
    font-weight: bold;
    border-top: dotted 1px #ddd;
    margin-top: -1px;
}

.clear {
    clear: both;
}

@media screen and (max-width:750px) {
    .content .inside_wrap {
        box-shadow: none;
    }
    .inside_con {
        padding: 0;
    }
    .inside_con .adr {
        padding-left: 0.68rem;
        background: url(../images/adr.png) 0.2rem center no-repeat;
        background-size: 0.28rem 0.36rem;
        line-height: 1rem;
        font-size: 0.26rem;
        height: 1rem;
    }
    .ic_wrap {
        float: unset;
        width: 100%;
        min-height: unset;
        padding: 0 0 0.8rem;
        margin-bottom: 0.4rem;
        border: solid 1px #eaeaea;
    }
    .ic_wrap .ic_tit {
        height: 1rem;
        line-height: 1rem;
        font-size: 0.30rem;
        margin: 0;
        border-bottom: 1px solid #2494f2;
        padding: 0 0.1rem;
    }
    .ic_wrap .n_title {
        margin-bottom: 0.5rem;
        font-size: 0.4rem;
        text-align: center;
        line-height: 0.5rem;
    }
    .content {
        padding: 0 0.2rem;
    }
    .ic_wrap .ic_wrap p {
        text-indent: 2em;
        margin-bottom: 0.2rem;
        line-height: 0.36rem;
    }
    .n_link {
        margin: 1.2rem 0 0 0;
    }
    .n_link ul li {
        line-height: 0.8rem;
        margin-top: -1px;
        padding: 0;
    }
}