a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #dbdbdb;
}
@font-face {
font-family: 'SiYuanSong';
src: local('Source Han Serif CN'), local('Source Han Serif SC'), /*如果可能，调用本地字体*/
  url('fonts/Noto_Serif_SC/NotoSerifSC-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SiYuanSong';
  src: local('Source Han Serif CN'), local('Source Han Serif SC'), /*如果可能，调用本地字体*/
    url('fonts/Noto_Serif_SC/NotoSerifSC-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'SiYuanSong', serif;
}

.row {
    margin-right: 0px;
    /* margin-left: 0px; */
}
html {
height:100%;
}

.ebc6{
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
	line-height: 28px;
	color: #d4d4d4;
}

@media (min-width: 1500px){
	.ebc-container{
		width: 1450px !important;
		max-width: none;
	}
}
