@charset "utf-8";
@font-face {
	font-family: 'Noto Sans';
	font-display: swap;
	font-weight: 700; /* 粗体 */
	src: url(../fonts/sy_bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_normal.woff2') format('woff2');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_light.woff2') format('woff2');
  font-weight: 300; /* 常规 */
}
@font-face {
	font-family: 'alimama_sht';
	font-display: swap;
	src: url('../fonts/alimama_shuheiti.woff2') format('woff2');
}

:root{
	--main_color: #C1AF88;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
}
body {
    font-family:'Noto Sans', Microsoft YaHei,Arial,sans-serif;
    font-weight: normal;
    font-size: 0.12rem;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}

.container_pub{
	width: 16rem;
	margin: 0 auto;
	max-width: 100%;
}
.button_style1{
	padding: .1rem .4rem;
	background-color: var(--main_color);
	border: 0.01rem solid var(--main_color);
	color: #fff;
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.button_hover1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover1:hover:before {
    width: 100%;
    left: 0;
}
.button_style1:hover {
    color: var(--main_color);
}

.button_style2{
	padding: .1rem 0.2rem;
	background-color: #ffffff;
	border: 0.02rem solid #382113;
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-flex;
	transition: all 0.5s ease 0s;
	border-radius: 1rem;
	overflow: hidden;
	color: #382113;
	font-weight: bold;
}
.button_hover2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--main_color);
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover2:hover:before {
    width: 100%;
    left: 0;
}
.button_style2:hover {
    color: #fff;
    border: 0.02rem solid var(--main_color);
}


.head_logo {
    width: 1.25rem;
    cursor: pointer;
    /* padding: .15rem 0; */
    line-height: 0;
}

.head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_height {
    height: .9rem;
}
.head_menu {
    display: flex;
    align-items: center;
    margin-left: .7rem;
    margin-right: auto;
    gap: 0.1rem;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    padding: 0 1rem;
}
.head_menu li{
	position: relative;
}
.head_menu li a {
    font-size: .18rem;
    position: relative;
    transition: 0.4s all ease;
    min-width: 1.4rem;
    display: block;
    text-align: center;
    z-index:1;
}
.head_menu li.active a ,.head_menu li:hover a{
    color: var(--main_color);
    font-weight: 500;
}
.head_menu li:after{
	/* content: ""; */
	display: block;
	background-color: var(--main_color);
	position: absolute;
	transition: 0.4s all ease;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
}
.head_menu li.active:after,.head_menu li:hover:after{
    top: 0;
}

.menu_orther_search {
    max-width: .32rem;
    cursor: pointer;
}
.index_banner:before {
    /* content: ""; */
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000bd;
    background: rgba(4, 23, 42, 0.30);
    position: absolute;
}

.index_banner {
    position: relative;
}
.index_banner_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.index_banner_t1 {
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
}

.index_banner_t2 {
    font-size: .4rem;
    color: #fff;
    font-weight: 300;
}
.index_banner_img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
	max-height: 11rem;
}
.button_style2 img {
    width: .2rem;
    margin-left: .1rem;
}
.linear_text {
    background: linear-gradient(90deg, #1976D2 0%, #33CDF8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .4rem;
    font-weight: bold;
    display: inline-block;
}

.index_sec1_t2 {
    font-size: .4rem;
    margin-top: 0.1rem;
}

.index_sec1_t3 {
    font-size: .2rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    line-height: .4rem;
}

.index_sec1_text {
    width: 6.97rem;
}

.index_section1 {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #FFF7EA;
}
.index_sec1_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8.53rem;
}

@media screen and (min-width: 1980px) {
.index_sec1_flex {
    position: relative;
}

.index_sec1_img {
    right: -2.2rem;
}
}
.button_hover2:hover img {
    filter: brightness(100);
}

.text-center{
	text-align: center;
}

.pub_desc {
    font-size: .18rem;
    color: #3F3F3F;
    padding: 0 .21rem;
    margin-top: .3rem;
}

.index_section2 {
    padding: 0.8rem 0;
    background: #fff7ea;
    padding-top: 0;
}

.song-flex {
    display: flex;
    flex-wrap: wrap;
}
.gap60{
	gap: 0.6rem;
}
.equal_item3 {
    width: 32%;
    text-align: center;
    padding: .3rem;
    width: calc((100% - 0.6rem * 2) / 3);
}

