.subtitle{
	display: flex;
	font-size: 0.875rem;
	color: #4A4E58;
	margin-left: 0.5rem;
}
.subtitle img{
	width: 1rem;
	height: 1rem;
}
.subtitle p{
	color: #004D9E;
}
.noticeView{
	width: 100%;
	margin: 1.875rem auto;
	background: rgba(255, 255, 255, 0.8);
	padding: 1.25rem 0;
}
.notice-title {
    width: calc(100% - 10.375rem);
    font-weight: bold;
    font-size: 1.875rem;
    color: #4A4E58;
    line-height: 2.5rem;
    text-align: center;
	margin: 1.25rem 5.1875rem 0;
}
.notice-intro{
	width: 100%;
	font-size: 1rem;
	color: #6E7179;
	text-align: center;
	padding-bottom: 1.6875rem;
	border-bottom: 0.0625rem solid #F0F1F7;
}
.notice-intro span{
	margin: 0 1.25rem;
}
.notice-content{
	padding: 1.875rem 2.5rem;
	line-height: 2;
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
}
.notice-content  img{
	max-width: 100%;
	height: auto;
}
.rightList .notice-content{
	padding: 1.8125rem 2.5rem;
}
.mylsz  span{
	align-items: center;
	display: flex;
}
.mylsz  span:first-child{
	color: #0050A0;
	height: 3.75rem;
	align-items: center;
	display: flex;
}
.mylsz  span:last-child{
	background: #F0F1F7;
	height: auto;
	min-height: 3rem;
	padding: 0.375rem 2.5rem;
	display: block;
	text-align: justify;
}
.notice-content div span:first-child{
	color: #0050A0;
	height: 3.75rem;
	align-items: center;
	display: flex;
}
.notice-content div  span:last-child{
	background: #F0F1F7;
	height: auto;
	min-height: 3rem;
	padding: 0.375rem 2.5rem;
	display: block;
	text-align: justify;
	line-height: 3rem;
}
.mylsz  span:last-child p{
	margin-right: 2.5rem;
	display: inline-flex;
}
.notice-content .comment{
	font-size: 1rem;
	color: #4A4E58;
	line-height: 2.25rem;
}

/* 报告详情 */
.videoDiv{
    width: 83.3%;
	height:auto;
	margin: 1.875rem auto;
}
.videoTitle{
    font-weight: bold;
    font-size: 1.875rem;
    color: #4A4E58;
    line-height: 1.5rem;
	height: 5rem;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-bottom: 0.0625rem solid #F0F1F7;
}
.VideoView .videoContent{
	width: 83.3%;
	margin: 0 auto;
}
.videoContent span{
	/* display: block;
    font-size: 1.125rem;
    color: #4A4E58;
    line-height: 1.875rem; */
}
/**end**/
/* 分支机构详情 */
.branchView{
	width: calc(100% - 2.5rem);
	height: auto;
	display: inline-block;
	font-size: 0;
	padding: 0 1.25rem;
}
.branchView div{
	width: calc(25% - 1.25rem);
	margin: 1.875rem 0.625rem;
	display: inline-block;
	vertical-align: bottom;
}
.branchView div span:first-child{
	width: calc(100% - 6.875rem);
	padding: 0 3.4375rem;
	font-size: 1.25rem;
	color: #4A4E58;
	line-height: 1.5rem;
	height: 5rem;
	background-color: #F0F1F7;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.branchView div span:last-child{
	width: 100%;
	font-size: 1.25rem;
	color: #FFFFFF;
	height: 3.75rem;
	line-height: 3.75rem;
	display: block;
	background-color: #0050A0;
	text-align: center;
}
/* end */
/* 人员名单 */
.ryView{
	width: calc(100% - 5rem);
	padding: 1.875rem 2.5rem;
}
.ry-title{
	width: 100%;
	display: flex;
	height: 5rem;
	font-size: 1.125rem;
	color: #D6E2FF;
	text-align: center;
	background: #0050A0;
}
.ry-content{
	width: 100%;
	display: flex;
	height: 5rem;
	font-size: 1.125rem;
	color: #4A4E58;
	text-align: center;
}
.ry-content:nth-of-type(2n){
	background-color: #F0F1F7;
}
.ry-title span,
.ry-content span{
	height: 5rem;
	line-height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ry-title span:first-child,
.ry-content span:first-child{
	width: 23.6%;
}
.ry-title span:nth-child(2),
.ry-title span:nth-child(3),
.ry-content span:nth-child(2),
.ry-content span:nth-child(3){
	width: 14.5%;
	border-left: 0.0625rem solid #fff;
	border-right: 0.0625rem solid #fff;
}
.ry-title span:last-child,
.ry-content span:last-child{
	flex: 1;
}
/* end */