/*** 新闻详细内容 ***/
.NewsTitle{font-size:24px; font-weight:bold; line-height:180%;}
.NewsTitleFu{font-size:18px;}
.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;}


 /*** 分页样式 Begin ***/
.FX_PageDiv{width:100%; height:22px; padding:15px 0;font-size:16px; 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:5px; 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:5px; border:1px solid #CCC; background-color:#DDD;}
.Fx_PageDiv2_span2 input{padding-top: 0px;margin-top: 0px;}
.Fx_PageDiv2_span1{ float:left; padding-top:3px;}
.Fx_PageDiv2_span2{ float:right; }
.Fx_PageDiv2_1_2,.Fx_PageDiv2_1_3,.Fx_PageDiv2_1_4{ color:#C00;}
/*** 分页样式 End ***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:link,a:visited{text-decoration: none;color:#1e2a3e;}
a:hover{text-decoration: none;}
ul,ol,li{list-style-type:none;}
body {
    font-family: 'Segoe UI', Roboto, 'Noto Sans', system-ui, 'Helvetica Neue', sans-serif;
    color: #1e2a3e;
    line-height: 1.5;
    font-size: 16px;
}

/* 整体容器 */
.container {
    width:100%;
    height: 377px;
    background: url("top.png") no-repeat center top;
}

/* 顶部区域 */
.top-bar {
    width: 1300px;
    height: 405px;
    margin: 0 auto;
    padding: 40px 30px 12px 30px;
    text-align: center;
}


.title-group h1 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #004080;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.title-group .eng-title {
    font-size: 0.85rem;
    color: #4a627a;
    font-weight: 500;
    border-left: 3px solid #1e6fdf;
    padding-left: 10px;
}

.search-box {
    display: flex;
    background: #fff;
    width: 560px;
    height: 62px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: relative;
    margin: 15px auto;
}

.search-box .inp {
    border: none;
    width: 560px;
    padding: 22px 18px;
    font-size: 1.1rem;
    outline: none;
}

.search-box #button2 {
    width: 50px;
    height: 50px;
   
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* 导航菜单 */
.nav-menu {
    background: #2354af;
    height: 65px;
}

.nav-list {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.nav-list li{
    width: 20%;
    text-align: center;
    height: 65px;
    line-height: 65px;
}
.nav-list li a {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.nav-list li:hover {
    background-color: #0262d6;
}

/* 主视觉标题行*/
.wrap{
    width: 1300px;
    margin: 30px auto;
}
.hero-title{
    text-align: center;
}
.hero-title a{
    font-size: 36px;
    color: #2354af;
    font-weight: bold;
}

.two-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.left-img {
    width: 710px;
    min-width: 240px;
}


.right-tabs {
    width: 590px;
    height: 405px;
    padding-left: 40px;
    background: #f5faff;
    overflow: hidden;
}

.tab-headers {
    display: flex;
    border-bottom: 1px solid #e9edf2;
}
.tag1Sel {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    cursor: pointer;
    border: none;
    position: relative;
    font-weight: bold;
}
.tag1Sel a{
    color: #000;
}

.tag1SelNo{
    font-size: 24px;
    flex: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border: none;
}
.tag1SelNo a{
    color: #777;
}

.tag1Sel::before{
    display: block;
    content: '';
    width: 45px;
    height: 3px;
    background-color: #af2323;
    position: absolute;
    bottom: 0;
    left: 70px;
}
.tab-content {
    padding-top: 10px;
    padding-right: 15px;
}

.news-list {
    list-style: none;
}

.news-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    font-size: 18px;
}
.news-list1 li{
    border-bottom: 1px dashed #CCCCCC;
}
.news-list li a {
    text-decoration: none;
    color: #2c3e50;
    transition: color 0.2s;
}

.news-list li a:hover {
    color: #1e6fdf;
}
.news-list li i{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #595959;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 3px;
}
.date {
    color: #8f9eb2;
    font-size: 18px;
    white-space: nowrap;
    margin-left: 15px;
}

.more-link {
    text-align: right;
    margin-top: 16px;
}

.more-link a {
    color: #1e6fdf;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
}
.clear{clear:both;}
/* 四个图片卡片区域 */
.four-cards {
    margin: 40px 0;
    
    gap: 24px;
}
.four-cards .card-item{width:25%;float:left;}
.four-cards a {
    
    height: 120px;
    border-radius: 10px;
}

.four-cards a img{
    
    cursor: pointer;
    transition: all 0.3s ease;
}

.four-cards a img:hover {
    transform: scale(1.1);
}


/* 政府信息公开 + 政民互动 两栏 */
.info-interaction {
    width:100%
    gap: 40px;
    margin: 40px 0;
}


.info-panel1{
    width: 480px;
    height: 548px;
	float:left;
    background: url("x_bg.png") no-repeat;
    padding: 20px 50px;
}
.info-panel2{
    width: 780px;
    height: 548px;
	float:right;
    background: url("z_bg.png") no-repeat;
    padding: 20px 50px;
}

.info-panel h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #002856;
    border-left: 5px solid #1e6fdf;
    padding-left: 14px;
    margin-bottom: 20px;
}

.info-grid {
    width:380px;
    
}

.info-link {
    float:left;
}
.info-link a{
    display: block;
    width: 160px;
    height: 118px;
    background-color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #595959;
    padding-top: 13px;
    box-shadow: 0 2px 3px rgba(22,112,203,0.1);
}

.info-link a:hover{
    color: #ffffff;
    font-weight: bold;
    background-color: #73a5f7;
    transition: all ease 0.3s;
}




.interact-list {
    list-style: none;
}

.interact-list li {
    padding-bottom: 12px;
}

.interact-title {
    font-weight: 600;
    color: #1f3b4c;
}

.interact{
    display: flex;
}
.interact1{
    width: 320px;
    height: 114px;
    background: url("zm1.png") no-repeat;
    padding: 22px 30px;
    margin-right: 40px;
}
.interact1 a,.interact2 a{
    display: block;
    width: 75px;
    height: 26px;
    line-height: 26px;
    background-color: #0262d6;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.interact2{
    width: 320px;
    height: 114px;
    background: url("zm2.png") no-repeat;
    padding: 22px 30px;
}


/* 子选项卡 (调查征集/访谈发布 切换) */
.sub-tab-wrapper {
    margin: 16px 0 12px 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 30px;
}

.sub-tab-headers {
    display: flex;
    
    margin-bottom: 14px;
}


.tag2Sel{
    background: none;
    border: none;
    padding: 8px 0 10px 0;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
    position: relative;
}
.tag2Sel a{
    color: #1e6fdf;
}

.tag2SelNo{
    background: none;
    border: none;
    padding: 8px 0 10px 0;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
}
.tag2SelNo a{
    color: #5f7f9e;
}


.tag2Sel::before{
    display: block;
    content: '';
    width: 36px;
    height: 4px;
    border-radius: 10px;
    background-color: #0262d6;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.sub-tab-content {
    min-height: 180px;
}

.survey-list, .interview-list {
    list-style: none;
}

.survey-list li, .interview-list li {
    padding: 7px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.survey-title, .interview-title {
    font-size: 18px;
    color: #2c4a6e;
    text-decoration: none;
    flex: 1;
}

.survey-date, .interview-date {
    font-size: 18px;
    color: #8da0b2;
    white-space: nowrap;
    margin-left: 12px;
}

.two-cards{
    width:100%;
}
.two-cards .item1{
    width: 1010px;
    height: 170px;
    background-color: #eaf3fa;
    float:left;
    border-radius: 10px;
    padding: 13px 30px;
}
.two-cards .item1 .card-item{
    text-align: center;
	width:25%;
	float:left;
}
.two-cards .item2{
    width: 250px;
	float:right;
}

.two-cards .item2 a {
    float: left;
    width: 250px;
    height: 170px;
}

.two-cards .item2 a img{
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.two-cards .item2 a img:hover {
    transform: scale(1.1);
}
/*专题专栏*/
.loc{
    margin-bottom: 30px;
	background: url(m_05.gif) repeat-x bottom;
    height: 45px;
}
.loc a{
	color:#1e2a3e;
}
.loc img{
    vertical-align: middle;
    margin-right: 8px;
}
.two-cards1{
    width:1020px;
    margin: 40px 140px;
    
}
.two-cards1 .card-item{
    text-align: center;
	width:490px;
	float:left;
	margin-bottom:40px;
}
.two-cards1 .card-item a {
    width: 300px;
    height: 120px;
    border-radius: 10px;
}

.two-cards1 .card-item a img{
    cursor: pointer;
    transition: all 0.3s ease;
}

.two-cards1 .card-item a img:hover {
    transform: scale(1.1);
}
.border{
    display: flex;
}
.border1{
    width: 36px;
    height: 169px;
}
.border2{
    width: 1260px;
    border: 1px solid #dddddd;
    padding: 10px;
}
#marquePic1 ul,#marquePic2 ul{
    display: flex;
}
#marquePic1 ul li,#marquePic2 ul li{
    margin: 0 10px;
    text-align: center;
}
.list{
    margin-top: 30px;
}
.list .news-list li{
    border-bottom: 1px dashed #cccccc;
}

/*新闻*/

.title{
    border-bottom: 1px solid #CCCCCC;
    line-height: 70px;
}
.title ul li{
    float: left;
}
.title ul li.title-more{
    float: right;
}
.clear{
    clear: both;
}
.info-div{
    margin-top: 20px;
}

/*图片列表*/
.info-tp ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

}
.info-tp ul li{
    text-align: center;
}
.info-tp ul li a{
	color:#1e2a3e;
}

.content a{
	color:#1e2a3e;
}

/*列表*/
.info-list{
    display: flex;
}
.left-list{
    width: 255px;
}
.right-list{
    width: 990px;
    margin-left: 50px;
}
.left-list .cate{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    background-color: #2354af;
    color: #ffffff;
    text-align: center;
}
.info-ul{
    background-color: #f7f7f7;
    padding:5px 20px 20px;
}
.left-list ul li{
    line-height: 60px;
    text-align: center;
    border-bottom: 1px dashed #cecece;
    font-size: 18px;
}
.left-list ul li a:hover{
    color: #1e6fdf;
    font-weight: bolder;
    display: inline-block;
}

/* 页脚 */
.footer {
    background: #2354af;
    margin-top: 50px;
    border-top: 1px solid #d8e2ed;
    font-size: 1rem;
    color: #335;
    text-align: center;
    padding-bottom: 15px;
}
.footer-wrap{
    background-color: #2c5ebb;
}

.footer-links {
    width: 1300px;
    padding: 18px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;

}

.footer-links a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #5781cf;
}

.copyright {
    line-height: 2.2;
    margin-top: 10px;
    color: #ffffff;
	text-align:center;
}
.copyright a{
    color: #ffffff;
}
