.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
      ;}
}

.image-field.rtecenter img {
    width: 204px;
    height: 115px;}
.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;}
