.banner {
  width: 100%;
  height: 390px;
  background: url('../image/news.jpg') no-repeat center;
  position: relative;
  z-index: 999;
}

.new {
  overflow: hidden;
}

.new .top {
  width: 100%;
  margin-top: 50px;
}

.new .top h1 {
  text-align: center;
  color: #ff1f4f;
  font-size: 45px;
  font-weight: 600;
}

.new .top p {
  font-size: 16px;
  text-align: center;
  padding: 10px 0 20px 0;
  color: #afafaf;
}

.new .top ul {
  width: 805px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.new .top ul li {
  float: left;
  height: 40px;
  width: 200px;
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 22px;
  line-height: 20px;
  color: #5c5c5c;
  cursor: pointer;
}

.new .top ul li a {
  text-align: center;
  font-size: 22px;
  line-height: 20px;
  color: #5c5c5c;
}

.new .top ul li:last-child {
  border-right: 0;
}

.new .top ul li:hover {
  background: url('../image/tag.png') no-repeat center bottom;
  color: #ff1f4f;
}

.new .top ul .lis_active {
  background: url('../image/tag.png') no-repeat center bottom;
  color: #ff1f4f;
}

.new .content {
  width: 100%;
  height: auto;
}

.new .content ul li {
  width: 100%;
  height: 218px;
  border-bottom: 1px solid #dbdbdb;
}

.new .content ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.new .content ul li a div {
  float: left;
  height: 150px;
}

.new .content ul li a div:first-child {
  width: 250px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 20px;
  overflow: hidden;
}

.new .content ul li a div:first-child:hover img {
  transition: all .5s;
  transform: scale(1.2);
}

.new .content ul li a div:first-child img {
  display: block;
  width: 100%;
  height: 100%;
}

.new .content ul li a div:last-child {
  width: 680px;
  margin-top: 30px;
}

.new .content ul li a div:last-child .p1 {
  font-size: 22px;
  color: #ff1f4f;
  padding-top: 10px;
}

.new .content ul li a div:last-child .p1:hover {
  text-decoration: underline;
}

.new .content ul li a div:last-child .p2 {
  font-size: 14px;
  color: #676767;
  padding: 8px 0 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new .content ul li a div:last-child div {
  width: 390px;
  height: 30px;
}

.new .content ul li a div:last-child div span {
  float: left;
  height: 100%;
  width: 125px;
}

.new .content ul li a div:last-child div span em:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
}

.new .content ul li a div:last-child div span:nth-child(1) em:nth-child(1) {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url('../image/new_png_08.png');
}

.new .content ul li a div:last-child div span:nth-child(2) em:nth-child(1) {
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-top: 2px;
  background: url('../image/new_png_11.png');
}

.new .content ul li a div:last-child div span:nth-child(3) em:nth-child(1) {
  float: left;
  width: 28px;
  height: 21px;
  margin-right: 5px;
  margin-top: 3px;
  background: url('../image/new_png_13.png');
}

.new .content .bottom {
  height: 50px;
  width: 100%;
}

.new .content .bottom div {
  float: left;
}

.new .content .bottom .btn_left {
  width: 240px;
  font-size: 14px;
  color: #818181;
  padding-top: 10px;
  padding-left: 35px;
}

.new .content .bottom .btn_left span {
  color: #424242;
}

.new .content .bottom .btn_right {
  width: 600px;
  height: 100%;
  padding-top: 10px;
  float: right;
  text-align: right;
}

.new .content .bottom .btn_right div {
  display: inline-block;
  float: none;
}

.new .content .bottom .btn_right .last:hover span {
  color: #ff1f4f;
}

.new .content .bottom .btn_right .next:hover span {
  color: #ff1f4f;
}

.new .content .bottom .btn_right .span_color {
  color: #ff1f4f;
}

.new .content .bottom .btn_right span {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}

.new .content .bottom .btn_right .next {
  padding-right: 50px;
}

.pg_length {
  padding-right: 50px !important;
}

.ui-pagination-container {
  height: 34px;
  line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #c5b7b7;
  color: #000;
  margin: 0 3px;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #e3123f;
  color: #e3123f;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
  background: #e3123f;
  border-color: #e3123f;
  color: #fff;
  cursor: default;
}