﻿/**
 * Created by 余生 on 2018/1/15.
 */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-family: "Microsoft YaHei",宋体;
	line-height: 30px;
}

img,blockquote {
	border: none;
}

body {
	background: url("../images/bg60.jpg") no-repeat center 40px;
}

#Header {
}

.inner,.head,.nav,.headline {
	width: 1050px;
	margin: 0 auto;
}

.outer {
	height: 40px;
	color: #fff;
	background: #22426b;
}

.outer * {
	color: #FFF;
	line-height: 40px;
}

.outer .inner .fl {
	float: left;
}

.outer .inner .fr {
	float: right;
}

.outer .inner .fr span {
	padding: 0 20px;
	cursor: pointer;
}

.outer .inner .fr .barrier-free {
	background: url("../images/barrier-free.png") no-repeat left center;
	background-size: 16px 16px;
}

.outer .inner .fr .sc-ts {
	background: url("../images/sc-ts.png") no-repeat left center;
	background-size: 16px 16px;
}

.outer .inner .fr .ipv6{
   background: url("../images/ipv6.png") no-repeat left center;
   background-size: 18px 18px;
}

.outer .inner .fr .set-index {
	background: url("../images/setHome.png") no-repeat left center;
	background-size: 16px 16px;
}

.outer .inner .fr .add-enshrine {
	background: url("../images/favorites.png") no-repeat left center;
	background-size: 16px 16px;
}

.head {
	position: relative;
	height: 160px;
	background: url("../upload/images/2022/2/17172425846.png") no-repeat left -10px;
}

.head .search {
	position: absolute;
	right: 20px;
	top: 65px;
}
.hotWords {
	text-align: left;
	line-height: 30px;
	font-size: 13px;
	display: none;
}

.hotWords a {
	font-size: 12px;
	color: #999999;
	padding: 0px 3px;
}

.hotWords a:hover {
	color: #000000;
}

.auxiliary,
.auxiliary a {
	color: white;
}

.head .search .word {
	box-sizing: border-box;
	outline: none;
	border: none;
	padding-left: 25px;
	width: 350px;
	height: 45px;
	font-size: 13px;
	background: url("../images/search.png") no-repeat 5px center,#fff;
}

.head .search .submit {
	width: 60px;
	height: 45px;
	border: none;
	background: #3d7bca;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -5px;
	font: normal 14px/30px microsoft yahei;
	vertical-align: top;
}

.nav {
}

.nav>ul {
	display: flex;
	background: #3d7bca;
	position: relative;
}

.nav>ul>li {
	flex: 1;
	background: url("../images/nav_li.png") no-repeat left center;
}

.nav>ul>li>a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	position: relative;
	transition: .2s;
}

.nav>ul>li>a:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	bottom: 0;
	height: 2px;
	background: #ff0;
	transition: .2s;
}

.nav>ul>li:hover>a,.nav>ul>li.active>a {
	color: #ff0;
}

.nav>ul>li:hover>a:before,.nav>ul>li.active>a:before {
	width: 50%;
}

.nav>ul>li:hover .hide {
	display: block;
	z-index: 10;
}

.nav .hide {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100px;
	white-space: nowrap;
	background: rgba(255,255,255,.8);
	display: none;
}

.nav .hide li {
	text-align: center;
	line-height: 45px;
	float: left;
	margin-left: 30px;
}

.nav .hide.right li {
	float: right;
	margin-right: 30px;
	margin-left: 0;
}

.nav .hide li a {
	font-size: 18px;
	font-weight: bold;
}

.headline {
	background: #E9F2FE;
	padding: 10px 0;
	box-shadow: 0 1px 5px 1px lightgrey;
}

.headline h2 {
	text-align: center;
	line-height: 50px;
}

.headline h2 a {
	font-size: 20px;
	color: #CD161A;
}

.headline p {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.headline p a {
	color: #365291;
}
/*主体部分*/
#Content {
	width: 1050px;
	margin: 0 auto;
}

#Footer {
	width: 1050px;
	margin: 0 auto;
	clear: both;
	border-top: 3px solid #3d7bca;
	padding: 10px 0;
	position: relative;
}

#Footer * {
	line-height: 35px;
	text-align: center;
	font-size: 13px;
}

