.kaiei ul p{
    float: right;
    font-size: 14px;
}
.kaiei{
    padding: 10px;
    border-bottom: 1px dashed #D0D0D0;
}
.kaiei ul {
    /*display: table-cell;*/
    padding: 0;
    vertical-align: top;
    margin: 0;
}
.special-item-h2 {
    padding: 10px 10px 0px 10px;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: solid 2px #dceef8;
}
.kaiei ul a{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 22px;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;
}

.special-item-h2 span {
    border-left: solid 5px #848AFF;
    padding-left: 5px;
}
.special-item-h2 span {
    border-left: solid 5px #848AFF;
    padding-left: 5px;
}
.min-title {
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    float: right;
    line-height: 30px;
    color: grey;
}
.specialcontent {
    padding-bottom: 10px;
    background-color: white;
}
/*类目搜索框*/
.index_search {
    margin: 0;
    padding: 40px 0 0 0;
    height: 120px;
    text-align: center;
    line-height: 30px;
    background-image: url(/wx/img/document_index.png);
    background-position: bottom;
    background-size: cover;
}
.search_box {
    margin: 0 auto;
    display: block;
    height: 2.3em;
    position: relative;
}
.ui-radio-list {
    position: relative;
    text-align: center;
    margin: 1em auto;
}
.search_box input {
    font-size: 12px;
    height: 2.65em;
    line-height: 2em;
    position: absolute;
    left: 0px;
    right: 52px;
}
.search_box .search_btn {
    line-height: 2.25em;
    border-left: 1px solid #ddd;
    z-index: 2;
    width: 52px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

a {
    text-decoration: none;
    color: #404040;
}
.ui-radio-list {
    position: relative;
    text-align: center;
    margin: 1em auto;
}
.ui-radio {
    padding-left: 1.25em;
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #fff;
    margin-left: 1em;
}

.ui-radio span {
    width: 10px !important;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin-top: -8px !important;
}
.search_box input {
    width: 85%;
    min-width: 300px;
    height: 40px;
    border: none;
    opacity: 1;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 20px;
    /*font-family: iconfont;*/
}
.search_box button {
    position: absolute;
    /* right: 52px; */
    right: 0;
    top: 0;
    width: 80px;
    font-size: 16px;
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #69ACFF ;
    border: none;
    color: #fff;
}
.m-page{
    text-align: center;
    font-size: 16px;
}
.keyword {
    color: orange;
    font-size: 16px;
    /* font-weight: 700; */
}