* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Yahei;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img, input {
    border: 0px;
}

ul li {
    list-style: none;
}

em, i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin: 0 auto;
}

.body1 {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}

.body2 {
    max-width: 600px;
    position: relative;
}

input[type="submit"], input[type="reset"], input[type="button"], button, input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0px;
    outline: none;
    border: 0px;
}

select {
    border: 0px;
    background: none;
    border-radius: 0px;
}

html, body {
    height: 100%;
}

.banner, .banner img {
    width: 100%;
}

.main {
    background: url(https://cdn.cioe.cn/zshaibao/images5/bg_01.png) repeat-x left top #383088;
    padding: 0px 20px;
}

.gs_info {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    align-items: center;
}

    .gs_info .logo {
        width: 25%;
        border-right: 2px solid #A0127B;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        height: 70px;
    }

        .gs_info .logo img {
            max-height: 100%;
            max-width: 100%;
        }

    .gs_info .txt {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
    }

        .gs_info .txt .hao {
            padding-top: 5px;
        }

.dengji {
    text-align: center;
    padding: 40px 0 30px 0;
}

    .dengji img {
        height: 38px;
        border-radius: 40px;
    }

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px 0;
}

    .title span {
        display: inline-block;
        padding: 0 14px;
        white-space: nowrap;
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .title img {
        height: 7px;
    }

.info_desc {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 20px;
}

.cp_list li {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

.cp_list .pimg {
    width: 30%;
    flex-shrink: 0;
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 5px;*/
    margin-top: 3px;
}

    .cp_list .pimg img {
        max-height: 100%;
        max-width: 100%;
    }

.cp_list .desc {
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    color: #fff;
    line-height: 18px;
    letter-spacing: 0px;
}

.di_fu {
    width: 100%;
    display: block;
    background: #383088;
}

    .di_fu .nei {
        width: 100%;
        display: block;
        position: relative;
    }

        .di_fu .nei .img_bg {
            width: 100%;
            display: block;
        }

        .di_fu .nei .ma {
            width: 60px;
            position: absolute;
            top: 15px;
            z-index: 1;
            left: 6.5%;
        }

@media (min-width: 640px) { /* 大于手机 */
    .di_fu {
        height: 200px;
    }

        .di_fu .nei .ma {
            width: 100px;
            top: 20px;
        }
}


.tan_tiShi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}

    .tan_tiShi .nei {
        float: left;
        width: 90%;
        margin-left: 1%;
        position: relative;
        padding: 15px 3%;
        /*background: #fff;*/
        border-radius: 6px;
        margin-top: 5%;
    }

    .tan_tiShi .close {
        position: absolute;
        top: 40%;
        right: 10%;
        background: #fff;
        border-radius: 30px;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #000;
        font-size: 16px;
    }

@media (min-width: 600px) { /* 大于手机 */
    .tan_tiShi .nei {
        width: 33%;
        margin-left: 31%;
        margin-top: 18%;
        font-size: 14px;
        line-height: 26px;
        padding: 20px 3%;
    }

    .tan_tiShi .close {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -15px;
        right: -15px;
    }
}

/* 新加 */
.cp_list .left {
    width: 30%;
    flex-shrink: 0;
}

.cp_list .pimg {
    width: 100% !important;
    box-sizing: border-box;
}

.cp_list .left .tit {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-top: 4px;
    text-align: center;
    letter-spacing: 1px;
}

@media (min-width: 640px) {
    .cp_list .pimg {
        height: 120px;
    }
}

@media (max-width: 767px){.cp_list .desc { width: 70%; /*text-align: justify;*/word-wrap: break-word;}}