﻿@charset "utf-8";

/* CSS Document */

body {
    width: 100%;
    font: 12px/24px 'Microsoft YaHei';
    color: #000;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ul li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

select,
select:focus {
    outline: none
}

input,
textarea,
select {
    background: none;
    border: none;
    -webkit-appearance: none;
    font-family: "Microsoft YaHei";
    line-height: normal;
    outline: none;
}

.btn {
    background: none;
    border: none;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
}

img {
    width: 100%;
    border: medium none;
}

.center {
    text-align: center;
}

.elllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indent2em {
    text-indent: 2em;
}

.mar_r0 {
    margin-right: 0;
}

.red {
    color: #d00;
}

.clear {
    clear: both;
}

.clearfix {
    height: 1%;
    display: block;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}


/*会议报名*/

.sign_title {
    background-color: #f2f2f2;
    font-size: 14px;
    line-height: 24px;
    padding: 2% 4%;
}

.line_title {
    background: url(../images/gray_line.png) no-repeat left center;
    background-size: 4px 14px;
    padding-left: 10px;
}

.sign_date {
    padding-left: 10px;
}

.sign_body {
    width: 95%;
    margin: 0 auto;
    color: #4e4e4e;
    line-height: 22px;
    padding: 5% 0 6% 0;
}

.sign_btn {
    height: 24px;
    color: #013cb2;
    border: 1px solid #013cb2;
    padding: 0 3%;
    border-radius: 5px;
    float: left;
    margin-top: 2%;
    margin-right: 2.8%;
}


/*会议报名-报名信息填写*/

.input_list {
    padding: 25px 20px 0;
    margin: 0 auto;
    padding-top: 25px;
}

.one_input {
    display: -webkit-box;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 15px;
}

.left_label,
.one_input .text,
.one_input textarea {
    display: block;
}

.left_label {
    width: 95px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
}

.red_star {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: url(../images/red_star.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 6px;
}

.one_input .text {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.one_input textarea {
    height: 124px;
    line-height: 20px;
    padding: 5px 10px;
    resize: none;
}

.one_input .text,
.one_input textarea {
    border: 1px solid #c5c5c5;
    font-size: 14px;
    color: #646464;
    -webkit-box-flex: 1;
}

.input_right {
    -webkit-box-flex: 1;
    display: -webkit-box;
}

.one_radio {
    color: #646464;
    -webkit-box-flex: 1;
}

.one_radio input[type="radio"],
.one_radio2 input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    vertical-align: top;
    margin-top: 7px;
    background: url(../images/radio.png) no-repeat;
    background-size: 100% 100%;
}

.one_radio input[type="radio"]:checked,
.one_radio2 input[type="radio"]:checked {
    background: url(../images/radio_on.png) no-repeat;
    background-size: 100% 100%;
}

.input_right2 {
    -webkit-box-flex: 1;
}

.input_btn_box {
    padding: 0 15px;
    margin: 0 auto;
    padding: 5% 0 15% 0;
    height: 50px;
}

.input_btn_box input {
    width: 45%;
    height: 40px;
    font-size: 16px;
    color: #013cb2;
    line-height: 40px;
    border: 1px solid #013cb2;
    border-radius: 5px;
}


/*会议报名-查看报名信息*/

.info_table {
    width: 92%;
    margin: 0 auto;
    margin-top: 5%;
}

.info_table table {
    border-collapse: collapse;
}

.info_table th,
.info_table td {
    border: 1px solid #b9bbbd;
}

.info_table th {
    background-color: #e5eaee;
    font-weight: normal;
}

.info_table a {
    color: #484cff;
    text-decoration: underline;
}


/*会议报名-查看报名信息-个人信息*/

.sign_info {
    width: 92%;
    margin: 0 auto;
    padding-top: 5%;
}

.sign_info_box {
    font-size: 14px;
    line-height: 24px;
    color: #656565;
}

.sign_info_one {
    margin-bottom: 5%;
}


/*绑定微信-绑定医脉通1*/

.binding_ymt {
    width: 83%;
    margin: 0 auto;
}

.user_img_name {
    margin-top: 5%;
    margin-bottom: 10%;
}

.user_img {
    width: 25%;
    margin: 0 auto;
}

.user_name {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    margin-top: 1%;
}

.binding_btn input {
    background: #013cb2;
    width: 100%;
    height: 42px;
    font-size: 17px;
    color: #fff;
    line-height: 42px;
    border-radius: 21px;
    margin-bottom: 5%;
}


/*绑定微信-绑定医脉通-登录医脉通*/

.login_box {
    width: 90%;
    margin: 0 auto;
}

.login_logo {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 15%;
}

.login_logo img {
    width: 46%;
}

.login_inputs {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login_user,
.login_pwd {
    height: 42px;
}

.login_user {
    border-bottom: 1px solid #ccc;
}

.login_user div,
.login_pwd div {
    margin: 0 10px 0 38px;
    position: relative;
}

.login_user div:before,
.login_pwd div:before {
    content: '';
    display: block;
    width: 38px;
    height: 42px;
    background: url(../images/ymt_user.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -38px;
    top: 0;
}

.login_pwd div:before {
    background-image: url(../images/ymt_pwd.png);
}

.login_user div input,
.login_pwd div input {
    width: 100%;
    height: 42px;
    border: none;
    font: 16px/42px "Microsoft YaHei";
}

.login_btn {
    margin-top: 5%;
}

.login_btn input {
    background: #013cb2;
    width: 100%;
    height: 40px;
    border: none medium;
    border-radius: 5px;
    font: 17px/40px "Microsoft YaHei";
    color: #fff;
}


/*底部左-选择学科-会议列表*/

.main_title {
    background: #e5e5e5;
    font-size: 15px;
    line-height: 25px;
    color: #636363;
}

.main_title_box {
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
}

.title_span {
    font-size: 17px;
}

.right_a {
    color: #636363;
    float: right;
}

.line_span {
    margin: 0 8px;
    float: right;
}

.foreshow {
    color: #013cb2;
}

.meet_ship {
    width: 93%;
    margin: 0 auto;
    padding: 14px 0 10px;
}

.meet_ship a {
    display: block;
}

.content_title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px;
}

.content_tip {
    color: #878787;
    line-height: 19px;
}

.grey_date,
.grey_place {
    padding-left: 16px;
}

.grey_date {
    background: url(../images/date_grey.png) no-repeat left center;
    background-size: 11px 11px;
}

.grey_place {
    background: url(../images/place_grey.png) no-repeat left center;
    background-size: 11px 12px;
}

.list_line {
    height: 0;
    border-bottom: 1px solid #ddd;
}

.load_more {
    background: #eeeeee;
    width: 93%;
    margin: 0 auto 25px auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-top: 15px;
}

.load_more a {
    display: block;
}

.load_more a::after {
    margin-left: 5px;
}


/*底部左-选择学科*/

.gray_bd {
    background-color: #f2f2ef;
}

.subject_list {
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
}

.one_list_part {
    width: 288px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.part_title {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
    margin-bottom: 2%;
}

.part_body li {
    width: 92px;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

@media screen and (min-width:375px) {
    .one_list_part {
        width: 336px;
    }
    .part_body li {
        width: 100px;
        margin-right: 5%;
    }
}

@media screen and (min-width:414px) {
    .one_list_part {
        width: 370px;
    }
    .part_body li {
        width: 110px;
        margin-right: 5%;
    }
}

.part_body li.mar_r0 {
    margin-right: 0;
}

.part_body a {
    background-color: #fff;
    font-size: 14px;
    color: #666;
    line-height: 27px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: block;
}


/*会议首页*/

.m_banner {
    width: 100%;
}

.m_nav {
    padding: 0 2%;
    position: relative;
    border-bottom: 1px solid #b1b1b1;
}

.one_nav {
    width: 23%;
    font-size: 15px;
    line-height: 30px;
    float: left;
    margin: 0 1%;
}


/*.current_nav{ border-bottom:2px solid #dd0000;}*/

.one_nav a {
    color: #2e2e2e;
    text-align: center;
    display: block;
}

.one_nav a.current_nav {
    color: #dd0000;
}

.more {
    background: url(../images/more.png) no-repeat right center;
    background-size: 21px 14px;
}

.more_ul {
    padding-bottom: 22px;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 23px;
    border-radius: 3px;
    z-index: 1;
}

.more_ul a {
    padding: 0 5px;
}

.m_intro {
    padding-bottom: 3px;
}

.intro_title {
    background-color: #f8f8f8;
    height: 41px;
    font-size: 14px;
    line-height: 41px;
    border-bottom: 1px solid #b1b1b1;
    padding-left: 5%;
}

.one_intro {
    width: 91%;
    margin: 0 auto;
    line-height: 22px;
    padding: 2% 0 1% 0;
}

.one_intro_title {
    font-size: 13px;
    line-height: 23px;
}

.collect_box {
    width: 91%;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 5%;
}

.collect {
    display: inline-block;
    background: url(../images/weixin/star_grey.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 25px;
    color: #254a94;
}

.collect_yes {
    background: url(../images/star_orange.png) no-repeat left center;
    background-size: 20px 20px;
}

.ewm_box {
    width: 88%;
    margin: 0 auto;
    border: 1px solid #b1b1b1;
    margin-bottom: 30%;
}

.left_ewm {
    width: 38%;
    margin: 8%;
    float: left;
}

.right_ewm {
    width: 32%;
    margin: 6% 7%;
    float: right;
}

.bottom_btn {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border-top: 1px solid #b1b1b1;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
}

.bottom_btn input {
    background: #da2222;
    width: 90%;
    height: 50px;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    border-radius: 5px;
}


/*会议首页-收藏-请先登录*/

.shadow {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
}

.popbox {
    background: #fff;
    width: 80%;
    position: absolute;
    top: 40%;
    left: 10%;
    border-radius: 12px;
    z-index: 99;
}

.popbox_body p {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #b1b1b1;
}

.ok_btn input {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #198aff;
    line-height: 40px;
}


/*会议首页-文章列表页*/

.article_list {
    margin-top: 1%;
    padding-bottom: 0px;
}

.one_article {
    width: 91%;
    margin: 0 auto;
    padding: 3% 0;
}

.one_article a {
    display: -webkit-box;
}

.art_img {
    width: 85px;
}

.art_title {
    padding-left: 4%;
    font-size: 16px;
    -webkit-box-flex: 1;
}


/*会议单页介绍*/

.article_info {
    width: 90%;
    margin: 0 auto;
    padding: 2% 0;
    line-height: 36px;
}

.article_info img {
    width: 65%;
}


/*大会征文*/

.contribute_box {
    width: 91%;
    margin: 0 auto;
    padding-top: 1%;
}

.con_tip {
    color: #b5b5b5;
}

.con_tip span {
    background: url(../images/orange_exclamation.png) no-repeat;
    background-size: 15px 15px;
    padding-left: 25px;
}

.con_body p {
    margin-bottom: 3%;
}


/*会场花絮*/

.m_sidelights {
    padding-top: 5%;
    padding-bottom: 20%;
}

.one_sidelight {
    width: 91%;
    margin: 0 auto;
    display: -webkit-box;
    padding: 2% 0;
}

.left_img {
    width: 42px;
    margin-top: 5px;
}

.left_img img {
    width: 42px;
    height: 42px;
}

.right_info {
    -webkit-box-flex: 1;
    padding-left: 10px;
}

.top_name {
    font-size: 15px;
    color: #576b95;
    line-height: 25px;
}

.info_con {
    font-size: 15px;
    line-height: 20px;
}

.info_img {
    padding: 2% 0;
}

.info_img img {
    width: 63%;
}

.time_delete {
    color: #737373;
}

.time_delete a {
    color: #737373;
    margin-left: 5%;
}


/*会场花絮-删除*/

.two_btn input {
    width: 50%;
    height: 42px;
    font-size: 16px;
    color: #0978e5;
    line-height: 42px;
}

.delete_btn {
    border-right: 1px solid #b1b1b1;
}

.article_fj {
    margin-top: 10%;
}

.article_fj a {
    color: #1470cc;
}


/*上传会场花絮*/

.popbox_bottom_btn {
    background-color: #f0f0f1;
    width: 100%;
    height: 106px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.two_btn_upload input {
    background: #fff;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
}

.choose_btn {
    margin-bottom: 6px;
}


/*上传会场花絮-相册*/

.upload_box {
    width: 91%;
    margin: 0 auto;
    padding: 2% 0 4%;
}

.upload_input textarea {
    width: 100%;
    height: 80px;
    font-size: 16px;
    padding: 2% 0;
    resize: none;
}

.one_photo {
    width: 23%;
}

.upload_btn {
    width: 91%;
    margin: 0 auto;
    margin-top: 5%;
}

.upload_btn input {
    background: #dd0000;
    width: 100%;
    height: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
}


/*会议日程*/

.bd_one {
    background-color: #f7f7f7;
}

.one_schedule {
    font-size: 13px;
}

.one_schedule a {
    width: 91%;
    margin: 0 auto;
    display: block;
    padding: 2% 0;
}


/*会议日程-详细*/

.top_schedule {
    background-color: #264a94;
    font-size: 13px;
    color: #fff;
    padding: 2% 0;
}

.top_schedule p {
    width: 91%;
    margin: 0 auto;
}

.schedule_info {
    width: 91%;
    margin: 0 auto;
    padding: 2% 0 15% 0;
}


/*文献集*/

.document_index {
    width: 91%;
    margin: 0 auto;
    padding-top: 3%;
}

.document_index .line_title {
    font-size: 13px;
    color: #2e2e2e;
    font-weight: bold;
}

.class_list {
    padding-left: 10px;
}


/*文献列表*/

.document_list .line_title {
    width: 91%;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 3%;
}

.document_list .class_list {
    background: #fff;
    padding: 0;
    border-top: 1px solid #ddd;
    margin-top: 5%;
}

.document_list .class_list div {
    border-bottom: 1px solid #ddd;
    padding: 1% 0;
}

.document_list .class_list a {
    background: url(../images/doc_bd.png) no-repeat right center;
    background-size: 6px 11px;
    width: 88%;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}


/*文献详细页*/

.blue_title {
    /*background:#264a94;*/
    color: #7a7979;
}

.grey_title {
    background: #e4e4e4;
}

.blue_title,
.grey_title {
    padding: 8px 20px;
    font-size: 15px;
}

.essay_content_box {
    padding: 8px 20px;
    font-size: 17px;
    line-height: 30px;
}

.essay_info_abstract {
    margin-top: 6px;
}

.essay_info_tip {
    font-size: 15px;
    padding: 20px 20px 10px;
}

.orange_exclamation {
    background: url(../images/orange_exclamation.png) no-repeat left center;
    background-size: 23px 23px;
    padding-left: 30px;
    display: inline-block;
}

.article_fj2 {
    width: 88%;
    margin: 0 auto;
    margin-top: 4%;
    padding-bottom: 15%;
}


/*文章详细页*/

.article_content {
    width: 91%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    padding-top: 3%;
}

.article_content h1 {
    font-size: 19px;
    line-height: 29px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 4%;
    margin-bottom: 5%;
}


/*会场花絮-会场花絮*/

.meet_scene {
    margin: 20px 15px;
}

.meet_scene a {
    display: inline-block;
    position: relative;
}

.meet_scene_img img {
    width: auto;
    max-width: 100%;
}

.meet_scene_intro {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 6px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}


/*会场花絮-图片详情*/

.bg_black {
    background: #010103;
}

.meet_img {
    margin-top: 19%;
    text-align: center;
}

.meet_img img {
    width: auto;
    max-width: 100%;
}

.meet_img_intro {
    padding: 0 15px;
    font-size: 12px;
    line-height: 22px;
    color: #fefeff;
    margin-top: 12px;
}

.te_2 {
    text-indent: 2em;
}


/*底部右-我管理的会议*/

.m_icon {
    width: 45px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

.icon1 {
    background: url(../images/m_icon1.png) no-repeat;
    background-size: 100% 100%;
}

.icon2 {
    background: url(../images/m_icon2.png) no-repeat;
    background-size: 100% 100%;
}


/*会议头图*/

.meet_templete {
    color: #fff;
    padding: 20px 20px 10px;
}

.mt_title {
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.mt_info {
    font-size: 12px;
    line-height: 17px;
    margin-top: 15px;
}


/*分页样式*/

.flip {
    margin: 20px auto;
    text-align: center;
    width: 95%;
}

.flip_list {
    line-height: 18px;
}

.flip_list {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
}

.flip_list ul {
    float: right;
}

.flip_list ul li {
    float: left;
    font-weight: bold;
    margin: 0 3px 0 0;
    padding: 0;
}

.flip_list ul li a,
.flip_list ul li .current {
    border: 1px solid #6989cd;
    color: #6989cd;
    display: block;
    margin: 0;
    padding: 0 6px;
}

.flip_list span.flip_total {
    color: #3e3e3e;
    float: right;
    font-size: 14px;
    padding-right: 30px;
}

.flip_list ul li a:hover,
.flip_list ul li a:active,
.flip_list ul li .current {
    background: #6989cd none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.add_info_part {
    background-color: #f6f4f4;
    padding-top: 5%;
    padding-bottom: 40%;
}

.add_info_part .ewm_box {
    margin-bottom: 0;
}


/* 2021-1-22 新增检索会议 */

.meeting__flex {
    display: -ms-flexbox;
    /*Firefox*/
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.meeting__flex-center {
    /*旧弹性盒*/
    /*Internet Explorer 10*/
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /*Firefox*/
    display: -moz-flex;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.meeting__flex-direction-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
}

.meeting__flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.meeting__flex-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.overflow-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow-normal {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meeting__flex1 {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    -ms-flex: 1.0;
    box-flex: 1.0;
    flex: 1;
    -webkit-flex: 1;
    min-width: 0;
    width: 100%;
}


/*外边框溢出*/

.overflow:before {
    content: '';
    display: table;
}

.meeting__searchBox {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0 0;
}

.meeting__searchIcon {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 7px;
}

.meeting__searchWrapper {
    height: 34px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-right: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 7px;
}

.meeting__searchBtn {
    font-size: 14px;
    color: #2e2e2e;
    border: none;
    outline: none;
}

.meeting__inp {
    font-size: 14px;
    display: block;
    color: #000;
}

.meeting__signItem {
    font-size: 14px;
    color: #999999;
    display: block;
}

.meeting__signAll {
    color: #013CB2;
    font-weight: 400;
}

.meeting__signBox {
    width: 90%;
    margin: 15px auto 0;
}

.meeting__searchResultBox {
    background: #fff;
    margin: 15px 0 0;
}

.meeting__searchItem {
    padding: 10px 3.5%;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
}

.meeting__searchTitle {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 17px;
    font-weight: 400;
}

.meeting__searchSign {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
    background: #FF6A4E;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: 8px;
}

.meeting__search--timeIcon,
.meeting__search--addrIcon {
    font-size: 12px;
}