/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #585858;
    background: #fff;
}


.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 90px;
}

.banner_img a img {
    width: 100%;
}

.titlespan {
    line-height: 30px;
    font-size: 20px;
    display: block;
    text-align: center;
    background: white;
    padding-top: 3%;
}

.titlespan span {
    line-height: 20px;
    font-size: 12px;
    color: #989898;
    display: block;
    text-align: center;
}

.content1 {
    width: 96%;
    padding: 1% 2%;
    background: white;
    overflow: hidden;
}

.content1 img {
    width: 22%;
    float: left;
    vertical-align: middle;
    display: block;
    margin-top: 1%;
}

.content1text {
    width: 70%;
    float: left;
    overflow: hidden;
    height: 30px;
    position: relative;
    vertical-align: middle;
    margin-left: 3%;
}

.content1text ul {
    position: absolute;
    bottom: -30px;
    overflow: hidden;
    width: 100%;
}

.content1text ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content1text ul li a {
    color: #585858;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.content1text ul li span {
    color: #ff9900;
}


.content4 {
    width: 100%;
    padding-top: 1%;
    background: white;
    overflow: hidden;
    margin-bottom: 2%;
}
.content4-text {
    display: inline-block;
    /*background: #f2f2f5;*/
}

.content4-text ul {
    margin-top: 2%;
}

.content4Text {
    float: left;
    width: 96%;
    border-bottom: 1px solid #eaeaea;
    margin: 1% 2%;
    border-radius: 5px;
}

.content4Text a img {
    width: 35%;
    border-radius: 6px;
}

.content4-textItem {
    width: 63%;
    float: right;
}

.content4-textItemimg1 {
    width: 7%;
}

.content4-textItemimg2 {
    margin-left: 1%;
    margin-top: 3%;
    width: 5%;
    vertical-align: middle;
}

.content4-textItem p {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 1%;
}

.content4-textItem button{
    background: #fff;
    color: #ff3300;
    border: 1px solid #ff3300;
    font-size: 12px;
    /* border-radius: 3px; */
    width: 55px;
    margin: 1% 1px;
    height: 20px;
    outline: none;
}
.content4-textItem span {
    font-size: 13px;
    display: inline-block;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: middle;
}

.content4-textItema {
    border-radius: 20px;
    font-size: 12px;
    padding: 1% 2%;
    float: right;
    margin: 2% 3% auto;
}

.content4-textItema:nth-of-type(2) {
    border: 1px solid #028df4;
    color: #028df4;
}

.content4-textItema:nth-of-type(1) {
    color: white;
    background: #ff8000;
    border: 1px solid #ff8000;
}

.content4 > a {
    width: 85%;
    display: block;
    border: 1px solid #ff8000;
    border-radius: 20px;
    color: #ff8000;
    text-align: center;
    line-height: 38px;
    margin: 0 auto 3%;
}

/*iphone7*/
@media all and (max-width: 413px) {
    .content4-textItem b {
        font-size: 15px;
    }

    .content4-textItem span {
        margin-left: 0;
    }

    .content4-textItema {
        font-size: 12px;
        padding: 1% 1%;
        float: right;
        margin: 3% 2% auto;
    }
}

/*iphone5*/
@media all and (max-width: 374px) {
    .content1 img {
        margin-top: 2%;
    }
    .content4-textItem {
        margin-top: -3%;
    }
    .content4-textItem b {
        font-size: 12px;
    }

    .content4-textItem span {
        margin-left: 0;
    }

    .content4-textItema {
        font-size: 12px;
        padding: 1% 1%;
        float: right;
        margin: 2% 2%;
    }

}
