@charset="utf-8";
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation {
    width: 1170px;
    height: 48px;
}

#navigation>li {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    color: #999;
}

#navigation>li>a {
    color: #333;
}

#navigation>li>a:hover {
    color: #00b8ee;
}

#select_box {
    width: 1170px;
    height: 50px;
    background-color: #f2f2f2;
    padding: 10px;
}

#select_box .dropBox {
    width: 170px;
    height: 30px;
    float: left;
    margin-right: 30px;
    position: relative;
}

#select_box .dropBox>input {
    width: 170px;
    height: 30px;
    float: left;
    text-indent: 20px;
    border-radius: 0;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

#select_box .dropBox>i.icon-calendar {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    color: #bedbed;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

#select_box .dropBox>i.icon-caret-down {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    color: #999;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

#select_box .dropBox>a {
    width: 170px;
    height: 30px;
    float: left;
    background-color: #fff;
    position: relative;
}

#select_box .dropBox>a .icon-user,
#select_box .dropBox>a .icon-yen {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    color: #bedbed;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

#select_box .dropBox>a .people_num,
#select_box .dropBox>a .day_num {
    width: 150px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-indent: 30px;
    color: #888;
    cursor: pointer;
}

#select_box .dropBox>a .icon-caret-down {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    color: #999;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

#page_list {
    width: 1170px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 10px;
}

#page_list .msg_box {
    width: 560px;
    height: 195px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 30px;
}
#page_list .msg_box:hover{
    border: 1px solid #00b8ee;
}
#page_list .msg_box>img {
    width: 280px;
    height: 193px;
    display: block;
    float: left;
}

#page_list .msg {
    width: 268px;
    height: 193px;
    display: block;
    float: left;
    padding: 17px;
}

#page_list .msg>strong {
    font-size: 16px;
    color: #f9b602;
    width: 230px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

#page_list .msg>p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #000;
}

#page_list .msg>p>span {
    color: #666;
}
#page_list .msg>p>span.adr{
	width: 160px;
    display: block;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_list .msg>p.describe {
    width: 230px;
    height: 44px;
    color: #999!important;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}
#page_list .msg>p.describe>span{
	width: 70px;
	display: inline-block;
	color: #000!important;
}
#page_list .msg>a {
    width: 110px;
    height: 32px;
    display: block;
    margin:0 auto;
    border:1px solid #00b8ee;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #00b8ee;
}
#page_list .msg>a:hover{
	background-color: #00b8ee;
	color: #fff;
}
#tips{
	text-align: center;
	font-size: 14px;
	color: #ff0000;
	margin-top: 50px;
	display: none;
}
