@charset "UTF-8";

html,
body {
    width: 100%;
    position: relative;
    max-width: 768px;
    font-size: 12px;
    font-family: '微软雅黑', 'Arial';
    margin: auto;
    background: white;
}
.container{
    background: #dddddf;
}
.top{
    padding: 10px;
    background: #ed6d00;
}
.top img{
    width: 50%;
    margin: auto;
}

.test_list{
    padding:20px;
}
.text_item{
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to top, #efefef , #ffffff);
    padding:20px;
    position: relative;
}
.text_item .bg{
    width: 20%;
    position: absolute;
    opacity: 0.1;
    bottom: 0;
    left: 0
}
.text_item .bg2{
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.4;
}

.text_item .item_top{
    padding-left: 0px;
    font-size: 14px;
    color: #a3a3a3;
}
.text_item .item_top em{
    display: inline-block;
    width:10px;
    height: 10px;
    border-radius: 50%;
    background: #ed6d00;
}

.text_item h4{
     padding-left: 12px;
    margin:6px 0;
    font-size: 18px;
    color: #444444;
    font-weight: bolder;
}

.text_item p{
   display: inline-block;
    float: right;
    padding: 10px 40px 10px 30px;
    background: #ed6d00;
    position: relative;
    right: -40px;
    border-radius: 40px;
    font-size: 14px;
    color:white;
}




