/*===============reset=================== */

/* 统一全站字体设置 - 使用粗体中文字体 */
* {
    font-family: 'SimHei', '黑体', 'STHeiti', '华文黑体', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei', '微软正黑体', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-weight: 500 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'SimHei', '黑体', 'STHeiti', '华文黑体', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei', '微软正黑体', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-weight: 500 !important;
}

html {
    line-height: 1;

}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: baseline;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}


/*===============layout=================== */

html,
body {
    width: 100%;
}

body {
    color: #6b6d70;
    background-color: #ffffff;
    background-image: none;
    min-height: 100vh;
    font-size: 16px;
    font-family: 'SimHei', '黑体', 'STHeiti', '华文黑体', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei', '微软正黑体', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-weight: 500 !important;
    /* 修正中文标点符号位置 */
    font-feature-settings: normal !important;
    text-orientation: mixed !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.home {

    background-image: url('../../assets/images/bg-body-top-reverse.png'), url('../../assets/images/bg-body-bottom.png');
    background-position: center 85px, center 200px;
    background-size: 100% 200px, 100% auto;
    background-repeat: no-repeat, no-repeat;
    
}

a {
    color: #6b6d70;
    text-decoration: none;
}

a:hover {
    color: black;
}

header {
    width: 100%;
}

#toplink {
    text-align: right;
}

#toplink span {
    height: 25px;
    padding-top: 15px;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    float: left;
    display: block;
    width: 72%;
}

#search {
    height: 29px;
    padding-top: 6px;
    color: #572915;
    float: right;
    width: 23%;
    position: relative;
    margin-top: 6px;
    margin-right: 5%;
}

#search h5 {
    float: left;
    font-size: 1.1em;
    display: inline-block;
    padding-top: 2px;
    padding-left: 25px;
}

#search input[type=image] {
    position: absolute;
    left: 102%;
    top: 6px;
}

#searchtext {
    margin-top: 0px;
    width: 150px;
    height: 15px;
    border: 1px solid #cccccc;
}

#mainnav {
    width: 100%;
    min-width: 1000px;
    height: 61px;
    background: linear-gradient(to right, #732719 0%, #983928 50%, #732719 100%);
}

#mainnav:before {
    content: "";
    display: table;
}

#mainnav:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

#logo {
    float: left;
    padding: 4px;
    width: 240px;
}

.menu ul {
    float: left;
    width: calc(100% - 250px);
}

.menu li {
    float: left;
}

.menu li a {
    color: white;
    /* width: 80px; */
    height: 38px;
    display: block;
    text-decoration: none;
    padding-top: 23px;
    padding-left: 13px;
    padding-right: 13px;
}

.menu li a:hover {
    color: #381100;
    background-color: #c7ae90;
}

.menu:before {
    content: "";
    display: table;
}

.menu:after {
    content: " ";
    display: table;
    clear: both;
}

#wrapper {
    width: 1000px;
    margin: 20px auto 0 auto;
    top: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
}

#wrapper * {
    box-sizing: border-box;
}

.Iarticle {
    width: 71%;
    display: flex;
    flex-direction: column;
    padding-left: 1%;
}

.Iaside {
    width: 27.5%;
    margin-left: 1.5%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.Iarticle > section,
.Iaside > section {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
}

/* 适配溢出内容：确保内部容器可以正常生长 */
.Iarticle > section,
.Iaside > section {
    height: auto;
    min-height: min-content;
}


/*=============footer================ */

footer {
    background-image: url(../image/copy.jpg);
    background-repeat: repeat-x;
    height: 108px;
    width: 100%;
    min-width: 1000px;
    padding-top: 10px;
    font-size: 80%;
    color: #666666;
}

footer span {
    line-height: 1.4em;
    display: block;
    text-align: center;
}

.related {
    margin-bottom: 15px;
    text-align: center;
    height: 30px;
    padding-top: 10px;
    letter-spacing: 0.1em;
}


/*=============footer================ */


/*=============share================ */

.clearfix {
    clear: both;
}

#toplink,
#banner div,
.menu,
.related,
footer span {
    width: 1000px;
    margin: 0 auto;
}


/*=============share================ */


/*===============index=================== */

#banner {
    width: 1000px;
    margin: 0 auto;
}