.index_sec2_t1 {
    font-size: .3rem;
    color: var(--main_color);
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.index_sec2_img img {
    width: 1.6rem;
}

.index_sec2_t2 {
    font-size: .2rem;
}
.head_menu_en {
    font-size: .14rem;
    display: block;
}
.menu_rights {
    display: flex;
    align-items: center;
}

.menu_rights_ul {
    display: flex;
    margin-right: .12rem;
    align-items: center;
}

.menu_rights_tel {
    color: #382113;
    font-size: .16rem;
    font-weight: bold;
}

.menu_rights_ul li {
    margin-left: .12rem;
    line-height: 0;
}
.menu_rights_ul li img {
    width: .36rem;
}
.index_sec_marg0 {
    padding: .6rem 1.1rem;
    background: #fff;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    /* margin-top: -1rem; */
    transform: translateY(-1rem);
}

.index_sec_left {
    width: 8.6rem;
}

.index_sec1_p {
    margin-top: .3rem;
    font-size: .18rem;
    margin-bottom: .6rem;
}

.index_sec1_number {
    display: flex;
    gap: .5rem;
}

.index_secns {
    font-size: .18rem;
    color: #96742B;
}

.index_secns span {
    font-size: .4rem;
    font-weight: bold;
}

.index_secns1 {
    font-size: .14rem;
    margin-top: .06rem;
}

.index_more {
    display: inline-flex;
    gap: .15rem;
    font-size: .16rem;
    font-weight: bold;
    align-items: center;
    margin-top: .25rem;
}

.index_more_jp {
    position: relative;
    line-height: 0;
}

.index_more_jpy {
    position: absolute;
    width: .31rem;
    right: -0.1rem;
    top: 50%;
    margin-top: -0.15rem;
}

.index_more_jp1 {
    width: .49rem;
}
.index_sec_logo {
    width: 1.25rem;
}
.index_more:hover .index_more_jpy img {
    transform: rotateZ(1800deg);
    
}

.index_more_jpy img {
    transition: 14s transform linear;
}
.index_sec_right {
    flex: 1;
    text-align: center;
}

.index_sec_ritxt {
    color: #382113;
    font-size: .3rem;
    margin-top: .2rem;
}

.index_sec_right>img {
    width: 1.24rem;
}
.container_1200{
	width: 12rem;
	margin: 0 auto;
}
.container_1480{
	width: 14.8rem;
	margin: 0 auto;
}
.pub_tt {
    font-size: .32rem;
    font-weight: bold;
}

.pub_title {
    text-align: center;
}

.index_sec2_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.index_sec2_item {
    position: relative;
    overflow: hidden;
}
.index_sec2_txt1 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .22rem .36rem;
    font-size: .24rem;
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.26);
    text-align: center;
}
.index_sec2_item img {
    transition: 0.4s transform ease;
}

.index_sec2_item:hover img {
    transform: scale(1.2);
}
.index_section3 {
    background: #fff7ea;
    padding: .6rem 0;
}
.index_sec3_flex {
    display: flex;
    margin-top: .4rem;
    overflow: hidden;
    border-radius: 0.3rem;
}

.index_sec3_left {
    width: 9.2rem;
}

.index_sec3_right {
    width: 5.6rem;
    background: #fff;
    padding-top: 1.2rem;
    padding-left: 0.4rem;
    padding-right: .3rem;
}

.slide_title1 {
    font-size: .4rem;
    font-weight: bold;
    margin-bottom: .2rem;
}


.slide_txt1 {
    color: #9D8C67;
    font-size: .2rem;
    margin-bottom: .45rem;
}

