#list * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

#list a {
  text-decoration: none;
}

#list .container {
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

#list .list_location {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #999;
}

#list .list_location img {
  margin-right: 30px;
}

#list .list_location a {
  font-size: 36px;
  color: #999;
}

#list .list_header {
  margin-top: 35px;
  margin-bottom: 50px;
}

#list .list_header a {
  display: inline-block;
  padding-bottom: 26px;
  border-bottom: 5px solid #ce0127;
  font-size: 48px;
  color: #000;
}

#list .list_news{
  text-align:center;
}

#list .list_news li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

#list .list_news li a {
  font-size: 32px;
  color: #3d3c39;
}

#list .list_news li span {
  font-size: 24px;
  color: #3d3c39;
}

#list .list_news li:nth-child(5n) {
  height: 100px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 2px solid #E3E3E3;
}

#list .list_news li:last-child {
  border-bottom: none;
}

#list .list_page {
  display: flex;
  justify-content: center;
  align-items: center;
}
#list .list_page>div {
	font-size: 32px;
	color: #8F8E8E;
    height: auto !important;
	line-height: unset !important;
}
#list .list_page>div>select {
	height: 38px;
    font-size: 32px;
    color: #8F8E8E;
}

#list .list_page a {
  color: #8F8E8E;
  border: 1px solid #8F8E8E;
  padding: 5px 15px;
  font-size: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

#list .list_page a.on {
  background: #CE0227;
  color: #fff;
  border-radius: 5px;
  border: none;
}

#list .list_page span {
  color: #000;
  font-size: 32px;
}

#list .list_page span input {
  font-size: 32px;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}

#list a.go {
  color: #000;
}

#list #mypages {
	display: inline-block;
	font-size: 32px;
	color: #8F8E8E;
}
#list #mypages * {
	font-size: 32px;
	color: #8F8E8E;
}
#list #mypages a {
	margin-left: 15px;
}
#list #go {
	    width: 70px;
    height: 35px;
    line-height: 35px;
    color: #000;
    font-size: 32px;
    background: none;
    border: 2px solid #8F8E8E;
    margin-left: 15px;
}
#list #get_currentPage {
    width: 49px;
    height: 32px;
    line-height: 35px;
    font-size: 35px;
    border: 2px solid #8F8E8E;
    margin-left: 15px;
}