@charset "utf-8";
/*综合*/
body {
	color: #282828; 
	font-family: Microsoft YaHei UI," 微软雅黑"," 黑体";
}
.content{
	margin-top: 45px;
}
.container{
/*	border: 1px solid #000;*/
}

/*图文区*/
.media{
	text-align: right;
}
.media-body{
	font-size: 14px;	
	line-height: 28px;		
}
.media-body h5{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.media-body a:nth-child(2):hover{
	color: #282828;
}
.media-body a:nth-child(2):visited{
	color: #282828;
}

.dzts-tl{
	display: flex;
	align-items: center;
}

/*导览图横条区*/
@media (min-width:1200px){
	.dzts-tl{		
		height: 322px;
		background: url(zhongazhuanti-mnn20201125-01.jpg) center center;
	}
	.dzts-title{
/*		line-height: 322px;*/
		color:#fffefe;
		font-size: 4.5rem;
		font-weight: bold;
		font-family:Microsoft YaHei UI,' 微软雅黑',' 黑体';
/*		letter-spacing: 2rem;*/
	}
}
@media (min-width:920px) and (max-width:1199px){
	.dzts-tl{
		height: 282px;
		background: url(zhongazhuanti-mnn20201125-01.jpg) center center;
	}
	.dzts-title{
/*		line-height: 282px;*/
		color:#fffefe;
		font-size: 3.5rem;
		font-weight: bold;
		font-family:Microsoft YaHei UI,' 微软雅黑',' 黑体';
/*		letter-spacing: 2rem;*/
	}
}
@media (min-width:768px) and (max-width:919px){
	.dzts-tl{
		height: 222px;
		background: url(zhongazhuanti-mnn20201125-01.jpg) center center;
	}
	.dzts-title{
/*		line-height: 222px;*/
		color:#fffefe;
		font-size: 3rem;
		font-weight: bold;
		font-family:Microsoft YaHei UI,' 微软雅黑',' 黑体';
/*		letter-spacing: 2rem;*/
	}
}
@media (min-width:499px) and (max-width:767px){
	.dzts-tl{
		height: 202px;
		background: url(zhongazhuanti-mnn20201125-01.jpg) center center;
	}
	.dzts-title{
/*		line-height: 202px;*/
		color:#fffefe;
		font-size: 2.2rem;
		font-weight: bold;
		font-family:Microsoft YaHei UI,' 微软雅黑',' 黑体';
/*		letter-spacing: 2rem;*/
	}
}
@media (max-width:498px){
	.dzts-tl{
		height: 162px;
		background: url(zhongazhuanti-mnn20201125-01.jpg) center center;
	}
	.dzts-title{
/*		line-height: 162px;*/
		color:#fffefe;
		font-size: 1rem;
		font-weight: bold;
		font-family:Microsoft YaHei UI,' 微软雅黑',' 黑体';
/*		letter-spacing: 1rem;*/
	}
}

/*分页*/
.fenye{
		font-size: 14px;
		line-height: 30px;
		color: #282828; 
		font-weight:100;
		text-align: center;
/*		letter-spacing: 6px;*/
}
.gray {color:#949494;}
a.gray:link{color:#383838; text-decoration:none}
a.gray:visited{color:#383838; text-decoration:none}
a.gray:active{color:#383838; text-decoration:none}
a.gray:hover{color:#000000; text-decoration: none;} 

.course-space{padding-top: 50px;}

.link-dark {
  color: #282828 !important;
  font-weight:normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-dark:hover {
  color: #00768b !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.red{
	color: #ee4470;
}