
.hzRichText.content * {
	/*-webkit-box-sizing: content-box;box-sizing: content-box;*/
}
.hzRichText.content li{
	    list-style: inherit;
}
.hzRichText.content ul,.hzRichText.content ol{
	padding-left:40px;
}
.mce-i-hzImage:before {
    content: "\e014";
}
.mce-i-hzPreview:before {
    content: "\e019";
}

.mce-i-hzTemplate:before {
    content: "\e026";
}

.mce-i-hzNewLine:before {
    content: "\2500";
}

.mce-visualblocks p,
.mce-visualblocks address,
.mce-visualblocks blockquote,
.mce-visualblocks div ,
.mce-visualblocks pre,
.mce-visualblocks h1,
.mce-visualblocks h2,
.mce-visualblocks h3,
.mce-visualblocks h4,
.mce-visualblocks h5 ,
.mce-visualblocks h6 
{	padding-left:10px;
	border: 1px dotted #BBB;
    margin-top: 3px;
    margin-bottom: 3px;
}
.mce-visualblocks ul,
.mce-visualblocks ol
{
	border: 1px dotted #BBB;
    margin-top: 3px;
    margin-bottom: 3px;
}

.mce-content-body {
	height:calc(100% - 3px);
	overflow-x:hidden;
}

.mce-visualblocks p {
    background: transparent no-repeat url(/hz/images/RichText/p.png);
}
.mce-visualblocks blockquote {
    background: transparent no-repeat url(/hz/images/RichText/blockquote.png);
}
.mce-visualblocks address {
    background: transparent no-repeat url(/hz/images/RichText/address.png);
}
.mce-visualblocks div,
.mce-visualblocks div:not([data-mce-bogus]) {
    background: transparent no-repeat url(/hz/images/RichText/div.png);
}
.mce-visualblocks pre {
    background: transparent no-repeat url(/hz/images/RichText/pre.png);
}
.mce-visualblocks h1 {
    background: transparent no-repeat url(/hz/images/RichText/h1.png);
}
.mce-visualblocks h2 {
    background: transparent no-repeat url(/hz/images/RichText/h2.png);
}
.mce-visualblocks h3 {
    background: transparent no-repeat url(/hz/images/RichText/h3.png);
}
.mce-visualblocks h4 {
    background: transparent no-repeat url(/hz/images/RichText/h4.png);
}
.mce-visualblocks h5 {
    background: transparent no-repeat url(/hz/images/RichText/h5.png);
}
.mce-visualblocks h6 {
    background: transparent no-repeat url(/hz/images/RichText/h6.png);
}
.mce-visualblocks ul {
    background: transparent no-repeat url(/hz/images/RichText/ul.png);
}

.mce-visualblocks ol {
    background: transparent no-repeat url(/hz/images/RichText/ol.png);
}

.templateGroup {
	width:100%;
	height:auto;

}

.templateSection {
	display:block;
	width:100%;
	position:relative;
	padding:8px;
	margin:0px;
}

.templateGroup .Image img {
		width:100%;
}

.templateGroup .templateSection > img,.templateGroup .templateSection > a > img
{
	width:100%;
}

.templateGroup .Content {
	position:relative;
	word-break: break-all;
}
.templateGroup .Title {
	font-size:24px;
	padding:8px 0px;
}

.templateSection .Article {
	
	position:relative;
	word-break: break-all;
	display:block;
	vertical-align:top;
	width:100%;
}

.templateSection .Image,.templateSection  img {
	display:block;
	padding:0px 12px;
	position:relative;
	width:100%;
}

.templateGroup div {
	text-align:center;
	vertical-align:top;
}