#Footer .left {
	height: 80px;
	position: absolute;
	left: 130px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#Footer .right {
	height: 60px;
	position: absolute;
	right: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#Footer .left img {
	display: block;
	max-height: 80px;
}

#Footer .right img {
	display: block;
	border: 1px solid lightgrey;
}

.fixationBox {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}
.fixationBox2 {
	position: fixed;
	right: 10px;
	top: 60px;
	z-index: 999;
}
.closeBox {
	text-align: right;
}

.btn {
	background: none;
	border: none;
	outline: none;
}

.where {
	height: 35px;
	font-size: 13px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(../images/where.png) no-repeat 20px center #f6f6f6;
	padding-left: 50px;
	line-height: 35px;
	color: #626262;
}

.clear {
	clear: both;
}

.letter-btn {
	float: right;
	line-height: 40px;
	font-size: 18px;
	color: #ececec;
}

.letter-btn a {
	color: #d81e06;
}

/* 右边区域 */
		.container-adminis {
            max-width: 1200px;
            margin: 0 auto;
            padding-bottom: 20px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }

        .header-adminis {
            background-color: #2b669a;
            color: white;
            padding: 15px 20px;
            font-size: 18px;
            margin-bottom: 20px;
            border-radius: 4px;
        }

        .table-adminis {
            width: 100%;
            border-collapse: collapse;
            background-color: #fff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .table-adminis th {
            background-color: #f5f5f5;
            padding: 12px;
            text-align: left;
            border-bottom: 2px solid #ddd;
            color: #333;
        }

        .table-adminis td {
            padding: 12px;
            border-bottom: 1px solid #eee;
            color: #666;
        }

        .table-adminis tr:hover {
            background-color: #f9f9f9;
        }

        .status-adminis {
            color: #4CAF50;
        }

        .more-btn-adminis {
            display: block;
            width: 100%;
            padding: 10px;
            margin-top: 20px;
            background-color: #f5f5f5;
            border: none;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            transition: background-color 0.3s;
        }

        .more-btn-adminis:hover {
            background-color: #e0e0e0;
        }
    
        @media screen and (max-width: 768px) {
            .table-adminis {
                display: block;
                overflow-x: auto;
            }

            .container-adminis {
                padding: 10px;
            }

            .header-adminis {
                font-size: 16px;
                padding: 12px 15px;
            }
        }


/* 适老化改造 */
.wza-box{margin-top: 15px; float: right;min-width: 200px;margin-right: 20px;}
#toolbarOldman{display: block!important;}
.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; }


/* .oldModel .inner, 
.oldModel .head, 
.oldModel .nav, 
.oldModel .headline,
.oldModel #Footer {width: 90%; min-width: 930px;}
.oldModel .head .search{top: 100px;}
.oldModel .wza-box { margin-top: 40px;}
.oldModel .pc-display{display: none!important;}
.oldModel .nav>ul>li{flex: 1 1 auto;}
.oldModel #Content{width: 90%;}
.oldModel #Footer .left{left: 65px;}
.oldModel #Footer .right{right: 60px;} */
body.oldModel{zoom:1!important;}
.oldModel *{font-size:28px !important;line-height: 1.3;}
.oldModel .outer{height:50px;}
.oldModel .inner *{line-height:50px;  }
.oldModel .inner>.fl{display: none;}
.oldModel .inner{ width:80%;margin:0 auto;}
.oldModel .head, 
.oldModel .nav, 
.oldModel .headline,
.oldModel #Footer {width: 1200px; min-width: 930px;}
.oldModel .head .search{top: 100px;right: 0;}
.oldModel .head .search .submit{ width:80px; }
.oldModel .wza-box {margin-top: 40px;margin-right: 0;}
.oldModel .pc-display{display: none!important;}
.oldModel .nav>ul>li{flex: 1 1 auto;}
.oldModel #Content{width: 1200px;background-size: 100%;}
.oldModel .nav>ul>li>a{line-height:2;}
.oldModel .banner .des{height:50px;}
.oldModel .banner .des .textDetail *{line-height:50px;}
.oldModel .banner .text-bg{background:none;}
.oldModel #Footer .center{ width:60%;margin:0 auto; }
.oldModel #Footer .center p{ margin-bottom:10px;line-height:1.3}
.oldModel .xxgk tr td{border-bottom: 1px solid  #ececec;padding: 10px 0;}
.oldModel .xxgk tr td:last-child{ white-space:nowrap; }