.my-search {
    min-width: 230px;}
.ser_ipt {
    height: 30px;
    padding: 0;
    margin: 0;
    position: relative;
    top: -10px;
    width: 180px;
    border: none;}
.ser_img {
     height: 21px;
    padding: 0;
    margin: 0;
    position: relative;
    top: -12px;}
@media screen and (max-width: 480px) {
      .ser_ipt{
            width:120px !important
      ;}
}

.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}


#vsb_content_4 TABLE TD P{text-align:center;}
#vsb_content_4 A {
    color: #000;
    text-decoration: none !important;
    text-align: center;}
.yqlj>div {
    border: 1px solid rgba(255,255,255,0.5);
    height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    color: rgba(255,255,255,0.5);}

.yqlj>div>p {
    margin: 0;
    line-height: 45px;}
.yqlj>ul{
margin:0;
padding:0;
display:none;
background: #ffffff;
height: 200px;
overflow-y: auto;
position: absolute;
width:91%
;}
.yqlj>ul>li {
    list-style: none;
    margin: 10px;
    border-bottom: 1px dashed #E4E2DF;}
.yqlj>ul>li>a{
    color:black !important;}
.yqlj>ul>li:hover{
    background:#b2dfdd
;}
.yqlj>ul>li:hover a{
    color:write;}
.yqlj_txt img {
    float: right;
    margin-top: 12px;
    cursor: pointer;}
.yqlj_txt p {
    float: left;}
.yqlj:hover ul {
    display: block;}
