.cms_head {}

.cms_body {
    width: 1100px;
    padding: 0;
    margin-bottom: 80px;
}

.Zebra_DatePicker {
    width: 300px !important;
}

.hide {
    display: none;
}

.s-box .hd, .s-box .bd {
    background: none;
    border: none;
    padding: 0;
}

.cms_foot {
    background-color: rgb(54, 55, 59);
    width: 100%;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string, .token.variable {
    background: none;
}

input, button {
    height: 35px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

input[disabled], button[disabled] {
    background-color: #eee;
}

input, select {
    border: 1px solid #CCC;
    width: 250px;
}

::-webkit-input-placeholder {
    color: #BBB;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BBB;
}

button {
    color: #FFF;
    background-color: #428BCA;
    border: 1px solid #357EBD;
}

button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer;
}

#result {
    margin-bottom: 100px;
    
}

.top-img{
    width:100%
}
.dowm-img{
    width:100%;
    height: 280px;
    background-color: #8aba29;
    /*margin-top: 80px;*/
}
.dowm-img .j-box{
    padding-top: 40px;
}

#cms_Location_1{
    width:1100px;
}
#cms_Location_1 img{
    width:100%;
}

.meet-info .meet-time {
    text-indent: 40px;
    margin-top: 42px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #aeaeae;
}
.meet-info .meet-time:first-child {
    margin-top: 0;
    
}

.meet-info .meet-detail {
    border-bottom: 1px solid #aeaeae;
    position: relative;
}

.meet-info .meet-detail h3 {
    height: 62px;
    line-height: 62px;
}

.meet-info .meet-detail span {
    display: inline-block;
    text-align: center;
    font-style: normal;
}

.meet-info .meet-detail .button {
    float: right;
    margin-right: 36px;
    margin-top: 21px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    border: 1px solid #898989;
    font-size: 14px;
    color: #333;
}
.meet-info .meet-detail .reduce {
    display: none;
}

.meet-info .meet-detail .button:hover {
    cursor: pointer;
}

.meet-info .meet-detail .detail-time {
    float: left;
    margin-left: 40px;
    font-size: 14px;
    color: #958686;
    height: 100%;
    line-height: 62px;
}

.meet-info .meet-detail .detail-title {
    float: left;
    font-size: 14px;
    color: #000;
    margin-left: 16px;
    width: 82%;
    text-align: left;
}

.meet-info .meet-detail .detail-content {
    background: #f2f2f2;
    width: 880px;
    padding: 25px;
    color: #333;
    line-height: 28px;
    font-size: 14px;
    margin: auto;
    margin-right: 36px;
    margin-bottom: 18px;
    display: none;
}