/*
* @Author: Sun Jijing
* @Date:   2025-02-20 17:37:28
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-03-04 13:30:06
*/

body { background: #f4f4f4; }
.page_con { margin-bottom: 60px; }
.page_left { width: 235px; }
.page_right { width: 920px; background: #fff; box-shadow: 0 0 20px #eee; padding: 50px; }

/* 模块样式 */
.mk_tit { margin-bottom: 25px; }
.mk_tit span { font-size: 22px; font-weight: bold; color: #1a73bf; display: block; }

/* 导航 */
.left_nav { border-radius: 6px; overflow: hidden; background: #fff; box-shadow: 0 0 20px #eee; }
.left_nav h3 { height: 60px; line-height: 60px; border-radius: 6px; padding: 0 25px; background: #1a73bf url(gywm_nav_bg.png) no-repeat 95% bottom/auto 90%; color: #fff; font-size: 24px; font-weight: bold; }
.left_nav_list li { line-height: 1.8em; padding: 12px 25px; }
.left_nav_list li a { font-size: 16px; color: #333; }
.left_nav_list li.on, .left_nav_list li:hover { background: #e8f4ff; }
.left_nav_list li.on a, .left_nav_list li:hover a { color: #1a73bf; }

/* 单篇文章 */
.article_con, .article_con * { font-size: 16px; color: #666; line-height: 1.8em; }
.article_con p { min-height: 1.8em; margin-bottom: 1em; }

/* 图片新闻 */
.pic_list_con { overflow: hidden; }
.pic_list_ul { width: 110%; overflow: hidden; }
.pic_list_ul li { width: 255px; margin-right: 25px; float: left; margin-bottom: 12px; }
.pic_list_ul li .img { width: 100%; height: 190px; overflow: hidden; }
.pic_list_ul li .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all ease-in-out 400ms; }
.pic_list_ul li p { height: 50px; line-height: 50px; font-size: 16px; color: #333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pic_list_ul li:hover .img img { transform: scale(1.1); }
.pic_list_ul li:hover p { color: #1a73bf; }

/* 新闻列表 */
.news_list li { height: 36px; line-height: 36px; }
.news_list li a { display: inline-block; float: left; max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #333; }
.news_list li span { float: right; color: #999; font-size: 14px; }
.news_list li:hover a, .news_list li:hover span { color: #1a73bf; }
.news_list li.first { height: auto; border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 10px; }
.news_list li.first a { display: block; max-width: 100%; float: none; white-space: inherit; }
.news_list li.first .tit { font-weight: bold; color: #000; }
.news_list li.first .smy { color: #656565; line-height: 1.8em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; height: 5.4em; overflow: hidden; }
.news_list li.first:hover .tit { color: #1a73bf; }
.news_list li.first:hover .smy { color: #333; }

/* 成员信息 */
.xtqy_bg { padding: 1rem 0.5rem; background: url(/cctm/template/page/index/xtqy_bg.jpg) no-repeat center/cover; }
.xtqy_con {  padding: 1rem 0 !important; height: 3rem; }
.xtqy_list li { display: flex; align-items: center; opacity: 0.7; }
.xtqy_list li a { font-size: 0.34rem; color: #fff; }
.xtqy_list li a::before { content: '- '; font-size: 0.3rem; color: #fff; margin-right: 0.1rem; }
.xtqy_list li.swiper-slide-active { opacity: 1; transform: scale(1.2); transform-origin: left; }

/* 人才招聘 */
.tTable { background: #f4f4f4; }
.tHead, .tRow { display: flex; border-bottom: 1px solid #fff; }
.tHead span, .tRow span { display: inline-flex; width: 20%; justify-content: center; align-items: center; padding: 10px; }
.tHead { background: #1a73bf; }
.tHead span { font-size: 16px; font-weight: bold; color: #fff; }
.tRow span, .tRow span * { font-size: 14px; color: #333; }
.tRow:nth-child(odd) { background: #fff; }
.tRow:hover { background: #e6f7ff; }

/* 资产处置 */
.zccz_box { overflow: hidden; }
.zccz_list { overflow: hidden; width: 105%; }
.zccz_list li { width: 252px; float: left; margin-right: 30px; margin-bottom: 30px; }
.zccz_list li .img { height: 185px; overflow: hidden; position: relative; margin-bottom: 10px; }
.zccz_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zccz_list li .img .state { position: absolute; right: 0; top: 0; background: red; width: 70px; height: 30px; display: inline-flex; justify-content: center; align-items: center; font-size: 16px; color: #fff; }
.zccz_list li .txt p { font-size: 14px; color: #666; line-height: 2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zccz_list li .txt p img { height: 16px; vertical-align: middle; margin-right: 10px; }
.zccz_list li .txt .tit { font-size: 16px; line-height: 1.8em; height: 3.6em; color: #000; white-space: inherit; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.zccz_list li:hover .txt .tit { color: #1a73bf; }
.zccz_list li.待公示 .img .state { background: #bbb; }
.zccz_wycz { height: 60px; background: linear-gradient(to right, #1a73bf, #085ca4); padding: 0 30px; margin-top: 20px; }
.zccz_wycz a { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.zccz_wycz span { font-size: 18px; color: #fff; }
.zccz_wycz img { height: 22px; }

/* 适配代码 */
@media screen and (min-width: 1600px){
	.page_con { margin-bottom: 0.75rem; }
	.page_left { width: 3.5rem; }
	.page_right { width: 13.75rem; box-shadow: 0 0 0.3rem #eee; padding: 0.75rem; }

	/* 模块样式 */
	.mk_tit { margin-bottom: 0.4rem; }
	.mk_tit span { font-size: 0.35rem; }

	/* 导航 */
	.left_nav { border-radius: 0.1rem; box-shadow: 0 0 0.3rem #eee; }
	.left_nav h3 { height: 0.88rem; line-height: 0.88rem; border-radius: 0.1rem; padding: 0 0.4rem; font-size: 0.35rem; }
	.left_nav_list li { height: 0.75rem; line-height: 0.75rem; padding: 0 0.4rem; }
	.left_nav_list li a { font-size: 0.23rem; }

	/* 单篇文章 */
	.article_con, .article_con * { font-size: 0.23rem; }

	/* 图片新闻 */
	.pic_list_ul li { width: 3.83rem; margin-right: 0.38rem; margin-bottom: 0.15rem; }
	.pic_list_ul li .img { height: 2.88rem; }
	.pic_list_ul li p { height: 0.7rem; line-height: 0.7rem; font-size: 0.23rem; }

	/* 新闻列表 */
	.news_list li { height: 0.57rem; line-height: 0.57rem; }
	.news_list li a { font-size: 0.23rem; }
	.news_list li span { font-size: 0.23rem; }
	.news_list li.first { padding-bottom: 0.2rem; margin-bottom: 0.2rem; }
	.news_list li.first .tit { font-size: 0.23rem; }
	.news_list li.first .smy { height: 5.4em; font-size: 0.23rem; }
}

@media screen and (max-width: 1200px){
	.page_con { margin-bottom: 1rem; }
	.page_left { width: 20%; }
	.page_right { width: 76%; box-shadow: 0 0 0.3rem #eee; padding: 1rem; }

	.banner img { height: 5.2rem; }

	/* 模块样式 */
	.mk_tit { margin-bottom: 0.6rem; }
	.mk_tit span { font-size: 0.45rem; }

	/* 导航 */
	.left_nav { border-radius: 0.1rem; box-shadow: 0 0 0.3rem #eee; }
	.left_nav h3 { height: 1rem; line-height: 1rem; border-radius: 0.1rem; padding: 0 0.6rem; font-size: 0.4rem; }
	.left_nav_list li { height: 1rem; line-height: 1rem; padding: 0 0.6rem; }
	.left_nav_list li a { font-size: 0.36rem; }

	/* 单篇文章 */
	.article_con, .article_con * { font-size: 0.34rem; }

	/* 图片新闻 */
	.pic_list_ul li { width: 4.5rem; margin-right: 0.44rem; margin-bottom: 0.3rem; }
	.pic_list_ul li .img { height: 3.4rem; }
	.pic_list_ul li p { height: 0.9rem; line-height: 0.9rem; font-size: 0.34rem; }

	/* 新闻列表 */
	.news_list li { height: 0.9rem; line-height: 0.9rem; }
	.news_list li a { font-size: 0.34rem; }
	.news_list li span { font-size: 0.34rem; }
	.news_list li.first { padding-bottom: 0.3rem; margin-bottom: 0.3rem; }
	.news_list li.first .tit { font-size: 0.34rem; }
	.news_list li.first .smy { height: 5.4em; font-size: 0.3rem; }

	/* 人才招聘 */
	.tHead span { font-size: 0.34rem; padding: 0.2rem; }
	.tHead span, .tRow span { padding: 0.2rem 0; }
	.tRow span, .tRow span *  { font-size: 0.32rem; }

	/* 资产处置 */
	.zccz_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.zccz_list li { width: 48%; margin-right: 0; }
	.zccz_list li .img { height: 18vw; }
}

@media screen and (max-width: 768px){
	body { background: #fff; }
	.page_con { margin-bottom: 0.8rem; }
	.page_left { width: 100%; margin-bottom: 0.5rem; }
	.page_right { width: 100%; box-shadow: none; padding: 0rem; }

	/* 模块样式 */
	.mk_tit { margin-bottom: 0.3rem; }

	/* 导航 */
	.left_nav_list li a { display: block; }

	/* 图片新闻 */
	.pic_list_ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.pic_list_ul li { width: 48%; margin-right: 0; }
	.pic_list_ul li .img { height: 3.24rem; }

	/* 新闻列表 */
	.news_list li.first .tit { line-height: 1.8em; font-size: 0.36rem; margin-bottom: 0.2rem; }
	.news_list li.first .smy { font-size: 0.34rem; }

	/* 资产处置 */
	.zccz_list li .img { height: 26vw; }
}


@media screen and (max-width: 460px) {
	.zccz_list li { width: 100%; }
	.zccz_list li .img { height: 52vw; }
	.zccz_list li .txt .tit { height: auto; max-height: 3.6em; }
	.zccz_wycz { height: 40px; }
}