.main {
	margin-top: 56px;
}

.rectTitle {
	position: relative;
	padding-left: 28px;
	font-size: 28px;
	font-weight: 500;
	color: #222222;
}

.rectTitle:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 12px;
	height: 24px;
	background: rgba(0, 144, 255, 0.4);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.listLink {
	padding: 32px 40px;
	width: 240px;
	background: #FFFFFF;
	box-shadow: 0px 12px 40px rgba(119, 119, 119, 0.08);
	opacity: 1;
	border-radius: 12px;
}

.listLink .links {
	margin-top: 25px;
}

.listLink .links .link {
	display: block;
	padding: 10px 14px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(34, 34, 34, 0.8);
	background: #fff;
	border-radius: 10px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	cursor: pointer;
}

.listLink .links .link:hover {
	color: #fff;
	background: rgba(0, 144, 255, 0.35);
}

.listLink .links .link.active {
	color: #fff;
	background: rgba(0, 144, 255, 0.35);
}

.meetingMsg {
	width: 920px;
}

.meetingMsgBox {
	display: none;
}

.meetingMsgBox .item {
	padding-left: 16px;
	margin-top: 30px;
}

.subTitleColumn .column {
	display: block;
	text-align: left;
}

.meetingMsg .rectTitle {
	margin-bottom: 30px;
	font-size: 20px;
}

.meetingMsg .rectTitle::before {
	top: 2px;
	width: 8px;
	height: 24px;
}

.meetingMsg .secondTitle{
	padding-left: 28px;
	line-height: 36px;
}

.meetingMsg .secondTitle .secondTitleText{
	color: #333333;
}

.meetingMsg .thirdTitle{
	padding-left: 28px;
	line-height: 36px;
	text-indent: 1em;
}

.secondList{
	padding-left: 28px;
}
.secondList .msg{
	text-indent: 2em;
	line-height: 30px;
}

.meetingMsgBox .item .list {
	padding-left: 30px;
}

.meetingMsgBox .item .msg {
	overflow: hidden;
}

.meetingMsgBox .item .msg .icon {
	float: left;
	margin-top: 10px;
	margin-right: 14px;
	width: 16px;
}

.meetingMsgBox .item .msg .text {
	float: left;
	width: calc(100% - 38px);
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: rgba(34, 34, 34, 0.8);
}

.meetingMsgBox .item .msg.isFlex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.meetingMsgBox .item .msg.isFlex .text{
	width: fit-content;
}

.meetingMsgBox .item .msg .text.red {
	color: red;
}

.meetingMsgBox .item .msg .liveImg {
	max-width: 100%;
}

.meetingMsgBox .item .contentem {
	text-indent: 2em;
	line-height: 30px;
}

.meetingMsgBox .item video {
	margin: auto;
	margin-bottom: 10px;
	display: block;
	max-width: 100%;
}

.meetingMsgBox .item .imgLb>div {
	width: 49.5%;
}

.meetingMsgBox .item .imgLb>div img {
	margin-top: 10px;
	width: 100%;
}

.meetingMsgBox .item .imgOne {
	display: block;
	margin: auto;
	width: 50%;
}

.swhz {
	line-height: 30px;
	text-align: center;
	margin-top: 120px;
}


@media screen and (max-width:768px) {
	.listLink {
		width: 100%;
	}

	.rectTitle {
		font-size: 20px;
	}

	.rectTitle:before {
		top: 2px;
	}

	.meetingMsg {
		margin-top: 20px;
		width: 100%;
	}

	.meetingMsg .rectTitle {
		font-size: 20px;
	}
	
	.meetingMsgBox .item .imgOne{
		width: auto;
		max-width: 100%;
	}
	
	.meetingMsgBox .item .imgLb>div{
		width: 100%;
	}
	
	.swhz{
		margin-top: 10px;
	}
}
