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

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pd-3rem {
  padding: 0 0.3rem;
}

.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-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*!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 */
}

.scro-x {
  /*!autoprefixer:off*/
  display: -webkit-box;
  /* autoprefixer: on */
  display: -ms-flexbox;
  overflow-x: auto;
  justify-content: start;
  align-items: center;
}

.scro-x::-webkit-scrollbar {
  display: none;
}

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

.header {
  padding: 0.2rem 0 0;
}

.header .logo {
  margin-bottom: 0.5rem;
  margin-left: 0.24rem;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  display: block;
  width: 2.44rem;
  height: 0.49rem;
}

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

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

.header .nav ul .active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.64rem;
  height: 0.04rem;
  background: #ECB404;
}

.header .nav ul .active a::before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: -0.02rem;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #ECB404;
  transform: rotateZ(45deg);
}

.header .nav ul li {
  margin-right: 0.42rem;
}

.header .nav ul li a {
  font-size: 0.24rem;
  color: #000;
  display: block;
  position: relative;
  padding-bottom: 0.22rem;
}

.banner a {
  display: block;
}

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

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

.public-title a {
  font-size: 0.3rem;
  color: #333;
  font-weight: normal;
}

.mod {
  margin-top: 1.4rem;
}

.mod1 ul {
  flex-wrap: wrap;
}

.mod1 ul li {
  width: 3.28rem;
  margin-top: 0.48rem;
}

.mod1 ul li .img {
  width: 1.28rem;
  height: 1rem;
  margin-right: 0.22rem;
}

.mod1 ul li .des {
  width: 2rem;
  justify-content: start;
}

.mod1 ul li .des a {
  font-size: 0.16rem;
  color: #666;
}

.mod1 ul li .des a:hover {
  color: #ECB404;
}

.mod1 ul li .des .line {
  width: 0.34rem;
  height: 0.01rem;
  background: #ECB404;
  margin: 0.1rem 0 0.06rem;
}

.mod1 ul li .des p {
  font-size: 0.12rem;
  color: #999;
  line-height: 0.24rem;
}

.mod2 .news {
  margin-top: 0.48rem;
  justify-content: start;
  align-items: center;
}

.mod2 .news > * {
  width: 5.56rem;
}

.mod2 .news .img {
  width: 5.56rem;
  height: 1.68rem;
}

.mod2 .news .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ECB404;
  margin: 0.25rem 0 0.3rem;
  text-align: center;
}

.mod2 .news p {
  font-size: 0.18rem;
  color: #999;
}

.mod3 ul {
  margin-top: 0.48rem;
  justify-content: start;
}

.mod3 ul li {
  width: 1.67rem;
}

.mod3 ul li .img {
  display: block;
  width: 100%;
  height: 1.7rem;
  position: relative;
}

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

.mod3 ul li .img .des > * {
  width: 1.32rem;
}

.mod3 ul li .img .des span {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.19rem;
}

.mod3 ul li .img .des p {
  font-size: 0.14rem;
  color: #ECB404;
  line-height: 0.3rem;
}

.mod4 {
  padding: 0.48rem 0.24rem;
  background: #FAFAFA;
}

.mod4 .news-mod {
  width: 100%;
  margin-top: 0.48rem;
}

.mod4 .news-mod strong {
  text-align: center;
  font-size: 0.24rem;
  color: #343434;
  font-weight: normal;
}

.mod4 .news-mod ul .active::before {
  background: url(../images/li-icon.png) no-repeat;
  transform: rotateZ(90deg);
}

.mod4 .news-mod ul li {
  margin-top: 0.23rem;
  padding-bottom: 0.24rem;
  padding-left: 0.26rem;
  border-bottom: 0.02rem dashed #898989;
  position: relative;
}

.mod4 .news-mod ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/li-icon1.png) no-repeat;
  background-size: 60%;
}

.mod4 .news-mod ul li a {
  font-size: 0.18rem;
  color: #444;
}

.mod4 .news-mod ul li p {
  font-size: 0.14rem;
  color: #000;
  display: none;
  margin-top: 0.23rem;
}

.link {
  margin-top: 1.4rem;
  padding: 0 0.54rem;
}

.link p {
  justify-content: start;
  flex-wrap: wrap;
  line-height: 0.3rem;
}

.link p strong {
  font-size: 0.16rem;
  color: #4D4D4D;
  display: block;
  margin-right: 0.1rem;
  font-weight: normal;
}

.link p a {
  font-size: 0.16rem;
  color: #4D4D4D;
  margin-right: 0.1rem;
}

.footer {
  margin-top: 1.4rem;
  padding: 0.34rem 0 0.23rem;
  background: #282828;
}

.footer p {
  margin: 0.1rem 0;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}

.bread-nav {
  margin: 0.24rem 0;
  align-items: center;
  justify-content: start;
}

.bread-nav img {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.13rem;
}

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

