<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body,p,div,span,a{
    font-size: 15px;
    font-family:"Microsoft Yahei";
    line-height: 26px;
}
.container{
    width: 100%;
    height: auto;
    background-color: #fff;
    
}
.container .content{
    width: 960px;
    height: auto;
    margin:0 auto;

}
.container .content .newlf{
    width: 614px;
    float:left;
}
.container .content .newlf .navMap{
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom:22px;
    margin-top:15px;
    border-bottom: 1px solid #ccc;
}
.container .content .newlf .navMap a{
    font-size: 15px;
    color:#333;
}
.container .content .newlf .navMap .breadIcon{
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(../image/homeIcon.png) no-repeat;
    vertical-align: -15%;
}
.container .content .newlf li.newsItem{
    height: 144px;
}
.container .content .newlf li.newsItem + li{
    width: 100%;
    margin-top: 28px;
}

.container .content .newlf li.newsItem:after{
    display: block;
    content: " ";
    width:100%;
    height: 14px;
    background-color: #F8F8F8;
    font-size:0;
    position: relative;
    bottom:-13px;
}
.newlf li .newsImg{
    display: block;
    float: left;
    width:182px;
    height: 130px;
    box-sizing:border-box;

}
.newlf li .newsInfo{
    float:left;
    width: 432px;
    box-sizing:border-box;
    /*padding-top:20px;*/
    padding-left:20px; 
}
.newlf li .newsInfo h2{
    font-size:15px;
    color:#333;
    font-weight: bold;
    margin-bottom: 5px;

}
.newlf li .newsInfo p{
    font-size: 15px;
    line-height: 26px;
    color:#666;
}
.newlf li .newsInfo .date{
    text-align: right;
    color:#666;
    /*position: relative;*/
}
.newlf li .newsInfo span{
    position: relative;
}
.newlf li .newsInfo span:before{
    position: absolute;
    display: block;
    content: "";
    width: 28px;
    height: 2px;
    background-color: #393;
    left:-46px;
    bottom:9px;
}
.newlf li .newsInfo .date img{
    display: inline-block;

}
.container .content .newlf .page{
    text-align: center;
    width: 130%;
    height: 40px;
    line-height: 40px;
    margin-top:48px;
    margin-bottom: 35px;
}
.newlf .page li{
    display: inline;
    margin-right: 10px;
    color:#333;
}
.newlf .page li a{
   background: #FFFFFF;
    color: #333;
    border: 1px #e8e8e8 solid;
    padding: 5px 11px 5px 11px;
    border-radius: 3px;
}
.newlf .page li a:hover{
    background-color: #393;
    color:#fff;
    border-color:#393;
}
.newlf .page li.active a{
    background-color: #393;
    color:#fff;
    padding: 5px 11px 5px 11px;
    border-radius: 3px;
}
.newlf .page li strong{
    font-weight: 400;
}

.container .content .newrh{
    padding-top:32px;
    margin-top:15px;
    width: 270px;
    height: auto;
    overflow: hidden;
    float:right;
}

.container .content .newrh .course{
    width:100%;
    position: relative;
}
.container .content .newrh ul#courseBox{
    width: 270px;
    height: 180px;
    overflow: hidden;
    background-color: #F8F8F8;
    position: relative;
}
.newrh ul#courseBox li{
    position:absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.newrh ul#courseBox li:first-child{
    display: block;
}
.container .content .newrh ul.menu_tab{
    position: absolute;
    text-align:right;
    width: 250px;
    bottom:8px;
}

.newrh ul.menu_tab li{
    display: inline-block;
    width:4px;
    height:4px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
}
.newrh ul.menu_tab li.on{
    background-color:#393;

}

.container .content .reservation h2{
    font-size:24px;
    font-weight: 400;
    /*margin-bottom: 10px;*/
    margin-top:28px;
    height:52px;
    line-height:48px;
    background-color:#fff; 
    color:#333;
    box-sizing:border-box;
    border:1px solid #333;
    text-align: center;
    cursor:pointer;
}
.container .content .reservation h2 a{
    display: inline-block;
    width: 100%;
    font-size:24px;
    color:#333;
    text-align:center;
    letter-spacing: 12px;
}
/* 
.newrh .reservation form{
    background-color:#F8F8F8;
    box-sizing:border-box;
    padding:15px 10px;
    border:1px #e8e8e8 solid;
}
.newrh .reservation form li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom:5px;
    color:#333;
}
.newrh .reservation input{
    border:0;
    border:1px #e8e8e8 solid;
}
.newrh .reservation select{
    display: inline-block;
    width:188px;
    border:0;
    height: 28px;
    padding-left: 3px;
    color:#666;
    border:1px #e8e8e8 solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.newrh .reservation input[type='text']{
    padding: 3px 6px;
    width: 158px;
    height: 28px;
    box-sizing:border-box;
}
.newrh .reservation input[type='date']{
    padding: 3px 6px;
    width: 158px;
    height: 28px;
    box-sizing:border-box;
}
.newrh .reservation li.sex label{
    margin-left:8px;
    margin-right: 3px;
}
.reservation #name,.reservation #age{
    width: 188px;
}
.reservation form li:last-child{
    margin-bottom: 0;
    margin-top:15px;
}
.reservation .submitBtn{
    border:0;
    background-color:#333;
    color:#fff;
    padding:5px 10px;
    border-radius: 3px;
    margin-left:68px;
}
 */

