@charset "utf-8";
#main {
	padding-bottom: 100px;
}
#prabanner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#prabanner img {
	width: 100%;
}
.doc_menu.fixed .title{
	display:none;
}
.doc_menu .list {
	display: inline-block;
	list-style: inside decimal;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: -500px;
}
.doc_menu .list li {
	cursor: pointer;
}
.doc_menu .list li:hover {
	color: #347ebf;
	text-decoration: none;
}
.doc_menu.fixed .list {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #f3f1f2;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	line-height: 50px;
	z-index: 11;
	-webkit-transform-origin: left top;
	-webkit-animation: docMenuFixed 0.2s ease-out;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
.doc_menu.fixed .list li {
	float: left;
	border-bottom: 3px solid #D7D7D7;
	width: 14.28%;
	*width: 14.28%;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.doc_menu.fixed .list li:hover {
	background-color: #FFF;
	color: #00489d;
	border-bottom-color: #00489d;
}
.doc_menu.fixed .list li.n {
	background-color: #fff;
	color: #00489d;
	-webkit-transition: background-color 0.2s, color 0.2s;
	border-bottom-color: #00489d;
}
#main > h2 ,#main h3{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
}
#main h3{ border-bottom:none;
	}
#main #p7 {
	margin-top: 0px;
}

#main h2 p ,#main h3 p{
	position: absolute;
	top: -13px;
	background-color: #FFF;
	padding-right: 30px;
	color: #00489d;
	font-size: 20px;
}
#main .contentbox {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
.contentbox > div {
	margin-top: 30px;
}
.contentbox > div .alltitle {
	font-size: 16px;
	font-weight: bold;
}
.contentbox .accuser .alltitle i,.contentbox .accused .alltitle i {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}

.contentbox > div .allcontent {
	font-size: 13px;
	line-height: 26px;
	width: 94%;
	margin-top: 5px;
}
/*.contentbox > div .allcontent p {
	text-indent: 2em;
}*/
.jlg {
	height: 140px;
}
@media screen and (max-width: 1440px) {
#prabanner {
	width: 1000px;
}
#main > h2 ,#main h3{
	width: 1000px;
}
#main .contentbox {
	width: 1000px;
}
.contentbox > div .allcontent {
	width: 90%;
}
}
@media screen and (max-width: 1000px) {
#prabanner {
	width: 100%;
}
#main > h2 ,#main h3{
	width: 96%;
}
#main .contentbox {
	width: 96%;
}
.doc_menu .title{
	height: 50px;
	width: 50px;
	line-height: 40px;
	position: fixed;
	top: 0px;
	right: 0px;
	color: #FFF;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	display: block;
	}
.doc_menu.fixed .title{
	height: 50px;
	width: 50px;
	line-height: 40px;
	position: fixed;
	top: 0px;
	right: 0px;
	color: #FFF;
	cursor: pointer;
	z-index: 100;
	text-align: center;
	display: block;
	}
.doc_menu.fixed .list {
	top: 50px;
	height: auto;
	background-color: #FFF;
	display: none;
}
.doc_menu.fixed .list li {
	float: none;
	border-bottom: 3px solid #D7D7D7;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
.doc_menu.fixed .list li:hover {
	background-color: #FFF;
	color: #00489d;
	border-bottom-color: #00489d;
}
.doc_menu.fixed .list li.n {
	background-color: #fff;
	color: #00489d;
	-webkit-transition: background-color 0.2s, color 0.2s;
	border-bottom-color: #00489d;
}
.contentbox > div .allcontent {
	width: 100%;
}
.jlg {
	height: 0px;
}

}