/* 分类列表页（新闻/活动等模板）Banner 固定尺寸 1000×250 */
#banner.category-banner img {
    width: 1000px;
    height: 250px;
    object-fit: cover;
    display: block;
}

#flashBg {
    height: 251px;
    overflow: hidden;
    width: 100%;
    min-width: 1000px;
    clear: both;
    margin: 0;
    padding: 0;
    z-index: 2;
}

#flash {
    width: 1000px;
    height: 251px;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px 10px;
}

#flash a {
    width: 1000px;
    height: 300px;
}

#flash img {
    width: 1000px;
    height: 251px;
}

.flash_bar {
    width: 983px;
    padding-left: 17px;
    z-index: 69;
    height: 31px;
    overflow: hidden;
    position: absolute;
    padding-top: 2px !important;
    padding-top: 12px;
    bottom: 0px;
    left: 10px;

}

.flash_bar .dq {
    display: block;
    float: left;
    width: 21px;
    height: 20px;
    cursor: pointer;
    _background: none;
    background-image: url(../image/banner/yw_flash_p1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 3px 4px 3px 3px;
}

.flash_bar .no {
    display: block;
    float: left;
    width: 21px;
    height: 20px;
    cursor: pointer;
    _background: none;
    background-image: url(../image/banner/yw_flash_p2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 3px 4px 3px 3px;
}

.flashtext {
    z-index: 3;
    position: relative;
    left: 0px;
    width: 1000px;
    top: 0px;
    height: 300px;
}

.flashtext ul {
    position: absolute;
    left: 600px;
    top: 150px;
    line-height: 1.5em;
    font-size: 1.1em;
    color: white;
    height: 100px;
    width: 400px;
    z-index: 2;
}

.flashtext ul li a {
    color: white;
    text-decoration: none;
    background-color: #333333;
}

article section {
    border: #eee3d6 3px solid;
    margin-bottom: 15px;
    font-size: 0.95em;
    min-height: 357px;
}

body.home .Iarticle > section {
    min-height: 0;
}

#lastestnews {
    display: flex;
    align-items: stretch;
    gap: 12px;
    height: 100%;
    min-height: 0;
    padding: 8px 10px;
}

#lastestnews figure {
    margin: 0;
    position: relative;
    float: none;
    z-index: 9;
    flex: 0 0 51%;
    max-width: 51%;
    min-width: 0;
}

#lastestnews img {
    border: 0;
    padding: 0;
    max-width: none;
    margin-top: 0;
    max-height: none;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#lastestnews ul {
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -moz-box-flex: 1;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

#lastestnews ul li {
    height: auto;
    flex: 1 1 0;
    padding: 5px 10px 25px 10px;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

#lastestnews ul li span {
    line-height: 1.5em;
    padding-top: 3px;
    display: block;
    height: 65px;
    overflow: hidden;
}

#lastestnews ul li h2 {
    font-weight: bolder;
    line-height: 1.3em;
    max-height: 38px;
    overflow: hidden;
}

#lastestnews ul li h2 a {
    color: #643e2d;
}

#lastestnews>ul li:first-child {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a37c4d;
    padding-top: 8px;
}

.readmore a {
    color: #996600;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 0.9em;
}

/* 首页分类块：统一左图右文 */
.fgs-home-cat-block {
    width: 100%;
    padding-top: 20px;
    line-height: 2em;
    margin-bottom: 10px;
}

/* 分类块之间横线（原 #act 等块的 border-top） */
.fgs-home-cat-block + .fgs-home-cat-block {
    border-top: 2px solid #eee3d6;
}