.templateGroup.a-g-l-1-2 div ,
.templateGroup.a-g-l-2-1 div ,
.templateGroup.a-g-t-1-2 div  {
	text-align:center;
	vertical-align:top;
}
@media (min-width: 768px) {
	.templateSection {
		display:inline-block;
	}

	.templateSection  >.Article {
		float:left;
	}

	.templateSection  >.Image {
		float:left;
	}

		/* 左圖右文1:1  */
	.templateGroup.ml-ar-1-1  >.templateSection  >.Article {
		width:50%;
	}

	.templateGroup.ml-ar-1-1  >.templateSection   >.Image {
		width:50%;
	}

	/* 左圖右文1:2  */

	.templateGroup.ml-ar-1-2  >.templateSection  >.Article {
		width:66.66%;
	}

	.templateGroup.ml-ar-1-2 .templateSection  .Image {
		width:33.33%;

	}
	/* 左圖右文2:1  */
	
	.templateGroup.ml-ar-2-1 .templateSection .Article {
		width:33.33%;
	}

	.templateGroup.ml-ar-2-1 .templateSection  .Image {
		width:66.66%;
	}
	/* 左圖右文3:1  */
	.templateGroup.ml-ar-3-1  >.templateSection  >.Article {
		width:25%;
	}

	.templateGroup.ml-ar-3-1  >.templateSection   >.Image {
		width:75%;
	}

		/* 左文右圖1:1  */
	.templateGroup.al-mr-1-1 .templateSection .Article {
		width:50%;
	}

	.templateGroup.al-mr-1-1 .templateSection  .Image {
		width:50%;
	}

	/* 左文右圖1:2  */

	.templateGroup.al-mr-1-2  >.templateSection  >.Article {
		width:33.33%;
	}

	.templateGroup.al-mr-1-2  >.templateSection   >.Image {
		width:66.66%;

	}
	/* 左文右圖2:1  */
	
	.templateGroup.al-mr-2-1  >.templateSection  >.Article {
		width:66.66%;
	}

	.templateGroup.al-mr-2-1  >.templateSection  > .Image {
		width:33.33%;
	}
	/* 左文右圖3:1  */
	.templateGroup.al-mr-3-1  >.templateSection  >.Article {
		width:75%;
	}

	.templateGroup.al-mr-3-1  >.templateSection   >.Image {
		width:25%;
	}

	/* 上文下圖 */
	/* 上圖下文 */
	.templateGroup.mt-ab-1-1 > .templateSection  >.Article,
	.templateGroup.mt-ab-1-1 > .templateSection   >.Image,
	.templateGroup.at-mb-1-1 > .templateSection  >.Article,
	.templateGroup.at-mb-1-1  >.templateSection  .Image,
	.templateGroup.multiColumns > .templateSection > .Article,
	.templateGroup.multiColumns >.templateSection > .Image
	{
		display:block;
	}
	
	/*二欄內文*/
	/*三欄內文*/
	/*四欄內文*/
	/*六欄內文*/
	/*八欄內文*/
	/*十欄內文*/
	/*左一右二內文*/
	/*左二右一內文*/
	/*上一下二內文*/
	/*文文圖*/
	.templateGroup.a-g-2,
	.templateGroup.a-g-3,
	.templateGroup.a-g-4 ,
	.templateGroup.a-g-6 ,
	.templateGroup.a-g-8 ,
	.templateGroup.a-g-10 ,
	.templateGroup.a-g-l-1-2 ,
	.templateGroup.a-g-l-2-1 ,
	.templateGroup.a-g-t-1-2 ,
	.templateGroup.a-a-m ,
	.templateGroup.a-m-a ,
	.templateGroup.m-a-m ,
	.table
	{
		display:table;
		width:100%;
	}
	
	/*二欄圖文*/
	/*二欄內文*/
	/*二欄圖片*/
	.templateGroup.c2 > .templateSection
	{
		width:50%;
		float:left;

	}

	/*三欄圖文*/
	/*三欄內文*/
	/*文文圖*/
	.templateGroup.c3 > .templateSection
	{
		width:33.33%;
		float:left;
		vertical-align:top;
	}
	
	/*四欄圖文*/
	/*四欄內文*/
	.templateGroup.c4 > .templateSection
	{
		width:25%;
		float:left;

	}
	/*六欄內文*/
	.templateGroup.c6 > .templateSection
	{
		width:16.66%;
		float:left;

	}
	/*八欄內文*/
	.templateGroup.c8 > .templateSection
	{
		width:12.5%;
		float:left;

	}
	/*十欄內文*/
	.templateGroup.c10 > .templateSection
	{
		width:10%;
		float:left;

	}
	/*文繞圖*/
	.templateGroup.ml-a div.Content ,.templateGroup.a-mr div.Content{
		text-align:left;
	}	
	.templateGroup.ml-a ,.templateGroup.a-mr {
		width:100%;
	}	
	/*文繞圖左*/
	.templateGroup.ml-a   > img,.templateGroup.ml-a   > a > img {
		width:auto;
		max-width:100%;
		float:left;
	}
	/*文繞圖右*/
	.templateGroup.a-mr   > img ,.templateGroup.a-mr   > a > img{
		width:auto;
		max-width:100%;
		float:right;
	}
	
  .c-12 {
    width: 100%;
	float:left;

  }
  .c-11 {
    width: 91.66666667%;
	float:left;

  }
  .c-10 {
    width: 83.33333333%;
	float:left;

  }
  .c-9 {
    width: 75%;
	float:left;

	float:left;

  }
  .c-8 {
    width: 66.66666667%;
	float:left;

  }
  .c-7 {
    width: 58.33333333%;
	float:left;

  }
  .c-6 {
    width: 50%;
	float:left;

  }
  .c-5 {
    width: 41.66666667%;
	float:left;

  }
  .c-4 {
    width: 33.33333333%;
	float:left;

  }
  .c-3 {
    width: 25%;
	float:left;

  }
  .c-2 {
    width: 16.66666667%;
	float:left;

  }
  .c-1 {
    width: 8.33333333%;
	float:left;

  }
}

@media (max-width: 768px) {
	.templateGroup {
		display:block;
	}
}