.slide_txt2 {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.slide_txt3 {
    font-size: .2rem;
    color: #D54237;
    margin-bottom: .5rem;
}

.slide_flex1 {
    display: flex;
    gap: .2rem;
}

.slide_sitemr2 {
    overflow: hidden;
    border-radius: 1rem;
}

.slide_sitemt1 {
    text-align: center;
    font-size: .16rem;
    margin-top: .05rem;
}
.index_sec3_re {
    position: relative;
}

.index_sec3_alileft {
    position: absolute;
    left: -1rem;
    top: 4rem;
    cursor: pointer;
}

.index_sec3_aliright {
    position: absolute;
    right: -1rem;
    top: 4rem;
    cursor: pointer;
}
.index_sec3_re .slick-dots {
    bottom: -0.5rem;
    position: absolute;
}

.slick-dots li.slick-active {
    background: #000;
}

.slick-dots li {
    background: none;
    border: .01rem solid #000;
}
.index_section4 {
    background: #fff7ea;
    padding: .6rem 0;
}

.index_sec4_flex {
    display: flex;
    background: #fff;
    padding: .6rem 1.1rem;
    border-radius: .3rem;
    justify-content: space-between;
    align-items: center;
}

.index_sec4_logo {
    width: 1.25rem;
}

.index_sec4_txt1 {
    font-size: .4rem;
    margin-top: .8rem;
}

.index_sec4_txt2 {
    color: #9D8C67;
    font-size: .2rem;
}

.index_sec4_txt3 {
    font-size: .16rem;
    font-weight: bold;
    margin-top: .15rem;
    margin-bottom: .6rem;
}

.index_sec4_left .button_style2 {padding: 0.1rem 0.4rem;}
.index_sec4_right .index_more {
    font-size: .24rem;
}
.footer {
    background: #21150D;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.foot_center {
    text-align: center;
}

.foot_logo {
    width: 1.88rem;
    margin: 0 auto;
}

.foot_flex1 {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: .6rem;
}

.foot_code {
    text-align: center;
    width: 1.3rem;
}

.foot_codet1 {
    color: #fff;
    font-size: .18rem;
    margin-top: 0.2rem;
}

.foot_flex2 {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-top: .6rem;
}

.foot_txt1 {
    text-align: center;
    color: #fff;
}

.foot_txts1 {
    color: rgba(255, 255, 255, 0.80);
    font-size: .14rem;
}

.foot_copyright {
    color: rgba(255, 255, 255, 0.72);
    margin-top: .9rem;
    font-size: .14rem;
}
.foot_txts2 {
    font-size: .2rem;
    font-weight: bold;
    margin-top: .1rem;
}
.slide_sitemr2 {
    width: .72rem;
}

.index_sec3_arrow svg {
    width: .78rem;
    height: auto;
}
.about_bg{
	background: #FFFBF5;
}

.about_sec1_pd {
    padding-top: .6rem;
    padding-bottom: 2rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    background: url(../images/about_bg.svg);
    background-size: cover;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0.3rem;
}
.about_sec1_logo {
    width: 1.25rem;
    margin: 0 auto;
    margin-bottom: .4rem;
}

.about_sec1_txt1 {
    font-size: .18rem;
}

.about_sec1_txt1 p {
    margin-bottom: .2rem;
    text-indent: 2em;
    line-height: .36rem;
}
.about_sec2_item {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.about_sec2_year {
    width: 3.1rem;
    font-size: .2rem;
    font-weight: bold;
    position: relative;
}

.about_sec2_txt {
    font-size: .2rem;
    flex: 1;
}

.about_sec2_content {
    padding: .01rem;
    position: relative;
}
.about_sec2_year:after {
    content: "";
    display: block;
    width: .2rem;
    height: .2rem;
    border-radius: .5rem;
    border: 2px solid #C1AF88;
    background: #FFF7EB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.55rem;
}


.about_sec2_content:before {
    content: "";
    display: block;
    width: 0.01rem;
    height: 100%;
    position: absolute;
    left: 2.68rem;
    top: 0;
    border-left: 0.01rem dashed #C1AF88;
}

.about_section2 {
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
}
.about_section3 {
    text-align: center;
    padding-top: .6rem;
    padding-bottom: 1rem;
}

.about_section3>img {
    width: 1.24rem;
}
.index_sec_ritxt2 {
    color: #9D8C67;
    font-size: .2rem;
    max-width: 8rem;
    margin: 0 auto;
    margin-top: .4rem;
}
.story_bg{
	background: url(../images/story_bg1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.story_tt1 {
    margin: 0 auto;
    width: 3.03rem;
}

.story_sor1 p {
    text-indent: 2em;
    font-size: .18rem;
    line-height: .36rem;
}

.story_section1 {
    padding-top: .6rem;
    padding-bottom: 1.68rem;
}
.story_bg .index_section3 {
    background: transparent;
}
.container_1400{
	width: 14rem;
	margin: 0 auto;
}
.story_slideimg {
    position: relative;
}

.story_slideimg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(56, 33, 19, 0.83) 100%);
}

.story_slidetxt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: .6rem;
    padding-left: 1rem;
    color: #fff;
    width: 9rem;
}

.story_slide {
    position: relative;
}

.story_slidetxt1 {
    font-size: .24rem;
    margin-bottom: .1rem;
}

.story_slidetxt2 {
    font-size: .18rem;
}
.story_bg .index_sec3_alileft,.story_bg .index_sec3_aliright {
    top: 50%;
}

.story_bg .index_sec3_slick {
    overflow: hidden;
    border-radius: 0.3rem;
}

.story_bg .index_sec3_re .slick-dots {
    bottom: 0.8rem;
    right: 0;
    text-align: right;
    padding-right: 1rem;
}

.story_bg .slick-dots li.slick-active {
    background: #fff;
}

.story_bg .slick-dots li {
    border: 0.01rem solid #fff;
}
.story_sor1 {
    margin-top: .5rem;
}
.story_sec3_logo {
    width: 1rem;
    margin-bottom: .3rem;
}

.story_sec3_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.story_sec3_t1 {
    font-size: .4rem;
}

.story_sec3_t2 {
    color: #9D8C67;
    font-size: .2rem;
    margin-top: .1rem;
}

.story_sec3_right {
    color: #A29B8E;
    font-size: .24rem;
}
.story_line1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-13%);
    z-index: 0;
}

