body {
  font-family: "微软雅黑","黑体","微軟正黑體";
}

.navbar {
	margin-bottom:0px;
	border-radius: 0px;
}

.footer_icon
{
	margin-right: 0.5em;
}

#topBtn {
	display: block;
    position: fixed;
    right: 9px;
    bottom: 6px;
    z-index: 10;
	padding: 0.5em;
	background-color: white;
	opacity:0.7;
	color: black;
    border-radius: 6px 6px 0 0;
    text-decoration: none;
}

.footer {
    background-color: #111;
    color: white;
}

.footer > .container {
    margin-top: 3em;
    padding: 1em;
}

.a-dark , .a-dark:hover {
    color: #BCB;
}

.a-dark:hover {
    color: #FFF;
    text-decoration: none;
    /*position: relative;
    top: 1px;*/
}

.copyright {
	/*width: 100%;*/
	/*height: 3em;*/
	/*background: black;*/
	text-align: center;
	color: #BCB;
	/*line-height: 3em;*/
	/*float: left;*/
	overflow: hidden;
    padding: 1em 0;
    font-weight: bold;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel-indicators li, .carousel-indicators .active {
	background-color: white;
}

.carousel-indicators .active {
    background-color: gray;
    /*border: 2px solid gray;*/
}

.feature-desc {
    color: white;
    margin-top: -50%;
    padding: 0em 3em;
    position: absolute;
    z-index: 0;
    width: 70%;
    /*display: inline-block;*/
}

.feature-col {
    padding-left: 0;
    padding-right: 0;
}

.feature-row {
    margin: 3em 0;
}

.col-flat {
    margin: 0;
    padding: 0;
}

.show_title:after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    line-height: 2.6em;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}

.show_title:hover:after {
    top: 50%;
    margin-top: -1.0em;
    opacity: 1;
}

#img_logo {
    /*height: 100%;*/
    /*padding: 2px;*/
    margin-top: 3px;
    margin-right: 12px;
    margin-left: 5px;
    /*border: 1px solid red;*/
}

.footer_col img {
    padding: 30px 5px;
    /*border: 3px solid yellow;*/
}

.news-title {
    text-align: center;
    font-size: 3em;
    color: #F00;
    text-align: center;
}

.news-panel {
    border: 1px solid #ccc;
    border-radius: 10px;
    /*margin: 20px 0;*/
}

.news-panel ul {
    padding:0;
}

.news-panel ul li {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}
.actnewsheader a:hover{color:#C36; text-decoration:none}
.actnewsheader{font-size:18px;margin:12px 0 14px 0;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}
.actnewsheader a{color:#06C;}
.news-panel .active .content{line-height:21px;font-size:14px;}
.news-panel .content a{color:#888}
.news-panel .content a:hover{color:#000;text-decoration:none}
.news-panel .newsheader{font-size:16px;text-overflow:ellipsis;width:90%;}
.news-panel .newsheader a{width:70%;line-height:50px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#06C}
.news-panel .more{margin:10px 0}
.news-panel .more a:hover{color:#00F}
.news-panel .time{font-size:12px;color:#aaa;}
