@charset "utf-8";
/* CSS Document */
body{
	font-family: "微軟正黑體"
}
.online_counter {
    width: 690px;
    display: block;
    overflow: hidden;
}
.service_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service_list>li {
    float: left;
    width: 23%;
    margin: 1%;
    background: #f5f5f5;
    padding: 15px 0;
    //height: 346px;
	min-height:346px;
}
.service_list .icon img{
	max-width:100px;
	max-height:50px;
}

.list{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.list li {
    width: 84%;
    padding: 3px 3%;
    border-radius: 4px;
    margin: 0 auto;
    float: none;
    display: block;
    overflow: hidden;
    height: auto;
	//min-height:auto;
}
.list li a{
	color: #333;
	text-decoration: none;
	display:block;
	overflow:hidden;
}
.list li:hover {
	background: #5a5a5a;
}
.list li:hover a{
	color: #fff;
}
.online_counter .icon ,.online_counter .desk_title {
    text-align: center;
    font-weight: bold;
    width: auto;
}
.online_counter .desk_title {
    font-size: 18px;
    margin-top:10px;
}
.online_counter .text {
    float: left;
    font-size: 1em;
    margin-right: 5px;
}
.online_counter .hot {
    padding: 0px 5px;
    background: #e67979;
    -webkit-border-radius: 90px;
	/* support firefox */
	-moz-border-radius: 90px;
    border-radius: 90px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
#ContentsContainer #Contents .online_counter p.ex {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 11px;
}
.open_cont .open_title {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #535353;
    padding-bottom: 10px;
    margin: 20px 10px 40px;
    width: auto;
}
.cont p {
    font-size: 22px;
    text-align: center;
    margin: 0;
}
.open_list {
    list-style: none;
    margin: 20px 10px;
    padding: 0;
    display: block;
    overflow: hidden;
}
.open_list li{
	float: left;
	width: 50%;
	text-align: center;
}
.open_list li a{
	text-decoration: none;
    color: #333;
}
.open_list li .text {
    font-size: 16px;
    font-weight: bold;
}
.fancybox-title-float-wrap .child {
    display: none;
}
.text .orange{
	color: #fe9a2e;
}
.text p {
    font-size: 16px;
}
.open_list li a .icon {
    //background: #fe9a2e;
    background-image:url(../images/open.png);
    background-repeat:no-repeat;
    background-position: center;
    width: 168px;
    padding: 27px 0;
    -webkit-border-radius: 122px;
	/* support firefox */
	-moz-border-radius: 122px;
    border-radius: 122px;
    margin: 0 auto 20px;
}
.open_list li a:hover .icon ,
.open_list li a:focus .icon {
    background-image:url(../images/open_hover.png);
	outline: 2px solid blue !important;
}
.open_list li a:hover .text {
    color: #7b746c;
}

.open_list li a .icon p{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}