
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

		table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black;
}

.mbxnav{
       width: 800px;
    height: 30px;
    text-align: left;
    line-height: 67px;
    margin-left: 354px;
    margin-top: 30px;
    color: black;
    font-size: 14px;
}
.mbxnav a{
    color: black;
}
.detail-rtilte{
    margin-top: 37px;
}
.detail-rtilte h2{
    font-weight: 600;
    font-size: 20px;
}
.detail{
	width: 1200px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 15px auto;
}
.detail-left{
	width: 285px;
	display: flex;
	flex-direction: column;
	
}
.detail-menu{
	width: 100%;
	/* height: 196px; */
}
.detail-menu .detail-menuitme{
	width: 100%;
	height: 49px;
	background-color: #003554 ;
	color: #FFFFFF;
	line-height: 49px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 38px;
	box-sizing: border-box;
	border: 1px #ddd solid;
	cursor: pointer;
	
}
.menu-body{
	width: 100%;
	/* height: 312px; */
	border: #eee solid 1px;	
	display: none;
	cursor: pointer;
}
.menu-body ul{
	margin: 10px;
}
.menu-body li{
	background-color: #FFFFFF;
	
}
.menu-body  a{
	text-decoration: none;
	color: #515151;
	line-height: 38px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.detail-news{
	width: 100%;
	height: 360px;
	border: #eee solid 1px;
	/*margin-top: 20px;*/
	display: flex;
	flex-direction: column;
}
.detail-newstitle{
	width: 100%;
	height: 40px;
	background-color: #eee;
	line-height: 40px;
}
.detail-newstitle strong{
	margin-left: 20px;
}
.detail-netscontent{
	width: 100%;
	flex: 1;
}
.detail-netscontent a{
	text-decoration: none;
	color: #515151;
}
.detail-netscontent a:hover{
	color: red;
}
.detail-netscontent ul{
	margin: 10px;
}
.detail-netscontent li{
	line-height: 30px;
}
.detail-right{
	width: 872px;
	/* height: 564px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
	    box-shadow: rgb(238 238 238) 0px 0px 0px 1px, rgb(238 238 238) 0px 1px 3px -1px;
	background-color:#FFFFFF;
}
.footet{
	width: 100%;
	height: 300px;
	background-color: #525252;
}
.detail-rinfo{
	width: 90%;
	text-align: center;
	border-bottom: 1px #ddd dashed      ;
	line-height: 54px;
	height: 40px;
}
.detail-rinfo span{
	margin-right: 30px;
	font-size: 13px;
	color: #515151;
}
.detail-rcontent{
	flex: 1;
	width: 90%;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 34px;
	font-size: 16px!important;
}
.detail-rfooter{
	width: 90%;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}
.detail-rfooter span{
	color: red;
}
.detail-toppage{
	width: 45%;
	height: 40px;
	font-size: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-toppage:hover{
	color: red;
}
.detail-nextpage{
	width: 45%;
	height: 40px;
	text-align: right;
	font-size: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-nextpage:hover{
	color: red;
}
.comment-hf{
    line-height: 26px;
    margin-left: 15px;
}
