/*
* @Author: Sun Jijing
* @Date:   2025-04-11 16:58:53
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-04-15 10:23:04
*/

/* 公用样式 */
.module_tit { position: relative; padding-top: 0.3rem; display: flex; justify-content: space-between; align-items: flex-end; }
.module_tit::before { content: ''; display: block; width: 0.8rem; height: 0.1rem; background: linear-gradient(to right, #007029, #c1d96b, #007029); position: absolute; left: 0; top: 0; }
.module_tit span { font-size: 0.5rem; font-weight: bold; color: #0d0d0d; font-weight: bold; line-height: 1em; }
.module_tit .more { color: #b1b1b1; font-size: 0.25rem; }
.module_tit.white::before { background: #fff; }
.module_tit.white span { color: #fff; }
.module_tit.white .more { color: #fff; }
.module_tit.center { justify-content: center; position: relative; }
.module_tit.center::before { left: 50%; transform: translateX(-50%); }
.module_tit.center .more { position: absolute; right: 0; }

/* 二级banner */
.banner_box { position: relative; }
.banner_box > img { display: block; width: 100%; }
.ban_txt { position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); }
.ban_txt p { color: #fff; line-height: 1em; }
.ban_txt .EN { font-size: 0.5rem; opacity: 0.8; margin-bottom: 0.35rem; text-transform: uppercase; }
.ban_txt .CN { font-size: 0.69rem; }
.ban_txt.black p { color: #333; }

/* 三级栏目通用 */
.list_page_con { padding-top: 1.25rem; padding-bottom: 1.25rem; background: url(/yypaper/template/page/list/list_page_bg.png) no-repeat center bottom; background-size: 100%; }
.rlzy_page_con { padding-top: 1.25rem; padding-bottom: 1.25rem; background: url(/yypaper/template/page/list/qydt_bg.png) no-repeat center bottom; background-size: 100%; }
.list_module_tit { margin-bottom: 0.9rem; text-align: center; position: relative; }
.list_module_tit::before { content: ''; display: block; width: 0.8rem; height: 0.1rem; background: linear-gradient(to right, #007029, #c1d96b, #007029); position: absolute; left: 50%; transform: translateX(-50%); top: 0; }
.list_module_tit span { display: inline-block; padding-top: 0.3rem; font-size: 0.5rem; font-weight: bold; color: #0d0d0d; }

/* 搜索结果用 */
.search_form_box { background: #fafafa; padding: 0.3rem 1rem; }
.search_form_box form { display: flex; }
.search_form_box input { width: 100%; height: 0.8rem; line-height: 0.8rem; padding: 0 0.2rem; font-size: 0.26rem; color: #333; background: #ecf4de; }
.search_form_box button { width: 1rem; height: 0.8rem; background: linear-gradient(to right, #4d8e2d, #06722a); flex-shrink: 0; font-size: 0.4rem; color: #fff; font-weight: bold; text-align: center; line-height: 0.8rem; }

/* 通知公告 */
.tzgg_box .pubcon { display: flex; height: 0.6rem; align-items: center; font-size: 0.34rem; color: #007029; }
.tzgg_box .iconfont { flex-shrink: 0; margin-right: 0.2rem; }
.tzgg_con { width: 100%; overflow: hidden; }
.tzgg_list li a { display: block; font-size: 0.25rem; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-height: 1em; height: 1em; }

/* 新闻列表 */
.news_con { margin-bottom: 1.6rem; }
.news_list li { padding: 0.6rem 0; border-bottom: 1px solid #eaeaea; position: relative; }
.news_list li::after { content: ''; display: block; width: 0%; height: 2px; background: #008522; position: absolute; left: 0; bottom: 0; transition: width linear 400ms; }
.news_list li a { display: flex; justify-content: space-between; align-items: center; }
.news_list li .date { width: 1.9rem; height: 1.73rem; display: flex; flex-shrink: 0; flex-direction: column; justify-content: center; align-items: center; background: #f2f2f2; font-size: 0.3rem; color: #333333; margin-right: 1.0rem; }
.news_list li .date strong { font-size: 0.5rem; color: #333; font-weight: 400; }
.news_list li .txt { width: 100%; }
.news_list li .txt p { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-height: 1em; height: 1em; }
.news_list li .tit { font-size: 0.3rem; color: #333; margin-bottom: 0.3rem; }
.news_list li .smy { font-size: 0.25rem; color: #999; }
.news_list li .more { font-size: 0.25rem; color: #999; flex-shrink: 0; margin-left: 1rem; height: 0.9rem; }
.news_list li:hover::after { width: 100%; }
.news_list li:hover .date { background: #6bbf8c; color: #fff; }
.news_list li:hover .date strong { color: #fff; }
.news_list li:hover .tit { color: #008522; }

/* 分页样式 */
.page_wrap { margin-top: 0.5rem; text-align: center; display: flex; justify-content: center; flex-wrap: wrap; }
.page_wrap > span { display: none !important; }
.page_wrap * { height: 0.5rem; line-height: 0.5rem; margin: 0 0.12rem; min-width: 0.5rem; color: #666; font-weight: normal; font-size: 0.23rem; }
.page_wrap a.but { border-radius: 0.05rem; border: 1px solid #c7cad3; font-family: '宋体'; color: #070b2d; font-weight: bold; }
.page_wrap a:hover, .page_wrap > font { border-radius: 0.05rem; border: 1px solid #0b6e6e; color: #0b6e6e; }
.page_wrap strong { white-space: nowrap; }

/* 关于我们-岳纸简介 */
.gywm_yzjj { padding-top: 1.38rem; padding-bottom: 2.05rem; background: url(/yypaper/template/page/list/gywm_yzjj_bg.png) no-repeat right bottom; background-size: 3rem auto; }
.gywm_yzjj_con { margin-top: 1.0rem; overflow: hidden; display: flex; justify-content: space-between; align-items: stretch; }
.gywm_yzjj_con .img { width: 7.2rem; flex-shrink: 0; }
.gywm_yzjj_con .txt { background: linear-gradient(to right, rgba(243, 247, 247, 1.0), rgba(243, 247, 247, 0)); padding: 0.75rem 0.7rem; }
.gywm_yzjj_con .txt p { font-size: 0.25rem; line-height: 2em; color: #0d0d0d; text-align: justify; }
.gywm_yzjj_con .keywords { display: flex; justify-content: space-between; align-items: center; padding: 0 0.6rem; height: 1.38rem; margin-top: 0.6rem; background: rgba(255,255,255,.6); }
.gywm_yzjj_con .keywords span { display: inline-flex; align-items: center; font-size: 0.28rem; color: #0d0d0d; }
.gywm_yzjj_con .keywords img { width: 0.4rem; margin-right: 0.2rem; transform: rotateY(0deg); transition: all linear 400ms; }
.gywm_yzjj_con .keywords span:hover img { transform: rotateY(180deg); }

/* 关于我们-成长印记 */
.gywm_czyj { background: url(/yypaper/template/page/list/gywm_czyj_bg.jpg) no-repeat bottom center; background-size: cover; padding-top: 1.5rem; padding-bottom: 1.88rem; }
.gywm_czyj_con { background: rgba(255,255,255,.8); margin-top: 0.9rem; }
.gywm_czyj_list li .con { -padding: 0.45rem 1.25rem; }
.gywm_czyj_list li .img { height: 2.12rem; margin: 0.45rem 1.25rem 0; overflow: hidden; }
.gywm_czyj_list li .img img { width: 100%; height: 100%; object-fit: cover; }
.gywm_czyj_list li .txt p { font-size: 0.3rem; color: #0d0d0d; line-height: 1.8em; margin: 0 1.25rem; }
.gywm_czyj_list li .txt p.year { height: 1.5rem; line-height: 1.5rem; font-size: 0.35rem; }
.gywm_czyj_list li .txt p.year strong { font-size: 0.5rem; font-weight: normal; }
.gywm_czyj_list li .txt p.smy { max-height: 5.4em; overflow-y: auto; scrollbar-color: #0b953c #f7f7f9; scrollbar-width: thin; }
.gywm_czyj_list li .line { border-top: 1px dashed #dcdddf; height: 0; position: relative; margin-bottom: 0.55rem; }
.gywm_czyj_list li .line i { width: 0.33rem; height: 0.33rem; border-radius: 50%; border: 1px solid #0b953c; position: absolute; left: 1.25rem; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; }
.gywm_czyj_list li .line i::after { content: ''; display: block; width: 0.12rem; height: 0.12rem; border-radius: 50%; background: #0b953c; }
.gywm_czyj_list li.swiper-slide-active .img { height: 7.2rem; margin: 0; }
.gywm_czyj_list li.swiper-slide-active .txt { position: absolute; bottom: 0; padding-top: 1rem; padding-bottom: 0.4rem; background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0, 0, 0, 0)); width: 100%; }
.gywm_czyj_list li.swiper-slide-active .txt p { margin: 0 0.33rem; }
.gywm_czyj_list li.swiper-slide-active .txt p, .gywm_czyj_list li.swiper-slide-active .txt p * { color: #fff !important; }
.gywm_czyj_list li.swiper-slide-active .txt p.year { height: auto; line-height: 1.5em; }
.gywm_czyj_list li.swiper-slide-active .line { display: none; }
.gywm_czyj_page { margin-top: 0.68rem; display: flex; align-items: center; }
.gywm_czyj_page .swiper-pagination { width: 100%; height: 2px; background: rgba(255,255,255,.8); position: static; }
.gywm_czyj_page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #0b953c; }
.gywm_czyj_page .but { display: inline-flex; justify-content: center; align-items: center; font-size: 0.23rem; color: #0b953c; font-family: "宋体"; font-weight: bold; width: 0.57rem; height: 0.57rem; border-radius: 50%; border: 1px solid #fff; background: #fff; flex-shrink: 0; margin-left: 0.23rem; }
.gywm_czyj_page .but.nolast { background: none; color: #fff; }

/* 关于我们-荣誉资质 */
.gywm_ryzz { padding-top: 1.7rem; padding-bottom: 1.69rem; background: url(/yypaper/template/page/list/gywm_ryzz_bg.jpg) no-repeat center; background-size: 100%; }
.gywm_ryzz_con { margin-top: 0.93rem; }
.gywm_ryzz_list { align-items: flex-end; }
.gywm_ryzz_list li { background: url(/yypaper/template/page/list/gywm_ryzz_liBg.png) no-repeat center bottom; background-size: 104% auto; padding-bottom: 0.12rem; }
.gywm_ryzz_list li a { display: block; border: 0.38rem solid transparent; border-image: url(/yypaper/template/page/list/gywm_ryzz_border.png) 30 round; margin: 0 0.38rem; }
.gywm_ryzz_list li img { display: block; }
.gywm_ryzz_but { margin-top: 0.7rem; display: flex; justify-content: center; }
.gywm_ryzz_but li { width: 0.25rem; height: 0.05rem; background: #fff; transition: all linear 500ms; margin: 0 0.1rem; }
.gywm_ryzz_but li.on { width: 0.5rem; background: #0b953c; }

/* 品牌与产品 */
.ppcp_bg { padding-top: 1.32rem; padding-bottom: 2.25rem; background: url(/yypaper/template/page/list/ppycp_bg.png) no-repeat center bottom; background-size: 100%; }
.ppcp_list li { margin-bottom: 0.57rem; position: relative; overflow: hidden; border-radius: 0.12rem; }
.ppcp_list li img { display: block; width: 100%; transform: scale(1,1); transition: all linear 500ms; }
.ppcp_list li .txt { position: absolute; bottom: 0.9rem; left: 50%; transform: translateX(-50%); text-align: center; }
.ppcp_list li .txt p { text-shadow: 0 0 0.2rem #333; }
.ppcp_list li .tit { font-size: 0.45rem; color: #fff; }
.ppcp_list li .smy { font-size: 0.25rem; line-height: 4em; color: #fff; }
.ppcp_list li .smy br { display: none; }
.ppcp_list li .more { display: inline-block; width: 2.15rem; height: 0.56rem; line-height: 0.56rem; border-radius: 0.56rem; background: linear-gradient(to left, #00712a, #8fab31); font-size: 0.25rem; color: #fff; }
.ppcp_list li:hover img { transform: scale(1.1, 1.1); }

/* 企业动态-岳纸新闻 */
.qydt_yzxw { padding: 0.8rem 0 0; }
.qydt_yzxw_con { margin-top: 0.9rem; }
.qydt_yzxw_left { width: 9.12rem; }
.qydt_yzxw_picNews { width: 100%; height: 5.62rem; overflow: hidden; position: relative; }
.qydt_yzxw_picNews_list li { width: 100%; height: 100%; position: relative; }
.qydt_yzxw_picNews_list li img { display: block; object-fit: cover; width: 100%; height: 100%; transform: scale(1,1); transition: all linear 500ms; }
.qydt_yzxw_picNews_list li p { height: 2.2rem; position: absolute; bottom: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0, 0, 0, 0)); padding-top: 1.2rem; }
.qydt_yzxw_picNews_list li p span { display: block; padding: 0 0.45rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 100%; font-size: 0.25rem; color: #fff; line-height: 1rem; max-width: 80%; }
.qydt_yzxw_picNews_but { position: absolute; width: auto !important; left: inherit !important; right: 0.45rem !important; bottom: 0.35rem !important; z-index: 5; }
.qydt_yzxw_picNews_but li { width: 0.12rem; height: 0.12rem; border-radius: 0.04rem; background: #fff; display: inline-block; margin-left: 0.06rem; transition: all linear 500ms; }
.qydt_yzxw_picNews_but li.on { width: 0.25rem; }
.qydt_yzxw_picNews_list li:hover img { transform: scale(1.1, 1.1); }

.qydt_yzxw_right { width: 8.88rem; }
.qydt_yzxw_news .first { padding-bottom: 0.4rem; border-bottom: 1px solid #d5d5d5; margin-bottom: 0.2rem; }
.qydt_yzxw_news .first .tit { font-size: 0.33rem; color: #262626; margin-bottom: 0.4rem; }
.qydt_yzxw_news .first .smy { font-size: 0.25rem; line-height: 1.8em; color: #262626; margin-bottom: 0.2rem; height: 3.6em; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.qydt_yzxw_news .first .date { font-size: 0.25rem; color: #848484; }
.qydt_yzxw_news .first:hover .tit { color: #007029; }
.news_list_page li { line-height: 0.68rem; height: 0.68rem; transition: all linear 500ms; transform: translateX(0); }
.news_list_page li a { display: block; float: left; font-size: 0.25rem; color: #333; width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list_page li span { font-size: 0.25rem; color: #707070; float: right; }
.news_list_page li:hover { transform: translateX(0.1rem); }
.news_list_page li:hover a, .news_list li:hover span { color: #007029; }

/* 企业动态-党建新闻 */
.qydt_djxw { background: url(/yypaper/template/page/list/qydt_djxw_bg.jpg) no-repeat center bottom; background-size: 100%; padding: 1.38rem 0; }
.qydj_djxw_con { padding: 0.8rem; background: rgba(255,255,255,.6); }
.qydj_djxw_con .module_tit::before { background: #bd2800; }
.qydj_djxw_news { margin-top: 0.7rem; }
.qydj_djxw_news .news_list_page { display: flex; justify-content: space-between; flex-wrap: wrap; }
.qydj_djxw_news li { width: 8.12rem; }

/* 企业动态-社会责任 */
.qydt_shzr { padding-top: 1.55rem; padding-bottom: 3.12rem; background: url(/yypaper/template/page/list/qydt_bg.png) no-repeat center bottom; background-size: 100%; }
.qydt_shzr_con { margin-top: 1.2rem; }
.qydt_shzr_list { display: flex; justify-content: space-between; }
.qydt_shzr_list li { width: 3.88rem; }
.qydt_shzr_list li .img { height: 4.78rem; overflow: hidden; }
.qydt_shzr_list li .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all linear 500ms; }
.qydt_shzr_list li p { margin-top: 0.4rem; text-align: center; font-size: 0.3rem; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qydt_shzr_list li:hover .img img { transform: scale(1.1, 1.1); }
.qydt_shzr_list li:hover p { color: #007029; }

/* 企业文化 */
.qywh_box { padding: 1rem 0 1.5rem; background: url(/yypaper/template/page/list/qydt_bg.png) no-repeat center bottom; background-size: 100%; }
.qywh_list li { margin-bottom: 0.6rem; }
.qywh_list li img { display: block; width: 100%; }

/* 联系我们 */
.lxwm_box { margin-top: 1.25rem; }
.lxwm_phone_list { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 0.62rem; }
.lxwm_phone_list li { display: inline-flex; align-items: center; width: 40%; margin-bottom: 0.3rem; }
.lxwm_phone_list li span { display: inline-flex; flex-shrink: 0; justify-content: center; align-items: center; width: 1rem; height: 1rem; border-radius: 50%; background: #f9f9f9; margin-right: 0.35rem; }
.lxwm_phone_list li span img { display: block; width: 50%; }
.lxwm_phone_list li p { font-size: 0.25rem; color: #333; }

/* 联系我们-联系电话 */
.lxwm_sale_item { padding-top: 0.3rem; }
.lxwm_sale_item .title { display: flex; align-items: center; margin-bottom: 0.6rem; }
.lxwm_sale_item .title .CN { font-size: 0.4rem; color: #333; margin-right: 0.4rem; flex-shrink: 0; }
.lxwm_sale_item .title .EN { font-size: 0.17rem; color: #ccc; line-height: 1.8em; border-bottom: 1px dashed #ccc; width: 100%; font-style: italic; text-transform: uppercase; }
.lxwm_sale_list { display: flex; justify-content: space-between; flex-wrap: wrap; }
.lxwm_sale_list li { width: 5.75rem; -height: 2.62rem; background: #fff url(lxwm_number_bg.png) no-repeat center; background-size: cover; margin-bottom: 0.62rem; padding: 0.3rem 0; display: inline-flex; flex-direction: column; justify-content: center; transition: all linear 500ms; }
.lxwm_sale_list li.none { height: 0; padding: 0; margin: 0; }
.lxwm_sale_list li .company { padding-left: 0.38rem; display: flex; align-items: center; font-size: 0.35rem; color: #333; }
.lxwm_sale_list li .company span { display: inline-flex; justify-content: center; align-items: center; width: 0.47rem; height: 0.47rem; border-radius: 50%; background: #fff; flex-shrink: 0; margin-right: 0.12rem; }
.lxwm_sale_list li .company span img { height: 0.25rem; }
.lxwm_sale_list li .area { margin-left: 0.77rem; margin-top: 0.12rem; margin-bottom: 0.12rem; background: linear-gradient(to right, rgba(255,255,255,.7),transparent); line-height: 2em; padding-left: 0.2rem; padding-right: 0.8rem; font-size: 0.2rem; color: #666; }
.lxwm_sale_list li .phone { font-size: 0.3rem; color: #333; margin-top: 0.2rem; padding-left: 0.97rem; }
.lxwm_sale_list li:hover { background-color: #edf9f2; }
.lxwm_sale_list li:hover .company { color: #007029; }

/* 联系我们-地图 */
.lxwm_map { margin-bottom: 1.5rem; }
.lxwm_map img { display: block; }

/* 联系我们-留言 */
.lxwm_msg_bg { padding-bottom: 3.12rem; background: url(/yypaper/template/page/list/list_page_bg.png) no-repeat center bottom; background-size: 100%; }
.lxwm_msg_con { display: flex; justify-content: space-between; }
.lxwm_msg_left { width: 11.75rem; }
.lxwm_msg_left > p { font-size: 0.35rem; color: #080808; margin-bottom: 0.55rem }
.lxwm_row { display: flex; flex-wrap: wrap; margin-bottom: 0.3rem; position: relative; }
.lxwm_row .label { font-size: 0.25rem; color: #080808; width: 1.4rem; line-height: 2em; flex-shrink: 0; }
.lxwm_row .label font { font-size: 0.2rem; color: red; }
.lxwm_row .cell { width: calc(100% - 1.4rem); border: 1px solid #ebebeb; background: #f9f9f9; }
.lxwm_row .cell textarea { width: 100%; height: 1.45rem; line-height: 1.8em; padding: 0.1rem; border: none; background: none; font-size: 0.25rem; color: #080808; }
.lxwm_row .cell input { width: 100%; height: 0.8rem; line-height: 0.8rem; padding: 0 0.1rem; border: none; background: none; font-size: 0.25rem; color: #080808; }
.lxwm_row input[type='submit'] { width: 1.68rem; height: 0.53rem; text-align: center; line-height: 0.53rem; background: #4991ff; color: #fff; font-size: 0.25rem; color: #fff; margin-left: 1.4rem; border: 0; }
.Validform_checktip { font-size: 0.15rem; color: red; position: absolute; line-height: 0.2rem; bottom: -0.2rem; left: 1.4rem; }
#randomCodeImg_9376f448f82e4136aa9337bcfccae1d7 { width: auto; flex-shrink: 0; }
.lxwm_msg_right { width: 6.25rem; border-radius: 1.25rem 0 0 0; overflow: hidden; height: 7rem; }
.lxwm_msg_right img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* 党的建设-党建新闻 */
.ddjs_tit { position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 0.8rem; }
.ddjs_tit span { font-size: 0.5rem; font-weight: bold; color: #bd1600; font-weight: bold; line-height: 1em; padding-left: 0.8rem; background: url(ddjs_title_icon.png) no-repeat left center/0.6rem; }
.ddjs_tit .more { color: #b1b1b1; font-size: 0.25rem; }
.ddjs_tit.center { justify-content: center; position: relative; }
.ddjs_tit.center .more { position: absolute; right: 0; }

.ddjs_djxw { padding-top: 1.25rem; padding-bottom: 0.8rem; display: flex; justify-content: space-between; }
.ddjs_djxw_item { width: 5.33rem; }
.ddjs_djxw_item .ddjs_tit { margin-bottom: 0.3rem; }
.ddjs_djxw_item .news_list_page li a { width: 70%; }
.ddjs_djxw_item .news_list_page li:hover a, .ddjs_djxw_item .news_list_page li:hover span { color: #bd1600; }

/* 党的建设-党建案例 */
.ddjs_djal { background: url(/yypaper/uiFramework/commonResource/image/2025043014313760310.jpg) no-repeat center bottom; background-size: cover; padding: 1.38rem 0; }
.ddjs_djal_con { padding: 0.8rem 0.5rem; background: rgba(255,255,255,.6); }
.ddjs_djal_list { display: flex; justify-content: space-between; }
.ddjs_djal_list li { width: 5.4rem; }
.ddjs_djal_list li .img { height: 3.25rem; overflow: hidden; }
.ddjs_djal_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all linear 500ms; }
.ddjs_djal_list li .tit { font-size: 0.3rem; line-height: 3em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ddjs_djal_list li .smy { font-size: 0.25rem; color: #666; line-height: 1.8em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 3.6em; overflow: hidden; }
.ddjs_djal_list li:hover .img img { transform: scale(1.1,1.1); }
.ddjs_djal_list li:hover .tit, .ddjs_djal_list li:hover .smy { color: #bd1600; }

/* 党的建设-荣誉体系 */
.ddjs_rytx { padding-top: 1.4rem; padding-bottom: 2.4rem; background: url(/yypaper/template/page/list/qydt_bg.png) no-repeat center bottom; background-size: 100%; }
.ddjs_rytx_list { display: flex; justify-content: space-between; }
.ddjs_rytx_list li { width: 5.8rem; height: 1.5rem; display: flex; align-items: center; background: url(/yypaper/uiFramework/commonResource/image/2025043015002014468.png) no-repeat; background-size: 100% 100%; text-align: center; }
.ddjs_rytx_list li a { width: 100%; display: block; overflow: hidden; font-size: 0.4rem; font-family: '思源宋体', '宋体'; font-weight: bold; background: linear-gradient(to right, #f21f1f, #ae0606); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.ddjs_rytx_list li:hover a { color: #bd1600; }

/* 投资者关系 */
.tzzInfo { display: flex; justify-content: center; margin-bottom: 0.4rem; }
.tzzInfo span, .tzzInfo span * { font-size: 0.3rem; }
.tzzInfo span { margin: 0 0.3rem; }
.tzzInfo span .iconfont { width: 0.4rem; height: 0.4rem; display: inline-flex; background: #007029; color: #fff !important; justify-content: center; align-items: center; margin-right: 0.2rem; }
#gupiao { display: flex; justify-content: space-between; padding: 0.3rem; background: #e6f3ed; align-items: center; margin-bottom: 0.5rem; }
#gupiao h3 { font-size: 0.5rem; color: #007029; }
#gupiao h3 span, #gupiao p span { font-size: 0.3rem; font-weight: normal; color: #333; }
#gupiao .more { display: flex; width: 0.5rem; height: 0.5rem; background: #007029; justify-content: center; align-items: center; border-radius: 50%; font-size: 0.3rem; color: #fff; }

/* 适配代码 */
@media screen and (max-width:1200px) {
	/* 公用样式 */
	.module_tit span { font-size: 0.6rem; line-height: 1.2em; }
	.module_tit .more { font-size: 0.4rem; }

	/* 二级banner */

	/* 三级栏目通用 */
	.list_page_con { padding-top: 1.5rem; padding-bottom: 2rem; }
	.rlzy_page_con { padding-top: 1.5rem; padding-bottom: 2rem; }
	.list_module_tit { margin-bottom: 0.5rem; }
	.list_module_tit span { font-size: 0.6rem; }

	/* 搜索结果用 */

	/* 新闻列表 */
	.news_con { margin-bottom: 0rem; }
	.news_list li { padding: 0.4rem 0; }
	.news_list li .date { margin-right: 0.5rem; width: 2.4rem; font-size: 0.34rem; }
	.news_list li .date strong { font-size: 0.7rem; }
	.news_list li .tit { font-size: 0.4rem; }
	.news_list li .smy { font-size: 0.34rem; }
	.news_list li .more { display: none; }

	/* 分页样式 */
	.page_wrap * { height: 0.7rem; line-height: 0.7rem; min-width: 0.7rem; font-size: 0.34rem; }

	/* 关于我们-岳纸简介 */
	.gywm_yzjj { padding-top: 1.5rem; padding-bottom: 1.5rem; }
	.gywm_yzjj_con { margin-top: 0.8rem; }
	.gywm_yzjj_con .img { width: 7.5rem; }
	.gywm_yzjj_con .img img { display: block; width: 100%; height: 100%; object-fit: cover; }
	.gywm_yzjj_con .txt { padding: 1rem; }
	.gywm_yzjj_con .txt p { font-size: 0.34rem; }
	.gywm_yzjj_con .keywords { height: 1.2rem; margin-top: 0.6rem; }
	.gywm_yzjj_con .keywords span { font-size: 0.4rem; }
	.gywm_yzjj_con .keywords img { width: 0.5rem; }

	/* 关于我们-成长印记 */
	.gywm_czyj { padding-top: 1.5rem; padding-bottom: 1.5rem; background-size: cover; }
	.gywm_czyj_con { margin-top: 0.8rem; }
	.gywm_czyj_list li .img { height: 3rem; margin: 0.4rem 0.5rem 0; }
	.gywm_czyj_list li .line i { left: 0.5rem; width: 0.4rem; height: 0.4rem; }
	.gywm_czyj_list li .line i::after { width: 0.2rem; height: 0.2rem; }
	.gywm_czyj_list li .txt p { font-size: 0.34rem; margin: 0 0.5rem; text-align: justify; padding-right: 0.25rem; }
	.gywm_czyj_list li .txt p.year { font-size: 0.4rem; height: 1.6rem; line-height: 1.6rem; }
	.gywm_czyj_list li .txt p.year strong { font-size: 0.7rem; }
	.gywm_czyj_list li.swiper-slide-active .img { height: 8rem; }
	.gywm_czyj_page { margin-top: 0.5rem; }
	.gywm_czyj_page .but { width: 0.8rem; height: 0.8rem; font-size: 0.36rem; margin-left: 0.4rem; }
	.gywm_czyj_page .swiper-pagination { height: 0.1rem; }

	/* 关于我们-荣誉资质 */
	.gywm_ryzz { padding-top: 1.5rem; padding-bottom: 1.5rem; background-size: cover; }
	.gywm_ryzz_con { margin-top: 0.8rem; }
	.gywm_ryzz_list li { background-size: 102% auto; }
	.gywm_ryzz_but li { height: 0.1rem; }

	/* 品牌与产品 */
	.ppcp_bg { padding-top: 1.5rem; padding-bottom: 1.5rem; }
	.ppcp_list li { margin-bottom: 0.5rem; }
	.ppcp_list li .txt { bottom: 50%; transform: translate(-50%, 50%); }
	.ppcp_list li .tit { font-size: 0.6rem; }
	.ppcp_list li .smy { font-size: 0.4rem; line-height: 3em; }
	.ppcp_list li .more { display: inline-flex; align-items: center; height: 0.8rem; width: auto; line-height: inherit; padding: 0 0.5rem; font-size: 0.4rem; }

	/* 企业动态-岳纸新闻 */
	.qydt_yzxw { padding: 1.5rem 0 0; }
	.qydt_yzxw_con { margin-top: 0.5rem; display: flex; justify-content: space-between; }
	.qydt_yzxw_con::after { display: none; }
	.qydt_yzxw_left, .qydt_yzxw_right { width: 48%; }
	.qydt_yzxw_picNews { height: 6.5rem; }
	.qydt_yzxw_picNews_list li p span { font-size: 0.34rem; }
	.news_list_page li { height: 0.8rem; line-height: 0.8rem; }
	.news_list_page li a { font-size: 0.34rem; width: 70%; }
	.news_list_page li span { font-size: 0.34rem; }
	.qydt_yzxw_news .first .tit { font-size: 0.34rem; }
	.qydt_yzxw_news .first .smy, .qydt_yzxw_news .first .date { font-size: 0.32rem; }
	.qydt_yzxw_news .first .smy { height: auto; }

	/* 企业动态-党建新闻 */
	.qydt_djxw { background-size: cover; padding: 1.5rem 0; }
	.qydj_djxw_con { padding: 0.5rem; }
	.qydj_djxw_news { margin-top: 0.5rem; }
	.qydj_djxw_news li { width: 48%; }

	/* 企业动态-社会责任 */
	.qydt_shzr { padding-top: 1.5rem; padding-bottom: 3rem; }
	.qydt_shzr_con { margin-top: 0.5rem; }
	.qydt_shzr_list li { width: 22%; }
	.qydt_shzr_list li .img { height: 26vw; }
	.qydt_shzr_list li p { margin-top: 0.2rem; font-size: 0.34rem; }

	/* 企业文化 */
	.qywh_box { padding: 1.5rem 0 3rem; }
	.qywh_list li { margin-bottom: 0.5rem; }

	/* 联系我们 */
	.lxwm_box { margin-top: 1.5rem; }
	.lxwm_phone_list { margin-top: 0.5rem; }
	.lxwm_phone_list li { width: 50%; }
	.lxwm_phone_list li p { font-size: 0.34rem; }

	/* 联系我们-联系电话 */
	.lxwm_sale_item { padding-top: 0.5rem; }
	.lxwm_sale_item .title { margin-bottom: 0.5rem; }
	.lxwm_sale_item .title .CN { font-size: 0.5rem; }
	.lxwm_sale_item .title .EN { font-size: 0.3rem; }
	.lxwm_sale_list li { width: 30%; margin-bottom: 0.5rem; }
	.lxwm_sale_list li .company { padding-left: 0.4rem; font-size: 0.46rem; }
	.lxwm_sale_list li .company span { width: 0.6rem; height: 0.6rem; margin-right: 0.2rem; }
	.lxwm_sale_list li .company span img { height: 0.4rem; }
	.lxwm_sale_list li .area { margin-left: 1rem; margin-top: 0.2rem; margin-bottom: 0.2rem; padding-left: 0.2rem; font-size: 0.34rem; }
	.lxwm_sale_list li .phone { font-size: 0.34rem; margin-top: 0; padding-left: 1.2rem; }

	/* 联系我们-地图 */
	.lxwm_map { margin-top: 1rem; }

	/* 联系我们-留言 */
	.lxwm_msg_bg { padding-bottom: 3rem; }
	.lxwm_msg_left { width: 100%; }
	.lxwm_msg_left > p { font-size: 0.4rem; margin-bottom: 0.5rem; }
	.lxwm_row .label { width: 1.8rem; font-size: 0.34rem; }
	.lxwm_row .cell { width: calc(100% - 2rem); }
	.lxwm_row .cell input, .lxwm_row .cell textarea { font-size: 0.34rem; }
	.lxwm_row .cell textarea { height: 2rem; }
	.lxwm_row input[type='submit'] { width: 3rem; height: 0.8rem; line-height: 0.8rem; font-size: 0.4rem; margin-left: 1.8rem; }
	.Validform_checktip { font-size: 0.3rem; line-height: 1em; position: relative; bottom: 0; left: 1.8rem; }
	.lxwm_msg_right { flex-shrink: 0; margin-left: 1rem; height: 8rem; }

	/* 党的建设 */
	.ddjs_djxw { padding: 1.5rem 0; }
	.ddjs_djxw_item { width: 30%; }
	.ddjs_djal { padding: 1.5rem 0; }
	.ddjs_djal_list li { width: 30%; }
	.ddjs_rytx { padding-top: 1.5rem; padding-bottom: 2.5rem; }
	.ddjs_rytx_list li { width: 30%; height: 7.8vw; }
}

@media screen and (max-width:768px) {
	/* 公用样式 */
	.module_tit span { font-size: 0.7rem; }
	.module_tit.center { justify-content: flex-start; }
	.module_tit.center::before { left: 0; transform: none; }

	/* 二级banner */
	.banner_box > img { height: 50vw; }

	/* 三级栏目通用 */
	.list_page_con { padding-top: 1rem; background-size: auto 6rem; }
	.rlzy_page_con { padding-top: 1rem; background-size: auto 6rem; }

	/* 搜索结果用 */
	.search_form_box { padding: 0; }
	.search_form_box input { font-size: 0.4rem; height: 1.2rem; line-height: 1.2rem; }
	.search_form_box button { width: 1.2rem; height: 1.2rem; font-size: 0.7rem; line-height: 1rem; }

	/* 新闻列表 */
	.news_list li .date { width: 2rem; height: 2rem; font-size: 0.4rem; margin-right: 0.4rem; }
	.news_list li .txt .tit { -webkit-line-clamp: 3; line-height: 1.5em; max-height: 4.5em; height: auto; margin-bottom: 0; font-size: 0.4rem; }
	.news_list li .txt .smy { display: none; }

	/* 分页样式 */
	.page_wrap * { height: 0.8rem; line-height: 0.8rem; min-width: 0.8rem; font-size: 0.4rem; }

	/* 关于我们-岳纸简介 */
	.gywm_yzjj { padding-top: 1rem; padding-bottom: 1rem; background-size: 100% auto; }
	.gywm_yzjj_con { margin-top: 0.5rem; flex-direction: column; }
	.gywm_yzjj_con .img { width: 100%; }
	.gywm_yzjj_con .txt { padding: 0.5rem 0 0; background: none; }
	.gywm_yzjj_con .txt p { font-size: 0.4rem; }
	.gywm_yzjj_con .keywords { padding: 0 0.4rem; }
	.gywm_yzjj_con .keywords span { font-size: 0.4rem; }
	.gywm_yzjj_con .keywords img { width: 0.5rem; margin-right: 0.1rem; }

	/* 关于我们-成长印记 */
	.gywm_czyj { padding-top: 1rem; padding-bottom: 1rem; }
	.gywm_czyj_con { margin-top: 0.5rem; }
	.gywm_czyj_list li .txt p { font-size: 0.4rem; }

	/* 关于我们-荣誉资质 */
	.gywm_ryzz { padding-top: 1rem; padding-bottom: 1rem; }
	.gywm_ryzz_con { margin-top: 0.5rem; }
	.gywm_ryzz_but { margin-top: 0.2rem; }

	/* 品牌与产品 */
	.ppcp_bg { padding-top: 1rem; padding-bottom: 1rem; }
	.ppcp_list li img { height: 60vw; }
	.ppcp_list li .txt { width: 90%; }
	.ppcp_list li .smy { font-size: 0.4rem; padding: 0.15rem 0; line-height: 1.8em; }
	.ppcp_list li .more { font-size: 0.4rem; }

	/* 企业动态-岳纸新闻 */
	.qydt_yzxw { padding: 1rem 0 0; }
	.qydt_yzxw_con { flex-direction: column; }
	.qydt_yzxw_picNews_list li p span { font-size: 0.4rem; }
	.qydt_yzxw_news .first .tit { margin-bottom: 0.2rem; font-size: 0.42rem; }
	.qydt_yzxw_news .first .smy, .qydt_yzxw_news .first .date { font-size: 0.4rem; }
	.qydt_yzxw_left, .qydt_yzxw_right { width: 100%; }
	.qydt_yzxw_left { margin-bottom: 0.5rem; }
	.qydt_yzxw_picNews { height: 56vw; }
	.news_list_page li a, .news_list_page li span { font-size: 0.4rem; }

	/* 企业动态-党建新闻 */
	.qydt_djxw { padding: 1rem 0; }
	.qydj_djxw_news li { width: 100%; }

	/* 企业动态-社会责任 */
	.qydt_shzr { padding-top: 1rem; padding-bottom: 2rem; background-size: auto 6rem; }
	.qydj_djxw_con { padding: 0; background: none; }
	.qydt_shzr_list { flex-wrap: wrap; }
	.qydt_shzr_list li { width: 48%; margin-bottom: 0.4rem; }
	.qydt_shzr_list li .img { height: 58vw; }
	.qydt_shzr_list li p { font-size: 0.4rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: inherit; }

	/* 企业文化 */
	.qywh_box { padding: 1rem 0 2rem; background-size: auto 6rem; }

	/* 联系我们 */
	.lxwm_box { margin-top: 1rem; }
	.lxwm_phone_list li { width: 100%; }
	.lxwm_phone_list li span { width: 1.2rem; height: 1.2rem; margin-right: 0.4rem; }
	.lxwm_phone_list li p { font-size: 0.4rem; }

	/* 联系我们-联系电话 */
	.lxwm_sale_item .title { flex-direction: column; align-items: flex-start; }
	.lxwm_sale_list li { width: 100%; margin-bottom: 0.3rem; }
	.lxwm_sale_list li .phone { font-size: 0.4rem; }

	/* 联系我们-地图 */
	.lxwm_map { margin-top: 0.7rem; margin-bottom: 1rem; }

	/* 联系我们-留言 */
	.lxwm_msg_bg { padding-bottom: 0.2rem; background-size: auto 6rem; }
	.lxwm_msg_con { flex-direction: column; }
	.lxwm_row .label { display: none; }
	.lxwm_row .cell { width: 100%; }
	.lxwm_msg_left > p { font-size: 0.46rem; }
	.lxwm_row .cell input, .lxwm_row .cell textarea { font-size: 0.4rem; }
	.lxwm_row input[type='submit'] { width: 100%; margin-left: 0; height: 1rem; line-height: 1rem; }
	.Validform_checktip { font-size: 0.3rem; line-height: 1em; position: static; }
	.lxwm_msg_right { display: none; }

	/* 党的建设 */
	.ddjs_djxw { padding: 1rem 0; display: block; }
	.ddjs_djxw_item { width: 100%; margin-bottom: 1rem; }
	.ddjs_djxw_item:last-child { margin-bottom: 0; }
	.ddjs_djxw_item .ddjs_tit { margin-bottom: 0.5rem; }

	.ddjs_tit.center { justify-content: space-between; }
	.ddjs_tit span { font-size: 0.7rem; background-size: 0.8rem; padding-left: 1.2rem; }
	.ddjs_tit .more { font-size: 0.4rem; }

	.ddjs_djal { padding: 1rem 0; }
	.ddjs_djal_con { padding: 0; background: none; }
	.ddjs_djal_list { display: block; }
	.ddjs_djal_list li { width: 100%; margin-bottom: 0.8rem; }
	.ddjs_djal_list li:nth-child { margin-bottom: 0; }
	.ddjs_djal_list li .img { height: auto; }
	.ddjs_djal_list li .tit, .ddjs_djal_list li .smy { font-size: 0.4rem; }

	.ddjs_rytx { padding-top: 1rem; padding-bottom: 2rem; background-size: auto 6rem; }
	.ddjs_rytx_list { display: block; }
	.ddjs_rytx_list li { width: 100%; height: 25vw; margin-bottom: 0.3rem; }
	.ddjs_rytx_list li:nth-child { margin-bottom: 0; }
	.ddjs_rytx_list li a { font-size: 0.6rem; }

	/* 投资者关系 */
	.tzzInfo { flex-direction: column; align-items: center; }
	.tzzInfo span { margin: 0.1rem 0; }
	.tzzInfo span, .tzzInfo span * { font-size: 0.4rem; }
	.tzzInfo span .iconfont { width: 0.5rem; height: 0.5rem; }
	#gupiao { flex-direction: column; align-items: flex-start; justify-content: flex-start; position: relative; }
	#gupiao h3 { font-size: 0.6rem; }
	#gupiao h3 span, #gupiao p span { font-size: 0.4rem; }
	#gupiao p { display: inline-flex; margin-top: 0.2rem; }
	#gupiao .more { width: 0.6rem; height: 0.6rem; font-size: 0.4rem; font-weight: bold; position: absolute; right: 0.3rem; }
}