<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.line
{
    background-image: url(../Images/1.jpg);
    width: 1000px;
}

#box
{
    float: right;
    text-align: right;
    width: 400px;
    height: 230px;
    border-style: outset;
    border-color: Gray;
    border-width: 2px;
    margin-top: 30px;
}

#left
{
    float: left;
    text-align: left;
    width: 450px;
    height: 217px;
}

#index
{
    width: 900px;
}

.index_left
{
    text-align: left;
    margin: 0px;
    width: 570px;
    height: 800px;
    border-right: 1px solid #2763A5;
}

.index_right
{
    text-align: right;
    margin: 0px;
    height: 800px;
    border-left: 1px solid #2763A5;
}

#picBox
{
    width: 400px;
    height: 230px;
    overflow: hidden;
    position: relative;
}
#picBox ul#show_pic
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 230px;
    width: 2000px;
    position: absolute;
}
#picBox ul#show_pic li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 230px;
}
#picBox ul#show_pic li img
{
    display: block;
}
#icon_num
{
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#icon_num li
{
    float: left;
    background: url(../Images/flashbutton.gif) no-repeat -15px 0;
    width: 15px;
    height: 15px;
    list-style: none;
    color: #39F;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
#icon_num li:hover, #icon_num li.active
{
    background: url(../Images/flashbutton.gif) no-repeat 0 0;
    color: #fff;
}
#picBox_top
{
    width: 400px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
#picBox_top ul#show_pic_top
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 230px;
    width: 400px;
    position: absolute;
}
#picBox_top ul#show_pic_top li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 230px;
}
#picBox_top ul#show_pic_top li img
{
    display: block;
}
#icon_num_top
{
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#icon_num_top li
{
    float: left;
    background: url(../Images/flashbutton.gif) no-repeat -15px 0;
    width: 15px;
    height: 15px;
    list-style: none;
    color: #39F;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
#icon_num_top li:hover, #icon_num_top li.active
{
    background: url(../Images/flashbutton.gif) no-repeat 0 0;
    color: #fff;
}
</pre></body></html>