*{
    margin: 0;
}
.route{
    margin-top: 21px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.meetingList{
    margin-top: 20px;
    margin-bottom: 30px;
}
.list_type {
    height: 80px;
    background: #fff;
    font-size: 12px;
    color: #666;
}
.type_top,.type_top_two{
    margin-left: 30px;
    padding-top: 18px;
}
.type_title{
    width: 65px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.type_top div,.type_top_two div {
    float: left;
}
.type_top ul,.type_top_two ul{
    float: left;
    margin-left: 28px;
}
.type_top ul li,.type_top_two ul li{
    text-align: left;
    width: 100px;
    float: left;
}
.type_top ul li .select_on {
    text-decoration: underline;
    color: #108391;
    font-weight: bold;
}
.type_top ul li a {
    color: #666;
    font-size: 14px;
}
.type_top_two ul li a {
    color: #999;
    font-size: 14px;
}
.type_top_two .select_on{
    text-decoration: underline;
    color: #108391;
}
.type_top ul li a:hover,.type_top_two ul li a:hover {
    color: #108391;
    text-decoration: underline;
}
.icon_jiantou{
    font-size: 12px;
    margin-top: 3px;
}
.zl_list_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}
.zl_list_ul li {
    width: 590px;
    background: #fff;
    /*height: 130px;*/
    border-radius: 5px;
    margin-top: 20px;
    /*float: left;*/
    display: block;
    padding-bottom: 10px;
}
.zl_list_ul li .title {
    font-size: 16px;
    padding: 20px 20px 0px;
    color: #333;
    font-weight: bold;
    height: 52px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a {
    color: #666;
}
.zl_list_ul li .about {
    color: #666;
    font-size: 12px;
    padding-left: 20px;
    height: 20px;
}
.zl_list_ul li .buttom_info {
    padding-left: 20px;
    width: 15px;
    float: left;
    padding-top: 8px;
}
.zl_list img{
    vertical-align: middle;
}
.zl_list_ul li .buttom_time {
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    width: max-content;
    float: left;
    padding-top: 5px;
}
.zl_list_ul li .buttom_local {
    width: 13px;
    float: left;
    padding-left: 70px;
    padding-top: 8px;
}
.zl_list_ul li .buttom_city {
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 10px;
    width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
}
.zl_list_ul li:nth-child(2), .zl_list_ul li:nth-child(4), .zl_list_ul li:nth-child(6), .zl_list_ul li:nth-child(8), .zl_list_ul li:nth-child(10) {
    margin-left: 20px;
}
.zl_list_ul li .title a:hover {
    color: #108391;
}


/**/
.pageBtn{
    padding-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBg{
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.greyBg{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.noneBg{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    font-size: 16px;
    color: #666666;
}
.currentPage{
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    background: #4FC2B8;
    color: #FCFCFC;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin-right: 11px;
    cursor: pointer;
}
.whiteBg i,.greyBg i{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}
.totalPages{
    font-size: 16px;
    color: #666666;
    margin-left: 11px;
}
.goPage{
    font-size: 16px;
    color: #666666;
    margin-left: 21px;
}
.pageNum{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 16px;
    color: #108391;
    margin: 0 10px;
    outline: none;
    text-align: center;
}
.goPageBtn{
    width: 80px;
    height: 40px;
    background: #4FC2B8;
    border-radius: 20px;
    margin-left: 15px;
    border: none;
    line-height: 40px;
    font-size: 16px;
    color: #FCFCFC;
    cursor: pointer;
}


