.huadong {
	font-family: Heiti TC, 'Noto Sans TC', "メイリオ", Microsoft JhengHei, Helvetica, Arial, sans-serif;
    width: 100%;
    height: 4rem;
    /*border-bottom: 1px solid #F0F0F0;*/
    position: relative;
    margin: 0 auto;
    top: -150px;
    z-index: 10;
    background-color: rgba(255,255,255,.8);
}

.huadong .huabox {
    margin: 0 auto;
    width: 100%;
    line-height: 4rem;
}

.huadong .hdimg {
    float: left;
    line-height: 3.5rem;
}

.huadong .hdimg img {
    width: 100%;
    vertical-align: middle;
}

.huadong h5 {
	font-family: 'cwTeXMing', serif;
    font-size:20px;
	font-weight:600;
    color: #7D0000;
	letter-spacing:1px;
	line-height: 3;
	float: left;
	padding: 0.2em 3em 0.2em 1em;
}

.huadong .gg_more {
    float: right;
    padding: 0 2em;
}

.huadong .gg_more a {
    font-size: 0.8rem;
    text-decoration: none;
}

.huadong .notice_active {
    float: left;
    width: 60%;
    height: 4rem;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.huadong .notice_active li {
    list-style-type: none;
    line-height: 2.4rem;
    overflow: hidden;
}


/*.huadong .notice_active li.notice_active_ch {}*/

.huadong .notice_active li.notice_active_ch span {
    color: #000000;
    font-size: 16px;
    display: block;
    overflow: hidden;
    width: 80%;
    float: left;
    overflow: hidden;
    margin: 0 0 2em 2em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 40px;
}


.huadong .notice_active li.notice_active_ch span:hover {
    color: #7D0000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.huadong .gg_more .news_ck {
	font-family: "Times New Roman", Times, serif;
	float: left;
	font-size:16px;
	font-weight:300;
    color: #ffffff;
	letter-spacing:1px;
	line-height:1;
	background: #7D0000;
	padding: 0.5em 1em;
	margin: 1em 0 0.5em 0;
	text-align:center;
}

.huadong .gg_more .news_ck:link{
	background: #7D0000;
	text-decoration:none;
}

.huadong .gg_more .news_ck:visited{
	background: #7D0000;
}


.huadong .gg_more .news_ck:hover{
	background: #7D0000;
	color: #ffffff;
	text-decoration:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari */
    -webkit-filter: opacity(80%);
    filter: opacity(80%);
  
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.huadong .gg_more .news_ck:active{
	background: #7D0000;
}



.huadong .gg_more .news_more {}

.huadong .notice_active li.notice_active_ch em {
    text-align: left;
    float: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}



@media (max-width: 1023px){
	.huadong {
	    top: 0;
	    background-color: rgba(255,255,255,1);
	}
	.huadong .notice_active li.notice_active_ch span {
	    width: 60%;
	}
}


@media (max-width: 812px){
	.huadong {
	    top: 0;
	    background-color: transparent;
	}
	.huadong h5 {
		float: unset;
		padding: 0;
		text-align: center;
	}
	.huadong .notice_active {
		width: 100%;
	    float: unset;
	    height: 5rem;
	}
	.huadong .notice_active li.notice_active_ch em {
	    float: unset;
	    display: block;
	}
	.huadong .notice_active li.notice_active_ch span {
	    margin: 0;
	    display: block;
	    width: 100%;
	}
	.huadong .gg_more {
		width: 100%;
	    float: unset;
	    padding: 0;
	}
	.huadong .gg_more .news_ck {
		width: 100%;
	}
}