@charset "utf-8";
/* CSS Document */
  /* 清除默认样式 */
.main-box {
	background: #f7f7f7;
	min-width: 1200px;
  }
  header {
	display: flex;
	justify-content: center;
	width: 100%;
  }
  header img {
	width: 100%;

  }
a {text-decoration: none;}
.zc {
	width:1200px;
	margin:0 auto; 
	padding-top:500px;
}
.fw {
	width:1119px;
	margin:0 auto; 
	padding-top:90px;
}
.gh {
	width:1153px;
	margin:0 auto; 
	padding-top:90px;
}
.list1 {
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	
	
	background-color:#fff;
	opacity:0.8;
}
.zc1 {
	width:1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden
}
.lfw {
	width:480px;
	height: auto;
	float: left;
	background-color: #ecf2fa;
	padding:25px;
}
.riw {
	width:480px;
	margin-left:40px;
	height: auto;
	float: left;
	background-color: #ecf2fa;
	padding:25px;
}
.tit {
	font-size:28px;
	font-weight:bold;
	color:#2724a0;
	width:100%;
	text-align: left;
	margin-bottom:8px;
}
.bt {
	width:100%;
	height: auto;
	overflow: hidden
}
.bt ul {
	list-style: none
}
.bt li {
	width:114px;
	height:37px;
	margin-bottom:12px;
	margin-top:11px;
	margin-right:6px;
	text-align:center;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	float: left;
	line-height:37px;
	background-image: url("../images/bt_bg.png");
	cursor:pointer
}
.list {
	padding-left:15px;
	height:48px;
	background-image: url("../images/arrow.png");
	background-position:left center;
	background-repeat: no-repeat;
}
.list a {
	display:block;
	line-height:48px;
	font-size:16px;
	color:#333;
	float:left;
	text-decoration: none;
}
.list a:hover {
	color:#0050cc;
}
.list span {
	display:block;
	line-height:48px;
	font-size:14px;
	color:#888;
	float:right
}

.breadcrumb-main{
	width: 1150px;
	height:30px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
}
.weizhi{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.breadcrumb li a{
	text-decoration: none;
	color: inherit;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 .25rem;
  content: ">";
}

.nlist{background:url(../images/dot.png) no-repeat left; height:60px; border-bottom:1px dotted #ccc; padding-left:10px;}
.nlist a{ line-height:40px;  padding-left:10px; color:#333;font-size:18px;}
.nlist a:hover{ line-height:40px; padding-left:10px; color:#4763e8}
.nlistime{line-height:40px; border-bottom:1px dotted #ccc; color:#666; font-size:18px}
.list_ntitle{ font-size:28px; font-weight:bold; color:#000;}
.concent-bk{ border:1px solid #e8e8e8; background:#fff}
.concent-bkt{ margin-top:10px}

.page{
	width: 1150px;
	height: 50px;
	margin: 30px auto 20px auto;
	text-align: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	border-radius: 4px;
}

ul.pagination li a.active {
    background-color: #0050cc;
    color: white;
    border: 1px solid #0050cc;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}