body{
    background-color: #f9f9f9;
    color: #404040;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-feature-settings: "tnum";
    font-variant: tabular-nums;
}

.jz-top{
    height: 135px;
    max-width: 1170px;
    object-fit: cover;
    background-image: url(../image/logo.jpg);
    background-repeat: no-repeat;
}

/*頂部菜單*/
.layui-nav .layui-nav-item {
    line-height: 40px;
}
.jz-menu .layui-nav {
    background-color: #dbeeff; 
    /*color: #1C2833;*/
    padding:0 10px!important;
}

.layui-nav .layui-nav-item a {
    color: #111111;
    /*color: rgba(22, 22, 22, 0.7);*/
}  

.layui-nav .layui-nav-item a:hover {
    color: #111111;
    /*color: rgba(22, 22, 22, 0.7);*/
}  

.layui-nav .layui-nav-more{

}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #83c4f0;
}
/*豎版菜單*/
.layui-nav-tree {
    width: 100%;
}

/*通用參數*/
.top-margin-5{
    margin-top: 5px;
} 

.top-margin-20{
    margin-top: 20px;
} 


.left-margin-10{
    margin-left:10px;
}
.right-margin-30{
    margin-right: 30px!important;
}

/*底部菜單*/
.jz-menu-link{
    display: block;
    padding:5px 0;
    text-align: center;
}

.jz-card-header{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
} 

/*缩图文列表*/
.jz-tw-cover{
    width: 100%;
    max-height: 150px;
    object-fit: cover;
} 

.jz-tw-title{
    display: block;
    font-size: 14px;
    height:50px;
    padding:5px 0px;
    line-height: 25px;
}

.jz-content{
    background-color: #fff;  
    padding: 15px; 
}

/*文章列表*/
.note-list{
    padding:0 10px;
}
.note-list li {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0px;
    padding: 15px 2px 20px 0;
    border-bottom: 1px solid #f0f0f0;
    word-wrap: break-word;
}
.note-list .title {
    margin: -7px 0 4px;
    display: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
a {
    cursor: pointer;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.note-list .meta {
    padding-right: 0!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.note-list .meta span {
    margin-right: 10px;
    color: #b4b4b4;
}
.note-list .meta a {
    margin-right: 10px;
    color: #b4b4b4;
}

/* 分頁 */
.page{
    width:100%;
}
.pagination{
    text-align: center;
}
.pagination li{
    display:inline-block;
    padding:0 13px;
    height:35px;
    line-height: 35px;
    border: 1px solid #f0f0f0;
    margin: 3px;
}
.pagination li a{
    display: block;
}
.pagination li a:hover{
    color: #FFB800;
}
.active{
    background-color: #FFB800;
}


/*圖文顯示頁面*/
.jz-tw-view{
    padding:30px 50px;
    background-color: #fff;
}
.jz-tw-view-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
    margin-bottom: 20px;
}

.jz-tw-view-content {
    font-weight: 400;
    line-height: 2.2;
    margin-bottom: 20px;
    font-size: 16px;
    word-break: break-word;
}


/*圖文熱點*/
.jz-hot-header{
    color:#fff;
    font-size: 20px;
    font-weight: 500;
    padding:10px;
    text-align: center;
    background-color: #db8f5c;
}
.jz-hot{
    background-color: #fff;
}
.jz-hot-list{
    padding:15px;
}
.jz-hot-list li{
    padding:5px 10px;
    margin-bottom: 5px;
}
.jz-hot-list li a{
    display: block;
    padding-bottom: 5px;
}
.jz-hot-list li a:hover{
    text-decoration: underline;
}
.jz-hot-list li span {
    font-size: 12px;
    color: #969696;
}

/*圖文點擊放大*/
div .dong{
    transition:all 2s;
    cursor: pointer;
}
div .dong:hover{
    box-shadow: 1px 1px 3px #888888;
    transform:scale(1.01);
}

.jz-tw-view-pdf{
    line-height: 80px;
    text-align: center;
}

.jz-tw-view-pdf a{
    color: lightcoral;
}

/*墨宝下载工具栏*/
.jz-mb-tool{
    padding-right:5px;
}
.jz-mb-tool a{
    display: block;
    float: right;
    font-size: 10px;
    padding:2px 5px;
    border: 1px solid #d6d6d6;
}

/*顶部*/
.jz-top-tool{
    float: right;
    padding-top: 50px;
    padding-right:10px;
}
.jz-top-web{
    text-align: center;
    display: inline-block;
}
.jz-top-web a{
    background-color: #fff;
    padding:5px 10px;
}
.jz-top-date{
    padding:10px 0px 0 0;

}