<style>
  .nav-gblnav {
	background-color: rgba(255, 255, 255, 0.5);
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
  }

  /* .container {
  transform: translateY(100px);
} */

  /* .plo {
  height: 100px;
} */

  .top {
	position: absolute;
	left: 400px;
	top: 10px;
	/* background-color: black; */
  }

  .login {
	position: absolute;
	right: 400px;
	top: 10px;
	display: flex;
	align-items: center;
  }

  .login a {
	color: #000;
	display: block;
	margin-left: 5px;
  }
  .login1 .title1 {
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	cursor: move;
  }

  /* .content p {
	text-align: center;
	line-height: 45px;
  } */

  .title1 a {
	display: block;
	position: fixed;
	top: 2px;
	right: 5px;
	z-index: 9999;
  }

  .bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgb(0, 0, 0, 0.4);
	z-index: 9998;
	display: none;
  }

  .login1 {
	width: 600px;
	height: 350px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background: #fff;
	display: none;
  }

  .username {
	margin: 25px 0 20px 0;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: url(http://pc.yfdc.net/static/images/account_icon.png)
	  no-repeat;
	background-position: 14px 16px;
	text-indent: 40px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 25px 0 0 130px;
  }

  .rusername {
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: url(http://pc.yfdc.net/static/images/password_icon.png)
	  no-repeat;
	background-position: 14px 16px;
	text-indent: 40px;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin: 25px 0 0 130px;
	border-radius: 4px;
  }

  #alert {
	display: none;
	text-align: center;
	font-size: small;
	/* border: 1px solid red; */
	color: red;
	/* margin-top: 10px; */
  }

  .login_buttom {
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #ff611b;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 25px 0 0 130px;
	cursor: pointer;
	border-radius: 4px;
  }




  .container .news-detail {
	position: relative;
	top: 100px;
	box-shadow: 0px 0px 46px 0px rgb(237 239 242 / 71%);
	padding: 0 95px;
	box-sizing: border-box;
	margin-bottom: 200px;
	min-height: 750px;
  }

  .center {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
  }
  .title {
	padding: 99px 130px 0px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #24272e;
	line-height: 50px;
  }
  .date {
	text-align: center;
	padding: 40px 0 67px;
	font-size: 18px;
	font-weight: 400;
	color: #8d8d99;
  }
  .date-left {
	float:left;
  }
  .content p {
	line-height: 32px;
	margin-bottom: 50px;
  }
  .closeContent {
	width: 52px;
	height: 52px;
	position: fixed;
	top: 153px;
	margin-left: 1080px;
	background-image: url(https://www.lcfex.net/images/web/news/closeContent.png);
	background-position: 0 0;
	background-size: 52px 52px;
  }
  .statement {
	padding: 2px 0 99px;
	font-size: 16px;
	font-weight: 400;
	color: #8d8d99;
	line-height: 32px;
  }
</style>