.fgs-home-cat-block img {
    float: left;
    width: 250px;
    height: 120px;
    object-fit: cover;
    margin: 0 28px 0 10px;
}

/* BFC：与左浮动图并排，图片 margin-right 形成图与标题之间的间距 */
.fgs-home-cat-block ul {
    overflow: hidden;
    width: auto;
    max-width: 460px;
    padding-top: 10px;
    padding-left: 4px;
    margin-left: 0;
}

.fgs-home-cat-block ul li {
    border-bottom: 1px dotted #cccccc;
    width: 95%;
    margin-right: 5%;
    padding-bottom: 2px;
}

.fgs-home-cat-block ul li a {
    display: block;
}

.fgs-home-cat-block .morebtn {
    height: 20px;
    width: 50px;
    float: right;
    margin: 10px 20px 0 0;
}

.morebtn {
    background-color: #c1a59a;
    color: white;
    text-align: center;
    font-size: 0.85em;
    line-height: 1.5em;
}

.linkbtn {
    width: 70px;
    background-color: #c1a59a;
    text-align: center;
    line-height: 2em;
    display: inline-block;
    margin: 10px 0;
    color: white;
    cursor: pointer;
}

.morebtn a,
.linkbtn a {
    color: white;
    display: block;
}

.morebtn a:hover,
.linkbtn a:hover {
    background-color: #a27666;
}

#edu,
#act {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #eee3d6;
}

#charitable,
#edu,
#act {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #eee3d6;
}

/* 特色页面模块：统一左图右文 */
#arts img,
#charitable img,
#edu img,
#practice img {
    float: left;
    margin: 35px 0 0 10px;
    width: 225px;
    max-width: 225px;
    height: auto;
    object-fit: cover;
}

#arts p,
#charitable p,
#edu p,
#practice p {
    float: right;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    width: 420px;
    margin-top: 12px;
    padding-right: 10px;
}

/* 通用特色页面模块图片样式限制 */
[id^="featured-"] img {
    max-width: 225px !important;
    width: 225px !important;
    height: auto !important;
}


/*=============left block================ */


/*=============right block================ */

#LB_GAN {
    width: 245px;
    margin: 0 auto 13px auto;
    border: 2px solid #efefef;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#LB_GANT {
    background-image: url(../image/img_r1.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 100%;
    background-position: center 7px;
}

#LB_GANTC {
    padding: 0 15px 15px 20px;
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 0.95em;
    color: #666;
}

#LB_GANTC .morebtn {
    width: 50px;
    height: 20px;
    margin: 10px 0 0 0;
}

#LB_GANTC p {
    height: auto;
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

#LB_GANTC.is-expanded p {
    max-height: none;
    overflow: visible;
}

#LB_GANTC font {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: block;
}

#LB_GANB {
    display: none;
}

#LB_GANB img {
    margin: 25px 0 0 120px;
}

#HL_Merrit {
    background-image: url(../image/img_r2.png);
    background-repeat: no-repeat;
    height: 146px;
    width: 271px;
    background-position: 9px 0;
}

#HL_Merrit h3 {
    padding-top: 71px;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 0.1em;
    font-size: 0.95em;
}

#HL_Merrit img {
    margin: 30px 0 0 120px;
}

.sidemenu {
    font-family: 'SimHei', '黑体', 'STHeiti', '华文黑体', 'Microsoft YaHei', '微软雅黑', 'Microsoft JhengHei', '微软正黑体', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-weight: 500 !important;
    background-color: #dec9b1;
    width: 245px;
    margin: 3px auto 2px auto;
    font-size: 1.4em;
    color: #572915;
    font-weight: bolder;
    position: relative;
    line-height: 1.8em;
    cursor: pointer;
    text-align: center;
    background: url(../image/img_r6btn.png) 95% center #dec9b1;
    background-repeat: no-repeat;
}


.sidemenu:last-child {
    background: url(../image/img_r6btn.png) 95% center #dec9b1;
    background-repeat: no-repeat;
}

