* {
    margin:0;
    outline:0;
    vertical-align:baseline;
}


body{/*background:lightcyan;*/
     background:Azure;
     /*background:AliceBlue;*/
     /*max-width:70%;*/
     /*width:800px;*/
     width:80%;
     margin:0px auto !important;
     padding:0;
     border:0;
     vertical-align:top;
     /*border: white 1px solid;*/
     /*text-align:center;*/
    }
header{
       background-image:url(./教会北堂动画0303.gif);
       /*background-image:url(./北堂照片04.jpg);*/
       background-size:100% 100%;
       height:150px;
       /*margin-bottom:10px;*/
}


header td{font-size:47pt;
         color:white;
         text-shadow: 2px 2px red;
         font-family: 汉仪雪君体简,LiSu,"MicrosoftJhengHei",华文细黑,STHeiti;
         vertical-align:middle;
         /*valign:top;*/
}

header td span{color:red;
               text-shadow: 3px 3px black;
               font-size:77pt;
               font-family: STHeiti;
               font-weight:bold;
               /*vertical-align:text-bottom;*/
              }

article{
		/*padding-top:-12pt;*/
}

.myleft{
          float: left;
          width: 83%;
		  margin-top:-12pt;
          /*background: red;*/
      }
.myright{
          float: right;
          width: 17%;
          margin-top:7pt;
          text-align:center;
          /*background: blue;*/
      }

/*用于定义首页使徒信经样式*/
.mycreed{
          font-family:LiSu;
          /*font-family:SimLi;*/
          font-size:17pt;
          font-weight:bold;
          margin: 0px 37px 0px 37px;
}

/*用于定义文化展示内文字说明样式*/
.myculture{
    text-indent: 2em;
}


img{
padding: 7px 0px 7px 0px;
max-width:100%;
max-height:100%;
/*width:auto;*/
/*height:auto;*/
/*align:center;*/
}

/*
a{	display: inline-flex;
	vertical-align: middle;
}
*/

/*鼠标移动链接上变颜色*/
a:hover {
    color: OrangeRed;
}



/*用于定义文章标题样式*/
.mytitle{
    text-align:center;
    font-size:17pt;
    font-weight:bold;
}

/*用于定义文章内容样式*/
.mycontent{
    text-align:left;
    font-size:12pt;
    text-indent: 2em;
}

/*用于定义引用经文的样式，主要用于文章开头*/
.myscripture{
    text-align:left;
    font-size:12pt;
   
    /*font-weight:bold;*/
    
    
    font-weight:bold;
    font-family:"Microsoft JhengHei",微软雅黑;
    /*font-family:华文细黑,微软雅黑;*/
    /*font-family:"Microsoft YaHei",微软雅黑;*/
    /*font-family:SimHei;*/
    /*font-family:STLiti;*/
    text-indent: 0em;
}

/*用于定义文章末尾参考文献样式*/
.myrefer{
   text-align:left;  
   /*font-weight:bold;*/
   font-family:FangSong;
   /*font-family:NSimSun;*/
}


/*用于定义文章末尾作者信息样式*/
.myauthor{
   text-align:right;
   /*font-weight:bold;*/
   /*font-family:FangSong;*/
   font-family:NSimSun;
}

/* 以下用于汇演视频的排列等 */
.video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 创建两列布局 */
    gap: 10px; /* 设置列与列之间的间隙 */
    width: 100%;
    max-width: 100%; /* 或者根据你的设计需求调整 */
    margin: 0 auto; /* 居中显示 */
  }
  
.video-item {
    /* 无需设置宽度，grid 布局已定义列宽 */
    display: flex;
    flex-direction: column; /* 垂直排列子元素 */
    justify-content: center; /* 垂直居中 */
    align-items: center; /* 水平居中 */
    margin: 5px;
  }
  
video {
    width: 100%; /* 视频宽度设为100% */
    height: auto; /* 高度自适应 */
  }

  
/*用于图片或视频的介绍说明信息等标题*/
.myInfo{
    text-align:left;  /*待测试手机中文字换行的显示效果*/
    font-size:12pt;
    color: red;
}

/*列表ul的左侧空间*/
.mylist{
      /*margin-left:37px;*/
      /*text-align:right;*/
}

table ul{
	list-style-type:square;
	list-style-image:url('ul-arrow1.png');	
	list-style-position:inside;
	margin:7px 0px 7px 0px;
	padding-left:18px;
    
    /*font-family:FangSong;*/
    /*font-family:SimSun;*/
    font-family:KaiTi;
    /*font-family:NSimSun;*/
    font-size:15pt;
}


/*右下网站介绍*/
.mysite{	
	margin:7px 0px 7px 0px;
    font-family:FangSong;
    font-size:11pt;
	text-align:left;
}


/*加入收藏*/
.addfavorite{
	font-family:SimHei;
	font-size:10pt;
	text-align:center;
	margin-right:9px;
}


/* 地图相关 */

/*去除百度地图文字*/
.BMap_cpyCtrl{
    display:none;
}

/*去除百度地图图标*/
/*
.anchorBL{
   	 display:none;
}
*/



/*更多内容的样式*/

.mymore{
       font-size:9pt;
       text-align:right;
       margin-right:9px;
}

.mybottom{clear:both;
          text-align:center;
          padding-top:17px;
          padding-bottom:9px;
          }
          
footer{margin-top:7px;
       margin-bottom:17px;}

nav ul {
  border-radius:7px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*width: 200px;*/
  margin-left:30px;
  background-color: #f1f1f1;
  font-family:"Microsoft Yahei",SimHei;
  /*font-family:微软雅黑,SimHei;*/
  /*background-color: #fff;*/
	/* 盒子阴影 */
  /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
  box-shadow: 3px 3px 3px 0px DimGray;
}

nav li a {
    font-weight:bold;
    display: block;
    /*color: #000;*/
    /*color:	DodgerBlue;*/
    color: DarkBlue;
    padding: 8px 16px;
    text-decoration: none;
} 



/* 鼠标移动到选项上修改背景颜色 */
nav li a:hover {
    background-color: #555;
    border-radius:7px;
    color: white;
}


/*
footer{//position:absolute;
       //width:100%;
       text-align:center;
       clear:both;
      }

*/

