body {
  padding-top: 64px;
}
.banner {
  width: 100%;
  min-width: 1152px;
  height: 280px;
  background: url(../img/newslist_banner.png);
}
.banner .search {
  margin-top: 220px;
  width: 276px;
  height: 36px;
  background-color: #2277DA;
}
.banner .search input {
  padding-left: 16px;
  font-size: 14px;
  border: none;
  width: 234px;
  height: 36px;
}
.banner .search .search_btn {
  width: 38px;
  height: 36px;
  text-align: center;
  line-height: 36px;
}
.banner .search .search_btn img {
  width: 13.6px;
  height: 13.6px;
}
.main {
  margin-bottom: 166px;
}
.main .container {
  padding: 0 10px;
}
.main .container .breadcrumb {
  padding: 18px 0 18px 0px;
  height: 60px;
  background-color: #fff;
}
.main .container .breadcrumb > li a {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
}
.main .container .breadcrumb > li + li:before {
  color: #999999;
  content: ">";
  padding: 0 8.6px;
}
.main .container .breadcrumb .active {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: bold;
}
.main .container .list {
  width: 824px;
}
.main .container .list .title {
  position: relative;
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  color: #181818;
  letter-spacing: 0;
  padding-bottom: 20px;
}
.main .container .list .title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  display: block;
  width: 120px;
  height: 2px;
  border-radius: 1px;
  background-color: #2277DA;
}
.main .container .list .showlist li a {
  display: block;
  padding: 25px 0;
}
.main .container .list .showlist li a:hover {
  background-image: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 50%, rgba(216, 216, 216, 0) 100%);
}
.main .container .list .showlist li a .fl {
  width: 570px;
}
.main .container .list .showlist li a .fl h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
}
.main .container .list .showlist li a .fl p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
}
.main .container .hotlist {
  width: 276px;
}
.main .container .hotlist .title {
  position: relative;
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: bold;
  color: #181818;
  letter-spacing: 0;
  padding-bottom: 20px;
}
.main .container .hotlist .title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  display: block;
  width: 96px;
  height: 2px;
  border-radius: 1px;
  background-color: #2277DA;
}
.main .container .hotlist .showhotlist {
  padding-top: 15px;
}
.main .container .hotlist .showhotlist li a {
  display: block;
}
.main .container .hotlist .showhotlist li a:hover {
  background-image: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 50%, rgba(216, 216, 216, 0) 100%);
}
.main .container .hotlist .showhotlist li a .fl {
  padding-top: 9px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #FF5E00;
  letter-spacing: 0;
}
.main .container .hotlist .showhotlist li a .h {
  color: #999999;
}
.main .container .hotlist .showhotlist li a .fr h4 {
  margin-top: 8px;
  margin-bottom: 2px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
}
.main .container .hotlist .showhotlist li a .fr p {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 16px;
}
