@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 ***/

/*二维码*/

.ewb-code-box {
    /*float: left;
    margin: 34px 0 0 1px;*/
	margin:20px auto;
    width:205px;
    height: 168px;
    background-color: #f4f4f4;
}

.ewb-code-box span {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
}

.ewb-code-box img {
    display: block;
    margin: 0 auto;
    width: 121px;
    height: 121px;
}

.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('top.jpg') center top no-repeat;
}
.ztlogo {
    position: absolute;
    left: 40%;
    top: 10px;
}


/* 模块通用标题 */
/*.section-title {

    margin-bottom: 20px;
}*/

.section-title .more {
    font-size: 14px;
    color: #666;
    margin-left: 8px;
}
.title-lines {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 4px;
}
.title-line {
    height: 2px;
    background: linear-gradient(90deg, #00b7c2, #1a8cff);
    flex: 1;
}
.title-dots {
    display: flex;
    gap: 3px;
}
.title-dots span {
    width: 4px;
    height: 12px;
    background: #00b7c2;
    border-radius: 2px;
}

/* 教育动态 */
.edu-news {
    padding: 30px 0;
}

.news-photo {
    width: 48%;
    float: left;

}
.news-photo img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}
.news-photo .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
}
.news-content {
    width: 50%;
    float: right;
    padding-left: 20px;
}
.news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
}
.news-list li:last-child { border-bottom: none; }
.news-list a {
    color: #333;
    display: flex;
    align-items: center;
    flex: 1;

}
.news-list a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00b7c2;
    flex-shrink: 0;
    margin-right: 8px;
}
.news-list a:hover { color: #00b7c2; }
.news-list .date { color: #999; font-size: 13px; flex-shrink: 0; }

/* 公告与办事指南 */
.two-col {

}
.col-half { width: 585px;float: left }
.col-half h2 { color: #1a8cff; }
.col-half:nth-child(2) h2 { color: #00b7c2; }
.info-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 16px;
}
.info-list a {
    color: #444;
    display: flex;
    align-items: center;
    flex: 1;
}
.info-list a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a8cff;
    flex-shrink: 0;
    margin-right: 8px;
}
.info-list a:hover { color: #1a8cff; }
.info-list .date { color: #999; font-size: 15px; flex-shrink: 0; }

/* 图解教育 */
.infographics {
    padding: 10px 0 40px;
    background: #fff;
}
.infographics .section-title h2 {
    color: #1a8cff;
}
.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.2s;
    cursor: pointer;
}
.card:hover { transform: translateY(-4px); }
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.card-body {
    padding: 14px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card:nth-child(1) .card-body { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.card:nth-child(2) .card-body { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
.card:nth-child(3) .card-body { background: linear-gradient(135deg, #fc4a1a 0%, #f7b733 100%); }
.card:nth-child(4) .card-body { background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%); }





