@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hideText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hideText-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.hideText-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.header {
  padding: 24px 0;
  border-top: 40px solid #333;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 181px;
  height: 77px;
}

.header .nav ul {
  align-items: center;
}

.header .nav ul .active a {
  color: #FDD900;
}

.header .nav ul .active a::before {
  background: #FDD900;
}

.header .nav ul li a {
  font-size: 24px;
  color: #333;
  display: block;
  position: relative;
  padding: 0 30px;
}

.header .nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 80%;
  transform: translateY(-50%);
  background: #333;
}

.header .nav ul li a:hover {
  color: #FDD900;
}

.header .nav ul li a:hover::before {
  background: #FDD900;
}

.banner a {
  display: block;
  width: 100%;
  height: 700px;
}

.banner a img {
  display: block;
  width: 100%;
  height: 100%;
}

.public-title {
  justify-content: center;
}

.public-title a, .public-title strong {
  font-size: 28px;
  color: #FDD900;
  font-weight: normal;
}

.mod {
  margin-top: 140px;
}

.mod1 ul {
  margin-top: 48px;
}

.mod1 ul li {
  width: 196px;
}

.mod1 ul li .img {
  position: relative;
  width: 100%;
  height: 120px;
}

.mod1 ul li .title {
  padding: 18px 0;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.mod1 ul li .title:hover {
  color: #FEDA00;
}

.mod1 ul li p {
  font-size: 18px;
  color: #AAAAAA;
  line-height: 26px;
}

.mod2 {
  padding: 64px 0 48px;
  background: #F7F7F7;
}

.mod2 ul {
  margin-top: 48px;
}

.mod2 ul li {
  width: 264px;
}

.mod2 ul li:hover .img .title {
  opacity: 1;
}

.mod2 ul li .img {
  display: block;
  width: 100%;
  height: 356px;
  position: relative;
}

.mod2 ul li .img .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.mod2 ul li .img .title span {
  font-size: 24px;
  color: #fff;
}

.mod3 .main {
  margin-top: 48px;
  padding: 0 60px;
}

.mod3 .main .hot-news {
  justify-content: start;
}

.mod3 .main .hot-news strong {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.mod3 .main .hot-news ul li {
  width: 500px;
  margin-top: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #CCCCCC;
}

.mod3 .main .hot-news ul li > * {
  padding-left: 34px;
}

.mod3 .main .hot-news ul li:hover .title {
  color: #FEDA00;
  background: url(../images/icon2.png) no-repeat left center;
}

.mod3 .main .hot-news ul li:hover p {
  color: #FEDA00;
  background: url(../images/icon4.png) no-repeat left 6px;
}

.mod3 .main .hot-news ul li .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  background: url(../images/icon1.png) no-repeat left center;
}

.mod3 .main .hot-news ul li p {
  line-height: 30px;
  font-size: 18px;
  color: #999;
  background: url(../images/icon3.png) no-repeat left 6px;
}

.mod3 .main .news {
  justify-content: start;
}

.mod3 .main .news strong {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.mod3 .main .news ul li {
  width: 405px;
  padding: 16px 55px 20px 20px;
  background: #F7F7F7;
  margin-top: 24px;
}

.mod3 .main .news ul li:hover {
  background: #FEDA00;
}

.mod3 .main .news ul li:hover .date > * {
  color: #fff;
}

.mod3 .main .news ul li:hover .des p {
  color: #fff;
}

.mod3 .main .news ul li .date {
  justify-content: start;
}

.mod3 .main .news ul li .date strong {
  font-weight: normal;
  font-size: 34px;
  color: #888;
  margin-bottom: 14px;
  text-align: center;
}

.mod3 .main .news ul li .date span {
  font-size: 14px;
  color: #888;
}

.mod3 .main .news ul li .des {
  width: 323px;
}

.mod3 .main .news ul li .des .title {
  margin-bottom: 18px;
  font-size: 18px;
  color: #333;
}

.mod3 .main .news ul li .des p {
  font-size: 14px;
  color: #888;
  line-height: 26px;
}

.mod4 {
  padding: 48px 0;
  background: #F8F8F8;
}

.mod4 .news {
  padding: 0 142px;
  margin-top: 48px;
  justify-content: start;
}

.mod4 .news .img {
  width: 420px;
  height: 262px;
  margin-right: 35px;
}

.mod4 .news .des {
  width: 392px;
  padding: 0 12px;
  border-top: 4px solid #333;
  border-bottom: 30px solid #333;
  justify-content: start;
}

.mod4 .news .des .title {
  margin: 10px 0;
  color: #333;
  font-size: 20px;
}

.mod4 .news .des .title:hover {
  color: #FEDA00;
}

.mod4 .news .des p {
  font-size: 14px;
  color: #888;
  text-indent: 2em;
  line-height: 26px;
}

.link {
  margin-top: 140px;
}

.link p {
  justify-content: start;
  flex-wrap: wrap;
  line-height: 35px;
  margin-top: 48px;
}

.link p strong {
  font-size: 16px;
  color: #333;
  display: block;
  margin-right: 10px;
  font-weight: normal;
}

.link p a {
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}

.link p a:hover {
  color: #FEDA00;
}

.footer {
  margin-top: 140px;
  padding: 34px 0 23px;
  background: #333;
  border-bottom: 50px solid #262628;
}

.footer p {
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.bread-nav {
  margin: 24px 0 23px 0;
  align-items: center;
  justify-content: start;
}

.bread-nav .breadCrumbs {
  justify-content: flex-start;
}

.bread-nav .breadCrumbs li {
  font-size: 18px;
  color: #333;
}

.bread-nav .breadCrumbs li:first-child {
  margin-right: 24px;
}

.bread-nav .breadCrumbs li img {
  width: 19px;
  height: 19px;
}

.bread-nav .breadCrumbs li a {
  font-size: 18px;
  color: #333;
}

.bread-nav .breadCrumbs li a:hover {
  color: #FEDA00;
}

.item-banner ul .img {
  width: 564px;
  height: 200px;
}

.main {
  margin-top: 140px;
}

.main .item-news .item-list li {
  width: 572px;
  padding: 24px;
  background: #F7F7F7;
  margin-bottom: 24px;
}

.main .item-news .item-list li:hover {
  background: #FEDA00;
}

.main .item-news .item-list li:hover .date > * {
  color: #fff;
}

.main .item-news .item-list li:hover .des p {
  color: #fff;
}

.main .item-news .item-list li .date {
  justify-content: start;
}

.main .item-news .item-list li .date strong {
  font-weight: normal;
  font-size: 34px;
  color: #888;
  margin-bottom: 14px;
  text-align: center;
}

.main .item-news .item-list li .date span {
  font-size: 14px;
  color: #888;
}

.main .item-news .item-list li .des {
  width: 487px;
}

.main .item-news .item-list li .des .title {
  margin-bottom: 18px;
  font-size: 24px;
  color: #333;
}

.main .item-news .item-list li .des p {
  font-size: 18px;
  color: #878787;
  line-height: 26px;
}

.main .hot-news {
  justify-content: start;
}

.main .hot-news strong {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.main .hot-news ul li {
  width: 500px;
  margin-top: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #CCCCCC;
}

.main .hot-news ul li > * {
  padding-left: 34px;
}

.main .hot-news ul li:hover .title {
  color: #FEDA00;
  background: url(../images/icon2.png) no-repeat left center;
}

.main .hot-news ul li:hover p {
  color: #FEDA00;
  background: url(../images/icon4.png) no-repeat left 6px;
}

.main .hot-news ul li .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  background: url(../images/icon1.png) no-repeat left center;
}

.main .hot-news ul li p {
  line-height: 30px;
  font-size: 18px;
  color: #999;
  background: url(../images/icon3.png) no-repeat left 6px;
}

/* 分页 */
.pagination {
  text-align: center;
}

.pagination .thisclass {
  background: #FEDA00;
  color: #fff;
}

.pagination .thisclass span, .pagination .thisclass a {
  color: #fff;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 5px;
  padding: 9px 12px;
  font-size: 14px;
  border: 1px solid #EEEEEE;
  color: #333;
}

.pagination li span, .pagination li a {
  color: #333;
  display: inline-block;
}

.pagination li:hover {
  background: #FEDA00;
  color: #fff;
}

.pagination li:hover span, .pagination li:hover a {
  color: #fff;
}

.pagination li span {
  color: #333;
  display: inline-block;
}

.detail {
  width: 612px;
}

.detail .art-head {
  padding-bottom: 48px;
}

.detail .art-head h1 {
  font-size: 30px;
  color: #333;
}

.detail .art-head p {
  margin-top: 48px;
  justify-content: start;
  padding: 10px 0;
  background: #FEDA00;
}

.detail .art-head p span {
  font-size: 18px;
  color: #666;
  margin-right: 10px;
}

.detail .art-cont {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.detail .art-cont img {
  display: block;
  width: 490px;
  height: 302px;
  margin: 22px auto;
}

.detail .art-cont p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.detail .art-title {
  display: block;
  font-size: 24px;
  color: #333;
  margin-top: 140px;
  font-weight: normal;
}

.detail .pages {
  margin-top: 24px;
  padding: 17px 50px 17px 17px;
  background: #FEDA00;
}

.detail .pages li {
  align-items: center;
  justify-content: start;
  font-size: 18px;
  color: #333;
}

.detail .pages li:not(:last-child) {
  margin-bottom: 24px;
}

.detail .pages li a {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 76%;
}

.detail .pages li a:hover {
  color: #fff;
}
/*# sourceMappingURL=public.css.map */