.bread-nav .breadCrumbs li {
  font-size: 0.18rem;
  color: #666;
  align-items: center;
}

.bread-nav .breadCrumbs li img {
  width: 0.21rem;
  height: 0.21rem;
}

.bread-nav .breadCrumbs li a {
  font-size: 0.18rem;
  color: #212731;
}

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

.item-main {
  padding: 0 0.24rem;
}

.item-main .panel-1 {
  width: 100%;
}

.item-main .panel-1 strong {
  text-align: center;
  font-size: 0.24rem;
  color: #343434;
  font-weight: normal;
}

.item-main .panel-1 .news li {
  margin-top: 0.48rem;
  padding-bottom: 0.24rem;
  padding-left: 0.26rem;
  border-bottom: 0.02rem dashed #898989;
  position: relative;
}

.item-main .panel-1 .news li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/li-icon1.png) no-repeat;
}

.item-main .panel-1 .news li a {
  font-size: 0.24rem;
  color: #444;
}

.item-main .panel-1 .news li p {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.23rem;
}

.item-main .panel-2 {
  width: 100%;
  margin-top: 1.4rem;
}

.item-main .panel-2 strong {
  text-align: center;
  font-size: 0.24rem;
  color: #343434;
  font-weight: normal;
}

.item-main .panel-2 ul li {
  margin-top: 0.23rem;
  padding-bottom: 0.24rem;
  padding-left: 0.16rem;
  border-bottom: 0.02rem dashed #898989;
  position: relative;
}

.item-main .panel-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/li-icon1.png) no-repeat;
}

.item-main .panel-2 ul li:hover::before {
  background: url(../images/li-icon.png) no-repeat;
  transform: rotateZ(90deg);
}

.item-main .panel-2 ul li:hover a {
  color: #ECB404;
}

.item-main .panel-2 ul li:hover p {
  color: #000;
}

.item-main .panel-2 ul li a {
  font-size: 0.24rem;
  color: #444;
}

.item-main .panel-2 ul li p {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.23rem;
}

/* 分页 */
.pagination {
  text-align: center;
  justify-content: space-around;
  padding: 0 0.4rem;
}

.pagination .thisclass {
  color: #ECB404;
  font-weight: bold;
  border: none;
}

.pagination .thisclass span, .pagination .thisclass a {
  color: #ECB404;
  font-weight: bold;
}

/* 3399ff */
.pagination li {
  display: inline-block;
  margin: 0 0.05rem;
  font-size: 0.18rem;
  color: #999;
}

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

.pagination li:hover {
  color: #ECB404;
}

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

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

.detail-main {
  padding: 0 0.24rem;
}

.detail-main .detail {
  width: 100%;
}

.detail-main .panel-2 {
  width: 100%;
  margin-top: 1.4rem;
}

.detail-main .panel-2 strong {
  text-align: center;
  font-size: 0.24rem;
  color: #343434;
  font-weight: normal;
}

.detail-main .panel-2 ul li {
  margin-top: 0.23rem;
  padding-bottom: 0.24rem;
  padding-left: 0.16rem;
  border-bottom: 0.02rem dashed #898989;
  position: relative;
}

.detail-main .panel-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/li-icon1.png) no-repeat;
}

.detail-main .panel-2 ul li:hover::before {
  background: url(../images/li-icon.png) no-repeat;
  transform: rotateZ(90deg);
}

.detail-main .panel-2 ul li:hover a {
  color: #ECB404;
}

.detail-main .panel-2 ul li:hover p {
  color: #000;
}

.detail-main .panel-2 ul li a {
  font-size: 0.24rem;
  color: #444;
}

.detail-main .panel-2 ul li p {
  font-size: 0.18rem;
  color: #999;
  margin-top: 0.23rem;
}

.detail .art-head {
  margin: 0.24rem 0 0.48rem;
  padding-bottom: 0.24rem;
  border-bottom: 0.02rem dashed #898989;
}

.detail .art-head h1 {
  font-size: 0.3rem;
  color: #444;
}

.detail .art-head p {
  margin-top: 0.48rem;
  justify-content: start;
}

.detail .art-head p span {
  font-size: 0.18rem;
  color: #999;
  text-align: center;
  margin-right: 0.1rem;
}

.detail .art-cont {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.4rem;
}

.detail .art-cont img {
  display: block;
  width: 4.41rem;
  height: 2.41rem;
  margin: 0.22rem auto;
}

.detail .art-cont p {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.4rem;
}

.detail .pages {
  margin-top: 1.4rem;
}

.detail .pages li {
  justify-content: start;
  align-items: center;
  margin-bottom: 0.1rem;
  font-size: 0.19rem;
  color: #4D4D4D;
}

.detail .pages li span {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #666;
  margin-right: 0.16rem;
}

.detail .pages li a {
  font-size: 0.19rem;
  color: #4D4D4D;
  width: 76%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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