/*
* @Author: Sun Jijing
* @Date:   2024-04-12 16:35:02
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-04-12 17:21:24
*/

.jc_content { width: 100%; background: url(jczwgk_bg.jpg) no-repeat top center; background-size: 100%; }
#jc_con { background: url(jczwgk_bottom_bg.png) no-repeat bottom center; overflow: hidden; }

.jc_module { margin-bottom: 50px; }
.jc_module_tit { height: 82px; background: url(jczwgk__tit_bg.png) no-repeat center; text-align: center; margin-bottom: 20px; }
.jc_module_tit a { display: inline-block; line-height: 82px; font-size: 24px; color: #fff; font-weight: bold; }
.jc_module_con { background: rgba(255,255,255,.7); padding: 40px; border-radius: 40px; }

.news_list li { height: 50px; line-height: 50px; border-bottom: 1px dashed #ccc; }
.news_list li a { display: block; float: left; width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #000; padding-left: 15px; position: relative; }
.news_list li a::before { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #015293; position: absolute; left: 0; top: 22px; }
.news_list li span { font-size: 16px; color: #666; float: right; }
.news_list li:hover a, .news_list li:hover span { color: #015293; }

.jczwBox {}
.jczwBox p{text-align:center;background:url(/uiFramework/commonResource/image/2024041321160412325.jpg) no-repeat center;height:110px;line-height:110px;}
.jczwBox p a{font-size:40px;color:#015293;font-weight:550;letter-spacing: 2px;display:block;}

/* 分页 */
.page_box { text-align: center; line-height: 32px; margin-top: 40px; }
.page_box a, .page_box > font { display: inline-block; font-size: 14px; color: #333; padding: 0 8px; border: 1px solid #ccc; border-radius: 4px; min-width: 16px; }
.page_box a:hover, .page_box > font { background: #015293; border-color: #015293; color: #fff; }
.page_box span { display: none !important; }
.page_box span.txt { display: inline-block !important; font-size: 14px; color: #333; margin: 0 5px; }
.page_box span.txt input { border: 1px solid #ccc; border-radius: 4px; height: 32px; text-align: center; width: 50px; }
.page_box span.txt input[type="button"] { background: #015293; border-color: #015293; color: #fff; }