@charset "utf-8";

body,html,ul,li,p,a{
	padding: 0;
	margin:0;
	list-style:none;
	text-decoration: none;
	font-family: "微软雅黑"
}
#app{background-color: #f5f5f5;min-width: 1200px;}
#app .header{
	height: 406px;
	background: url(../images/banner-bg.jpg) center top no-repeat;
	width: 100%;
	position: relative;
}
#app .header .nav-bar{background-color: #E8E9E9;height: 60px;width: 100%;bottom: 0px;position: absolute;box-shadow: 1px 1px 1px #fff; }
#app .header .nav-bar .nav{width: 1200px;margin: 0 auto;}
#app .header .nav-bar .nav ul{ display:table; text-align:center;margin: 0 auto;}
#app .header .nav-bar .nav li{display:inline;list-style-type:none; float: left;line-height: 60px;padding: 0 40px;font-size: 24px;}
#app .header .nav-bar .nav li:hover {background-color: #AEAFAF;}
#app .header .nav-bar .nav li a{color: #C40107;}
#app .main{width: 1200px;margin: 0 auto;}

.main .list-wrap li{width: 380px;line-height: 80px;height: 80px;background-color: #fff;color: #333;font-size: 20px;text-indent: 15px;float: left;margin-right: 20px;margin-bottom: 10px;background:rgba(255,255,255,1) url(../images/sdzt2020-list.png) 15px center no-repeat;background-size: 20px 20px;}
.main .list-wrap li:hover{background: #AEAFAF url(../images/sdzt2020-list-select.png) 15px center no-repeat;background-size: 20px 20px;}
.main .list-wrap li:hover a{color: #fff;}
.main .list-wrap li a{color: #333;display: block;width: 100%;height: 100%;text-indent: 40px;}
.main .list-wrap li img{width: 28px;height: 35px;vertical-align: middle;}
.main h2{text-align: center;}

.footer{
	height: 200px;
	width: 100%;
	background: url(../images/footer-bg.png) center top no-repeat;
	color: #fff; 
}
.footer-wrap{width: 1200px;margin:0px auto;text-align: center;padding: 30px 0px;}
.footer-wrap a{color: #fff; }
.footer-wrap a:hover{color:#CCC; }
.footer-wrap p{line-height: 40px;}
.block-wrap{
	overflow: hidden;
	margin-bottom: 20px;
}
.main .content{
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}

/*内容*/
.main .content .location{height: 60px;line-height: 60px;border-bottom: 1px dashed #ccc;}
.main .content .location a{color: #333;}

.content .content-main .content-title{font-size: 36px;line-height: 50px;font-weight: block;text-align: center;padding: 20px 0;}
.content-datatime{
    margin: 0 auto;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 34px;
    padding-bottom: 10px;}
.content-datatime span{margin-right: 15px;}

.content-container{line-height: 50px;font-size: 20px;padding-bottom: 40px;max-width: 1200px;    overflow: hidden;}

.content-container h1{
	text-align: center !important;
}

.content-container table{
	margin: 0 auto !important;
}

