* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none; }

img,
iframe {
  vertical-align: bottom; }

a {
  color: #000; }
.image img{
	width:100%;
}
#header {
  width: 100%;
  height: 151px; }

#footer {
  height: 281px;
  width: 100%; }

.tit {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .tit > .tit_txt {
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #C72027; }
    .tit > .tit_txt > span {
      color: #A0A0A0;
      font-size: 16px;
      margin: 0 20px; }
    .tit > .tit_txt::after {
      content: "";
      display: block;
      width: 120px;
      height: 5px;
      background-color: #C72027;
      position: absolute;
      bottom: 0; }
  .tit > .rt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

/*# sourceMappingURL=common.css.map */
/* -------------------------------分页样式-------------------------------- */
/*分页样式*/
.fenye {
	text-align: center;
	margin-bottom: 20px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
	margin-top: 10px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: white;
	text-decoration: none;
	background-color: #C72027;
	border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: black;
	cursor: default;
	background-color: white;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}