.searchForm{float: right;margin-right: 1rem; }
.searchBox {display:block; float:left}
/*
.dpsearch{
	width: 200px;
    height: 25px;
    border-radius: 1rem;
    margin-top: .2rem;
    font-size: 1rem;
    padding: 0px 10px;
    font-weight: 500;
}
*/

.searchImg{cursor:pointer; display: inline-block;width: 2rem;height: 2rem;background: #f9f9f9 url(/Users/images/common/searchBtn.png) center center no-repeat;background-size: 1.5rem;padding: 0;border-radius: 6px;}

.liveBody {color: #333333;}

.liveList {
    padding: 10px 10px;
    height: 70px;
}

.liveTxt .liveNewsTitle {
    font-weight: bold;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
    margin-bottom: 3px;
}

.attentionHi {
    color: #e2055e !important;
}

.liveTxt .liveNewsContent {
    height: 31px;
    overflow: hidden;
    line-height: 17px;
}

.liveTxt .liveNewsTitle {
    font-weight: bold;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
    margin-bottom: 3px;
}

.liveList .liveImg {
    float: left;
    width: 75px;
    height: 50px;
    margin-right: 5px;
}

.MoveList {
    /*width: 364px;*/
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    background-color: #dae1e8;
}

.MoveList .searchValue {
    font-weight: bold;
    color: #000;
}

.MoveList .rightbtn {
    cursor: pointer;
    font-weight: bold;
}

.MoveList .leftbtn {
    cursor: pointer;
    font-weight: bold;
}

.livesearch {
    font-size: 0.8rem;
    display: none;
    position: absolute;
    top: 197px;
    right: 20px;
    width: 600px;
    height: auto;
    border: 1px solid #F5F7F8;
    background-color: #fff;
    z-index: 1000;
}

.livehead
{
	padding: 9px;font-weight: bold; background-color: #dae1e8;	
}

.liveClose
{
    position: absolute;
    right: 8px;
    top: 4px;
    background-color: #025fc7;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

.liveList:Nth-Child(2n) {
    background-color: #dddddd;
}
