.search_input{
    padding: 10px;
}
.nav_search{
    line-height: 20px;
    font-size: 14px;
    font-family: "microsoft yahei" !important;
}
.nav_search .search_input .input{


    width: 60%;
    height: 50px;
    margin: 0 auto;
    position: relative;
    line-height: 50px;
    caret-color: #ff6000;
    padding: 0 16px;
}
.nav_search .search_input .input input{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    caret-color: #ff6000;
    border-radius: 4px;
    padding: 0 140px 0 66px;
}
#search_btn{
    position: absolute;
    top: 0;
    right: 16px;
    width: 100px;
    height: 50px;
    font-size: 16px;
    background-color: rgba(234, 88, 0, 0.75);
}
#search_btn:hover {
    background-color: #ea5800;
    border-color: #ea5800;
}

.body_content{
    padding: 10px 0;
}
.body_content_item{
    box-sizing: content-box;
    position: relative;
    height: 120px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 16px 32px 16px 38px;
    background-color: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.body_content_item > div >div {
    display: inline-block;
    font-size: 16px;
}
.body_content_item  .item_header div{
    color:#0058a6;
    font-size: 20px;
    font-weight: 600;

}
.textOver{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.textWrap{
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;

}
.my_cursor{
    cursor: pointer;
}
.item_header div:hover{
    color:#ff6000;
}
.body_content_item .item-body {
    height: 20px;
    margin: 16px 0;
}
.body_content_item:hover{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1)
}
.item-herder-unit-name{
    text-align: right;
}
.back_top{
    display: none;
    position: fixed;
    right:50px;
    bottom: 100px;
    width: 30px;
}




/*详情*/
.details_content{
    padding: 20px;
}
.details_content_header{
    width: 100%;
    text-align: right;
}
.details_content_body{
    margin-top: 5px;
}
.details_content_body_left{
    display: inline-block;
    width: 70%;
    padding-right: 10px;
    text-align: left;
    box-sizing: border-box;
}
.details_content_body_right{
    display: inline-block;
    width: 30%;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
}
.content_title{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0;
    margin-top: 15px;
    padding-left: 15px;
    border-left: 4px solid #ff6000;
}
.details_content_header_unitName{
    max-width: 380px;
    font-size: 16px;
    color: #333;
}

.details_content_body_unitName{
    border: 1px solid ;
}

.details_content_text{
    margin-left: 30px;
    line-height: 20px;
    padding: 10px;
    border-radius: 2px;
    background-color: #efefef;
}
.details_content_money{
    display: inline-block;
    vertical-align: middle;
    color: #fa6a43;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}

/**/
.vue-table-list-item{
    position: relative;
    float: left;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    margin: 0 10px 10px 0;
    padding: 0 5px;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,0.05);
}
.search_input_change_type{
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 50px;
}
.search_input_change_type>div{
    text-align: center;
    height: 50%;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    line-height: 2;
}
.search_input_change_type>.active{
    background-color: #ebebeb;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: 0px -4px 8px rgba(255,96,0,0.2) inset;
    -moz-box-shadow: 0px -4px 8px rgba(255,96,0,0.2) inset;
    -ms-box-shadow: 0px -4px 8px rgba(255,96,0,0.2) inset;
    box-shadow: 0px -4px 8px rgba(255,96,0,0.2) inset;
}

/*srarch*/
.vue_search_list_title {
    width: 100px;
    float: left;
    line-height: 30px;
    margin: 5px 0;
    padding: 4px 0 4px 8px;
}
.vue_search_list_item_content{
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    padding: 4px 0 4px 8px;
    width: calc(100% - 150px)
}
.vue_search_list_item{
   display: inline-block;
    padding: 0 5px ;
    border: 1px solid rgba(0,0,0,0.05);
    margin: 5px;
}
.vue_search_list_item:hover{
    color:rgba(234, 88, 0, 0.75);
    border:1px solid rgba(234, 88, 0, 0.75);
}
.vue_search_list_item_active{
    display: inline-block;
    padding: 0 5px ;
    border: 1px solid rgba(0,0,0,0.05);
    margin: 0 5px;
    color:#FFF;
    background-color: rgba(234, 88, 0, 0.75);
}
.vue_search_list_footer_close{
    position: absolute;
    top: 15px;
    right: 30px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/
}.vue_search_list_footer_open{
     position: absolute;
     top: 15px;
     right: 30px;
     transform:rotate(360deg);
     -ms-transform:rotate(360deg); 	/* IE 9 */
     -moz-transform:rotate(360deg); 	/* Firefox */
     -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
     -o-transform:rotate(360deg);
 }
 [ v-cloak]{
     display: none;
 }