.sidemenu:hover,
.sidemenu:last-child:hover {
    color: #e1cfc7;
    background-color: #572915;
    background-image: url(../image/img_r6btn.png), linear-gradient(to right, #572915 0%, #997768 100%);
    background-position: 95% center, center;
    background-repeat: no-repeat;
}

.sidemenu img {
    position: absolute;
    top: 13px;
    right: 12px;
}

.sidemenu a {
    color: #572915;
    display: block;
    text-align: center;
}

/* .sidemenu a:hover {
    color: #e1cfc7;
    background: url(../image/img_r6btn.png) 95% center;
    background-repeat: no-repeat;
} */

.sidemenu_con {
    background-color: white;
    font-weight: normal;
    width: 231px;
    border: 2px solid #eee3d6;
    display: none;
    margin: 0 auto;
    padding-left: 10px;
}

.sidemenu_con li {
    list-style-position: inside;
    list-style-type: square;
    line-height: 2em;
    text-align: left;
    font-size: 0.65em;
}

.sidemenu_con li a {
    display: inline-block;
}

.sidemenu_con li a:hover {
    color: #964827;
    background: none;
}

.sidemenu:hover>.sidemenu_con {
    display: block;
}

/* 右侧图片友链（人间卫视等）固定尺寸 */
.right-image-link {
    display:flex;
    justify-content:center
}
.right-image-link img {
    width: 250px;
    height: 70px;
    object-fit: cover;
    display: block;
}

#AD {
    display: none;
    width: 240px;
    border: 4px solid #eee3d6;
    margin: 0 auto 13px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    min-height: 120px;
    box-sizing: border-box;
}

#AD .jcarousel-container-vertical {
    width: 100%;
    padding: 32px 0;
    box-sizing: border-box;
    position: relative;
}

#AD .jcarousel-clip-vertical {
    width: 100%;
}

/* 上下滚动箭头：居中浮于图片区域 */
#AD .jcarousel-prev-vertical,
#AD .jcarousel-next-vertical {
    z-index: 10;
    left: 50%;
    margin-left: -16px;
}

/* 禁用时仍显示箭头（半透明），避免看起来“消失” */
#AD .jcarousel-next-disabled-vertical {
    background: transparent url(next-vertical.png) no-repeat 0 0;
    opacity: 0.35;
    cursor: default;
}

#AD .jcarousel-prev-disabled-vertical {
    background: transparent url(prev-vertical.png) no-repeat 0 0;
    opacity: 0.35;
    cursor: default;
}

#AD .jcarousel-item-vertical {
    margin: 0;
}

#AD .jcarousel-item,
#AD #mycarousel li {
    width: 100%;
    margin: 0;
    padding: 0;
}

#AD .jcarousel-item a,
#AD #mycarousel a {
    display: block;
    line-height: 0;
}

#AD .jcarousel-item img,
#AD #mycarousel img {
    width: 100%;
    height: 64px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

/* jCarousel预加载样式 */
#mycarousel {
    visibility: hidden;
}
#mycarousel li {
    width: 200px;
    height: 64px;
    float: left;
    display: block;
}

/* 隐藏到加载完成 */
#mycarousel {
    visibility: hidden;
}

#mycarousel.jcarousel-list {
    visibility: visible;
}


/*=============right block================ */


/*===============page=================== */


/*=============page set================ */

.article {
    margin-left: 278px; /* 侧栏 240px + left 8px + 中间留白 30px */
    width: 722px; /* #wrapper 1000px - margin-left 278px，保证列表不挤乱 */
    box-sizing: border-box;
}

.subtitle {
    border-bottom: 1px solid #e2e2e2;
    height: 43px;
    width: 98%;
    clear: both;
}

.subtitle p {
    float: right;
    padding-top: 25px;
    font-size: 0.8em;
}

.subtitle p a {
    color: #a79279;
}

.subtitle h2 {
    font-size: 1.3em;
    font-weight: bolder;
    color: #171616;
    border-bottom: 1px solid #c8b094;
    width: 150px;
    float: left;
}

