.agent {}

.agent .info .title {
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(254, 172, 18, 1);
    line-height: 40px;
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
}

.agent .info .title span {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    background: rgba(254, 172, 18, 1);
    border: 1px solid rgba(254, 172, 18, 1);
    margin-right: 15px;
}

.agent .info .sort {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(229, 229, 229, 1);
    height: 110px;
    padding-top: 15px;
    padding-left: 15px;
}

.agent .info span {
    display: inline-block;
    width: 70px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
}

.agent .info .sort .list {
    width: 1100px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agent .info .sort em {
    display: inline-block;
    width: 80px;
    margin-left: 10px;
    font-weight: 12px;
    color: #333333;
}

.agent .info .level {
    border: 1px solid rgba(229, 229, 229, 1);
    border-top: none;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 12px;
    color: #333333;
}

.agent .info .level input[type="radio"] {
    margin-left: 10px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.agent .info .area {
    border: 1px solid rgba(229, 229, 229, 1);
    border-top: none;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 12px;
    color: #333333;
}

.agent .info .area select {
    width: 100px;
    margin-right: 5px;
}

.agent .info .area button {
    display: inline-block;
    outline: none;
    border: none;
    width: 60px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    background: rgba(254, 172, 18, 1);
    border-radius: 4px;
    cursor: pointer;
}

.agent .choose-info {
    height: 40px;
    background: rgba(254, 172, 18, 1);
    line-height: 40px;
    color: #ffffff;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 15px;
}

.agent .main {
    display: flex;
    justify-content: space-between;
}

.agent .main .left {
    width: 860px;
}

.agent .main .left .items {
    width: 840px;
    height: 100px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    margin-top: 20px;
    padding: 15px 10px;
    position: relative;
}

.agent .main .left .items .title span {
    display: inline-block;
    width: 110px;
    height: 28px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 51, 1);
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 0, 51, 1);
    font-size: 14px;
    margin-right: 10px;
}

.agent .main .left .items .title em {
    font-size: 16px;
}

.agent .main .left .items .msg {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agent .main .left .items .msg span {
    display: inline-block;
    width: 260px;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.agent .main .left .items .msg em {
    color: #999999;
}

.agent .main .left .items a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FF0033;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 51, 1);
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.agent .main .right {
    width: 320px;
    margin-top: 20px;
}

.agent .main .part-one {
    width: 320px;
    /*height: 402px;*/
    background: rgba(100, 100, 120, 1);
}

.agent .main .part-one .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 15px;
}

.agent .main .part-one .list a {
    display: inline-block;
    width: 96px;
    font-size: 12px;
    color: #ffffff;
    margin-top: 15px;
}

.agent .main .part-one .bg-white {
    display: inline-block;
    width: 260px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 51, 1);
    border-radius: 4px;
    color: #FF0033;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin-left: 30px;
}

.agent .main .part-one .bg-red {
    display: inline-block;
    width: 260px;
    height: 40px;
    background: rgba(255, 0, 51, 1);
    border: 1px solid rgba(255, 0, 51, 1);
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin-left: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.agent .main .right .part-one span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.agent .main .part-two {
    width: 320px;
    height: 402px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    margin-top: 20px;
}

.agent .main .part-two a {
    display: block;
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    margin-top: 17px;
}

.agent .main .part-three {
    width: 320px;
    /*height: 790px;*/
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(210, 210, 210, 1);
    margin-top: 20px;
}

.agent .main .part-three .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.agent .main .part-three .list .items {
    width: 140px;
    margin-left: 14px;
    margin-top: 10px;
}

.agent .main .part-three .list .items img {
    width: 140px;
    height: 78px;
}

.agent .main .part-three .list .items a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}


/* 子栏目 */

.sub-agent .main .left .part-one {
    width: 855px;
    height: 309px;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
    padding-left: 5px;
}

.sub-agent .main .left .part-one .info-items {
    display: flex;
    justify-content: flex-start;
    color: #999999;
    height: 40px;
    align-items: center;
    /* margin-top: 20px; */
}

.sub-agent .main .left .part-one .info-items span {
    display: inline-block;
    width: 75%;
    font-size: 14px;
}

.sub-agent .main .left .part-one .info-items span.sep {
    display: flex;
    justify-content: flex-start;
}

.sub-agent .main .left .part-one .info-items span.sep i {
    color: #FF0033;
    cursor: pointer;
}

.sub-agent .main .left .part-one .info-items span.sep em {
    width: 70px;
}

.sub-agent .main .left .part-one .info-items p {
    font-size: 12px;
}

.sub-agent .main .left .part-one .info-items em {
    display: inline-block;
    min-width: 66px;
    margin-right: 30px;
    color: #333333;
}

.info-items-spe {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.info-items-spe div {
    display: inline-block;
    width: 50%;
}

.info-items-spe span {
    display: block;
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}

.info-items-spe span em {
    display: inline-block;
    min-width: 66px;
    margin-right: 30px;
    color: #333333;
}

.info-items-spe button {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 0, 51, 1);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #FF0033;
    margin-right: 30px;
    cursor: pointer;
}