.newrh .contactBox{
    width:100%;
    height: auto;
    margin-top:8px;
}
.newrh .contactBox div.hotline{
    width:100%;
    padding-top:15px;
    /*background:url(../image/tool_iconbar.png) no-repeat 11px 5px;*/
    padding-left:18px;
    box-sizing:border-box;
    background-image:;
    color:#666;
    padding-bottom:20px;
    background-color:#f8f8f8;
    margin-top: 12px;
}
.newrh .contactBox div.hotline p:nth-of-type(2){
    font-size:24px;
}
.newrh .contactBox div.time{
    width:100%;
    /*background:url(../image/tool_iconbar.png) no-repeat 11px -44px;*/
    padding-left:18px;
    box-sizing:border-box;
    color:#666;
    padding-top:2px;
    padding-bottom:25px;
    background-color:#f8f8f8;
}
.newrh .contactBox div.time p:nth-of-type(2){
    font-size:24px;
}
.newrh .contactBox div.toolBar{
    width:100%;
    font-size:0;
    height: 82px;
    background-color: #fff;
    /*border: 1px #e8e8e8 solid;*/
    box-sizing:border-box;
}
.newrh .contactBox div.toolBar a{
    display: inline-block;
    width:33%;
    height: 100%;
    text-align: center;
    padding-top:64px;
    box-sizing:border-box;
    color:#333;
}
.newrh .contactBox div.toolBar a:nth-of-type(1){
    background: #fff url(../image/tool_iconbar.png) no-repeat 26px 22px;
    background-size:35px;
}
.newrh .contactBox div.toolBar a:nth-of-type(2){
    background: #fff url(../image/tool_iconbar.png) no-repeat 26px -38px;
    background-size:35px;
}
.newrh .contactBox div.toolBar a:nth-of-type(3){
    background: #fff url(../image/tool_iconbar.png) no-repeat 26px -100px;
    background-size:35px;
}
/*
.newrh .contactBox div.toolBar a:nth-of-type(1):hover{
    background:#F8F8F8 url(../image/tool_iconbar.png) no-repeat 16px -342px;
}
.newrh .contactBox div.toolBar a:nth-of-type(2):hover{
    background:#F8F8F8 url(../image/tool_iconbar.png) no-repeat 16px -417px;
}
.newrh .contactBox div.toolBar a:nth-of-type(3):hover{
    background:#F8F8F8 url(../image/tool_iconbar.png) no-repeat 16px -495px;
}
*/
/*æ–‡ç«&nbsp;å†…å®¹é¡µæ&nbsp;·å¼*/

.newlf .newsArticle{
    width:100%;
    height: auto;

}
.newlf .newsArticle .a_title{
    width: 100%;
    padding-bottom: 10px;
    padding-top:20px;
}
.newlf .newsArticle .a_title h2{
    font-weight: 400;
    font-size:36;
    color:#000;
    text-align:center;
}
.newlf .newsArticle .article-info{
    text-align:center;
    font-size:13px;
    color:#666;
    margin:0;
    padding:0;
    margin-top:15px;
}
.newlf .newsArticle .article-info p{
    display: inline-block;
    margin:0 30px;
}
.newlf .newsArticle .a_body img{
    max-width:100%;
    height: auto!important;
    display: inline-block;
}
.newlf .newsArticle .a_body p{
    font-size:15px;
    color:#333;
    line-height: 30px;
    padding-bottom:20px;
}
.newlf .newsArticle .pageLead{
    position: relative;
    background-color:#F8F8F8;
    border: 1px #e8e8e8 solid;
    box-sizing:border-box;
    padding:5px 8px;
    color:#333;
    margin-top: 28px;
    margin-bottom:50px;
}
.newlf .newsArticle .pageLead a{
    font-size:15px;
    line-height: 30px;
    color:#666;
}
.newlf .newsArticle .pageLead a:hover{
    color:#393;
}
.newlf .newsArticle .returnList{
    display: line;
    position: absolute;
    right:21px;
    top:21px;
}
.newlf .newsArticle .returnList a{
    padding:5px 8px;
    background-color: #333;
    color:#fff;
    border-radius: 2px;
}</pre></body></html>