.subtitle h2 small {
    font-size: 0.6em;
    font-weight: normal;
    color: #b3b3b3;
}

.point {
    color: #7e4507;
    font-weight: bolder;
}

.subtext {
    padding-top: 20px;
    line-height: 1.5em;
    min-height: 800px;
    margin-bottom: 20px;
}

.subtext ol {
    display: block;
    width: 70%;
}

.subtext ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.titlestyle {
    color: #643e2d;
    text-decoration: underline;
    font-weight: bolder;
}

.aside {
    position: absolute;
    top: 0;
    left: 8px;
    left: 0;
    margin-right: 0;
    padding-right: 0;
    box-sizing: border-box;
}

#submenu {
    background: white;
    width: 240px;
    height: auto;
}

#submenu h3 {
    color: white;
    width: 230px;
    height: 20px;
    padding: 5px 0 2px 10px;
    letter-spacing: 0.05em;
    background: #572915;
    background: -moz-linear-gradient(left, #572915 0%, #997768 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #572915), color-stop(100%, #997768));
    background: -webkit-linear-gradient(left, #572915 0%, #997768 100%);
    background: -o-linear-gradient(left, #572915 0%, #997768 100%);
    background: -ms-linear-gradient(left, #572915 0%, #997768 100%);
    background: linear-gradient(to right, #572915 0%, #997768 100%);
}

#submenu img {
    text-align: left;
    display: block;
    padding-left: 20px;
    padding-top: 10px;
}

#submenu ul {
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
    padding: 10px 20px;
}

#submenu ul li {
    border-bottom: 1px solid #e2e3e2;
}

#submenu ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
}

