<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* START */

.main .content {
    padding: 4% 0;
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+, æ–‡æœ¬è¡Œçš„ä»»æ„å­—å†…æ–­å¼€ */
}

.gallery-thumbs {
    margin-top: 0;
}


.swiper-container.content .page {
    bottom: 0;
}
.content .swiper-wrapper {
    text-align: center;
}
.content .swiper-wrapper .explain {
    background: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
}


.culture .img_box {
    width: 50%;
}
.culture .explain {
    width: 50%;
}
.culture .explain p {
    height: auto;
}
.culture .two_item:last-child {
    margin-bottom: 0;
}


.mien .img_box {
    border: solid 5px #ffffff;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(180,180,180,0.3);
}
.mien .img_box img{
    height: 200px;
}

.mien p {
    height: auto;
}



.news .one_item {
    width: 41%;
    background-color: #ffffff;
	box-shadow: 1px 2px 10px 0px 
        rgba(112, 112, 112, 0.2);
    padding: 3%;
    padding-top: 4%;
}
.news .one_item .time {
    text-align: center;
    color: #000000;
}
.news .one_item .time span:nth-child(1) {
    display: block;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 30px;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.news .one_item .time span:nth-child(2) {
    display: block;
    letter-spacing: 0px;
    font-size: 12px;
}
.news .one_item .img_box {
    margin: 4% 0;
}
.news .one_item .img_box img{
    height:150px;
}

.news .one_item .explain {
    padding: 0;
}
.news .one_item .explain p {
    height: auto;
}


.partner .one_item {
    box-sizing: border-box; 
    background-color: #ffffff;
	border: solid 1px #e9e9e9;
}

.partner .one_item .img_box img{
    height:104px;
}



</pre></body></html>