/* 公用部分 */
.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

:focus {
    outline: 0
}

.mt50 {
    margin-top: 50px;
}

.nav-bar2 {
    border-bottom: 1px solid #eaeaea
}

.nav-bar2 a {
    font-size: 12px;
    color: #999;
    line-height: 45px
}

.nav-bar2 a::after {
    content: "\e636";
    display: inline-block;
    padding: 0 5px;
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-bar2 a:last-child::after {
    display: none;
}

.white-bg {
    background-color: #FFFFFF;
}

.content-bg {
    background-color: #EDEDED;
}

.pbt50 {
    padding: 50px 0;
}

.content-size {
    min-height: 500px;
    padding: 45px;
    box-sizing: border-box;
}

.pbt30 {
    padding: 30px 0;
}

/* 左右块布局 */
.lr-block {
    display: flex;
    justify-content: space-between;
}

.lr-r-block {
    width: 330px;
}

.lr-l-block {
    width: 1055px;
}

.content-block-bg {
    overflow: hidden;
    background-color: #F2F2F2;
}

.content-block-inner {
    margin: 25px;
    background-color: #FFFFFF;
    padding: 35px;
    box-sizing: border-box;
}


/* index类别块 加背景 */
.v-home-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-home-title .name {
    font-size: 24px;
    margin: 30px 0 15px;
}

.v-home-title .more {
    font-size: 18px;
    color: #9A9A9A;
    display: flex;
    align-items: center;
}

.v-home-title .more::after {
    content: "next";
    display: block;
    width: 23px;
    height: 23px;
    background: #1479d7;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-family: swiper-icons;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: #fff;
    font-weight: 700;
    margin: 0 5px
}

.v-home-title .more-cont-end {
    display: flex;
    justify-content: space-between;
}

.v-home-title .more-swiper-next::after {
    content: 'next'
}

.v-home-title .more-swiper-prev::after {
    content: 'prev'
}

.v-home-title .more-swiper-next,
.more-swiper-prev {
    cursor: pointer;
    width: 23px;
    height: 23px;
    background: #1479d7;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    color: #fff;
    font-weight: 700;
    margin: 0 5px
}

/* 推荐 */
.lr-r-recommend {
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.11);
    padding: 23px;
    margin: 20px 0;
    background: #FFFFFF;
}

.title-recommend {
    color: #1479D7;
    font-size: 18px;
    text-align: center;
}

/* 会议推荐 */
.recommend-exhibit-list .item {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    margin-bottom: 15px;
}

.recommend-exhibit-list .item .item-header img {
    width: 100%;
}

.recommend-exhibit-list .item .item-title {
    padding: 15px;
}

/* 文章 */
.article-title {
    font-size: 30px;
    text-align: center;
}