.sub-agent .main .left .items {
    background: #ffffff;
}

.sub-agent .main .left .titles {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #FEAC12;
    font-size: 18px;
    color: #333333;
}

.sub-agent .main .left .part-two {
    width: 855px;
    height: 410px;
    border: none;
    padding-left: 5px;
    margin-top: 20px;
}

.sub-agent .main .left .part-two .msg-info {
    display: flex;
    justify-content: flex-start;
}

.sub-agent .main .left .part-two input {
    display: inline-block;
    width: 430px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(191, 191, 191, 1);
    position: relative;
    outline: none;
    top: 15px;
}

.sub-agent .main .left .part-two select {
    width: 100px;
    margin-right: 10px;
    margin-top: 15px;
}

.sub-agent .main .left .part-two button {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: none;
    margin-top: 15px;
    margin-left: 100px;
    width: 120px;
    height: 40px;
    background: rgba(255, 138, 0, 1);
}

.sub-agent .main .left .part-two textarea {
    width: 741px;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(191, 191, 191, 1);
    resize: none;
    outline: none;
    margin-top: 15px;
}

.sub-agent .main .left .part-two span {
    display: inline-block;
    width: 100px;
    margin-top: 15px;
}

.sub-agent .main .left .part-two em {
    display: inline-block;
    width: 78px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.sub-agent .main .left .part-three {
    width: 860px;
    border: none;
    margin-top: 20px;
}

.sub-agent .main .left .part-three .items {
    border: none;
}

.sub-agent .main .left .part-three .items+.items {
    border-top: 1px solid #d2d2d2;
}


/* 展会详情 */

.hot-line {
    display: inline-block;
    width: 242px!important;
    height: 40px;
    background: rgba(230, 32, 62, 1)!important;
    color: #ffffff!important;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 60px;
}

.part-two-exh {
    width: 850px;
    padding: 0 5px;
    /*height: 1429px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.part-two-exh .titles,
.part-three-exh .titles,
.part-four-exh .titles {
    margin-bottom: 20px;
}

.part-two-exh p {
    display: block;
    text-indent: 2em;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.part-two-exh span {
    display: block;
    text-indent: 2em;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0;
}

.part-three-exh {
    width: 850px;
    padding: 0 5px;
    /*height: 616px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.part-three-exh a {
    display: block;
    width: 820px;
    margin-left: 20px;
    line-height: 38px;
    font-size: 14px;
    color: #333333;
}
.part-three-exh p {
    display: block;
    text-indent: 2em;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}
.part-four-exh {
    width: 850px;
    padding: 0 5px;
    /*height: 316px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.part-four-exh p {
    display: block;
    text-indent: 2em;
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}

.part-five-exh {
    margin-top: 20px;
    padding: 19px 10px;
    width: 840px;
    /*height: 320px;*/
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
}

.part-five-exh img {
    width: 549px;
    height: 320px;
}

.part-five-exh .rights {
    width: 260px;
}

.part-five-exh .rights span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.part-five-exh .rights i {
    display: block;
    margin-top: 20px;
    width: 240px;
    font-size: 14px;
    line-height: 30px;
    color: #FF3333;
}

.part-six-exh {
    padding: 20px 30px;
    width: 800px;
    height: 240px;
    background: rgba(228, 228, 228, 1);
    margin-top: 20px;
    margin-bottom:10px;
}

.part-six-exh span {
    display: block;
    font-size: 14px;
    color: #333333;
}

.part-six-exh p {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}

.part-right-one .border-title span,
.part-right-two .border-title span,
.part-right-three .border-title span {
    color: #333333;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.part-right-one {
    padding: 0 5px;
    width: 310px;
    /*height: 622px;*/
    background: rgba(255, 255, 255, 1);
}

.part-right-one .rec-items {
    width: 290px;
    margin-left: 15px;
    padding: 15px 0;
    height: 82px;
    display: flex;
    justify-content: space-between;
}

.part-right-one .rec-items+.rec-items {
    border-top: 1px solid #D7D7D7;
}

.part-right-one .rec-items img {
    width: 110px;
    height: 82px;
}

.part-right-one .rec-items .infos {
    width: 176px;
    font-size: 12px;
    color: #333333;
}

.part-right-one .rec-items .infos a {
    display: block;
    width: 176px;
    color: #333333;
}

.part-right-one .rec-items .infos em {
    display: block;
    color: #999999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}

.part-right-two {
    padding: 0 5px;
    width: 310px;
    /*height: 273px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.part-right-two .lists {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}

.part-right-two .lists a {
    display: inline-block;
    width: 80px;
    font-size: 12px;
    color: #333333;
    margin-top: 18px;
}

.part-right-three {
    padding: 0 5px;
    width: 310px;
    height: 736px;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.part-right-three .lists {
    width: 300px;
    margin-left: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.part-right-three .lists a {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #333333;
    margin-top: 9px;
}
.search-input{
    display: inline-block;
    background: none;
    width: 200px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
}

.agent .div_memnu .join .cont .main {
    display:normal;
    justify-content:initial;
}