/*
* @Author: Sun Jijing
* @Date:   2025-05-08 10:55:28
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-05-09 09:21:23
*/

/* 二级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.3rem; padding-top: 0.23rem; position: relative; text-transform: uppercase; }
.ban_txt .EN::before { content: ''; display: block; width: 0.65rem; height: 0.04rem; background: rgba(255,255,255,.8); position: absolute; top: 0; left: 0; }
.ban_txt .CN { font-size: 0.69rem; }
.ban_txt.black p { color: #333; }
.ban_txt.black .EN::before { background: rgba(112,0,0,.8); }

/* 当前位置 */
.position {  padding: 0.2rem 0; display: flex; justify-content: flex-end; align-items: center; }
.position * { font-size: 0.23rem; color: #096337; line-height: 2em; }
.position .iconfont { font-size: 0.3rem; margin-right: 0.1rem; }
.position p a { color: #333; }

/* 内容结构 */
.erji_bg { background: #f4f5f5; background-repeat: no-repeat; background-position: center bottom; background-size: 100%; }
.erji_content { display: flex; justify-content: space-between; padding-bottom: 1rem; }
.erji_con_left { width: 2.9rem; }
.erji_con_right { width: 14.72rem; }

/* 二级导航 */
.erji_nav { border-radius: 0.05rem; overflow: hidden; box-shadow: 0.06rem 0.15rem 0.2rem rgba(52,53,59,.1); }
.erji_nav h3 { height: 1.0rem; background: url(erjiNav_tit_bg.png) no-repeat right center/auto 100%, linear-gradient(to right, #18962c, #0a6736); line-height: 1rem; font-size: 0.35rem; color: #fff; font-weight: 400; text-align: center; }
.erji_nav h3 .iconfont { display: none; }
.erji_nav_ul { padding: 0.2rem 0; background: #fff; }
.erji_nav_ul li { height: 0.85rem; line-height: 0.85rem; margin-bottom: 0.12rem; text-align: center; position: relative; }
.erji_nav_ul li:last-child { margin-bottom: 0; }
.erji_nav_ul li::before { content: ''; display: block; width: 0.12rem; height: 0.85rem; position: absolute; left: 0; top: 0; }
.erji_nav_ul li a { display: flex; font-size: 0.3rem; color: #333; line-height: 1.2em; padding: 0 0.2rem; justify-content: center; align-items: center; height: 100%; }
.erji_nav_ul li.on, .erji_nav_ul li:hover { background: #f6f6f6; }
.erji_nav_ul li.on::before, .erji_nav_ul li:hover::before { background: #096337; }

/* 单篇排版 */
.article_con { padding: 0.5rem; background: #fff; }
.article_con, .article_con * { font-size: 0.25rem; color: #0d0d0d; line-height: 2em; }
.article_con p { text-align: justify; min-height: 2em; margin-bottom: 1em; }
.article_con img, .article_con video { max-width: 100%; }

/* 新闻列表 */
.news_list { }
.news_ul li { padding-bottom: 0.5rem; margin-bottom: 0.5rem; border-bottom: 1px solid #e0e2e4; }
.news_ul li:last-child { border-bottom: 0; }
.news_ul li a { display: flex; width: 100%; align-items: center; }
.news_ul li .img { width: 4.38rem; height: 3.12rem; flex-shrink: 0; margin-right: 0.5rem; overflow: hidden; background: url(/cctyinhe/uiFramework/commonResource/image/2025050909521512204.jpg) no-repeat center/100% 100%; transition: all .8s; }
.news_ul li .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all linear 400ms; }
.news_ul li .txt { width: 100%; }
.news_ul li .tit { font-size: 0.25rem; font-weight: bold; color: #333; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.news_ul li .smy { margin: 0.2rem 0; font-size: 0.23rem; line-height: 1.8em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 3.6em; }
.news_ul li .date { font-size: 0.23rem; color: #999; }
.news_ul li .date .iconfont { font-size: 0.25rem; margin-right: 0.12rem; color: #096337; }
.news_ul li .more { display: flex; justify-content: center; align-items: center; margin-top: 0.3rem; width: 1.5rem; height: 0.42rem; border-radius: 0.42rem; background: #096337; color: #fff; font-size: 0.23rem; color: #fff; }
.news_ul li .more span { font-size: 0.24rem; color: #fff; margin-left: 0.05rem; }
.news_ul li:hover .img { background-size: 110% 110%; }
.news_ul li:hover .img img { transform: scale(1.1, 1.1); }
.news_ul li:hover .tit { color: #096337; }
.news_ul li:hover .smy { color: #000; }

/* 分页样式 */
.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; }

/* 关于我们-企业文化 */
.gywm_qywh_list li { height: 3.65rem; margin-bottom: 0.5rem; display: flex; align-items: center; position: relative; }
.gywm_qywh_list li.li01 { background: url(gywm_qywh_bg01.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li02 { background: url(gywm_qywh_bg02.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li03 { background: url(gywm_qywh_bg03.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li04 { background: url(gywm_qywh_bg04.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li05 { background: url(gywm_qywh_bg05.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li06 { background: url(gywm_qywh_bg06.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li07 { background: url(gywm_qywh_bg07.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li08 { background: url(gywm_qywh_bg08.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li09 { background: url(gywm_qywh_bg09.jpg) no-repeat center/cover; }
.gywm_qywh_list li.li10 { background: url(gywm_qywh_bg10.jpg) no-repeat center/cover; }
.gywm_qywh_list li .txt { width: 10.5rem; margin-left: 1.12rem; }
.gywm_qywh_list li .tit { font-size: 0.53rem; font-family: '思源宋体','宋体'; font-weight: bold; color: #fff; display: flex; align-items: center; }
.gywm_qywh_list li .tit .icon { display: inline-flex; justify-content: center; align-items: center; margin-left: 0.4rem; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #1f4aa6; border: 1px solid #fff; }
.gywm_qywh_list li .tit .icon img { display: block; width: 50%; transform: rotate(0deg); transition: all .5s; }
.gywm_qywh_list li .tit .icon.active img { transform: rotate(180deg); } 
.gywm_qywh_list li .smy { font-size: 0.3rem; color: #fff; line-height: 2.4em; }
.gywm_qywh_list li .en { font-size: 0.2rem; line-height: 1.4em; color: rgba(255,255,255,.5); }
.gywm_qywh_list li .slideCon { width: 100%; position: absolute; top: 3.75rem; z-index: 3; display: none; }
.gywm_qywh_list li .slideCon dt { font-size: 0.3rem; color: #fff; font-weight: bold; line-height: 2.4em; }
.gywm_qywh_list li .slideCon dd p { font-size: 0.25rem; color: #fff; line-height: 1.5em; color: rgba(255,255,255,.7); }
.gywm_qywh_list li.li09 .slideCon { background: #1f4aa6; padding: 0.35rem 1.12rem; }

/* 企业文化-中国纸业版本 */
.qywh_list li { margin-bottom: 0.6rem; border-radius: 1rem 0 1rem 0; overflow: hidden; height: 4.8rem; }
.qywh_list li:last-child { margin-bottom: 0; }
.qywh_list li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all .8s; }
.qywh_list li:hover img { transform: scale(1.1,1.1); }

/* 关于我们-销售网络 */
.lxwm_title { margin-bottom: 0.8rem; }
.lxwm_title .CN { font-size: 0.47rem; color: #333333; line-height: 1em; }
.lxwm_title .EN { font-size: 0.2rem; color: rgba(51,51,51,.6); line-height: 1.8em; border-bottom: 1px solid #45aa74; margin-top: 0.1rem; text-transform: uppercase; }
.lxwm_num_list { display: flex; justify-content: space-between; flex-wrap: wrap; }
.lxwm_num_list li { width: 28%; box-shadow: 0 0 0.15rem rgba(174,174,174,.3); margin-bottom: 0.55rem; background: #fff; }
.lxwm_num_list li.none { height: 0; margin-bottom: 0; box-shadow: none; }
.lxwm_num_list li .tit { height: 1.0rem; background: url(/cctyinhe/template/page/xxyPage/lxwm_phone_bg.png) no-repeat right center/auto 100%, linear-gradient(to right, #18972c, #0a6736); font-size: 0.33rem; color: #fff; padding: 0 0.5rem; overflow: hidden; line-height: 1.1rem; }
.lxwm_num_list li .con { height: 1.1rem; padding: 0 0.5rem; font-size: 0.28rem; color: #333; display: flex; align-items: center; }
.lxwm_sub { padding-top: 0.45rem; }
.lxwm_sub_title { font-size: 0.4rem; color: #333; padding-left: 0.2rem; line-height: 1em; border-left: 0.04rem solid #16902d; margin-bottom: 0.8rem; }

/* 产品中心 */
.cpzx_ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.cpzx_ul li { width: 7.0rem; margin-bottom: 0.75rem; border-radius: 6px; overflow: hidden; }
.cpzx_ul li.none { height: 0; margin-bottom: 0; }
.cpzx_ul li .img { height: 4.72rem; overflow: hidden; }
.cpzx_ul li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all .8s; }
.cpzx_ul li .txt { padding: 0.25rem; background: #fff; transition: all .8s; }
.cpzx_ul li .tit { font-size: 0.3rem; color: #333; line-height: 1.8em; position: relative; }
.cpzx_ul li .tit::before { content: ''; display: block; width: 2.35rem; height: 0.03rem; background: #ededed; position: absolute; left: 0; bottom: 0; }
.cpzx_ul li .tit::after { content: ''; display: block; width: 0.68rem; height: 0.03rem; background: #096337; position: absolute; left: 0; bottom: 0; }
.cpzx_ul li .smy { font-size: 0.23rem; line-height: 1.8em; color: #787878; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 3.6em; margin: 0.2rem 0; }
.cpzx_ul li .more, .cpzx_ul li .more span { font-size: 0.23rem; color: #096337; }
.cpzx_ul li:hover .img img { transform: scale(1.1,1.1); }
.cpzx_ul li:hover .txt { background: linear-gradient(to right, #18972c, #0a6736); }
.cpzx_ul li:hover .tit, .cpzx_ul li:hover .smy, .cpzx_ul li:hover .more, .cpzx_ul li:hover .more span { color: #fff; }

/* 招聘信息 */
.zpxx_list { margin-bottom: 1rem; }
.zpxx_list li { background: #fff; margin-bottom: 0.38rem; box-shadow: 0 0 0.15rem rgba(52, 53, 59, .1); padding: 0.38rem 0.62rem; display: flex; justify-content: space-between; align-items: center; }
.zpxx_list li .con { border-right: 1px solid #e1e1e1; }
.zpxx_list li .top .job a { display: inline-block; font-size: 0.3rem; color: #096337; }
.zpxx_list li .top .date { font-size: 0.23rem; color: #999; margin-left: 0.25rem; }
.zpxx_list li .top { margin-bottom: 0.3rem; }
.zpxx_list li .bot { display: flex; flex-wrap: wrap; }
.zpxx_list li .bot span { display: inline-flex; min-width: 26%; align-items: center; font-size: 0.25rem; color: #333; margin: 0.1rem 0; }
.zpxx_list li .bot span .iconfont { font-size: 0.35rem; color: #17932d; margin-right: 0.15rem; }
.zpxx_list li .sqBut a { display: block; width: 1.82rem; height: 0.62rem; background: #096337; text-align: center; line-height: 0.62rem; margin-left: 0.62rem; font-size: 0.25rem; color: #fff; }
.zpxx_list li .sqBut { flex-shrink: 0; }

/* 联系我们-在线留言 */
.lxwm_map { margin-bottom: 0.62rem; }
.lxwm_map img { display: block; width: 100%; }
.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: #fff; 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: #fff; font-size: 0.25rem; color: #080808; }
.lxwm_row input[type='submit'] { width: 3.55rem; height: 0.8rem; border-radius: 0.1rem; text-align: center; line-height: 0.8rem; background: linear-gradient(to right, #18962c, #0b6736); color: #fff; font-size: 0.3rem; color: #fff; margin: 0 auto; 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; }

/* 资源下载 */
.download_list { margin-bottom: 1rem; }
.download_list li { margin-bottom: 0.38rem; background: #fff; border-radius: 0.1rem; box-shadow: 0 0 0.1rem #eee; padding: 0.5rem 0.62rem; display: flex; justify-content: space-between; align-items: center; }
.download_list li .txt { width: 100%; }
.download_list li .tit { font-size: 0.3rem; color: #333; margin-bottom: 0.12rem; }
.download_list li .date { font-size: 0.23rem; color: #999; }
.download_list li .download { width: 1.9rem; height: 0.62rem; flex-shrink: 0; background: #096337; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 0.25rem; margin-left: 0.4rem; }
.download_list li .download .iconfont { font-size: 0.3rem; color: #fff; margin-right: 0.1rem; }

/* 适配代码 */
@media screen and (max-width: 1200px){
	/* 二级banner */

	/* 当前位置 */
	.position * { font-size: 0.34rem; }
	.position .iconfont { font-size: 0.4rem; }

	/* 内容结构 */
	.erji_con_left { width: 20%; }
	.erji_con_right { width: 75%; }

	/* 二级导航 */
	.erji_nav h3 { height: 1.2rem; line-height: 1.2rem; font-size: 0.5rem; }
	.erji_nav_ul li { height: 1rem; line-height: 1rem; }
	.erji_nav_ul li a { font-size: 0.4rem; }

	/* 单篇排版 */
	.article_con { padding: 0.8rem; }
	.article_con, .article_con * { font-size: 0.34rem; }
	.article_con video { display: block; width: 100%; height: auto; }

	/* 新闻列表 */
	.news_ul li .img { width: 5.2rem; height: 3.6rem; }
	.news_ul li .tit { font-size: 0.38rem; }
	.news_ul li .smy { font-size: 0.34rem; }
	.news_ul li .date { font-size: 0.34rem; }
	.news_ul li .more { display: inline-flex; width: auto; padding: 0 0.3rem; height: 0.6rem; font-size: 0.34rem; }

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

	/* 关于我们-企业文化 */
	.gywm_qywh_list li { height: 4rem; }
	.gywm_qywh_list li .tit { font-size: 0.6rem; }
	.gywm_qywh_list li .smy { font-size: 0.34rem; }
	.gywm_qywh_list li .en { font-size: 0.3rem; }
	.gywm_qywh_list li .tit .icon { width: 0.64rem; height: 0.64rem; }
	.gywm_qywh_list li .slideCon { top: 4.1rem; }
	.gywm_qywh_list li .slideCon dt { font-size: 0.36rem; }
	.gywm_qywh_list li .slideCon dd p { font-size: 0.34rem; }

	/* 关于我们-销售网络 */
	.lxwm_title .CN { font-size: 0.5rem; }
	.lxwm_title .EN { font-size: 0.34rem; }
	.lxwm_sub { padding-top: 0.4rem; }
	.lxwm_sub_title { margin-bottom: 0.5rem; }
	.lxwm_num_list li { margin-bottom: 0.5rem; }
	.lxwm_num_list li .tit { font-size: 0.4rem; padding: 0 0.2rem; }
	.lxwm_num_list li .con { padding: 0 0.2rem; font-size: 0.34rem; }

	/* 产品中心 */
	.cpzx_ul li { width: 47%; }
	.cpzx_ul li .img { height: 4.8rem; }
	.cpzx_ul li .txt { padding: 0.3rem; }
	.cpzx_ul li .tit { font-size: 0.46rem; line-height: 2em; }
	.cpzx_ul li .smy { font-size: 0.34rem; margin: 0.3rem 0; }
	.cpzx_ul li .more, .cpzx_ul li .more span { font-size: 0.34rem; }

	/* 招聘信息 */
	.zpxx_list li { margin-bottom: 0.5rem; }
	.zpxx_list li .top .job a { font-size: 0.4rem; }
	.zpxx_list li .top .date { font-size: 0.3rem; }
	.zpxx_list li .bot span { font-size: 0.34rem; }
	.zpxx_list li .bot span .iconfont { font-size: 0.38rem; margin-right: 0.2rem; }
	.zpxx_list li .sqBut a { height: 0.8rem; line-height: 0.8rem; font-size: 0.34rem; margin-left: 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: 4rem; height: 1rem; line-height: 1rem; font-size: 0.4rem; }
	.Validform_checktip { font-size: 0.3rem; line-height: 1em; position: relative; bottom: 0; left: 1.8rem; }

	/* 资源下载 */
	.download_list li .tit { font-size: 0.4rem; margin-bottom: 0.2rem; }
	.download_list li .txt { font-size: 0.34rem; }
	.download_list li .download { width: auto; height: 0.8rem; font-size: 0.34rem; padding: 0 0.3rem; }
	.download_list li .download .iconfont { font-size: 0.4rem; margin-right: 0.2rem; }

}
@media screen and (max-width: 768px){
	/* 二级banner */
	.banner_box > img { height: 50vw; }

	/* 当前位置 */
	.position { justify-content: flex-start; }
	.position * { font-size: 0.38rem; }
	.position .iconfont { font-size: 0.44rem; }

	/* 内容结构 */
	.erji_content { display: block; }
	.erji_con_left { width: 100%; margin-bottom: 0.5rem; }
	.erji_con_right { width: 100%; }

	/* 二级导航 */
	.erji_nav h3 { display: flex; align-items: center; justify-content: space-between; padding: 0 0.5rem; font-size: 0.6rem; }
	.erji_nav h3 .iconfont { display: inline-block; font-size: 0.8rem; color: #fff; transform: rotate(0deg); transition: all .5s; }
	.erji_nav h3.slide .iconfont { transform: rotate(180deg); }
	.erji_nav_ul { display: none; }
	.erji_nav_ul li a { fons-size: 0.5rem; }

	/* 单篇排版 */
	.article_con { padding: 0; background: none; }
	.article_con, .article_con * { font-size: 0.4rem; }

	/* 新闻列表 */
	.news_ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
	.news_ul li { width: 48%; }
	.news_ul li a { flex-direction: column; }
	.news_ul li .img { width: 100%; height: auto; margin-right: 0; }
	.news_ul li .img img { margin-bottom: 0.2rem; max-height: 2.8rem; }

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

	/* 关于我们-企业文化 */
	.gywm_qywh_list li { height: auto; overflow: hidden; display: block; }
	.gywm_qywh_list li .txt { width: auto; margin: 0.5rem; }
	.gywm_qywh_list li .smy { font-size: 0.4rem; }
	.gywm_qywh_list li .en { font-size: 0.34rem; }
	.gywm_qywh_list li .slideCon { position: static; }
	.gywm_qywh_list li.li09 .slideCon { padding: 0.5rem; }
	/* 企业文化-中国纸业版本 */
	.qywh_list li { height: 3.4rem; margin-bottom: 0.5rem; border-radius: 0.6rem 0 0.6rem 0; }

	/* 关于我们-销售网络 */
	.lxwm_num_list li { width: 100%; }
	.lxwm_num_list li .tit { height: 1.2rem; line-height: 1.2rem; font-size: 0.42rem; }
	.lxwm_num_list li .con { font-size: 0.4rem; }

	/* 产品中心 */
	.cpzx_ul li { width: 48%; }
	.cpzx_ul li .img { height: 3rem; }
	.cpzx_ul li .txt { padding: 0 0.2rem 0.2rem; }
	.cpzx_ul li .smy { margin: 0.15rem 0; font-size: 0.4rem; }
	.cpzx_ul li .more, .cpzx_ul li .more span { font-size: 0.4rem; }

	/* 招聘信息 */
	.zpxx_list li { padding: 0.4rem; flex-direction: column; }
	.zpxx_list li .con { border-right: 0; }
	.zpxx_list li .top .job a { font-size: 0.46rem; }
	.zpxx_list li .top .date { font-size: 0.38rem; }
	.zpxx_list li .top { margin-bottom: 0.2rem; }
	.zpxx_list li .bot span { width: 100%; font-size: 0.4rem; line-height: 2em; margin: 0; }
	.zpxx_list li .bot span .iconfont { font-size: 0.42rem; }
	.zpxx_list li .sqBut a { margin-left: 0; margin-top: 0.2rem; width: 4rem; }
	.zpxx_list li .sqBut { width: 100%; }

	/* 联系我们-在线留言 */
	.lxwm_row { flex-direction: column; }
	.lxwm_row .label { display: none; }
	.lxwm_row .cell { width: 100%; }
	.lxwm_row .cell input, .lxwm_row .cell textarea { font-size: 0.4rem; padding: 0 0.2rem; }
	.lxwm_row .cell img { width: 2.6rem; flex-shrink: 0; }
	.lxwm_row input[type="submit"] { width: 100%; }
	.Validform_checktip { left: 0; }

	/* 资源下载 */
	.download_list li .download { width: 0.8rem; font-size: 0; }
	.download_list li .download .iconfont { margin-right: 0; font-size: 0.5rem; }
	.download_list li .tit { font-size: 0.42rem; }
	.download_list li .date { font-size: 0.38rem; }

}
@media screen and (max-width: 460px){
	/* 新闻列表 */
	.news_ul li { width: 100%; }
	.news_ul li .img { background: none; }
	.news_ul li .img img { max-height: 6rem; }
	.news_ul li .tit { font-size: 0.42rem; }
	.news_ul li .smy, .news_ul li .date { font-size: 0.4rem; }
	.news_ul li .date .iconfont { font-size: 0.4rem; margin-right: 0.2rem; }
	.news_ul li .more { height: 0.8rem; font-size: 0.4rem; padding: 0 0.4rem; margin-top: 0.2rem; }

	/* 产品中心 */
	.cpzx_ul li { width: 100%; }
	.cpzx_ul li .img { height: 6rem; }
}