﻿html.index-html{
    width: 100%;
    min-width: 1200px;
}
body{
	/* background: url(../images/2022/bg_dark.png) top center no-repeat; */
	/* background-size: 100%; */
}
.header{
    clear: both;
}
.top{
    line-height: 45px;
}
.top *{
    color: #054474;
}
.top em{
    margin: 0 5px 0 10px;
}
.top-header{
    background: url(../images/2022/headbg2023.png) top center no-repeat;
    background-size: 1920px 100%;
    width: 100%;
    height: 320px;
    /* min-width: 1200px; */
}

.logo{
    text-align: left;
    padding: 55px 0 35px;
    width: auto;
    margin: 0;
    float: left;
}
.logo img{
	width: 500px;
}
.search_inuput{
    text-align: right;
    float: right;
    margin-top: 20px;
    border: 1px solid #d3d3d3;
}
.search_inuput form{
    font-size: 0;
}
.search_inuput .txt{
    width: 450px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    /* border-radius: 5px 0px 0px 5px; */
    background-color: rgba(255,255,255,0.72);
    font-size: 15px;
}
.search_inuput .btn{
    height: 50px;
    width: 76px;
    vertical-align: bottom;
    background: rgba(255,255,255,0.72) url(../images/2022/search_blue.png) center center no-repeat;
    background-size: auto 110%;
    /* border-radius: 0 5px 5px 0; */
}
.keywords{
    text-align: center;
    float: right;
    margin: 20px 0;
}

.keywords,.keywords *{
    color: #000;
    padding: 0 10px;
    font-size: 15px;
    text-shadow: 1px 1px #fff;
}
.head-banner{
    clear: both;
    font-size: 2rem;
    color: #830f0f;
    font-weight: 600;
    font-family: cursive;
    text-align: center;
}
.navbar{
    background: #0666b0;
    clear: both;
}
.nav{
    border-top: 3px solid var(--color);
    display: flex;
    background: var(--color);
}
.nav a{
    display: inline-block;
    flex: 1 1 auto;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.nav .active,.nav a:hover{
    background-color: #fff;
    color: var(--color);
}

   /* 表格基础样式 */
    .wrap-fr-tet table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      color: #333333;
      margin: 30px 0;
    }

    /* 表头 */
    .wrap-fr-tet th {
      padding: 12px 16px;
      background: #f6f7f9;
      color: #333333;
      font-weight: 600;
      border-bottom: 1px solid #e6eaf0;
      text-align: left;
    }

    /* 单元格 */
    .wrap-fr-tet td {
      padding: 12px 16px;
      border: 1px solid #eef1f5;
      border-top: none;
      background: #ffffff;
    }

    /* 悬停高亮 */
    .wrap-fr-tet tr:hover {
      background: #f9fbff;
    }

    /* 标题列：左对齐并省略号 */
    .wrap-fr-tet td:nth-child(1) {
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* 时间、状态列：居中且颜色稍浅 */
    .wrap-fr-tet th:nth-child(2),
    .wrap-fr-tet th:nth-child(3),
    .wrap-fr-tet td:nth-child(2),
    .wrap-fr-tet td:nth-child(3) {
      text-align: center;
    }

    .wrap-fr-tet td:nth-child(2) {
      color: #666666;
    }

    /* 标题链接与状态颜色 */
    .wrap-fr-tet td a {
      color: #1a1a1a;
      text-decoration: none;
    }

    .wrap-fr-tet td a:hover {
      color: #1e80ff;
    }

    .wrap-fr-tet td:nth-child(3),
    .wrap-fr-tet td:nth-child(3) .Chits,
    .wrap-fr-tet td:nth-child(3) a {
      color: #1e80ff;
    }

    .wrap-fr-tet ul {
      list-style: none;
    }



.friend-link{
	background: #8d8d8d;
	padding: 10px 0;
}
.friend-link .links{
	display: flex;
	justify-content: space-between;
}
.friend-link select{
	width: 299px;
	height: 26px;
	background: transparent;
	color: #fff;
	text-align: center;
    border: none;
	border-left: 2px solid #959595;
	font-size: 15px;
}
.friend-link select:last-child{
	border-right: 2px solid #959595;
}
#Foot{
    width: 100%;
    min-width: 1200px;
}
#Foot .footer{
	padding: 30px 0;
	background: var(--color);
}
#Foot .footer .text p{
	line-height: 40px;
}
#Foot .footer .text p,
#Foot .footer .text p a{
	color: #fff;
	font-size: 15px;
}

#Foot .footer .pic .dzjg{
	margin: 20px 0;
}
#Foot .footer .pic .jiucuo{
	margin: 30px
}

/* 适老化改造 */
.wza-box{margin-top: 35px; float: right; min-width: 200px;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #F76B00; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

body.oldModel{zoom: 1!important;}
.oldModel *{font-size: 28px!important;}
.oldModel .nav a,
.oldModel .top *,
.oldModel .wza-box a,
.oldModel .search_inuput .txt,
.oldModel .friend-link select,
.oldModel #Foot .footer .text p,
.oldModel #Foot .footer .text p a{font-size: 28px!important;}
.oldModel .nav,
.oldModel .footer-content{min-width: 930px;}
.oldModel #Foot{min-width: auto;}
.oldModel .nav a{height: auto; padding: 1px 4px;}
.oldModel .footer .pic{float: none; clear: both;width: fit-content; margin: 0 auto;}
.oldModel .search_inuput .txt{width: 500px;height: 60px;}
.oldModel .search_inuput .btn{height: 60px;}
.oldModel .keywords{display: none;}
.oldModel .nav{  white-space: nowrap;    width: 1375px !important; margin: auto;}


/* 缩放适配 */
/* .oldModel .w1200c { width: auto;}
.oldModel .top,
.oldModel .header,
.oldModel .nav,
.oldModel #Main,
.oldModel #ztzlSwiper,
.oldModel .friend-link .links,
.oldModel .footer-content {width: 85% !important;margin: 0 auto;}
.oldModel .logo { width: 100%;text-align: center; float: none; padding: 15px 0 10px 0;}
.oldModel .wza-box{width: fit-content; margin: 0 auto;float: none;margin-top: 10px;}
.oldModel .search_inuput { padding-bottom: 20px;padding-top: 15px;float: none; text-align: center; border: none;clear: both;}
.oldModel .search_inuput .txt { width: 65%; height: 45px;}
.oldModel .search_inuput .btn { height: 45px; width: 65px;} */