@charset "utf-8";
/*************************** 全局样式 Begin ***************************/
body,ul,ol,li,form,fieldset,img,div,p{font-size:16px;color:#333; margin:0; padding:0; border:0; font-family:"Microsoft YaHei",'宋体';}
ul,ol,li{list-style-type:none;}
td,table,input{font-size:16px;color:#333;}
a:link,a:visited{color: #333;text-decoration: none;}
a:hover{color: #E00;text-decoration:none;}
.clear{clear: both;}
img{vertical-align: middle;}

/*** 新闻详细内容 ***/
.NewsTitle{font-size:22px; line-height:380%;}
.NewsTitleFu{font-size:18px; line-height:100%; padding-bottom:20px}
.NewsContent{font-size:16px; line-height:180%}
.NewsContent div{font-size:16px;}
.NewsContent a:link,.NewsContent a:visited {color: #0B57B4; text-decoration: underline;}
.NewsContent a:hover {color: #E00; text-decoration: underline;}
.NewsText{color:#333; font-size:16px; line-height:200%;}
/*************************** 全局样式 End ***************************/
/*** 分页样式 Begin ***/
.FX_PageDiv{width:auto; height:22px; padding:15px 15px;font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.Fx_PageDiv2_span2 span{ width:20px; height:18px; line-height:18px; color:#333; text-align:center; display:block; cursor:pointer; float:left; margin-right:4px; border:1px solid #CCC;}
.Fx_PageDiv2_span2 strong{ width:20px; height:18px; line-height:18px; color:#C00; text-align:center; display:block; cursor:pointer; float:left; margin-right:4px; border:1px solid #CCC; background-color:#DDD;}
.Fx_PageDiv2_span2 input{padding-top: 0px;margin-top: 0px; font-size:12px;}
.Fx_PageDiv2_span1{ float:left; padding-left:0; padding-top:3px;}
.Fx_PageDiv2_span2{ float:right; padding-right:0;}
.Fx_PageDiv2_1_2,.Fx_PageDiv2_1_3,.Fx_PageDiv2_1_4{ color:#C00;}
/*** 分页样式 End ***/

.partzone4{
    border-top: 5px solid #1856ac;
    padding: 20px 0;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.footer div{font-size:16px;}
.footer img{
    vertical-align: middle;
}
.footer1{
    width: 85%;
    float: left;
}
.footer2{
    width: 15%;
    float: left;
}
.footer1 p,.footer2 p{
    line-height: 30px;
    margin:0;
}
/*底部样式end*/


body {
    background: url('bg.png') center top no-repeat;
}
.ztlogo {
    position: absolute;
    left: 40%;
    top: 10px;
}

/* 背景城市剪影与光斑 */


.container {
    max-width: 1200px;
    margin: 500px auto 30px;
    padding: 0 16px;
	background: #ffffff;
}

.header-title {
    text-align: center;
    padding: 56px 0 24px 0;
    line-height: 1.35;
    color: #0a3ea2;
    text-shadow: 0 2px 0 rgba(255,255,255,.65), 0 10px 30px rgba(10,62,162,.25);
}

.header-title .line-1 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 6px;
}

.header-title .line-2 {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 4px;
}

.section {

    margin: 14px auto;
}

.section-title {
    font-size: 20px;
    font-weight: 800;
    color: #0d3b9a;
    letter-spacing: 2px;
    position: relative;
    margin: 6px 0 14px 0;
}
a.more{
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 16px;
    color: #0057b0;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, var(--primary), #59a5ff);
    transform: translateY(-50%);
    border-radius: 2px;
}

/* 工作动态 */
.flex {
    display: flex;
    gap: 22px;
}

.lead-photo {
    flex: 0 0 600px;
}

.news-list {
    flex: 1 1 auto;
    padding-left: 18px;
}

.news-item {
    display: flex;
    gap: 12px;
    padding: 14px 0;
}
.news-item img{
    margin-right: 5px;
}

.news-item a {
    flex: 1;
    color: #1a2a52;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item a:hover { color: var(--link); }

.news-date { color: #8aa0c3; flex: 0 0 auto; }

.grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.card {
   width: 585px;
}

.bullet-list { list-style: none; margin: 0; padding: 0; }
.bullet-list li { padding: 14px 0; display: flex; gap: 12px; }
.bullet-list li:last-child { border-bottom: 0; }
.bullet-list .dot { color: var(--primary); margin-right: 8px; }
.bullet-list a { color: #1a2a52; text-decoration: none; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bullet-list a:hover { color: var(--link); }
.bullet-list time { color: #8aa0c3;  flex: 0 0 auto; }
.bullet-list img{margin-right: 5px;}

/* 办事服务 */
.service {
    display: grid;
    grid-template-columns: 385px 1fr;
    gap: 70px;
    align-items: stretch;

}

.service .illus {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

.service .illus img { max-width: 100%; height: auto; display: block;margin-left: 40px; }


.service .links ul{
    padding-left: 20px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.service .links ul li{
    min-width: 60px;
    flex: auto;
    padding: 16px 5%;
    background-color: #eef8ff;
    border: 1px solid #e9e9e9;
    margin-right: 8px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service .btn {
    background: linear-gradient(180deg, #ffffff, #f6faff);
    border: 1px solid var(--divider);
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
    font-weight: 600;
    color: #1a2a52;
    text-decoration: none;
    transition: transform .06s ease, box-shadow .12s ease, border-color .12s ease;
}

.service .btn:hover { transform: translateY(-1px); border-color: #cfe0ff; box-shadow: 0 6px 16px rgba(31,99,255,.12); color: var(--link); }





