/*标题分类*/
.main{
    width: 998px;
    border: 1px solid #e2e7e8;
    padding-bottom:20px;
}
.title{
    margin: 15px 0 15px 20px;
}
.title ul li{
    float: left;
    width: 60px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin-right: 20px;
    /*background-color: #c5e5fe;*/
    cursor: pointer;
}
.title ul li a{
    display: inline-block;
    *display: inline;
    *zoom:1;
    font-size: 16px;
    color: #4a89e3;
    width: 60px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin-right: 20px;
    background-color: #c5e5fe;
    cursor: pointer;
}
.title ul li .a-active{
    background-color: #005293;
    color: #ffffff;
}
.line1{
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
    background-color: #e2e7e8;
}
.common-bottom{
    margin-top: 25px;
}
.choice{
    height: 36px;
}
.choice .area,.choice .time,.choice .priceType{
    font-size: 16px;
    color: #3f3f3f;
    margin: 0 15px 0 35px;
    height: 34px;
    line-height: 34px;
    font-weight:600;
}
.date-li{
	font-size: 16px;
    color: #3f3f3f;
    margin-left: 35px;
    height: 34px;
    line-height: 34px;
}
.date-li>span{
	margin-left:15px;
}
.choice .data{
    position: relative;
}
.choice .data input{
    font-size: 16px;
}
.choice .data .img{
    position: absolute;
    right:2px;
    top:7px;
}
/*下拉框1023*/
#divselect1,#divselect2{
    position:relative;
    z-index: 10000;
    background: #ffffff;
    display: inline-block;
    *display:inline;
    *zoom:1;
}
#divselect1 .full,#divselect2 .all{
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    display: block;
    color: #333;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: left;
    background: url(../images/index/arrow2.png) no-repeat right center;
}
#divselect1{
    width: 154px;
}
#divselect2 .all{
    width: 200px;
}
#divselect1 ul,#divselect2 ul{
    border: 1px solid #ccc;
    background-color: #ffffff;
    position: absolute;
    z-index: 20000;
    top: 38px;
    margin-top: -1px;
    display: none;
}
#divselect1{
    width: 166px;
}
#divselect2{
    width: 200px;
}
#divselect1 ul li,#divselect2 ul li{
    height:32px;
    line-height: 32px;
}
#divselect1 ul li:hover,#divselect2 ul li:hover{
    background-color: #f5f5f5;
}
#divselect1 ul{
    width: 165px;
}
#divselect2 ul{
    width: 212px;
}
#divselect1 ul li a,#divselect2 ul li a{
    display: block;
    height: 32px;
    color: #333;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
/*日历*/
.choice .input{
    width: 154px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    display: block;
    border: 1px solid #ccc;
    cursor: pointer;
    background: url("../images/dayPrice/time-bg-logo1.jpg") no-repeat center right;
}
.choice #test{
    color: #a3a3a3;
}
/*文字云*/
.wordClouds{
    margin-top: 10px;
    /*background-color: lavender;*/
}
#echarts{
    height: 330px;
}
.wordClouds-state{
	padding-left:35px;
}
.wordClouds-state>span{float:left;font-weight:bold;}
.wordClouds-state>div{margin-left:35px;}
.wordClouds-state>div>span{margin-right:20px;}
/*线*/
.line2{
    height: 1px;
    line-height: 1px;
    margin: 15px 17px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
    background-color: #e2e7e8;
}
/*列表*/
#olist{
    height: 35px;
    overflow: hidden;
}
.list{
    margin: 0 17px;
    height: 430px;
    overflow: auto;
    position: relative;
}
#scrollList{
	border-bottom:1px solid #e2e7e8;
}
.table1{
    width: 100%;
    cellpadding:0;
    cellspacing:0;
    table-layout: fixed;
    border-collapse: collapse;
}
.table1 thead th,
.table1 tbody td{
	padding:0 8px;
}
.table1 thead th{
    text-align: center;
    border: 1px solid #bc1a2c;
}
.table1 thead th:nth-child(2){
	width: 22%;
}
.table1 tbody td{
    text-align: right;
    border: 1px solid #e2e7e8;
}
.table1 tbody tr td:first-child{
	text-align:center;
}
.table1 tbody tr td:nth-child(2){
	text-align:center;
	width: 22%;
}
.table1 thead th{
    height: 34px;
    line-height: 34px;
    background-color: #bc1a2c;
    color: #ffffff;
}
.table1 tbody td{
    height: 32px;
    line-height: 32px;
}
.aq{
    border-left: 1px solid #1c7ac5;
}
.search-btn{
	vertical-align: middle;
	margin-left:50px;
    padding: 5px 25px;
    background-color: #f54d60;
    color: #fff;
}
.Search-Botton{
	float: left;margin-top: 3px;
}
