/*****/
.t-search {
    margin:50px 0px;
    position: relative;
    line-height: 35px;
    border: 1px solid #fff;
    width: 300px;
    float: right;
    border-radius:30px;
    overflow: hidden;}

.t-search input[type="text"] {
    display: block;
        width: 238px;
    line-height: 32px;
    height:32px;
    background: none;
    color: #fff;
   padding-left: 10px;}
.t-search input[type="image"] {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;}
.dqlb li {
    line-height: 45px;
    color: #555555;
    background: url(images/li.png) no-repeat left center;
    padding-left: 25px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    display: inline-block;}

.dqlb li a{ width:calc(100% - 100px);    display: block;
    float: left;   font-size:17px;white-space: nowrap;overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;}
.dqlb li>span {
    color: #747474;
        font-size: 15px;
        width:90px;}

.dqlb li:hover a {
    color: #990000;}
.fr {
    float: right;}
