﻿@charset "utf-8";
/*标签初始换*/
/* Public CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
/*body{*/
/*    background: url(../images/bg.jpg) no-repeat;*/
/*}*/

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {
    color: #082496;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font: 12px/1.5 "微软雅黑";
}


.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	
}
input,button,textarea{
	outline: none;
}
.hidden{
	display: none;
}


/*通用样式*/

.clear{
    clear:both;
}

.date {
    float: right;
    font-size: 14px;
    margin-right: 10px;
}

.hd {
    border-bottom: #999999 solid 1px;
}

.bd {
    padding-top: 8px;
    /*height: 325px;*/
}

.titled {
    height: 40px;
    line-height: 45px;
    padding: 10px;
    border-bottom: 3px solid #1152a4;;
    margin-bottom: -1px;
    color: #1152a4;
    font-size: 18px;
    font-weight: bold;
}

.titled a {
    color: #1152a4;
    font-size: 18px;
    font-weight: bold;
}

.title {
    height: 40px;
    line-height: 45px;
    padding: 10px;
    margin-bottom: -1px;
}

.title a {
    font-size: 18px;
    font-weight: bold;
}

.content{

    width: 1170px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 15px;
    background-color: white;
}

/*路径样式 开始*/

.path {
    padding-left: 10px;
    text-align: left;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 50px;
    border-bottom: #999999 solid 1px;
}

.path a
.path span {
    padding: 0 3px;
    color: #666;
}

.path span {
    background: url(../images/icons.png) no-repeat 0 -744px;
    padding-left: 21px;
}

/*路径样式 结束*/

/*页面页码通用样式 开始*/
.page {
    text-align: center;
    line-height: 30px;
}

.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 1px;
    padding: 0 10px;
    margin: 0 5px;
}

.disabled{
    background: #e3e3e3;
    cursor: not-allowed;
}

 .current {
    color: #fff !important;
    background: #084c96;
    border: 1px solid #084c96;
    font-weight: bold;
}

.page select {
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}

/*页面页码通用样式 结束*/

/*表格通用样式 开始*/
table, td {
    border-collapse: collapse;
}
/*表格通用样式 结束*/

/*信件操作 开始*/

.letter a {
    margin-left: 20px;
    background-color: #2f4596;
    float: left;
    color: white;
    padding: 3px 15px;
    line-height: 30px;
    text-align: center;
}

/*信件操作 结束*/

.all {
    width: 100%;
    background-color: #f1f1f1;
}

/*头部样式 开始*/

