﻿@charset "utf-8";
body{
	background-color: #f5f5f5 !important
}
.banner{
	margin-bottom: 0;
}
.seat{
	background-color: #fff;
}
.area {
  max-width: 1200px;
  min-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}
.news{
	max-width: 1200px;
	padding: 0 15px;
	margin: 60px auto;
	overflow: hidden;
}
h2{
	font-size: 36px;
	color: #333;
	text-align: center;
	padding: 10px 0 12px 0;
}
h4{
	font-size: 18px;
	color: #999;
	font-weight: normal;
	text-align: center;
}
.news ul._list{
	margin:40px 0 60px 0;
}
.news ul._list li{
	background-color: #fff;
	padding: 20px 20px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 20px;
	overflow: hidden;
}
.news ul._list li span{
	display: block;
	width: 30%;
	border: 1px solid #ddd;
	padding: 10px;
}
.news ul._list li span img{
	width: 100%
}
.news ul._list li div{
	width:65%;	
}
.news ul._list li div a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin:0 20px 10px 0;
}
.news ul._list li div a:hover{
	color: #0a63bf;
}
.news ul._list li div p{
	font-size:14px;
	color: #333;
	line-height: 200%;
}
.news ul._list li div i{
	display: inline-block;
	font-size:14px;
	color: #999;
	font-style: normal;
}
.news ul._list li:nth-child(odd) span{
	float: left;
}
.news ul._list li:nth-child(odd) div{
	float: right;
}
.news ul._list li:nth-child(even) span{
	float: right;
}
.news ul._list li:nth-child(even) div{
	float: left;
}
.page {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.pagelist {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.pagelist span {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}
.pagelist .jump {
  padding: 6px 14px;
  text-align: center;
  cursor: pointer;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  background: rgba(204, 204, 204, 0.3);
  border-radius: 6px;
}
.pagelist .bgprimary, .pagelist span.jump:hover {
  cursor: default;
  color: #fff;
  background: rgba(10, 99, 191, 1);
  border-radius: 6px;
}
.jumpinp input {
  width: 55px;
  height: 26px;
  font-size: 13px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.ellipsis {
  padding: 0px 8px;
  text-align: center;
  cursor: pointer;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  background: rgba(204, 204, 204, 0);
  border-radius: 6px;
}
.bgprimary {
  cursor: default;
  color: #fff;
  background: rgba(255, 30, 27, 1);
  border-radius: 6px;
}
.pagelist .jump.disabled {
  pointer-events: none;
  color: rgba(153, 153, 153, 1);
}
.jumppoint {
  margin-left: 30px;
}
.pagelist .gobtn {
  font-size: 14px;
}
.pageNum {
  display: inline-block;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 28px;
}


