*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100vh;
	width: 100vw;
	background: #fff;
	overflow-x: hidden;
}
.wrap {
	height: 100%;
  width: 100vw;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container {
	width: 55%;
	height: 100%;
	min-width: 960px;
	/* background: #20d3de; */
}
/* header */
.header {
	width: 100%;
	height: 9%;
	display: flex;
	align-items: center;
	border-top: .2vw solid #154e7e;
}
.header_left {
	width: 20vw;
	height: 100%;
	display: flex;
	align-items: center;
	min-width: 333px;
}
.header_left img{
	height: 90%;
	width: 100%;
}
.header_right {
	width: 65%;
	min-width: 640px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layui-nav {
	background: #fff !important;
	color: #154e7e;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.layui-nav .layui-nav-item:hover .header_title{
	color: red;
}
.layui-nav .layui-nav-child a:hover{
	background-color:#f2f2f2;
	color:red;
}
.layui-nav .layui-nav-item a {
	color: #154e7e;
}
.layui-nav .layui-nav-mored {
	border-top-color: #AC3C07;
	margin-top: -3px;
}
.layui-nav .layui-nav-more {
    border-top-color: #AC3C07;
}

/* banner */
.banner_item {
	width: 100%;
	height: auto;
}
.banner_item img{
	width: 100%;
}

/* content */
.content_box {
	width: 100%;
	/* height: 47%; */
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.content_title {
	width: 100%;
	height: 10%;
	background: #fff;
	display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCE6F5;
  padding: 0 2vw;
  box-sizing: border-box;
  overflow-y: hidden;
}
.content_title_word {
  font-size: 18px;
  color: #2d648f;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: .2vw solid #69CBF1;
}
.content_title_location {
  font-size: 13px;
}
.content_title_location a {
  text-decoration: none;
}
.content_title_location a:hover {
  color:red;
}
.content_wrap {
  width: 100%;
  height: 80%;
  display: flex;
  /* align-items: center; */
	justify-content: space-around;
	font-size: 16px;
}
.content_left {
	width: 25%;
	height: 400px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	background: #F8FFFF;
	justify-content: flex-start;
}
.content_left_top {
	width: 100%;
	height: 70%;
	/* border: 1px solid #D5E0F1; */
}
.content_left_title {
	width: 100%;
	height: 28%;
	background: url('../img/l-1.jpg') no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.content_left_title p {
	position: absolute;
	left: 10%;
	top: 30%;
	color: white;
}
.left_words span {
	color: #0593C5;
}
.left_words a:hover {
	color: red;
}
.left_words_box {
    width: 96%;
    height: auto;
    border: 1px solid #E1EAF1;
    margin-left: 3%;
}
.left_words{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 5%;
	border-bottom: 1px solid #E1EAF1;
}
.no_border_btm {
	border-bottom: none;
}

.content_left_btm {
	width: 100%;
	height: 75%;
	background: #F8FFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content_left_btm img {
	width: 85%;
	height: 89%;
}





.content_detail {
  width: 70%;
  height: 90%;
  background: white;
  overflow-y: auto;
	font-size: 15px;
	margin-top: 1vw;
	display: flex;
  flex-direction: column;
  align-items: center;
	/* justify-content: center; */
	border: 1px solid #CCE6F5;
}
.content_detail span {
  font-size: 15px;
}
.content_title {
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCE6F5;
  padding: 0 2vw;
  box-sizing: border-box;
}
.content_title_word {
  font-size: 18px;
  color: #2d648f;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: .2vw solid #69CBF1;
}
.content_title_location {
  font-size: 13px;
}
.content_title_location a {
  text-decoration: none;
}
.content_title_location a:hover {
  color:red;
}
 

.content_detail_list {
  width: 100%;
  height: 90%;
  background: white;
  overflow-y: auto;
	font-size: 15px;
	margin-top: 1vw;
	display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
.content_detail_list span {
  font-size: .74vw;
}
.content_detail_list .uploads {
  width: 100%;
  height: 2vw;
	display: flex;
	justify-content: space-around;
  align-items: center;
  text-decoration: none;
}
.uploads_item {
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.upload_name {
	width: 55%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.uploads_item:hover a{
	color: red;
}



/* footer */
.footer {
	width: 100%;
	height: 9%;
	background: #153985;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.footer p {
	font-size: 17px;
	color: white;
}
.footer img {
	width: 17vw;
	height: 3vw;
}