.article-tags {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.article-tags .iconfont {
    margin: 0 30px;
}

.article-tags .iconfont::before {
    padding-right: 5px;
}

.article-main {
    padding: 25px 20px;
    background: #F2F2F2;
}

/*新闻右侧推荐 */
.recommend-news-list .item {
    display: block;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #E3E3E3;
}

.recommend-news-list .item::before {
    content: "●";
    display: inline-block;
    color: #1479D7;
    margin-right: 3px;
    line-height: 40px;
}

.recommend-news-list .item:hover {
    color: #1479D7;
}

.recommend-news-list .item:last-child {
    border-bottom: none;
}

/* 评论 */


.layui-layim-face ul {
    position: relative;
    width: 372px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.layui-layim-face ul li {
    cursor: pointer;
    float: left;
    border: 1px solid #e8e8e8;
    height: 22px;
    width: 26px;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 4px 2px;
    text-align: center
}

.layui-layim-face ul li:hover {
    position: relative;
    z-index: 2;
    border: 1px solid #eb7350;
    background: #fff9ec
}

.layim-chat-textarea {
    margin-left: 10px
}

.layim-tab-content,
.layui-layim-face ul,
.layui-layim-tab {
    margin-bottom: 0
}

.layim-tab-content li h5 {
    margin-top: 0;
    margin-bottom: 0
}

.layui-layim-face img {
    vertical-align: bottom;
    cousur: pointer;
}

.layui-layer-tips i.layui-layer-TipsT {
    border-right-color: #fff !important
}

body .layui-layim-face .layui-layer-content {
    padding: 0;
    background-color: #fff;
    color: #666;
    box-shadow: none
}

.comment-block {}

.comment-block .comment-name {
    font-size: 25px;
    margin-bottom: 15px;
}

.comment-block .comment-name small {
    color: #8E8E8E;
    font-size: 15px;
    padding: 0 5px;
}

.comment-block .comment-form {
    display: flex;
    justify-content: space-between;
}

.comment-block .comment-form .formAvatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-block .comment-form .layui-textarea {
    padding: 0;
    min-height: 60px;
    border: none;
    resize: none;
    overflow: auto;
}

.comment-block .comment-form .comment-form-end {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.comment-block .comment-form .comment-form-end .comment-form-tabs {
    display: flex;
    align-items: center;
}

.comment-block .comment-form .comment-form-end .comment-form-tabs .icon img {
    display: block;
    margin: 0 5px;
}

.comment-block .comment-form .comment-form-end .submit_btn {
    width: 62px;
    height: 30px;
    background: linear-gradient(270deg, #48B6FC, #268DEC);
    border-radius: 5px;
    color: #FFFFFF;
    border: none;
}

.comment-block .comment-form .comment-form-block {
    width: 970px;
    height: 136px;
    border: 2px solid #F6F6F6;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

.comment-block .comment-form .layui-textarea::-webkit-scrollbar {
    width: 3px;
    height: auto;
}

.comment-block .comment-form .layui-textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999;
}

.comment-block .comment-form .layui-textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #eaeaea;
}

.comment-block .no-comment {
    min-height: 380px;
    background: url(image/comment/no-comment.png) no-repeat center top/350px;
}

.comment-block .no-comment-tip {
    font-size: 20px;
    color: #000;
    padding-top: 280px;
    text-align: center;
}

.comment-block .comment-list {}

.comment-block .comment-list .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F3F3F3;
    padding: 15px 0;
}

.comment-block .comment-list .item .l-avatar {
    width: 53px;
}

.comment-block .comment-list .item .l-avatar img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
}

.comment-block .comment-list .item .r-info {
    width: calc(100% - 68px);
    font-size: 15px;
}

.comment-block .comment-list .item .r-info .name {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #9C9D9F;
}

.comment-block .comment-list .item .r-info .name .name-val .jubao-tip {
    display: none;
    position: absolute;
    top: 5px;
    padding: 8px;
    font-size: 12px;
}

.comment-block .comment-list .item .r-info .name .name-val>span {
    display: inline-block;
    margin: 0 8px;
}

.comment-block .comment-list .item .r-info .name .report:hover {
    color: #1479D7
}

.comment-block .comment-list .item .r-info .name .jubao-tip {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 35px;
    background: #F2F2f2;
    font-size: 12px;
    padding: 0 8px;
    border: 1px solid #f3f3f3;
}

.comment-block .comment-list .item .r-info .name .jubao-tip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #F2F2f2;
    top: -15px;
    right: 1px;
}

.comment-block .comment-list .item .r-info .name .name-val>img {
    vertical-align: middle;
}

.comment-block .comment-list .item .r-info .name .name-val .author {
    width: 30px;
    color: #FFFFFF;
    line-height: 17px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    background: #FF0000;
    border-radius: 5px;
}

.comment-block .comment-list .item .r-info .name .name-val.writer {
    color: #FF9985;
}

.comment-block .comment-list .item .r-info .info {
    line-height: 1.5em;
    margin: 8px 0;
}

.comment-block .comment-list .item .r-info .info img {
    width: 120px;
    display: block;
    margin: 20px 0;
}

.comment-block .comment-list .item .r-info .end {
    font-size: 14px;
    color: #9C9D9F;
    display: flex;
}

.comment-block .comment-list .item .r-info .end .reply {
    margin-left: 8px;
    cursor: pointer;
}

.comment-block .comment-list .item .replay-list .replay-item {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.comment-block .comment-list .item .replay-list .replay-item .l-avatar {
    width: 33px;
}

.comment-block .comment-list .item .replay-list .replay-item .l-avatar img {
    width: 33px;
    height: 33px;
}

.comment-block .comment-list .item .replay-list .replay-item .r-info {
    width: calc(100% - 48px);
}

.comment-block .comment-list .item .replay-list .name {
    justify-content: flex-start;
}

.comment-block .comment-list .item .replay-list .name .name-val .info {
    color: #000000;
    display: inline;
}

.replaymore {
    padding-left: 48px;
}

.replaymore>a {
    color: #48B6FC;
    font-size: 15px;
}

.layui-upload-list {
    width: 80px;
    height: 80px;
    position: relative;
    display: none;
}

.layui-upload-list .layui-upload-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
}

.layui-upload-list .demoText {
    font-size: 12px;
    color: #999;
}

.layui-upload-list .closeX {
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #555;
}

/* end 公共 */

.news-h-block {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 5px 0px rgba(227, 227, 227, 0.52);
    background-color: #FFFFFF;
    padding: 20px 0;
}

