#aa{
    width: 100%;
    background: #FFFFFF;
    height: 108px;
    position: fixed;
    top: 0px;
    z-index: 3;
}
#header{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
#header_text_one{
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
#img_one{
    width: 15px;
    height: auto;
    float: left;
    margin-left: 4%;
}
#search{
    width: 94%;
    height: 45px;
    background: #dddddd;
    opacity: 0.15;
    border-radius: 43px;
    margin: 12px auto 0px;
}
#input_one{
    width: 40%;
    height: 27px;
    border: 0px;
    margin-top: 11px;
    float: left;
    background: #dddddd;
    font-size: 19px;
    -webkit-user-select:text !important
}
#button_one{
    background: #dddddd;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    float: right;
    width: 20%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 10px 2%;
    border-left: 3px solid #b6b6b6;
}
#mui-scroll{
    background: linear-gradient(0deg, #C3E3C6, rgba(244, 246, 247, 0.8), #C3E3C6);
    box-shadow: 1px 0px 51px 0px rgba(6, 0, 1, 0.32);
    border: 1px solid #FFFFFF;
    width: 100%;height: 100%;

    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}
#context{
    width: 100%;
    margin-top: 153px;
    min-height: 600px;
    text-align: center;
}
.words{
    font-size: 16px;
    color: #4A4A4A;
    overflow: hidden;
    font-family: Microsoft YaHei;
    line-height: 24px;
    position: relative;
    height: 25px;
}
.words:after {
    /*content: '...';*/
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 1.8em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.context{
    width: 90%;
    margin: 0px 5% 20px;
    border-bottom: 1px solid #C4C4C4;
}
.context_text{
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    min-height: 33px;
}
.context_text_one{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828282;
    line-height: 42px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.context_null{
    width: 100%;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828282;
    text-align: center;
}
#iframe{
    width: 100%;
    /*border: 2px solid red;*/
    /*margin-top: 106px;*/
}
/*#side_slip_img_one{
    width: 70%;
    height: auto;
    position: relative;
    top: 42px;
    left: 5px
}
#side_slip_img{
    position: relative;
    left: 84%;
    width: 45px;
}*/

#side_slip_img_one{
    width: 70%;
    height: auto;
    position: relative;
    top: 42px;
    left: -5%;
}
#side_slip_img{
    position: relative;
    left: 84%;
    width: 42px;
}
.side_slip{
    height: 93px;
}
.context_words{
    float: left;
    width: 60%;
    text-align: left;
}
.context_span{
    font-size: 25px;
    font-family: Microsoft YaHei;
}
.time{
    float: right;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #4A4A4A;
    width: 35%;
}