.story_sec3_left {
    position: relative;
    z-index: 2;
}
.story_sec3_flex2 {
    display: flex;
    gap: 0.5rem;
    margin-top: .5rem;
    margin-bottom: .6rem;
}

.story_sec3_img {flex: 1;overflow: hidden;border-radius: .2rem;}
.story_sec3_flex3 {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    margin-top: 0.6rem;
    overflow: hidden;
}

.story_sec3_img1 {
    width: 6.9rem;
    border-radius: .2rem;
    overflow: hidden;
}

.story_sec3_txt {
    flex: 1;
}

.story_sec3_tx1 {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .57rem;
    position: relative;
}

.story_sec3_tx2 {
    color: #C1AF88;
    font-size: .24rem;
    padding-right: .7rem;
}

.story_sec3_line2 {
    position: absolute;
    width: 4.4rem;
    left: .55rem;
    bottom: -0.3rem;
}
.yinhao{
	vertical-align: bottom;
	margin-bottom: 0.1rem;
	width: .46rem;
	margin-right: .1rem;
}

.story_relative{
	position: relative;
	z-index: 2;
}
.story_section3 {
    padding-bottom: .9rem;
}
.contact_flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: .3rem;
    margin-top: -1rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.contact_right {
    width: 8.9rem;
}

.contact_left {
    padding-left: 1.1rem;
}

.contact_txt1 {
    font-size: .2rem;
    font-weight: bold;
}

.contact_txt2 {
    font-size: .4rem;
    margin-top: .24rem;
    color: #382113;
}

.contact_txt3 {
    color: #9D8C67;
    font-size: .2rem;
    margin-bottom: .4rem;
}

.contact_txt4 {
    font-size: .16rem;
    margin-bottom: .16rem;
    display: flex;
    align-items: center;
    gap: .2rem;
}

.contact_txt4 img {
    width: .18rem;
}

.contact_section1 {
    background: #FFF7EB;
    padding-bottom: .72rem;
}
.contact_section2 {
	
padding-top: .6rem;
	
padding-bottom: .6rem;
background: url(../images/contact_bg.jpg);
background-size: cover;
}
.contact_sec2_ly {
    position: relative;
    margin-left: .75rem;
}

.contact_sec2_lys {
    color: #382113;
    font-size: .44rem;
    font-weight: bold;
}

.contact_sec2_limg {
    position: absolute;
    width: 2.7rem;
    top: .5rem;
    left: .16rem;
}
.contact_form {
    margin-top: .5rem;
    margin-left: 0.75rem;
    width: 8rem;
}
.contact_form_ipt {
	
}


.contact_form_ipt input ,.contact_form_ipt textarea{
    font-family:'Noto Sans', Microsoft YaHei,Arial,sans-serif;
    width: 100%;
    padding: .4rem 0;
    font-size: .26rem;
	background: none;
	border: none;
	border-bottom: 1px solid #DDD5C4;
}
.contact_form_ipt textarea{
	height: 2.7rem;
}
.contact_form_ipt input::placeholder ,.contact_form_ipt textarea::placeholder{
	color: #000;
}
.contact_formbtn {
	align-items: center;
	margin-top: 0.9rem;
	cursor: pointer;
	padding: 0.1rem 0.3rem;
}
.foot_copyright a {
    color: rgba(255, 255, 255, 0.72);
}
.story_slideimg img {
    width: 100%;
}



