﻿@charset "UTF-8";

/* 螢幕報讀軟體專用樣式 */
.sr-only,
label.sr-only,
.search-item .sr-only,
.search-item label.sr-only,
.ex_search label.sr-only,
.form-table label.sr-only,
.form-table .sr-only,
td label.sr-only,
td .sr-only,
table label.sr-only,
table .sr-only,
.form-table td label.sr-only,
.form-table td .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    display: block !important;
    visibility: hidden !important;
    left: -9999px !important;
    top: -9999px !important;
}
.page-controls {
	padding: 0 0 20px;
}
.page-controls-inner {
	border-bottom: 1px solid #aaa;
	padding: 12px 0;
	position: relative;
	font-size: 0.8125rem;
	overflow: hidden;
}
.page-service-item {
	font-size: 1.5rem;
	line-height: 24px;
	color: #0E5794;
	border-left: 6px solid #0E5794;
	padding-left: 12px;
}
.page-visit-item {
    font-size: 1.5rem;
    line-height: 24px;
    color: #5a7e00;
    border-left: 6px solid #5a7e00;
    padding-left: 12px;
	float: left;
}
.news-list {
	background: #fff;
	padding: 15px 40px 15px 40px;
}
.news-list li {
	border-top: 1px solid #ccc;
}
.news-list li:first-child {
	border-top: none;
}
.news-list li a {
	display: block;
	padding: 20px 0;
}
.news-list li a .Date {
	color: #434343;
	display: block;
	font-size: 0.8125rem;
}
.news-list li a h3 {
	color: #434343;
	font-size: 1rem;
	margin-bottom: 15px;
	line-height: 150%;
	margin: 0;
}
.news-list li a h3.Topic {
	color: #434343;
	font-size: 1.5625rem;
	margin-bottom: 15px;
	line-height: 150%;
	margin: 0;
}
.news-list li a:hover h3.Topic, .news-list li a:hover h3 {
	color: #E0A63A;
}
.news-list li a:hover .Date {
	color: #E0A63A;
}
.news-list li a p {
	color: #777;
	margin: 15px 0 0 0;
	line-height: 26px;
}
.news-list li a:hover p {
	color: #444;
}
.video-list {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.video-list li {
	width: 45%;
	display: inline-block;
	margin: 0 1% 30px 3%;
	background: #fff;
	position: relative;
    vertical-align: top;
}
.video-list li img {
	width: 100%;
}
.video-list-info {
	width: 94%;
	padding: 2% 3%;
	float: left;
}
.video-list .title {
	float: left;
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 20px;
	height: 40px;
	color: #50ac2c;
	overflow: hidden;
}
.video-list .txt {
	font-size: 0.875rem;
	float: left;
	width: 100%;
	line-height: 20px;
	color: #333;
}
.video-list a:hover .title {
	color: #96ca82;
}
.video-list a:hover .txt {
	color: #999;
}
.video-list a:hover .video-list-block .title {
	color: #96ca82;
}
.video-list a:hover .video-list-block .txt {
	color: #999;
}
.video-list-block {
	float: left;
	background: #fff;
	width: 85%;
	float: left;
	margin: 0 5% 1px 5%;
	padding: 30px;
}
.video-list-block .pic {
	float: left;
	margin-right: 2%;
	width: 269px;
}
.video-list-block .title {
	float: left;
	width: 70%;
	color: #ff945c;
	font-size: 1.625rem;
	line-height: 30px;
	margin: 5px 0 20px 0;
}
.video-list-block .txt {
	float: left;
	width: 72%;
	color: #555;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 24px;
}
.video-list-block .info {
	float: left;
	width: 72%;
	color: #999;
	font-size: 0.8125rem;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	text-align: right;
}
.video-detail {
	background: #fff;
	width: 80%;
	float: left;
	margin: 40px 5% 40px 5%;
	padding: 30px 5%;
}
.video-detail .title {
	font-size: 2.25rem;
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #ddd;
}
.video-detail .txt {
	float: left;
	width: 100%;
	padding: 30px 0;
	line-height: 24px;
	font-size: 1rem;
	color: #333;
}
.video-player {
	width: 600px;
	margin: 0 auto;
}
.film-wrap {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 20px auto;
}
.film-wrap .title {
	/* 無障礙：補齊單位並改為相對 rem（原 16 無單位，視為 16px=1rem） */
	font-size: 1rem;
	color: #333;
	margin: 0;
	padding: 0;
}
.film-wrap .oldVideo {
	display: none;
}
.ie9 .film-wrap .newVideo {
	display: none !important;
}
.ie9 .film-wrap .oldVideo {
	display: block !important;
}
.video-details {
	font-size: 0.875rem;
}
.video-description, .video-date {
	margin: 2px 0;
}
.video-date {
	text-align: right;
	color: #aaa;
}
.video-description {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
}
.video-description p {
	margin: 0;
	padding: 0;
}
.lecture_list {
	padding: 0;
	float: left;
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 0px;
}
.lecture_list li {
	width: 100%;
	background: #ffffff;
	margin-bottom: 38px;
	float: left;
    padding: 15px 0;
}
.lecture_list li .textWrap {
	width: 67%;
	float: left;
	margin: 2% 2% 0% 2%;
}
.lecture_list li h3 {
	font-size: 1.3125rem;
	color: #9f5f2b;
	line-height: 1.2em;
	margin-bottom: 8px;
	font-weight: normal;
	float: left;
	width: 100%;
	margin-top: 0px;
}
.lecture_list li p {
	font-size: 0.9375rem;
	color: #464646;
	float: left;
	margin-top: 0px;
	line-height: 25px;
	width: 100%;
}
.part_list {
	padding: 0;
	float: left;
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 0px;
}
.part_list li {
	width: 100%;
	background: #ffffff;
	margin-bottom: 38px;
	float: left;
}
.part_list li .textWrap {
	width: 69%;
	float: left;
	margin: 2%;
}
.textWrap {
	float: left;
	width: 100%;
}
.txt-section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.txt-section .Topic_Style01 {
	float: left;
	width: 99%;
	margin: 5px 0;
}

/*.txt-section p {
	margin: 10px 0 0 0;
	line-height:32px;
    float: left;
    width: 100%;    
}
.txt-section .img-left {
    float: left;
    margin: 0 25px 0 0;
}
.txt-section .img-right {
    float: right;
    margin: 0 0 0 25px;
}*/

.txt-section .article {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.txt-section .article p {
    margin: 0 0 20px 0px;
    line-height: 32px;
    color: #666;
}

.txt-section .article .FloatLeftImg {
    float: left;
    margin: 0px 25px 0px 0px;
    width: 238px;
}

.txt-section .article .FloatRightImg {
    float: right;
    margin: 0px 0px 0px 25px;
    width: 238px;
}

.txt-section .article .FloatLeftImg .IMG,
.txt-section .article .FloatRightImg .IMG {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 2px;
    width: 232px;
    display: block;
}

.txt-section .article .FloatLeftImg .Description,
.txt-section .article .FloatRightImg .Description {
    background: #e5e5e5;
    padding: 5px 10px;
    font-size: 0.8em;
}

.txt-section .article .FloatLeftImg .Description .EnlargeIcon,
.txt-section .article .FloatRightImg .Description .EnlargeIcon {
    padding: 0 25px 0 0;
    background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
    display: block;
    color: #626262;
}

.txt-section .article .FloatLeftImg .Description .EnlargeIcon,
.txt-section .article .FloatRightImg .Description .EnlargeIcon:hover {
    color: #038c00;
}

.RelatedContainer {
    margin: 45px 0px;
}

.RelatedContainer .Header {
    padding: 3px 10px;
    background: #038c00;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    *display: inline;
    margin: 0px 0px 5px 0px;
}

.RelatedContainer .ListContainer li {
    display: block;
    /*width: 680px;*/
    /*border-bottom: 1px dotted #038c00;*/
}

.RelatedContainer .ListContainer li .Inner dl {
    padding: 5px 25px 5px 25px;
    margin: 0px;
    background: url(../images/Download_Icon.jpg) no-repeat 5px 10px;
    position: relative;
    zoom: 1;
    border-bottom: 1px dotted #038c00;
}

.RelatedContainer .ListContainer li .Inner dl .Topic {
    margin: 0;
    padding: 0;
    width: 95%;
}

.RelatedContainer .ListContainer li .Inner dl .Topic a {
    color: #434343;
    line-height: 160%;
    /*padding: 0px 30px 0px 3px;*/
}

.RelatedContainer .ListContainer li .Inner dl .Topic a:hover {
    color: #038c00;
}

.RelatedContainer .ListContainer .FileType {
    position: absolute;
    right: 0px;
    top: 7px;
}

.NewsImageContainer {
    margin: 30px auto;
    text-align: center;
    width: 680px;
    position: relative;
}

.NewsImageContainer .Single {
    width: 216px;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.NewsImageContainer .Single .IMG {
    background: #f2f2f2;
    width: 216px;
    display: block;
}

.NewsImageContainer .Single .IMG td {
    width: 216px;
    height: 216px;
    text-align: center;
}

.NewsImageContainer .Single .IMG td a {
    width: 216px;
    display: block;
}

.NewsImageContainer .Single .IMG td img {
    width: auto;
    height: auto;
    max-height: 216px;
    max-width: 216px;
}

.NewsImageContainer .Single .Description {
    background: #e5e5e5;
    padding: 5px 10px;
    font-size: 0.8em;
    text-align: left;
}

.NewsImageContainer .Single .Description .EnlargeIcon {
    padding: 0 25px 0 0;
    background: url(../images/enlarge_icon_001.png) no-repeat right 2px;
    display: block;
    color: #626262;
}

.NewsImageContainer .Single .Description .EnlargeIcon:hover {
    color: #038c00;
}

.part_list li h3 {
    font-size: 1.3125rem;
    color: #9f5f2b;
    line-height: 1.2em;
    margin-bottom: 8px;
    font-weight: normal;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.part_list li p {
    font-size: 0.9375rem;
    color: #464646;
    float: left;
    margin-top: 0px;
    line-height: 25px;
    width: 100%;
}

.showInfo {
    font-size: 0.9375rem;
    line-height: 18px;
    margin-bottom: 0;
    float: left;
    color: #01889d;
}

.exbition_pic {
    float: left;
    height: 160px;
    width: 250px;
    overflow: hidden;
}
.exbition_pic img {
	width: 100%;
}
.exhibition_info {
    float: left;
    width: 100%;
    font-size: 0.9375rem;
    color: #9f5f2b;
    line-height: 1.2em;
    margin-bottom: 8px;
    font-weight: normal;
}

.exhibition_info_page {
    float: left;
    width: 75%;
    font-size: 1.125rem;
    color: #9f5f2b;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: normal;
    border-bottom-style: solid;
    border-bottom-color: #dbdbdb;
    border-bottom-width: 1px;
    padding-bottom: 17px;
}

.ex_date {
    float: left;
    width: 37%;
    margin-bottom: 5px;
    margin-right: 1%
}

.ex_place {
    float: left;
    width: 62%;
    margin-bottom: 5px;
}

.ex_date_page {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.ex_place_page {
    float: left;
    width: 100%;
}

.exhibition_intro {
	background-color: #FFF;
	float: left;
	width: 90%;
	padding: 30px 5%;
	margin-bottom: 32px;
}
.exhibition_intro .textWrap p {
	width: 100%;
	float: left;
    line-height: 28px;
	margin: 2% 0 0 0;
    color: #666;
}
.exhibition_intro .arti_title {
    margin: 0 0 15px 0;
}

.ex_banner {
	float: left;
    width: 23%;
    margin: 0 2% 0 0;
}

.ex_banner img {
    width: 100%;
    overflow: hidden;
}

.ex_banner_single {
	float: left;
    width: 100%;
    margin: 0 2% 0 0;
	text-align: center;
}
.ex_banner_single img {
    width: 100%;
}

.info_disc3 {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
}

.info_disc3 li .item,
.info_disc3 li .txt,
.info_disc3 li .note {
    float: left;
    display: block;
}

.info_disc3 li .item {
    width: 3%;
}

.info_disc3 li .txt {
    width: 96%;
    margin-bottom: 3px;
}

.info_disc3 li .item,
.info_disc3 li .txt,
.info_disc3 li .note {
    float: left;
    display: block;
}

.ex_search {
    background-color: #FFF;
    padding: 2%;
    float: left;
    width: 96%;
    margin-bottom: 20px;
}

.ex_search ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ex_search li {
    float: left;
    width: 100%;
}

.ex_search h6 {
    width: 7%;
    font-size: 1rem;
    color: #333333;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: normal;
}

.text {
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    outline: 0 none;
    padding: 0px 11px;
    height: 26px;
    width: 250px;
    margin-right: 17px;
}

.calendar_date {
    border-color: #d5d5d5;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    outline: 0 none;
    padding: 0px 11px;
    height: 26px;
    width: 105px;
    float: left;
}

.ex_dash {
    float: left;
    margin: 0 10px 0 10px;
}

.btn-gray {
    background: #333333;
    /* border: 1px solid #dddddd; */
    color: #ffffff;
    float: left;
    width: 5%;
    text-align: center;
    margin-left: 12px;
    font-size: 0.875rem;
    padding: 0.5%;
}

.ex_activity {
    float: left;
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
}

.ex_activity li {
    float: left;
}

.ex_activity-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.ex_activity li {
    width: 22%;
    float: left;
    margin: 0 1.5% 30px 1.5%;
    background: #fff;
    position: relative;
}

.ex_activity li img {
    width: 100%;
}

.ex_activity .title {
    float: left;
    width: 100%;
    font-weight: normal;
    line-height: 23px;
    overflow: hidden;
    font-size: 1rem;
    color: #9f5f2b;
    margin-bottom: 6px;
}

.ex_activity .title_date {
    float: left;
    width: 100%;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    font-size: 0.875rem;
    color: #333333;
    margin-bottom: 6px;
}

.ex_activity .txt {
    font-size: 0.875rem;
    float: left;
    width: 100%;
    line-height: 20px;
    color: #333;
}

.activity-list-info {
    width: 94%;
    padding: 2% 3%;
    float: left;
    height: 74px;
}

.article {
    margin-bottom: 45px;
    float: left;
    width: 95%;
    background: #ffffff;
    padding: 2.5%;
}

.article-1 {
    word-break: normal;
    float: left;
    width: 100%;
}

.article-1 strong {
    line-height: 190%;
    display: block;
    /* margin-bottom: 10px; */
}

.Topic_Style01 {
    color: #339966;
    font-weight: 600;
    background: url(../images/Topic_Style01.jpg) no-repeat left center;
    padding-left: 18px;
    font-size: 1.0625rem;
    margin-bottom: 5px;
    /* display: block; */
    float: left;
    width: 100%;
}

.article-1 dl {
    margin-top: 8px;
    float: left;
    margin-bottom: 0px;
}

.article-1 dl dd {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 8px;
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 7px;
    float: left;
}

.article-1 dl dd dd {
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 8px;
    background: url(../images/ListIcon_003.jpg) no-repeat 3px 10px;
    float: left;
    line-height: 28px;
    width: 100%;
}

.arti_title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #434343;
    line-height: 180%;
    float: left;
    width: 100%;
}

.article_essay-1 {
    float: left;
    width: 100%;
    /* margin-top: 8px; */
    line-height: 30px;
    /* padding-left: 4.5%; */
    font-weight: normal;
    /* padding-left: 2%; */
}

.article_essay-2 {
    float: left;
    width: 100%;
    margin-top: 8px;
    line-height: 30px;
    /* padding-left: 4.5%; */
}

.article_essay-3 {
    float: left;
    width: 100%;
    line-height: 30px;
}

.article_essay-4 {
    float: left;
    width: 100%;
    line-height: 30px;
    /* padding-left: 6%; */
}

.article_essay-5 {
    float: left;
    width: 100%;
    line-height: 30px;
}

.Topic_Style02 {
    color: #339966;
    font-weight: 600;
    font-size: 1.0625rem;
    margin-bottom: 5px;
    /* display: block; */
    float: left;
    width: 100%;
}

.article-2 {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
}

.article-2 li .item,
.article-2 li .txt,
.article-2 li .note {
    float: left;
    display: block;
}

.article-2 li .item {
    width: 3%;
}

.article-2 li .txt {
    width: 97%;
    margin-bottom: 3px;
}

.article-2 li .item,
.article-2 li .txt,
.article-2 li .note {
    float: left;
    display: block;
}

.article-2_item {
    float: left;
    width: 95%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 3%;
}

.article-2_item li .item,
.article-2_item li .txt,
.article-2_item li .note {
    float: left;
    display: block;
}

.article-2_item li .item {
    width: 2%;
}

.article-2_item li .txt {
    width: 97%;
    margin-bottom: 3px;
}

.article-2_item li .item,
.article-2_item li .txt,
.article-2_item li .note {
    float: left;
    display: block;
}

.scrollToNav {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0px;
    float: left;
    width: 100%;
}

.scrollToNav li {
    margin: 0 7px 15px 0;
    list-style: none;
    float: left;
}

.scrollToNav a {
    background: #ededed;
    color: #666;
    display: block;
    padding: 5px 21px;
    text-decoration: none;
}

.about_page {
    margin-bottom: 45px;
    float: left;
    width: 95%;
    background: #ffffff;
    padding: 2.5%;
}

.about_page_content {
    float: left;
    width: 100%;
}

.about_title {
    color: #333333;
    font-size: 1.625rem;
    font-weight: 700;
    padding: 0px 0px 10px 0px;
    /* background: url(../images/about_title_line.png) no-repeat left top; */
    line-height: 160%;
}

.about_page_content p {
    line-height: 180%;
    margin: 0 0 13px 0;
}

.page-wrapper,
.rent-wrapper,
.download-wrapper,
.visit-wrapper {
    width: 100%;
    float: left;
}

.rent-section {
    width: 100%;
    margin-right: 1px;
    float: left;
    position: relative;
    color: #333;
    line-height: 22px;
}

.visit-section {
    width: 100%;
    margin-right: 1px;
    float: left;
    position: relative;
    color: #333;
    line-height: 22px;
}

.rent-tab {
    float: left;
    display: block;
    width: 120px;
    padding: 13px 0;
    text-align: center;
    background: #ccc;
    color: #666;
}

.rent-tab-current {
    background: #fff;
    color: #333;
}

.page-inner,
.rent-content,
.download-content,
.visiter_info {
    background-color: #FFF;
    float: left;
    width: 94%;
    padding: 25px 3%;
    margin-bottom: 32px;
}

.rent-section .description ul,
.rent-section .description ul li {
    width: 100%;
    float: left;
}

.rent-section .description ul li {
    margin: 20px 0;
}

.rent-section .description ul li .item {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 15px;
    color: #2E699C;
    font-size: 1.125rem;
    font-weight: normal;
}

.rent-section .description ul li ul li {
    width: 25%;
    margin: 5px 0 5px 0;
}

.rent-section .description ul li ul li .checkbox {
    margin-right: 5px;
    border: 1px #ccc solid;
}

.rent-content .arti_title {
    margin: 0;
}

.rent-content .floor-select {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.rent-content .floor-select li {
    float: left;
    width: 24%;
    margin: 0 1% 10px 0;
}

.rent-content .floor-select li a {
    background: url(../images/floor_select_bg.png);
    display: block;
    text-align: center;
    padding: 12px 10px;
    color: #333;
    font-size: 0.9375rem;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rent-content .floor-select li a:hover {
    color: #0E5794;
}

.txt-section-photo-list {
    margin-bottom: 20px;
}

.floor-content {
    float: left;
}

.floor_plan {
    text-align: center;
}

.planeTable {
    width: 100%;
    margin: 10px 0 20px 0;
}

.planeTable th,
.planeTable td {
    padding: 13px 20px;
    border: solid 1px #e3e3e3;
    line-height: 1.3;
    vertical-align: middle;
    word-break: break-all;
}

.planeTable th {
    background-color: #efefef;
    font-weight: bold;
}

.planeTable.smallText th,
.planeTable.smallText td {
    padding: 8px 12px;
    font-size: 75%;
}

.planeTable ol li {
    margin: 10px 0;
}

.planeTable a {
    color: #333;
    text-decoration: underline;
}

.visitTable {
    width: 100%;
    margin: 10px 0 20px 0;
}

.visitTable th,
.visitTable td {
    padding: 13px 20px;
    border: solid 1px #e3e3e3;
    line-height: 1.3;
    vertical-align: middle;
    word-break: normal;
    text-align: center;
}

.visitTable th {
    background-color: #efefef;
    font-weight: bold;
}

.visitTable th:last-child {
    text-align: left;
}

.visitTable.smallText th,
.visitTable.smallText td {
    padding: 8px 12px;
    font-size: 75%;
}

.visitTable td:last-child {
    text-align: left;
}

.visitTable ol li {
    margin: 10px 0;
}

.visitTable a {
    color: #333;
    text-decoration: underline;
}

.download-table a {
    color: #198fd0;
}

.download-table td {
    text-align: center;
}

.download-table .file-name {
    text-align: left;
}

.download-table .file-type {
    width: 70px;
}

.download-table .file-size {
    width: 70px;
}

.download-table .file-date {
    width: 95px;
}

.reservation {
    float: left;
    width: 100%;
}

.reservation-fax {
    margin: 40px 0;
    padding: 10px 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.reservation a,
.reservation-fax a {
    color: #0E5794;
    text-decoration: underline;
}

.consent {
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
    float: left;
}

.consent .title {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #eee;
}

.consent .content {
    height: 180px;
    overflow-y: auto;
    border: 1px solid #eee;
    padding: 20px 45px;
    font-size: 0.875rem;
}

.consent ul {
    margin: 0;
    padding-left: 23px;
}

.consent ul li {
    margin: 7px 0;
    padding: 0;
    width: 100%;
}

.contact-form-section {
    margin-top: 20px;
}

.form-table .apply-select-date {
    margin-bottom: 10px;
}

.form-table .reserve-time li {
    display: inline;
    margin-right: 10px;
}

.form-table .reserve-location li {
    display: inline;
    margin-right: 10px;
}

.form-table .reserve-location li input[type="checkbox"] {
    margin-right: 5px;
}

.form-table .reserve-organization {
    margin-top: -10px;
}

.form-table .reserve-organization li {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.form-table .reserve-organization li label {
    width: 75px;
    float: left;
    margin-top: 5px;
}

.form-table .reserve-organization li label.long {
    width: 135px;
}

.form-table .reserve-organization li input.org {
    width: 431px;
}

.form-table .reserve-organization .short {
    width: 50%;
}

.form-table .reserve-organization li input.address {
    width: 491px;
    margin-top: 5px;
    margin-left: 83px;
}

.form-table .reserve-people {
    margin-top: -10px;
}

.form-table .reserve-people li {
    margin-top: 10px;
}

.form-table .reserve-people .textfield {
    width: 60px;
}

.form-table .reserve-event {
    margin-top: 10px;
}

.form-table .reserve-event-txt {
    line-height: 24px;
    margin: 0;
}

.form-table .reserve-event-txt a {
    color: #0E5794;
    text-decoration: underline;
}

.form-table .reserve-navigation {
    margin-bottom: 5px;
}

.form-table .reserve-navigation li {
    margin-right: 10px;
    display: inline;
}

.form-table .security-code {
    width: 80px;
}

.form-table .security-code-refresh {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #0E5794;
}

.form-table .reserve-message {
    width: 95%;
}

.remark {
    font-size: 0.875rem;
    float: left;
    width: 94%;
    color: #666;
    background: #f5f5f5;
    padding: 20px 3%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.remark a {
    color: #666;
    text-decoration: underline;
}

.remark .title {
    margin: 0 0 5px 0;
    padding: 0;
}

.remark ul li {
    margin: 5px 0;
}

.remark strong {
    font-weight: normal;
}

.remark .remark-ct {
    margin: 5px 0;
}

.rental-highlights {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    line-height: 30px;
}

.rental-highlights ul li {
    margin: 5px 0!important;
    padding: 0;
}

.application_title {
    margin: 0 0 15px 0;
}

.online-application {
    width: 100%;
    float: left;
}

.online-application-form .textfield {
    width: 70%;
}

.online-application-form .address {
    margin-top: 5px;
}

.online-application-form th,
.online-application-form td {
    padding: 18px 12px;
    vertical-align: middle;
}

.online-application-form .select-date {
    width: 150px;
}

.online-application-form .select-time {
    margin-top: -10px;
}

.online-application-form .select-time li {
    margin-top: 10px;
}

.online-application-form .security-code {
    width: 80px;
}

.feedback-form {
    width: 100%;
    float: left;
}

.feedback-form .intro {
    margin: 0;
    padding: 0;
    line-height: 30px;
    width: 100%;
    float: left;
}

.feedback-list {
    color: #333;
    width: 100%;
    float: left;
    margin: 10px 0;
}

.feedback-question {
    display: block;
    background: #EDECE8;
    padding: 15px;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.feedback-option li {
    display: inline;
    margin: 0 14px;
}

.result-table .location {
    width: 30%;
}

.result-table .time {
    width: 50%;
}

.alert-msg {
    padding: 40px;
    color: #333;
    border: 5px solid #ff9494;
    background: #ffe4e4;
    line-height: 30px;
}

.visit_table_item {
    float: left;
    width: 95%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 6%;
    padding-left: 0%;
    margin-bottom: 0px;
}

.visit_table_item li .item,
.visit_table_item li .txt,
.visit_table_item li .note {
    float: left;
    display: block;
    word-break: normal;
}

.visit_table_item li .item {
    width: 4%;
}

.visit_table_item li .txt {
    width: 95%;
    
}

.visit_table_item li .item,
.visit_table_item li .txt,
.visit_table_item li .note {
    float: left;
    display: block;
}

.visit_tab_remark {
    padding-left: 20px;
    margin-bottom: 8px;
    background: url(../images/ListIcon_002.jpg) no-repeat 3px 7px;
    float: left;
    width: 96%;
}

.audiotour {
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.audiotour .title {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.audiotour .word {
    padding: 20px 45px;
    font-size: 1rem;
}

.audiotour_word {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
}

.audiotour_word .item,
.audiotour_word li .txt,
.audiotour_word li .note {
    float: left;
    display: block;
}

.audiotour_word li .item {
    width: 4.5%;
}

.audiotour_word li .txt {
    width: 95.5%;
    margin-bottom: 3px;
}

.audiotour_word li .item,
.audiotour_word li .txt,
.audiotour_word li .note {
    float: left;
    display: block;
}

.audiotour_table {
    width: 100%;
    margin: 20px 0 20px 0;
    float: left;
}

.audiotour_table th,
.audiotour_table td {
    padding: 13px 20px;
    border: solid 1px #e3e3e3;
    line-height: 25px;
    vertical-align: middle;
}

.audiotour_table th {
    background-color: #efefef;
    font-weight: bold;
}

.audiotour_table.smallText th,
.audiotour_table.smallText td {
    padding: 8px 12px;
    font-size: 75%;
}

.audiotour_table ol li {
    margin: 10px 0;
}

.audiotour_table a {
    color: #333;
    text-decoration: underline;
}

.table_gray {
    background-color: #efefef;
}

.table_title {
    float: left;
    width: 100%;
}

.table_subtitle {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 3px;
}

.audiotour_intro {
    float: left;
    width: 100%;
}

.audiotour_intro p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.audio_stamp {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
}

.audio_stamp li .item,
.audio_stamp li .txt,
.audio_stamp li .note {
    float: left;
    display: block;
}

.audio_stamp li .item {
    width: 11%;
}

.audio_stamp li .txt {
    width: 88%;
    margin-bottom: 3px;
}

.audio_stamp li .item,
.audio_stamp li .txt,
.audio_stamp li .note {
    float: left;
    display: block;
}

.finish_msg {
    width: 80%;
    font-size: 1rem;
    margin: 40px auto 40px auto;
    line-height: 36px;
    text-align: center;
}

.finish_msg .head_msg {
    background: url(../images/ok_icon.png) center 0 no-repeat;
    padding-top: 140px;
    margin-bottom: 40px;
    font-size: 2.25rem;
    font-weight: normal;
    display: block;
    line-height: 44px;
}

.finish_msg a {
    color: #336182;
}

.fail_msg {
    width: 80%;
    font-size: 1rem;
    margin: 40px auto 40px auto;
    line-height: 36px;
    text-align: center;
}

.fail_msg .head_msg {
    background: url(../images/fail_icon.png) center 0 no-repeat;
    padding-top: 140px;
    margin-bottom: 40px;
    font-size: 2.25rem;
    font-weight: normal;
    display: block;
    line-height: 44px;
    color: #f25252;
}

.fail_msg a {
    color: #336182;
}

.error_msg {
    display: block;
    color: #f30;
    font-size: 1rem;
    float: left;
    width: 50%;
    font-weight: normal;
    margin: 0 auto 15px auto;
    text-align: left;
}

.otherlinks li {
    margin: 15px 0;
    padding: 15px 30px;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.otherlinks li strong {
    display: block;
    margin: 5px 0;
}

.otherlinks li a {
    color: #336182;
}

.tour_infomation {
    width: 100%;
    line-height: 27px;
}

.CompanyInfo_8 {
    width: 98%;
    list-style: none;
    float: left;
    padding-left: 2%;
}

.CompanyInfo_8 li {
    list-style: none;
    float: left;
    width: 100%;
}

.CompanyInfo_8 .Info_1 {
    background: url(../images/museum1.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 30px 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CompanyInfo_8 .Info_2 {
    background: url(../images/museum2.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 19px 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CompanyInfo_8 .Info_3 {
    background: url(../images/museum3.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 19px 87px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CompanyInfo_8 .Info_4 {
    background: url(../images/museum4.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 19px 79px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CompanyInfo_8 .textContain {
    float: right;
    width: 80%;
}

.CompanyInfo_8 h4 {
    color: #000000;
    font-size: 1.15em;
    line-height: 190%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.CompanyInfo_8 p {
    line-height: 180%;
    margin: 0 0 8px 0;
}

.CompanyInfo_8 .textContain {
    border-left: 1px solid #cac8c8;
    padding: 0px 0px 0px 4%;
}

.CompanyInfo_8 ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.pm_work {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
}

.pm_work li .item,
.pm_work li .txt,
.pm_work li .note {
    float: left;
    display: block;
}

.pm_work li .item {
    width: 2.5%;
}

.pm_work li .txt {
    width: 97%;
}

.pm_work li .item,
.pm_work li .txt,
.pm_work li .note {
    float: left;
    display: block;
}

.pm_work_title {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#CompanyInfo_7 {
    line-height: 26px;
    color: #333333;
    float: left;
    width: 100%;
    word-break: normal;
    word-wrap: break-word;
    margin-top: 11px;
    padding-left: 0px;
    list-style: none;
}

#CompanyInfo_7 li {
    width: 30%;
    vertical-align: top;
    float: left;
    margin: 0px 3% 15px 0;
}

#CompanyInfo_7 li .Info {
    width: 90%;
    min-height: 407px;
    margin: 0 auto;
    border: 5px solid #eeeeee;
    padding: 10px;
    float: left;
}

#CompanyInfo_7 li .Info .topic {
    background: none;
    border-bottom: 1px solid #dcdada;
    padding: 5px 0px;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #ee8787;
}

.group_promote {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
    margin-bottom: 10px;
}

#CompanyInfo_7 .group_promote li {
    width: 100%;
    margin-bottom: 0px;
}

.group_promote li .item,
.group_promote li .txt,
.group_promote li .note {
    float: left;
    display: block;
}

.group_promote li .item {
    width: 8%;
}

.group_promote li .txt {
    width: 91%;
}

.group_promote li .item,
.group_promote li .txt,
.group_promote li .note {
    float: left;
    display: block;
}

.lecture_pic {
    float: left;
    height: 160px;
    width: 250px;
    overflow: hidden;
    margin-top: 18px;
    margin-left: 18px;
    margin-bottom: 18px;
}

.session {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
    font-size: 0.9375rem;
}

.session li {
    margin: 0 10px 0px 0;
    list-style: none;
    float: left;
    width: 12%;
}

.session li a {
    background: #ededed;
    color: #666;
    padding: 3px 18px;
    text-decoration: none;
    float: left;
}

.seemore {
    float: left;
    width: 14%;
    background: url(../images/arrow_more.png) no-repeat 604px 6px;
    padding-left: 86%;
    font-size: 0.9375rem;
    color: #000;
    margin-bottom: 8px;
}

.lecture_intro {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.info_section {
    float: left;
    width: 50%;
    margin-right: 2.5%;
}

.info_section h3 {
    float: left;
    width: 100%;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 19px;
    color: #434343;
    line-height: 130%;
    margin-top: 0px;
}

.info_item1 {
    float: left;
    width: 94%;
    background: url(../images/lecture-1.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.info_item2 {
    float: left;
    width: 94%;
    background: url(../images/lecture-2.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.info_item3 {
    float: left;
    width: 94%;
    background: url(../images/lecture-3.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.info_item4 {
    float: left;
    width: 94%;
    background: url(../images/lecture-4.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.picture_section {
    float: left;
    width: 45%;
    margin-top: 12px;
}

.lecture_btn {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.l_btn {
    display: inline-block;
    margin: 0 18px 0px 0px;
    padding: 8px 54px;
    text-align: center;
    color: #ffffff;
    /* font-size: 11px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ecd85d;
}

.t_btn {
    display: inline-block;
    margin: 0 18px 0px 0px;
    padding: 8px 54px;
    text-align: center;
    color: #ffffff;
    /* font-size: 11px; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #a1c448;
}

.lection_content {
    float: left;
    width: 100%;
}

.lection_content p {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 28px;
}

.star_word {
    font-size: 0.875rem !important;
}

.reborn_btn {
    color: #666666;
    margin-left: 12px;
}

#eventAlist {
    clear: both;
    float: left;
    width: 100%;
    color: #333;
    font-size: 0.9375rem;
    line-height: 1.4em;
    padding: 5px 0;
    margin-top: 20px;
}

#eventAlist ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding-left: 0px;
    color: #666666;
}

#eventAlist li {
    float: left;
    display: inline;
    width: 28%;
    margin: 0px 0px;
    /* border-right: solid 1px #cacaca; */
    /* border-bottom: solid 1px #939292; */
    padding: 14px 14px;
    background: #f6f6f6;
    margin-right: 18px;
}

#eventAlistTitle {
    color: #323232;
    /* font-weight: bold; */
    font-size: 1.25rem;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.session_box {
    float: left;
    width: 10%;
    margin-top: 8px;
}

.session_box_title {
    width: 89%;
    float: left;
    font-size: 1.1875rem;
}

.tour_btn {
    float: left;
    width: 100%;
    margin-top: 13px;
}

.tour_item1 {
    float: left;
    width: 94%;
    background: url(../images/tour-2.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.tour_item2 {
    float: left;
    width: 94%;
    background: url(../images/lecture-2.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.tour_item3 {
    float: left;
    width: 94%;
    background: url(../images/tour-1.png) no-repeat 0px -1px;
    padding-left: 8%;
    margin-bottom: 13px;
}

.tour_item3 a {
    color: #7eb000;
}

#eventAlist .apply_session {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 23px;
    margin-top: 0px;
    padding-left: 0%;
}

#eventAlist .apply_session li .item,
.apply_session li .txt,
.apply_session li .note {
    float: left;
    display: block;
}

#eventAlist .apply_session li .item {
    width: 35%;
}

#eventAlist .apply_session li .txt {
    width: 64%;
    margin-bottom: 3px;
}

#eventAlist .apply_session li .item,
.apply_session li .txt,
.apply_session li .note {
    float: left;
    display: block;
}

#eventAlist .apply_session li {
    float: left;
    width: 90%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 10%;
    font-size: 0.875rem;
}

.apply_big_title {
    font-size: 1.625rem;
    /* font-weight: 700; */
    margin-bottom: 12px;
    color: #434343;
    line-height: 180%;
    float: left;
    width: 100%;
    /* margin-left: 1%; */
}

.apply_last_step {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 0.875rem;
    color: #666666;
}

.public_word {
    width: 13%;
    float: left;
    margin-left: 2%;
}

.public {
    width: 2%;
    float: left;
    margin-top: 3px;
}

.web_intro {
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 25px;
}

.p_content p {
    padding-bottom: 8px;
}

.wm_content {
    float: left;
    width: 97%;
    font-family: "微軟正黑體";
}

.wm_title_bg a {
    font-size: 1.125em;
    color: #333333;
    background-color: #d6d6d6;
    float: left;
    width: 98%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2%;
    margin-bottom: 16px;
}

.wm_content2 {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}

.wm_item_bg {
    background-color: #ececec;
    float: left;
    width: 31%;
    margin-right: 3.3%;
    padding: 1.7%;
}

.wm_item_title a {
    font-size: 1em;
    color: #575069;
    float: left;
    width: 93%;
}

.web_intro p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.web_intro dl {
    margin-top: 0px;
    margin-bottom: 0px;
}

.web_intro dd {
    margin-left: 0px;
}

.access_title {
    float: left;
    width: 100%;
}

.access_subtitle {
    float: left;
    width: 100%;
}

.address {
    float: left;
    width: 100%;
}

.access_subtitle {
    float: left;
    width: 100%;
    color: #a;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.address {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
}

.access_map {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 22px;
}

.access_map img {
    display: inline;
    width: 65%;
}

.access_content {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.way_title {
    float: left;
    width: 94%;
    margin: 0% 0% 1.8% 0%;
    padding: 1.2% 3%;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
}

.way_title2 {
    float: left;
    width: 94%;
    margin: 3.5% 0% 1.8% 0%;
    padding: 1.2% 3%;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
}

.way_content {
    float: left;
    width: 94%;
    padding: 0% 3%;
}

.bus_way {
    float: left;
    height: auto;
    width: 100%;
    list-style-image: none;
    list-style-type: none;
    line-height: 30px;
    margin-top: 0px;
    padding-left: 0%;
}

.bus_way li .item,
.bus_way li .txt,
.bus_way li .note {
    float: left;
    display: block;
}

.bus_way li .item {
    width: 3%;
}

.bus_way li .txt {
    width: 96%;
    margin-bottom: 3px;
}

.bus_way li .item,
.bus_way li .txt,
.bus_way li .note {
    float: left;
    display: block;
}

.lecture-form .textfield {
    width: 70%;
}

.rent_date {
    width: 40px !important;
    margin-right: 5px;
}

.rent-price-item {
    text-align: left;
    font-size: 1.25rem;
    color: #333;
}

.rent-price {
    color: #D44646;
    font-size: 1.25rem;
}

.visit_arti_title {
    margin-top: 0;
}

.product-activity {
    float: left;
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
}

.product-activity li {
    float: left;
}

.product-activity-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.product-activity li {
    width: 22%;
    float: left;
    margin: 0 1.5% 30px 1.5%;
    background: #fff;
    position: relative;
}

.product-activity li img {
    width: 100%;
}

.product-activity a {
    display: block;
}

.product-activity a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.product-pic {
    overflow: hidden;
    height: 136px;
    width: 100%;
}

.product-pic img {
    width: 100%;
    height: 100%;
}

.product-list-info {
    width: 94%;
    padding: 2% 3%;
    float: left;
    height: 74px;
}

.product-title {
    color: #8EAB42;
    font-size: 0.9375rem;
    height: 52px;

    overflow: hidden;
    display: block;
}

.product-pop-rate {
    color: #666;
    font-size: 0.9375rem;
}

.product-pop-rate span {
    color: #F18989;
}

.product_name {
    border-bottom: 1px solid #ddd;
}

.productFloatLeftImg {
    float: left;
    margin: 0px 25px 0px 0px;
    width: 238px;
    position: relative;
}

.productFloatLeftImg .IMG {
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 2px;
    width: 232px;
    display: block;
}

.productFloatLeftImg .Description {
    background: #e5e5e5;
    padding: 5px 10px;
    font-size: 0.8em;
}

.productFloatLeftImg .EnlargeIcon {
    padding: 0;
    background: url(../images/enlarge_icon_001.png) no-repeat 5px 4px #fff;
    display: block;
    width: 23px;
    height: 23px;
    color: #626262;
    position: absolute;
    right: 3px;
    bottom: 3px;
}

.productFloatLeftImg .Description .EnlargeIcon:hover {
    color: #038c00;
}

h6.product-select-item {
    margin-top: 6px;
    width: 130px!important;
}

.product-select {
    float: left;
    font-size: 0.875rem;
    padding: 5px 0;
    margin-right: 5px;
}

.collection-section {
    float: left;
    width: 100%;
}

.collection-list {
    float: left;
    width: 100%;
}

.collection-list li {
    float: left;
    width: 100%;
    margin-left: 1px;
    margin-bottom: 1px;
}
.collection-list li a {
    display: block;
}
.collection-list li a img {
    max-width: 100%;
    height: 100%;
}
.collection-list li .thumb-img {
    width: 100%;
    height: 185px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    background: #000;
    text-align: center;
}
.product-select-btn {
    background: #333;
    border: 0;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 0.875rem;
    padding: 6px 18px;
    margin-top: 1px;
    margin-left: 10px;
}

.collection-keyword {
    float: left;
}

.collection-list-info {
/*    height: 50px;*/
    padding: 20px;
    background: #fff;
}
.collection-list-info .title {
    display: block;
    width: 100%;
    color:#333;
	font-size: 1.25rem;
}
.collection-list .topArea {
    width: 66.5%;
}

.collection-list .topArea .topArea-img {
    width: 100%;
    height: 461px;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    background: #000;
}

.collection-list .topArea .topArea-img img {
    height: 100%;
}
.collection-photo-list {
       float: left;
    width: 50%;
    margin-right: 3%;
}

.collection-info {
    float: right;
    width: 47%;
}
.alert_msg {
    font-size: 0.9375rem;
    color:#f20;
    display: block;
    margin-top: 5px;
}
.collection-article {
    float: right;
    width: 47%;
    padding-top: 0px;
    margin-top: 0px;
}
.categories {
    width: 18%;
}

.admission {
    width: 18%;
}