/*主论坛*/

.main-lt {
	padding: 0 10px;
	margin-bottom: 45px;
}

.main-lt p {
	color: #005b85;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
}

.main-lt h2 {
	font-size: 18px;
	color: #005b85;
	margin-top: 20px;
}

.main-lt h2:before {
	content: '';
	width: 2px;
	height: 18px;
	background: #005b85;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.guest-content dl dt img {
	width: 24%;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.guest-content dl {
	/* margin:30px 12%; */
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px;
	/*opacity: 0; */
}

.guest-content dl dd {
	font-size: 14px;
	margin-top: 5px;
}

.didi_user_question {
	overflow: hidden;
}

.guest-content dl p {
	line-height: 1.6;
	padding: 0 5%;
	margin: 15px auto 0px;
	text-align: left;
	/*height: 40px;*/
	/*overflow:hidden;
	display: -webkit-box;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width:100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
	word-break: break-all;
	color: #777;
	text-indent: 2em;
}

.didi_button {
	text-align: right;
	font-size: 1.1rem;
	color: #009ad3;
	/*float: right;*/
	margin-right: 1%;
	padding-right: 7vw;
	cursor: pointer;
	/*margin-bottom: 20px;*/
}

.guest-content {
	margin-top: 20px;
}


/*分论坛*/
.news-tab{
	width: 65%;
	margin: 5vh auto;
	background: #fff;
	border-radius: 16px;
	display: flex;
	box-shadow: 0 2px 4px rgba(173,173,173,0.33);
	border: 1px solid #00819B;
}
.news-tab-item{
	display: block;
	width: 100%;
	margin: auto;
	font-size: 14px;
	color: #00819B;
	text-align: center;
	padding: 5px 0;
}
.news-tab-iteml{
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
}
.news-tab-itemr{
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
}
.news-tab-itema{
	background: #00819B!important;
	color: #fff;
	text-decoration: none;
}

.disn {
	display: none;
}

.dis {
	display: block;
}
.table-box{
	padding: 0 3%;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border-bottom-width: 1px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 1px solid #00829b;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
	border: 1px solid #00829b;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	text-align: center;
	vertical-align: middle;
	padding: 8px 4px;
	font-size: 12px;
}


/*参会须知*/
.notice-box{
	position: relative;
}
.notice-a{
	position: absolute;
	z-index: 10;
	width: 33%;
    height: 4%;
	/*background: rgba(0,0,0,0.52)!important;*/
}
.notice-a1{
	top: 15%;
    left: 27%;
}
.notice-a2{
	top: 51%;
    left: 20%;
}
.notice-a3{
	top: 56%;
    left: 20%;
}
.notice-a4{
	top: 60.2%;
    left: 20%;
}
.notice-a5{
	top: 65%;
    left: 20%;
}
.notice-a6{
	top: 69.3%;
    left: 20%;
}
.notice-a7{
	top: 73.8%;
    left: 20%;
}
.notice-a8{
	top: 78.8%;
    left: 20%;
}
.notice-a9{
	top: 83%;
    left: 20%;
}
.notice-a10{
	top: 88%;
    left: 20%;
}