/*
* @Author: Sun Jijing
* @Date:   2025-11-26 14:44:01
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-11-26 14:44:01
*/

/* banner */
.banner_img img { display: block; width: 100%; }

.index_nav .Ul .one a.liet, .index_nav .Ul .one a.no{color: #0a5eb1;}
.index_nav .Ul .one a.liet{     border-bottom: 2px solid #0a5eb1;color: #0a5eb1;}
.index_nav .Ul .one .select{    background: rgba(0, 100, 189, 0.7);}
.index_nav .Ul .one .select .two a{    color: #fff;}
.index_nav .Ul .one:hover a{border-bottom: 2px solid #0a5eb1;}

/* 当前位置 */
.position { padding: 20px 0 20px; }
.position, .position * { font-size: 14px; }

/* 内容区块 */
.erji_con { margin-bottom: 64px; }

.erji_name { height: 64px; border-bottom: 1px solid #e0e0e0; margin-bottom: 32px; }
.erji_name span { display: inline-block; font-size: 30.4px; coLor: #0a5eb1; font-weight: bold; height: 65.6px; line-height: 68px; border-bottom: 4px solid #0a5eb1; }

/* 搜索 */
.search_con { padding: 32px 80px; background: #f4f4f4; margin-bottom: 40px; }
.search_con form { display: flex; }
.search_con input { width: 100%; height: 48px; padding: 0 16px; font-size: 20px; }
.search_con button { width: 160px; background: #015293; color: #fff; }

/* 新闻列表 */
.news_list li { display: flex; justify-content: space-between; height: 56px; align-items: center; }
.news_list li * { font-size: 20px; color: #333; }
.news_list li a { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li span { flex-shrink: 0; margin-left: 32px; }
.news_list li::before { content: ''; display: inline-block; flex-shrink: 0; width: 4px; height: 4px; border-radius: 50%; background: #999; margin-right: 8px; }
.news_list li:nth-child(5n) { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px dashed #ccc; }
.news_list li:last-child { border: 0; margin: 0; }
.news_list li:hover * { color: #0a5eb1; }
.news_list li:hover::before { background: #0a5eb1; }

/*分页*/
.ej_page { overflow: hidden; width:565px ; margin: 0 auto;padding:30px 0 40px 0 }
.ej_page .easysite-page-wrap { float: left; height: 30px; }
.ej_page .easysite-page-wrap a {cursor:pointer; display: block; float: left;font-size:14px; padding: 0 10px; height: 28px;margin-left:10px;line-height: 28px;border:1px solid #c9c9c9;border-radius:4px; color:#333; }
.ej_page .easysite-jump-page{    float: left;height: 30px;line-height: 30px;margin-left: 16px;color: #333;font-size: 16px;display: flex;}
.ej_page .easysite-jump-page *{color:#333;font-size:14px; padding: 0 10px; height: 28px; ; line-height: 28px;border-radius:4px;}
.ej_page .easysite-jump-page .iptOne{border-bottom:1px solid #333;width:32px;text-align:center; }
.ej_page .easysite-jump-btn{cursor:pointer;background:none;border:1px solid #c9c9c9;color:#0a5eb1;font-size:16px;}
.ipts{border:1px solid #c9c9c9;}
.ej_page .easysite-total-page { line-height: 30px; font-size: 14px; margin: 0 6px; float: left; margin-left:15px;}


@media screen and (max-width:768px) {
.phoneNav{display: block;background: url(/eportal/uiFramework/commonResource/image/2025120113402679780.png) no-repeat 100%; width: 20px; height: 20px;}
.search_con{padding: 20px;    margin-bottom: 20px;}
.erji_name{    height: 40px;    margin-bottom: 20px;}
.erji_name span{display: inline-block; font-size: 20px; coLor: #0a5eb1; font-weight: bold; height: 40px; line-height: 40px;border-bottom: 2px solid #0a5eb1;}
.news_list li{    height: 40px;}
.news_list li *{    font-size: 16px;}
.news_list li:nth-child(5n){    padding-bottom: 0; margin-bottom: 0; border-bottom: 0;}
.erji_con{    margin-bottom: 30px;}
.search_con input{    height: 40px;    font-size: 16px;}

.ej_page{    padding: 20px 0 20px 0;    width: 100%;}
.ej_page .easysite-page-wrap{    float: unset;display: flex; justify-content: center;}
.ej_page .easysite-jump-page{ float: unset;display: flex; justify-content: center;    font-size: 14px;    margin-top: 10px;}


}