.cSearch-container{
    position: relative;
}
.cSearch-left{
    float: left;
    width:260px;
}
.cSearch-left>div{
    margin-top:33px;
}
.tabNav>dt.tabTitle{
    height: 60px;
    background-color: #0571ba;
    font-size: 20px;
    line-height: 60px;
    padding-left:31px;
    color: #fefefe;
}
.tabNav>dd{ 
    height: 46px;
    line-height: 46px;
    padding-left:31px;
    color:#666;
    border-bottom:1px solid #cccccc;
}
.tabNav>dd a{
    color:#666;
}

.tabNav>dd:hover a,.tabNav>dd a.aActive{
    color: #333;
    font-weight: bold;
}
.tabNav>dd i{
    float:right;
    margin-right:25px;
}
.cSearch-right{
    /* float: right; */
    /* text-align: left; */
    margin-left: 10px;
    width: 810px;
}
.csearchContent{
    clear: both;
    margin-top:33px;
    position: relative;
}
.csearchText{
    width: 740px;
	height: 50px;
	border-radius: 3px;
    border: solid 1px #cccccc;
    background-color: transparent;
    padding:15px 20px;
}
.csearchBtn{
    width: 50px;
    height: 50px;
    line-height: 50px;
	background-color: #ff5c53;
    border-radius: 3px;
    text-align: center;
    margin-left:10px;
    cursor: pointer;
    vertical-align: middle;
	border:0;
}
.csearchBtn:before{
    content:"";
    display: block;
    border-color: transparent;
    border-right-color: #ff5c53;
    border-width: 10px;
    border-style:solid;
    width:0;
    height:0;
    position:absolute;
    top:30%;
    right:6.9%;
}
.csearchBtn img{
    vertical-align: middle;
   /* margin-top: 15px;*/
}
.resultCount{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
    text-indent: 1em;
}
.resultCount>span{
    color:#ff5c53;

}
.resultList{
}
.list-item{
    padding:14px 0;
    border-bottom:2px solid #e6e6e6;
}
.list-item>p a{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.refreshTime{
    font-size: 12px;
    color: #999999;
    float:right;
}
.timeDetail{
    font-weight: normal;
}
.list-item>span{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}

.cspagination{
    height: 33px;
    text-align: center;
    margin:30px 0; 
}

.highlight {
    color:red;
}