.submenubg a {
    color: white;
    background: #b59252;
    background: -moz-linear-gradient(left, #b59252 0%, #d3bb5e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b59252), color-stop(100%, #d3bb5e));
    background: -webkit-linear-gradient(left, #b59252 0%, #d3bb5e 100%);
    background: -o-linear-gradient(left, #b59252 0%, #d3bb5e 100%);
    background: -ms-linear-gradient(left, #b59252 0%, #d3bb5e 100%);
    background: linear-gradient(to right, #b59252 0%, #d3bb5e 100%);
}


/*=============page set================ */


/*=============news set================ */

.news {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.news li {
    float: left;
    width: 230px;
    min-height: 260px;
    margin: 5px;
    position: relative;
    border: 2px solid #c8af92;
    background: url(../image/news/morebg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.news li img {
    width: 220px;
    height: 170px;
    display: block;
    margin: 5px auto;
    object-fit: cover;
}

.news li h4 {
    font-weight: bolder;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    width: 96.5%;
    padding: 1% 2%;
    margin: 0;
    font-size: 0.95em;
}

.news li p {
    font-size: 0.95em;
    width: 96%;
    padding: 2%;
    height: 143px;
    overflow: hidden;
    margin: 0;
}

.news a {
    color: #5e0808;
    text-decoration: none;
    display: block;
}

.news a:hover {
    text-decoration: underline;
}

/* 第一项大图：宽度与第二项合计 431+271+5*4=722px，不超出内容区 */
.news li:nth-child(1) {
    width: 431px;
    min-height: 265px;
}

.news li:nth-child(1) img {
    width: 421px;
    height: 210px;
    max-width: 100%;
}

/* 第二项与第一项同一行 */
.news li:nth-child(2) {
    width: 271px;
    min-height: 265px;
}

.news li:nth-child(2) img {
    width: 261px;
    height: 190px;
    max-width: 100%;
}

.news li:hover {
    background: url(../image/news/morebgo.png);
    background-position: 99% 99%;
    background-repeat: no-repeat;
    border: 2px solid #990d0d;
}

.morenews {
    text-align: right;
    padding: 20px;
}

.newsmorebtn {
    width: 50px;
    height: 37px;
    border-radius: 50px;
    background: #dfdfdf;
    text-align: center;
    padding-top: 13px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.newsmorebtn a {
    font-size: 0.8em;
    font-weight: bolder;
}

.newsmorebtn:hover {
    background: #bdbdbd;
}


/*=============news set================ */


/*=============event set================ */

.eventareastyle {
    overflow: hidden;
    height: 350px;
}

.eventtype {
    font-size: 1.3em;
    margin: 10px 0 30px 0;
    width: 100%;
    border-bottom: 2px solid #cbaf5b;
    border-left: 10px solid #cbaf5b;
    padding-left: 5px;
}

.eventlist {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 330px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 10px;
}

.eventlist:nth-child(3n) {
    margin-right: 0;
}

.hireList {
    padding: 0 0 50px;
    color: #434343;
    font-weight: 700;
    text-align: center;
}

.eventlist .img,
.eventlist span {
    display: block;
    width: 100%;
}

.eventlist .img {
    width: 220px;
    margin: 0 auto;
    border: 3px solid #c4a658;
    height: 220px;
    overflow: hidden;
    -webkit-border-radius: 220px;
    -moz-border-radius: 220px;
    -ms-border-radius: 220px;
    border-radius: 220px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
    position: relative;
}

.eventlist .img img {
    height: 220px;
    width: 220px;
}

.eventlist a b {
    display: flex;
    position: absolute;
    left: 17px;
    top: 17px;
    width: 185px;
    height: 185px;
    align-items: center;
    justify-content: center;
}

.eventlist b i {
    margin: 0;
    cursor: pointer;
    display: flex;
    text-align: center;
    width: 185px;
    height: 185px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: white;
    opacity: 0.9;
    border: 1px solid #c8af92;
    color: #990d0d;
    font-size: normal;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
    overflow: hidden;
    line-height: 1.4;
}

.eventlist b i .event-title-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}

.eventlist :hover i {
    background-color: #c8af92;
    color: white;
    border: none;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.eventlist :hover .img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #c8af92;
    padding: 3px;
}

.eventlist .txt {
    height: 115px;
    padding-top: 10px;
    width: 95%;
    margin: 0 auto;
}

.eventmoreline {
    cursor: pointer;
    margin-left: 83%;
    width: 17%;
    line-height: 2em;
    text-align: center;
    color: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    background: #f09c15;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15));
    background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
}

.eventmoreline:hover {
    text-decoration: underline;
}

.eventlist:nth-child(n+4) {
    opacity: 100;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}


/*=============event set================ */


/*=============publish set================ */

.publish li {
    width: 48%;
    height: 200px;
    float: left;
    border: 1px solid #c8af92;
    margin-top: 1%;
    margin-bottom: 1%;
    position: relative;
}

.publish li img {
    float: left;
    width: 140px;
    height: 180px;
    margin: 8px 5px;
    padding: 2px;
    border: 1px solid #b9b9b9;
}

.publish li p {
    font-size: 0.9em;
    color: black;
    line-height: 1.2em;
    width: 98%;
    height: 85px;
    text-align: justify;
}

.publish li h3 {
    margin: 8px 0;
    color: #990d0d;
    width: 98%;
    text-align: justify;
}

.publish li:nth-child(even) {
    margin-left: 2%;
}

.publishmore {
    font-size: 0.8em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #eeb44f;
    padding: 0 13px;
    text-decoration: none;
    background: -moz-linear-gradient(center top, #d1b85d 44%, #eeaf41 61%);
    background: -ms-linear-gradient(top, #d1b85d 44%, #eeaf41 61%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#D1B85D', endColorstr='#eeaf41');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #d1b85d), color-stop(61%, #eeaf41));
    background-color: #d1b85d;
    display: inline-block;
    position: absolute;
    right: 2%;
    bottom: 4%;
}

.publishmore a {
    color: #333333;
}

.publishmore:hover {
    background: -moz-linear-gradient(center top, #eeaf41 44%, #d1b85d 61%);
    background: -ms-linear-gradient(top, #eeaf41 44%, #d1b85d 61%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#D1B85D');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #eeaf41), color-stop(61%, #ffce79));
    background-color: #eeaf41;
}

/* ========== 分页：与站点配色一致，方形按钮 + 首尾页 << >> ========== */
#pager {
    clear: both;
    width: 100%;
    padding: 28px 0;
    margin-top: 20px;
    box-sizing: border-box;
}

#pager .pagernum {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-family: inherit !important;
}

/* 所有分页项：统一为方形按钮，禁止压缩 */
#pager .pagernum > a,
#pager .pagernum > span.page-numbers {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #c8af92 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #333 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}

/* WordPress 输出的省略号 span.dots，保持与其他按钮同尺寸对齐 */
#pager .pagernum span.page-numbers.dots {
    border: none !important;
    background: transparent !important;
    min-width: 24px !important;
    padding: 0 4px !important;
}

#pager .pagernum a:hover {
    background: #f0e6d8 !important;
    color: #5c3d2e !important;
    border-color: #a45d27 !important;
}

/* 回到第一页 <<、到最后一页 >>：棕色系，与站点主色一致 */
#pager .pagernum a.first-page,
#pager .pagernum a.last-page {
    background: #844c29 !important;
    color: #fff !important;
    border-color: #844c29 !important;
}

#pager .pagernum a.first-page:hover,
#pager .pagernum a.last-page:hover {
    background: #a45d27 !important;
    border-color: #a45d27 !important;
    color: #fff !important;
}

/* 上一页 <、下一页 >：深灰 */
#pager .pagernum a.prev.page-numbers,
#pager .pagernum a.next.page-numbers {
    background: #5c5c5c !important;
    color: #fff !important;
    border-color: #5c5c5c !important;
}

#pager .pagernum a.prev.page-numbers:hover,
#pager .pagernum a.next.page-numbers:hover {
    background: #454545 !important;
    border-color: #454545 !important;
    color: #fff !important;
}

/* 当前页：浅棕背景 */
#pager .pagernum span.page-numbers.current {
    background: #c8a882 !important;
    color: #fff !important;
    border-color: #c8a882 !important;
    cursor: default !important;
}

/* 右侧「第 X / Y 页」 */
#pager .pagernum .pager-info {
    flex-shrink: 0 !important;
    margin-left: 20px !important;
    color: #666 !important;
    font-size: 14px !important;
}

/* 兼容 the_posts_pagination（默认分类） */
.navigation.pagination {
    clear: both;
    width: 100%;
    padding: 28px 0;
    margin-top: 20px;
    box-sizing: border-box;
}

.navigation.pagination .nav-links {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    font-size: 14px !important;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span.page-numbers {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #c8af92 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #333 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}

.navigation.pagination .nav-links a:hover {
    background: #f0e6d8 !important;
    color: #5c3d2e !important;
    border-color: #a45d27 !important;
}

.navigation.pagination .nav-links a.prev.page-numbers,
.navigation.pagination .nav-links a.next.page-numbers {
    background: #5c5c5c !important;
    color: #fff !important;
    border-color: #5c5c5c !important;
}

.navigation.pagination .nav-links a.prev.page-numbers:hover,
.navigation.pagination .nav-links a.next.page-numbers:hover {
    background: #454545 !important;
    border-color: #454545 !important;
    color: #fff !important;
}

.navigation.pagination .nav-links span.page-numbers.current {
    background: #c8a882 !important;
    color: #fff !important;
    border-color: #c8a882 !important;
}

.navigation.pagination .nav-links span.page-numbers.dots {
    border: none !important;
    background: transparent !important;
    min-width: 24px !important;
    padding: 0 4px !important;
}

.navigation.pagination .nav-links .pager-info {
    flex-shrink: 0 !important;
    margin-left: 20px !important;
    color: #666 !important;
    font-size: 14px !important;
}

.pager-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
}
.pager-wrap > * {
    flex: 0 0 auto !important;
}

/* 默认模板分页：WordPress 输出的 nav 不占满行，与首尾页、页码同一行且紧凑 */
.pager-wrap .navigation.pagination {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
}
.pager-wrap .navigation.pagination .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.pager-wrap .navigation.pagination .nav-links {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 0 0 auto !important;
    width: auto !important;
}
.pager-wrap .navigation.pagination .nav-links > * {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #c8af92 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #333 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}
.pager-wrap .navigation.pagination .nav-links .current {
    background: #c8a882 !important;
    color: #fff !important;
    border-color: #c8a882 !important;
}
.pager-wrap .navigation.pagination .nav-links a:hover {
    background: #f0e6d8 !important;
    border-color: #a45d27 !important;
    color: #5c3d2e !important;
}

.pager-wrap .pager-info {
    margin-left: 0 !important;
    flex-shrink: 0 !important;
}

/* 默认分类：首尾页 << >> 与新闻/出版/活动一致 */
.pager-wrap a.first-page,
.pager-wrap a.last-page {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    border: 1px solid #844c29 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #844c29 !important;
    box-sizing: border-box !important;
    transition: background 0.2s, border-color 0.2s !important;
}

.pager-wrap a.first-page:hover,
.pager-wrap a.last-page:hover {
    background: #a45d27 !important;
    border-color: #a45d27 !important;
    color: #fff !important;
}


/*=============publish set================ */


/*=============20160812 add set================ */

.hotnews {
    position: relative;
    border: 2px solid #b67656;
    width: 96%;
    margin: 1% auto;
    flex: 0 0 96%;
    padding: 14px 20px 10px;
}

.hotmark {
    width: 180px;
    margin: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-top: 30px solid #b67656;
    border-right: 30px solid transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.hottitle {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffd200;
    letter-spacing: 0.12em;
    font-size: 1.1em;
    max-width: 80%;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
    padding: 0 20px;
}

.hotlist {
    width: 95%;
    margin: auto;
    padding: 24px 0 10px 0;
    line-height: 1.5;
    font-size: 1.2em;
}

/* 搜索页面特殊背景样式 */
.search-results-page {
    background: linear-gradient(135deg, #8b7355 0%, #a0826a 25%, #bc9a6a 50%, #d4b483 75%, #e6d8b7 100%);
    position: relative;
    overflow: hidden;
}

.search-results-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.search-results-container {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    padding: 30px;
}

.search-header {
    background: linear-gradient(45deg, #8b7355, #a0826d);
    margin: -30px -30px 30px -30px;
    padding: 30px;
    border-radius: 12px 12px 0 0;
    color: white;
    text-align: center;
    position: relative;
}

.search-header h1 {
    color: white;
    font-size: 2.2em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.search-keywords {
    color: #f5deb3;
    font-size: 1.1em;
    letter-spacing: 1px;
}

/* 搜索结果列表样式优化 */
.search-result-item {
    background: linear-gradient(90deg, #faf8f5 0%, #f0ede8 100%);
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #c8af92;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.search-result-item:hover {
    background: linear-gradient(90deg, #f0ede8 0%, #e8e2d9 100%);
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-left-color: #a0826d;
}

.search-result-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: right 0.7s ease;
}

.search-result-item:hover::before {
    right: 100%;
}

.search-result-item img {
    float: left;
    margin-right: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid #e6d8c5;
}

.search-result-title {
    color: #5d4037;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.search-result-title:hover {
    color: #8b7355;
}

.search-result-excerpt {
    color: #6b6d70;
    line-height: 1.6;
    margin-top: 10px;
}

/* 无搜索结果样式 */
.no-search-results {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #faf8f5 0%, #f0ede8 100%);
    border-radius: 12px;
    margin: 20px 0;
}

.no-search-results h3 {
    color: #8b7355;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.no-search-results p {
    color: #a0826d;
    font-size: 1.1em;
}


/*=============20160812 add set================ */