.news-h-block .news-h-left {
    width: 556px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.news-h-block .news-h-left .big-news .header {
    height: 340px;
}

.news-h-block .news-h-left .big-news .header>img {
    object-fit: cover;
    height: inherit;
    width: inherit;
}

.news-h-block .news-h-left .big-news .desc {}

.news-h-block .news-h-left .big-news .desc .name {
    font-size: 18px;
    color: #000;
    margin: 15px 0 5px;
}

.news-h-block .news-h-left .big-news .desc .instr {}

.news-h-block .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 305px;
    width: fit-content;
    right: 20px;
    left: inherit;
}

.news-h-block .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.news-h-block .swiper-pagination-bullet {
    color: #1479D7;
}

.news-h-block .news-h-right {
    width: 830px;
}

.news-h-right-list .item {
    display: flex;
    justify-content: space-between;
    line-height: 57px;
    border-bottom: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 0 15px;
}

.news-h-right-list .item:last-child {
    border-bottom: none;
}

.news-h-right-list .item .name {
    width: calc(100% - 110px);
}

.news-h-right-list .item .date {
    width: 86px;
    font-size: 14px;
    color: #666666;
    flex-shrink: 0;
}

.news-h-right-list .item .name::before {
    content: "●";
    display: inline-block;
    color: #1479D7;
    margin-right: 3px;
}

.news-h-right-list .item:hover {
    color: #1479D7;
}

.n-news-list {}

.n-news-list .item {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    align-items: center;
}

.n-news-list .item .date {
    width: 105px;
    height: 90px;
    background: #1479D7;
    color: #FFFFFF;
    text-align: center;
}

.n-news-list .item .date .day {
    font-size: 36px;
    line-height: 1.6em;
    padding-top: 5px;
}

.n-news-list .item .date .yearMonth {
    line-height: 1em;
}

.n-news-list .item .info {
    color: #8F8F8F;
    width: calc(100% - 135px);
    padding-right: 40px;
    box-sizing: border-box;
}

.n-news-list .item .name {
    font-size: 22px;
    color: #595959;
}

.n-news-list .item:hover .name {
    color: #1479D7;
}


.rmeet-list .item:hover .r-cont .name {
    color: #1479D7;
}

.rmeet-list .item {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
}

.rmeet-list .item .l-img {
    width: 253px;
}

.rmeet-list .item .r-cont {
    width: calc(100% - 276px);
}

.rmeet-list .item .r-cont .name {
    font-size: 26px;
}

.rmeet-list .item .r-cont .desc {
    font-size: 16px;
    height: 63px;
    margin-top: 14px;
    line-height: 30px;
}

.rmeet-list .item .r-cont .cont-bar {}

.rmeet-list .item .r-cont .cont-bar .iconfont {
    font-size: 12px;
    margin-right: 15px;
}

.cateage-bar {
    margin-top: 0px;
}







/* V4 */

.infoPart01 .infoPart01Left {
    float: left;
    width: 360px;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
}

.infoPart01 .infoPart01Left .titlebox {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.infoPart01 .infoPart01Left .titlebox span {
    color: #C90000;
}

.infoPart01 .infoPart01Left ul#rdlist {
    display: block;
}

.infoPart01 .infoPart01Left ul#rdlist li {
    line-height: 30px;
}

.infoPart01 .infoPart01Left ul#rdlist li a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoPart01 .infoPart01Left ul#rdlist li .dian {
    color: #999;
    font-weight: normal;
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    border-radius: 9px 0 0 9px;
    background: #eee;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 1.5;
}

.infoPart01 .infoPart01Left ul#rdlist li span {
    color: #BDBDBD;
    float: right;
}

.infoPart01 .infoPart01Left ul#rdlist li:nth-child(1) .dian {
    background-color: #C90000;
    color: #fff;
}

.infoPart01 .infoPart01Left ul#rdlist li:nth-child(2) .dian {
    background: #FF7D09;
    color: #fff;
}

.infoPart01 .infoPart01Left ul#rdlist li:nth-child(3) .dian {
    background: #FFD929;
    color: #fff;
}

.infoPart01 .infoPart01Left ul#rdlist li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.infoPart01 .infoPart01Right {
    width: calc(100% - 370px);
    height: 338px;
    float: right;
    position: relative;
    overflow: hidden;
}

.infoPart01 .infoPart01Right img {
    width: 100%;
    height: 100%;
}

.infoPart02 .infoPart02Left {
    float: left;
    width: calc(100% - 350px);
}

