

 .artice_cont {
    background: #fff;
    padding: 0 0.3rem 0.3rem;
}

 .artice_cont .title-wrap {
    padding-bottom: 0.25rem;
    padding-top: 0.4rem;
    border-bottom: 1px solid #e3e3e3;
}

 .artice_cont .title-wrap h1 {
    font-size: 0.34rem;
    padding-bottom: 0.22rem;
    text-align: center;
}

 .artice_cont .title-wrap h4 {
    font-weight: normal;
    font-size: 0.22rem;
    color: #999;
    text-align: center;
}

 .artice_cont .parag-wrap {
    padding-top: 0.3rem;
}

 .artice_cont .parag-wrap p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.35rem;
}

 .artice_cont .parag-wrap table {
    box-sizing: border-box;
    font-size: 0.22rem;
    width: 100%;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0.4rem;
}

 .artice_cont .parag-wrap table th,
 .artice_cont .parag-wrap table td {
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    text-align: center;
}

 .artice_cont .parag-wrap table {
    border-top: 2px solid #3ccc86;
}

 .artice_cont .parag-wrap table td {
    padding: 0.24rem 0;
}

 .artice_cont .parag-wrap table th {
    padding: 0.16rem 0;
}

 .artice_cont .parag-wrap table a {
    color: #009bff;
    /* text-decoration: underline; */
}

 .artice_cont .zkz-rk {
    display: block;
    text-align: center;
    font-size: 0.26;
    margin-bottom: 0.5rem;
}

 .artice_cont .zkz-rk img {
    width: 3.8rem;
    height: 1.14rem;
    display: block;
    margin: 0 auto 0.22rem;
}

 .download-p span {
    display: block;
    margin-bottom: 0.1rem;
}

 .over-tips {
    color: #999;
    margin-top: 1rem;
    padding-top: 0.35rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    font-size: 0.2rem;
}

 .over-tips:before,
 .over-tips:after {
    content: "";
    position: absolute;
    top: 76%;
    background: #dfdfdf;
    width: 36%;
    height: 1px;
}

 .over-tips:before {
    left: 0;
}

 .over-tips:after {
    right: 0;
}


.contedel{
    padding: 10px 15px 10px;
}
.contedel .title{
    font-size:25px;
    font-weight:bold;
}
.contedel .info{
    font-size:13px;
    color:#999;
    margin:10px 0;
}
.contedel .contents{
    font-size:16px;
    line-height:32px;
}
.contedel .contents img{
    max-width:100%;
}