<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åŸºç¡€æ&nbsp;·å¼*/

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}



ol {
    list-style: decimal;
}

ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}



q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

.cl {
    clear: both;
}

p {
    color: #444444;
    font-size: 16px;
}
a{
    color:#555555;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
}

.panda_info img{
    width: 100%;
}
.panda_info p{
    text-align: justify;
}
.panda-list{
    display: flex;
    flex-wrap: wrap;
}
.panda-item{
    margin: 15px auto;
    position: relative;
}
.panda-item .item-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1.2em;
    padding: 5px 0;
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
}
.panda-item .item-title a{
    color: #ffffff;
}
.panda-item .info{
    font-size: 14px;
}
.column_title{
    margin: 15px 0;
}
.column_title a {
    color: #B80007;
    text-decoration: underline;
}

.column_title h2 {
    font-family: Arial;
    /* line-height: 40px; */
    font-size: 1.5em;
    font-weight: bold;
    color: #B80007;
}
.column_title img {
    margin-top: -5px;
    margin-right: 10px;
}
.tour_list .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 1.2em;
    padding: 5px 0;
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    text-align: center;
}
.tour_list {

    position: relative;
}
.tour_list img {
    width: 100%;
}

.tour_list .title{
    text-align: center;
}
.tour_list a{
    color: black;
}
.price {
    font-size: 1.28em;
}
.tour-des{
    border: 1px solid #eeeeee;

    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
}
.tour-des p{
    padding: 5px;
}</pre></body></html>