.infoPart02 .infoPart02Left .infoNav {
    background: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.infoPart02 .infoPart02Left .infoNav .btn {
    float: right;
    border: 0;
    background: #83B528;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    margin: 5px 5px 0;
    font-weight: bold;
}

.infoPart02 .infoPart02Left .infoNav .menu {
    float: left;
    white-space: nowrap;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.infoPart02 .infoPart02Left .infoNav .menu li {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0 15px;
    text-decoration: none;
    display: block;
}

.infoPart02 .infoPart02Left .infoNav .menu li i {
    display: inline-block;
}

.infoPart02 .infoPart02Left .infoNav .menu li.active {
    color: #83B528;
    font-weight: bold;
    border-bottom: 3px solid #FFD07F;
}

.infoPart02 .infoPart02Left .conNav {
    display: flex;
    background: #F7F7F7;
    padding: 10px 16px;
    border-top: 1px solid #EBEBEB;
}

.infoPart02 .infoPart02Left .conNav .tips {
    display: block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px 16px 0 16px;
    background-color: #bfbfbf;
    font-size: 14px;
    color: #fff;
}

.infoPart02 .infoPart02Left .conNav .menu {
    white-space: nowrap;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.infoPart02 .infoPart02Left .conNav .menu li {
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    text-decoration: none;
    display: block;
    color: #333;
}

.infoPart02 .infoPart02Left .conNav .menu li i {
    display: inline-block;
}

.infoPart02 .infoPart02Left .conNav .menu li.active {
    color: #83B528;
    background: #F7F7F7;
}

.infoPart02 .infoPart02Left .breadcrumb {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
}

.infoPart02 .infoPart02Left .breadcrumb span {
    display: inline-block;
    margin-right: 5px;
}

.infoPart02 .infoPart02Left .partcon {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    overflow-y: auto;
}

.infoPart02 .infoPart02Left .partcon .pxItem {
    width: 100%;
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 10px;
}

.infoPart02 .infoPart02Left .partcon .pxItem img {
    float: left;
    width: 160px;
    height: 90px;
    margin-right: 10px;
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon {
    display: block;
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon a {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    margin: 0;
    display: block;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon a:hover {
    color: #138146;
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon p {
    line-height: 1.2em;
    color: #494949;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon .tipx {
    padding-right: 10px;
    color: #BDBDBD;
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon .tipx i {
    color: #fff;
    background: #B4D595;
    font-size: 12px;
    font-style: normal;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 8px;
}

.infoPart02 .infoPart02Left .partcon .pxItem .launchCon .tipx span {
    float: right;
    font-size: 12px;
}

.infoPart02 .infoPart02Left .partcon .pxItem:nth-child(1) img {
    width: 288px;
    height: 162px;
}

.infoPart02 .infoPart02Left .pagebox {
    display: block;
    background-color: #1579d7;
    color: #fff;
    text-align: center;
    height: 30px;
    margin-bottom: 6px;
}

.infoPart02 .infoPart02Right {
    float: right;
    width: 340px;
}

.infoPart02 .infoPart02Right .topbox {
    background-color: #8CC7FE;
    padding: 10px 10px 0 10px;
    border-radius: 8px;
    position: relative;
}

.infoPart02 .infoPart02Right .topbox .btn {
    padding: 5px 10px;
    background: #83B528;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    position: absolute;
    bottom: 40px;
    border: none;
    left: 50%;
    width: 220px;
    font-weight: bold;
    font-size: 16px;
    margin-left: -110px;
    text-align: center;
}

.infoPart02 .infoPart02Right .topbox span {
    display: block;
    text-align: center;
    color: rgba(30, 129, 222, 0.3);
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.infoPart02 .infoPart02Right .block {
    background: #F7F7F7;
}

.infoPart02 .infoPart02Right .block .title {
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 25px;
}

.infoPart02 .infoPart02Right .block .title a {
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.infoPart02 .infoPart02Right .block .title a:hover {
    color: #fff;
}

.infoPart02 .infoPart02Right .block .title.bg01 {
    background: url(images/information/titlebg01.png) no-repeat;
    background-size: cover;
}

.infoPart02 .infoPart02Right .block .title.bg02 {
    background: url(images/information/titlebg02.png) no-repeat;
    background-size: cover;
}

.infoPart02 .infoPart02Right .block .blockcon {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.infoPart02 .infoPart02Right .block .blockcon a.linkto {
    width: calc(50% - 23px);
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    margin-top: 10px;
    line-height: 26px;
    color: #333;
    font-size: 12px;
    padding: 0 8px;
}

.infoPart02 .infoPart02Right .block .blockcon a.linkto:hover {
    color: #1579D7;
}

.infoPart02 .infoPart02Right .block .blockcon a.linkto::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #1579D7;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.infoPart02 .infoPart02Right .block .blockcon a.imglink {
    width: calc(50% - 5px);
    height: 45px;
    margin-top: 10px;
}

.infoPart02 .infoPart02Right .block .blockcon a.imglink img {
    width: 100%;
    height: auto;
    object-fit: cover;
}






/* INFO */

  .meetingRevcon {
    padding: 12px 0;
    background-color: #F7F7F7;
  }
  .meetingRevcon .breadTxt {
    display: block;
    width: 100%;
    color: #BDBDBD;
    margin-bottom: 12px;
  }
  .meetingRevcon .meetRevePart .lBox {
    float: left;
    width: calc(100% - 312px);
  }
  .meetingRevcon .meetRevePart .lBox .backBox {
    height: 32px;
    line-height: 32px;
    background: #EBEBEB;
    padding: 0 10px;
    font-size: 12px;
  }
  .meetingRevcon .meetRevePart .lBox .backBox a {
    color: #83B528;
    cursor: pointer;
  }
  .meetingRevcon .meetRevePart .lBox .backBox a:hover {
    color: #83B528;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox {
    box-sizing: border-box;
    padding: 10px;
    display: block;
    background-color: #fff;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleTop {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #F7F7F7;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleTop h3 {
    font-size: 20px;
    color: #333;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleTop .tipsTxt {
    line-height: 24px;
    color: #BDBDBD;
    margin-top: 20px;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleTop .tipsTxt span {
    display: inline-block;
    margin: 0 10px;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleTop .tipsTxt span i {
    display: inline-block;
    margin: 0 3px;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleCon {
    padding: 10px;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleCon .prompt {
    background-color: #F7F7F7;
    padding: 8px 10px;
    font-size: 12px;
  }
  .meetingRevcon .meetRevePart .lBox .articleBox .articleCon p {
    text-indent: 2em;
    line-height: 22px;
    margin: 8px 0;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox {
    display: block;
    background-color: #ffffff;
    padding: 10px;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox span {
    display: block;
    line-height: 24px;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox span a {
    color: #333;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox span a:hover {
    color: #1579D7;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox span.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox span.title b {
    color: #1579D7;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox span.title i {
    color: #999;
    font-style: normal;
    margin-left: 5px;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox #commentTxt {
    display: block;
    border: 1px solid #999;
    width: calc(100% - 20px);
    margin: 5px 0 10px;
    padding: 8px;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox div {
    text-align: right;
    font-size: 12px;
    color: #999;
  }
  .meetingRevcon .meetRevePart .lBox .bgbox div .btn {
    color: #fff;
    margin-left: 10px;
    background: linear-gradient(90deg, #1579D7, #83B528);
    border-radius: 4px;
    border: 0;
    padding: 5px 10px;
    cursor: pointer;
  }
  .meetingRevcon .meetRevePart .rBox {
    float: right;
    width: 300px;
    box-sizing: border-box;
    display: block;
  }
  .meetingRevcon .meetRevePart .rBox .block {
    box-sizing: border-box;
    background-color: #fff;
  }
  .meetingRevcon .meetRevePart .rBox .block .title {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    color: #fff;
    background: #1579D7;
  }
  .meetingRevcon .meetRevePart .rBox .block .title span {
    display: inline-block;
    font-weight: bold;
  }
  .meetingRevcon .meetRevePart .rBox .block .title .moreLink {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
  }
  .meetingRevcon .meetRevePart .rBox .block .title .moreLink:hover {
    color: #fff;
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
    display: block;
    overflow-y: auto;
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo .pxItem a {
    display: inline-flex;
    width: 100%;
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo .pxItem a img {
    width: 108px;
    height: 96px;
    margin-right: 5px;
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo .pxItem a .launchCon {
    width: calc(100% - 118px);
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo .pxItem a .launchCon h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo .pxItem a .launchCon p.conT {
    font-size: 12px;
    line-height: 1.2em;
    color: #494949;
    margin: 5px 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .meetingRevcon .meetRevePart .rBox .block .partconTwo .pxItem a .launchCon p.yt {
    font-size: 12px;
    line-height: 1.2em;
    color: #494949;
    margin: 5px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .meetingRevcon .meetRevePart .rBox .erMaBox {
    padding: 10px;
  }
  .meetingRevcon .meetRevePart .rBox .erMaBox .erIMg {
    display: block;
    height: 140px;
    margin: 0 auto;
  }
  .meetingRevcon .meetRevePart .rBox .erMaBox .erTxt {
    background: #1579D7;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 200px;
    line-height: 28px;
    margin: 8px auto 0;
  }
  