@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.contentWrap {
    width: 1034px;
    margin: 0 auto;
}
.pageWrap {
    margin-top:20px;
}
.ggWrap{
    width: 100%;
    text-align: center;
    height: 220px;
    margin-bottom: 20px;
}
.ggWrap img{
    width: 100%;
    height: 100%;
}
/*searchWrap.css start*/
.searchWrap{
    width: 1034px;
    border: 1px solid #F1F1F1;
    font-size: 14px;
    color: #595958;
    line-height: 1;
}
.searchTj{
    position: relative;
}
.js-time-day{
    width: 180px;
    height: 22px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    font-size: 12px;
    color: #979796;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 321px;
}
.js-time-day:hover{
    border: 1px solid #0780E5;
}
.selectTime{
    border: 1px solid #0780E5;
    background: #0780E5;
    color: #fff;
}
.searchWrap a{
    color: #595958;
}
.searchWrap>div:last-child{
    border-bottom: none;
}
.searchTj label{
    width: 57px;
    color: #595958;
    float: left;
    line-height: 20px;
    font-weight: bold;
    margin: 0 10px 0 0;
    text-align: right;
}
.searchTj ul{
    zoom: 1;
    float: left;
    width: 928px;
    height: 24px;
    overflow: hidden;
}

.searchTj ul:after {
    content: "";
    display: block;
    clear: both;
}
.searchTj ul li{
    display: inline-block;
    padding:4px 10px;
    margin-right: 6px;
    float: left;
    cursor: pointer;
}
.searchTj ul li:hover{
    color: #fff!important;
    background: #0780E5;
    border-radius: 4px;
}
.searchTj ul li:hover a{
    color: #fff!important;
}
.searchTj .activeLi{
    color: #fff!important;
    background: #0780E5;
    border-radius: 4px;
}
.searchTj .activeLi a{
    color: #fff!important;
}
.searchTj{
    margin: 0 auto;
    padding: 10px 0;
    width: 996px;
    border-bottom: 1px solid #F0F0F0
}
.keyWrodList {
    width: 928px;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    max-height: 22px;
}
.keyWrodList li{
   margin-bottom: 15px;
}
.moreKeyWrod{
    display: none;
    background: url("../img/icon/downPullIcon.png") no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 18px;
    top:6px;
    cursor: pointer;

}

.hideUl{
    overflow: hidden;
    height: auto;
    max-height: 22px!important;
}
.keyWrodList ul{
    width: 894px;
    height: auto!important;
    transition: all 1s;
}
.hover-down {
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.hover-up {
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*searchWrap.css end*/
.activeContentWrap{
    margin-top: 30px;
}
/*sideWrap.css start*/
.sideWrap{
    width: 300px;
}
.adRightWrap{
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}
.adRightWrap img{
    width: 100%;
    height: auto;
}
/*sideWrap.css end*/

/*activeList.css start*/
.activeContentBox{
    width: 715px;
    margin-bottom: 80px;
}
.tcdPageCodeWrap{
    width: 100%;
    text-align: center;
}
.activeList a:hover {
    color: #1e88e5;
}

.activeList {
    margin-bottom: 30px;
    min-height: 524px;
    width: 100%;
}

.activeList li {
    margin-top: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    zoom: 1;
}
.activeList li:last-child{
    border-bottom:none;
}
.activeList li:after {
    content: "";
    display: block;
    clear: both;
}

.tips {
    position: absolute;
    left: 50%;
    top: 230px;
    font-size: 14px;
    color: #424242;
    margin-left: -435px;
    width: 870px;
    text-align: center;
}

.imgMsg {
    width: 200px;
    display: block;
}

.imgWrap {
    width: 100%;
    height: 150px;
    position: relative;
    display: block;
}

.imgWrap img {
    width: 100%;
    height: 100%;
}

.addressWrap {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
}

.addressWrap .iconBg {

    background: url(../../../../common/include/img/icon_bg_commweb.png) no-repeat;
    display: inline-block;
    float: left;
}

.address .iconBg {
    background-position: -12px -45px;
    width: 13px;
    height: 15px;
    margin-top: 13px;
    margin-right: 8px;
}

.address {
    font-size: 14px;
    line-height: 40px;
    color: #424242;
    padding-left: 10px;
    max-width: 92px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.time .iconBg {
    background-position: -10px -6px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 13px;
}

.time {
    font-size: 12px;
    line-height: 40px;
    color: #424242;
    padding-right: 10px;
}

.txtMsg {
    width: 320px;
    margin-left: 24px;
    margin-top: -4px;
}
.company span{
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #020203;
    line-height: 24px;
}
.company span:last-child{
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.spanTitle{
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #020203;
    line-height: 24px;
}
.activeInfo{
    color: #6D6E6E!important;
}
.activeInfo p {
    font-size: 14px;
    line-height: 24px;
    display: inline;
    width: 250px;
    max-height: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}

.company {
    font-size: 14px;
    color: #020203;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
    margin-top: 14px;
    margin-bottom: 15px;
}

.txtMsgTitle {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #020203;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}

.page-wrap {
    text-align: center;
}

.tcdPageCode {
    padding: 0px 0px 30px !important;
}
.btnState {
    border-left: 1px solid #e0e0e0;
    padding-left: 24px;
    margin-left: 15px;
}
.btnState p {
    text-align: center;
}
.price {
    font-size: 14px;
    color: #ff2c2c;
    line-height: 58px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 116px;
}
.price span {
    font-size: 24px;
}
.btnState p {
    text-align: center;
}
.peopleNum {
    font-size: 14px;
    color: #424242;
    line-height: 28px;
}
.peopleNum span {
    color: #1e88e5;
}
.btnState div {
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    margin-top: 23px;
}
.btnStyle{
    display: block;
    width: 116px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    margin-top: 23px;
}
.btnStyle:hover{
    color: #fff!important;
}
.signUp {

    background: #1e88e5;
    color: #fff;
}

.startUp {
    background: #78b8ee;
    color: #fff;
}

.end {
    background: #e5e5e5;
    color: #9e9e9e;
}
.end:hover{
    color: #9e9e9e!important;
}
.member {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    width: 118px;
    display: inline-block;
    padding-top: 10px;
    color: #fb8c00 !important;
}
/*activeList.css end*/
.noListData{
    background: url("../img/icon/noData.png") no-repeat center center;
    width: 100%;
    height: 300px;
    background-size: 52px 61px;
}
.noListData p{
    font-size: 16px;
    color: #9E9E9E;
    line-height: 24px;
    text-align: center;
    padding-top: 190px;
}