.header {
    width: 100%;
    /*background-color: #ffffff;*/
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

/*顶部信息 开始*/
.top {
    background-color: #e3e3e3;
}

.topInfo {
    width: 1200px;
    height: 35px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 35px;
}

.helloUser {
    float: left;
}

.readType {
    float: right;
}

/*顶部信息 结束*/

/* logoAndSearch  开始 */
.logoAndSearch {
    position: relative;
    height: 155px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* logo  开始*/
#logo {
    width: auto;
    float: left;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
}

/* logo  结束*/
/* 适老化按钮 */
.wza-box{height: 36px; margin-bottom: 15px;}
.wza-box a{ display: block;float: right;height: 36px;line-height:
36px;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; }

/* search  开始*/
.search {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 35px;
    width: 353px;
    float: right;
}
.search form{
    float: right;
}
.search input {
    vertical-align: top
}

.search .input-box {
    float: left;
}

.search .input-box input {
    width: 245px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 10px;
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    border-right: 0;
    outline: none;
}

.search .btn-box {
    width: auto;
    float: left;
}

.search .btn-box .btn {
    width: 82px;
    height: 42px;
    line-height: 42px;
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #084c96;
    border: none;
    outline: none;
}

.search .btn-box .btn:hover {
    background: #2f4596
}

.keyword{
     line-height: 30px; 
float: left;
}
.keyword a{
    color:#999;
}
.keyword a:hover{
     color:#000; 
}
.keyword{display: none;}
/* search  结束*/

/* logoAndSearch  结束 */

/* 顶部导航  开始*/
.topNav {
    height: 48px;
    line-height: 48px;
    background-color: #084c96;
}

.mainNav {
    position: relative;
    /* z-index: 2; */
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.mainNav .mainNav_li {
    width: auto;
    float: left;
    flex: 1;
}

.mainNav .a1 {
    display: inline-block;
    width: 100%;
    /* float: left; */
    height: 48px;
    line-height: 48px;
    /* padding: 0 49px; */
    font-size: 17px;
    color: white;
    white-space: nowrap;
    font-weight: bold
}

.mainNav .a1:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: black;
}

/* 顶部导航  结束*/

/*头部样式  结束*/


/*底部样式*/
.footer {
    width: 100%;
    background-color: #a1a1a1;
    padding-top: 10px;
}

.web_link{
    width: 1200px;
    margin: 0 auto;
}

.web_link table{
  /*  margin: 0px auto; */
}

.web_link table tr td{
    line-height: 40px;
    padding: 0px 10px;
}

.web_link select{
    width: 220px;
    height: 30px;
    font-size: 14px;
    border: none;
    vertical-align: middle;
}

.footer_content {
 width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.government_icon {
    float: left;
    margin-top: 5px;
    margin-left: 50px;
}

.government_msg {
    float: left;
    height: 100px;
    margin:  0 20px;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

.government_msg a {
    color: #ffffff;
}

.government_msg a:hover {
    color: #d8e3e5;
}

.correction_icon {
    margin-top: 10px;
    border-radius: 5px;
    float: left;

}

#QRCode {
    margin-top: 30px;
    margin-left: 50px;
    border-radius: 5px;
    float: left;
    width: 154px;
    height: 76px;
}

.correction_icon img {
    margin-top: 1px;
    margin-left: 2px;
    width: 100px;

}

@media screen and (max-width: 1200px)
.all {
    width: 1200px;
}
/* 移动端公用样式 */
.m_header{
	width: 100%;
	position: relative;
	background-color: #084c96;
	padding: 25px 10px;
	box-sizing: border-box;
}
.m_header .back,.m_header .close{
	position: absolute;
    top: 12px;
    left: 10px;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
}
.m_header .menu{
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
}
.m_header  img{
	width: 100%;
}

.m_header h1{
	text-align: center;
	line-height: 25px;
	color: #FFF;
	font-size: 19px;
}

.mfooter{
    width: 100%;
    height: 1.5rem;
    background: #e7e7e7;
    padding-top: 0.36rem;
    margin-top: 0.3rem;
}
.mfooter p{
    font-size: 0.2rem;
    color: #565555;
    margin-bottom: 0.04rem;
    text-align: center;
}
.mfooter a{
    font-size: 0.2rem;
    color: #565555;
    margin: 0 2px;
}
.m_mask{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
	z-index: 1;
	display: none;
}
.m_mask ul{
	padding: 10px 15px 15px 15px;
    width: auto;
    height: 90%;
	overflow-y: scroll;
	margin-bottom: 0.1rem;
	box-sizing: border-box;
}
.m_mask li{
	padding-top:10px;
	margin-bottom: 0.2rem;
}
.m_mask h1{
	display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
    height: 42px;
}
.m_mask h1 a{
	color: #000;
	padding: 5px 10px;
	border-left:4px solid #3b6ea1;
}
.m_mask li p{
	padding: 5px 0;
    line-height: 0.2rem;
}
.m_mask li p a{
	width: 42%;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    color: #333;
	border: 1px solid #ececec;
    font-size: 0.14rem;
	
}

/* 适老化 */ 
.oldModel *{font-size:28px !important;}
.oldModel .topInfo{height:70px;padding:10px 0}
.oldModel .keyword{margin-top: 5px;}
.oldModel .search {top:10px}
.oldModel .search .input-box input{width: 315px;height:40px;line-height: 40px;}
.oldModel .search .btn-box .btn{height:40px;line-height: 40px;}
.oldModel .hd{height:54px;}
.oldModel .footer_content{margin-top: 20px;}
.oldModel .page .select{display: none}
.oldModel .government_msg{height: 180px;line-height: 40px;}
.oldModel .search{width: 400px;}
.oldModel .search form::after{content: '';clear: both;}
.oldModel .wza-box{height: 40px;}
.oldModel .path span{background: none;position: relative;}
.oldModel .path span::before{background: url(../images/icons.png) no-repeat 0 -744px;width: 22px;height: 22px;content: '';position: absolute;top: 10px;left: 0;display: block;}

.oldModel .lititles{height: auto !important;line-height: 40px;margin-bottom: 10px;}
.oldModel .licontents{height: auto !important;line-height: 40px;padding-bottom: 20px;}
.oldModel .total{margin-top: 10px;}
.oldModel #frmQuery table{width: 900px !important;}
/* body.oldModel{zoom: 1 !important;} */
/* 适老化 */