/**/

.news_info_more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.relative {
    position: relative;
}

.news_info_more .index_more {
    margin-top: 0;
}

.index_section_new1 {
    background: #fff7ea;
    padding: 0.6rem 0;
}

.news_slick_re {
    padding: .6rem;
    position: relative;
}

.news_slick_item {
    padding: .2rem ;
}

.news_slick_txt {
    padding: 0.5rem 0.24rem;
    padding-top: .4rem;
}

.news_slick_t1 {
    font-size: .24rem;
    margin-bottom: .4rem;
    transition: 0.4s all ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_slick_sp1 {
    font-size: .18rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.news_slick_sp1 svg {
    width: .4rem;
    height: auto;
}

.news_slick_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_slick_time1 {
    font-size: .18rem;
    color: #96742B;
}

.news_slick_item a {
    background: #fff;
    display: block;
    border-radius: .1rem .1rem 0 0;
    overflow: hidden;
}
.news_slick_re .index_sec3_alileft {
    left: 30%;
    top: auto;
    bottom: 0;
    z-index: 9;
}

.news_slick_re 
 .index_sec3_aliright {
    position: absolute;
    right: 30%;
    top: auto;
    bottom: 0;
    z-index: 9;
}

.news_slick_index .slick-dots {
    bottom: -0.4rem;
}
.newslist_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.newslist_flex .news_slick_item {
    width: 33.3%;
}
.newslist_sec1 {
    padding: 0.7rem 0;
    background: #FFFCF8;
}
.news_slick_item:hover .news_slick_txt {
    border-bottom: 0.04rem solid #C1AF88;
}

.news_slick_item .news_slick_txt {
    border-bottom: 0.04rem solid #ffffff;
    transition: 0.4s all ease;
}

.news_slick_item:hover .news_slick_t1 {
    color: var(--main_color);
}

.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem;justify-content: center;margin-top: .5rem;}
.pagination a,.pagination span{position:relative;display:block;padding:0.1rem 0.25rem;margin-left:-1px;line-height:1.25;color: var(--main_color);background-color:#fff;border:1px solid #dee2e6;font-size: .16rem;}
.pagination a:hover{z-index:2;color: var(--main_color);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}
.pagination a:first-child{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.pagination a:last-child {border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}
.pagination a.page-num-current{z-index: 1;color:#fff;background-color: var(--main_color);border-color: var(--main_color);}


.newslist_content1 {padding-top: .65rem;padding-bottom: .35rem;background: url(../images/news_bg1.png);background-position: center right;background-size: contain;background-repeat: no-repeat;background-color: #eee;border-bottom: 2px solid #C1AF88;background: linear-gradient(92deg, rgba(255, 255, 255, 0.00) 28.97%, rgba(193, 175, 136, 0.20) 105.68%);}

.news_content_tt {
    font-size: .36rem;
    font-weight: bold;
}

.news_content_tt span {
    font-size: .2rem;
    color: #6C6868;
    font-weight: normal;
    margin-right: .2rem;
}
.newslist_content2_flex {
    display: flex;
    gap: .4rem;
}

.newslist_content2_lef {
    width: 11.1rem;
}

.newslist_content2_rig {
    width: 3.3rem;
}

.newslist_list_item {
    padding: .16rem;
    border-bottom: 1px solid rgba(201, 187, 164, 0.17);
}

.newslist_list_t1 {
    font-size: .22rem;
    margin-bottom: .15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist_list_time {
    font-size: .16rem;
    color: var(--main_color);
}

.newslist_content2_lefpd {
    font-size: .2rem;
    line-height: 2;
}

.newslist_content2_pn {
    background: #F3F0EB;
    padding: .45rem .36rem;
    display: flex;
    justify-content: space-between;
    font-size: .2rem;
    flex-wrap: wrap;
    margin-top: .5rem;
}
.newslist_content2 {
    background: #FFFCF8;
    padding: 0.7rem 0;
}
.newslist_content2_lefpd * {
    background: none!important;
}