﻿body {
  padding:0;
  margin:0	 ;
    font-family:"微软雅黑"; 
}
 
/*会议*/
.mdetail {
	margin-left:auto;
	margin-right:auto;
	width:100%; 
}

.mdetail .pic {

	 
}

.mdetail .pic img {
	width: 100%;
}

.mdetail .basicinfo {
	background-color: white;
	padding: 10px;

}

.mdetail .basicinfo .mname {
	font-size: 18px;
	line-height:24px;
	font-weight: bold;
}

.mdetail .basicinfo .info {
	font-size: 16px;
	margin-top: 10px;
}

.mdetail .basicinfo .price {
	font-size: 16px;
	margin-top: 10px;
	height: 32px;
	line-height: 32px;
	display: flex;

}

.mdetail .basicinfo .price .text {
	flex: 1;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

/* .mdetail .basicinfo .price .btn {
	width: 170rpx;
	margin-left: auto;
	margin-right: auto;
	height: 60rpx;
	line-height: 60rpx;
	border-radius: 30rpx;
	border: none;
	background-color: #7232dd;
	text-align: center;
	color: white;
	font-size: 28rpx;
} */

.mdetail .intro {
	line-height: 40px;
}
.mdetail .intro img { width:100% }


/*文档*/
.document {
	margin: 15px;
}

.document .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}

.document .date {
	font-size: 14px;
	line-height:  24px;
	color: #a8a8a8;
	margin-top: 10px;
}

.document .content {
	margin-top: 15px;
	border-top: #e2e2e2 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 42px;
	width: 100%;
}
 
.document .content .text {
	line-height: 1.5;

}

.document .content .image {
	margin-top: 20px;
}

.document .content image {
	width: 100%;

}


.document .content img {
	width: 100%;

}

.document .content video {
	width: 100%;
}

