﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, th,td,input, legend, li, ol, p, pre, textarea, ul {
    padding: 0;
    margin: 0;
}
 
a {
    text-decoration: none;
}
input{
	outline: none;
}
ul,li,ol{
	list-style: none;
}
img{
	border: 0;
}
button {
	outline: 0;
}
body {
    background: #f2f2f2;
}
.wrap {
    min-width: 1300px;
    overflow: hidden;
}
.header-zwgk {
    background: url(../images/bg-xzfy.jpg) no-repeat center top;
    height: 420px;
    padding-top: 20px;
    white-space: nowrap;
    line-height: 64px;
}
.head-zwgk{
    width: 1300px;
    margin: 0 auto;
}
.header-zwgk .wza-box {
    padding-bottom: 0;
    float: right;
    margin-top: 20px;
}
.head-hd {
    width: 1300px;
    margin: 60px auto 0;
}
.head-hd img {
    max-width: 100%;
}
/* nav */
.nav{
	background: #015293;
}
.navtitles {
    width: 1200px;
    height: 50px;
		margin: 0 auto;
  
}
.navtitles a {
    font-size: 18px;
    color: #FFF;
}
.navtitles ul li {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
}
.navtitles li:hover {
    background: #1671C2;
    color: #FFF;
}

/* content */
#Content {
    background: #fff;
    width: 1300px;
    margin: 0 auto;
}
.content {
	   width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px;
}
.site-box {
    width: 45%;
    margin-top: 20px;
    background-color: #f3f5f9;
    float: left;
    position: relative;
    padding-top: 90px;
}
.con-hd {
    overflow: hidden;
    width: 556px;
    position: absolute;
    top: 20px;
    left: -20px;
}
.con-hd .a1 {
    display: inline-block;
    text-align: left;
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 54px;
    font-weight: bold;
    background-color: #015293;
    height: 54px;
    width: 347px;
    padding-left: 40px;
}
.con-hd .a2 {
    padding-right: 10px;
    padding-top: 15px;
    float: right;
    font-size: 14px;
    color: #565f67;
}
.con-bd li {
    overflow: hidden;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
}
.con-bd li a {
    float: left;
    width: 75%;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 25px;
		color:#333;
}
.con-bd li span {
    display: block;
    width: 100px;
    font-size: 15px;
    text-align: right;
    float: right;
    color: #999999;
    margin-right: 10px;
}
.con-bd li a::before {
    content: ">";
    font-family: "Font Awesome 5 Free";
    color: red;
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 10px;
}

/* 行政复议下级 */
.crumb{
	  width: 100%;
    height: 45px;
    background: #f3f3f3;
    margin: 10px 0;
}
.crumb p {
    float: left;
    line-height: 45px;
    font-size: 16px;
    color: #015293;
    text-indent: 15px;
    margin: 0;
}
.crumb p a {
    color: #015293;
}
.list-box {
	  width: 100%;
    border: 1px solid #e2e1e1;
    padding-bottom: 50px;
}
.list-box ul {
    margin: 20px;
}
.list-box ul li {
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    text-indent: 16px;
    background: url(../images/10.gif) center left no-repeat;
}
.list-box ul li span {
    float: right;
    color: #999;
    font-size: 14px;
    padding-right: 15px;
}
.list-box ul li a {
    display: block;
    width: 820px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
		color: #333;
}
.list-box ul li a:hover {
    color: #015293;
}







.oldModel .site-box{float: none;width: 100%;}
.oldModel .con-hd{width: 100%;}
.oldModel .con-bd li{height: 60px; line-height: 60px;}
.oldModel .con-bd li span{width: 190px;}









