.commonbanner {
  margin-top: 30px;
}
.commonbanner img {
  width: 100%;
}
.commonbanner .flex_item + .flex_item {
  margin-left: 12px;
}
.lanmu .commonbanner .flex_item + .flex_item {
  margin-left: 30px;
}
.totop {
  width: 64px;
  height: 64px;
  background: #f6f6f6;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  color: #646464;
  right: 10px;
  bottom: 220px;
  position: fixed;
  transition: all 0.3s;
  padding-top: 12px;
}
.totop i {
  font-size: 24px;
  margin-bottom: 5px;
}
.totop:hover {
  background: #e8e8e8;
}
.commonlists li {
  position: relative;
  padding: 5px 0 5px 16px;
  line-height: 32px;
  font-size: 16px;
}
.commonlists li > a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commonlists li:hover a {
  font-weight: bold;
  font-size: 20px;
}
.commonlists li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ff6400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  display: block;
}
.commonlists dl {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}
.commonlists dl .pic {
  border-radius: 5px;
  margin-bottom: 10px;
}
.titlecommon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.titlecommon b {
  font-weight: bold;
  font-size: 30px;
  border-left: 5px solid #ff6400;
  padding-left: 14px;
  line-height: 28px;
}
.titlecommon a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #646464;
  margin-left: 20px;
}
.titlecommon a i {
  font-size: 12px;
  margin-left: 3px;
}
.lanmu .one,
.lanmu .two,
.lanmu .three {
  display: flex;
}
.lanmu .one .bannerswiper {
  width: 660px;
  max-width: 100%;
  margin-right: 30px;
}

.lanmu .two {
  margin-top: 40px;
}
.lanmu .two .side {
  width: 660px;
  margin-right: 30px;
  max-width: 100%;
}
.lanmu .two .side .bd {
  min-height: 452px;
  font-size: 16px;
  background: #f6f6f6;
  padding: 0 20px;
}
.lanmu .two .side .bd li a {
  display: block;
  padding: 16px 0;
}
.lanmu .two .side .bd li + li {
  border-top: 1px solid #e8e8e8;
}
.lanmu .two .side .bd li dd {
  color: #646464;
  line-height: 24px;
  margin-top: 10px;
}
.lanmu .two .side .bd li dt {
  font-weight: bold;
  font-size: 20px;
}
.lanmu .three {
  margin-top: 0.4rem;
}
.lanmu .three > .flex_item + .flex_item {
  margin-left: 30px;
}
.lanmu .three .left li a {
  display: flex;
  align-items: center;
}
.lanmu .three .left li .pic {
  width: 214px;

  margin-right: 12px;
  border-radius: 5px;
}
.lanmu .three .left li .pic img {
  height: 120px;
}
.lanmu .three .left li h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lanmu .three .left li p {
  font-size: 16px;
  color: #646464;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lanmu .three .left li + li {
  margin-top: 20px;
}
.lanmu .three .right {
  display: flex;
}
.lanmu .three .right .box {
  flex: 1;
}
.lanmu .three .right .box + .box {
  margin-left: 12px;
}
.lanmu .four {
  margin-top: 40px;
}
.lanmu .four .pic {
  border-radius: 5px;
  margin-bottom: 10px;
}
.lanmu .four .bd p {
  color: #a7a7a7;
  margin-top: 10px;
}
.lanmu .four .bd h4 {
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**/
.infopage {
  display: flex;
  position: relative;
}
.newslist .bd li {
  margin-bottom: 30px;
}
.newslist .bd li a {
  display: flex;
  align-items: center;
}
.newslist .bd li a .pic {
  width: 180px;
  border-radius: 4px;
  margin-right: 20px;
}
.newslist .bd li a .pic span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.newslist .bd li a .pic span i {
  font-size: 28px;
}
.newslist .bd li a .pic img {
  height: 120px;
}
.newslist .bd li p {
  color: #646464;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.newslist .bd li p span {
  color: #ff6400;
}
.newslist .bd li h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist .bd li .brdge {
  display: flex;
  font-size: 12px;
  color: #a7a7a7;
  margin-top: 20px;
}
.newslist .bd li .brdge span + span {
  margin-left: 20px;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  flex-wrap: wrap;
  font-size: 18px;
}
.pages a {
  display: flex;
  align-items: center;
  height: 28px;
  border-radius: 4px;
  margin: 0 3px;
  padding: 0 10px;
}
.pages a:hover {
  color: #ff6400;
  background: rgba(255, 100, 0, 0.08);
}
.pages a.on {
  background: #ff6400;
  color: #fff;
}
.pages span {
  padding: 0 10px;
}
.pages .input {
  width: 44px;
  height: 28px;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
  border: 1px solid rgba(167, 167, 167, 0.32);
}
.pages .icon-zuojiantou1 {
  color: #a7a7a7;
}
.pages .btn {
  color: #ff6400;
  background: rgba(255, 100, 0, 0.08);
  width: 44px;
  height: 28px;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 10px;
}
.rightside {
  width: 300px;
  margin-left: 60px;
}
.titletwo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.titletwo a {
  color: #646464;
  display: flex;
  align-items: center;
}
.titletwo a i {
  margin-right: 5px;
}
.titletwo b {
  font-size: 22px;
}
.rightside .banner .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}
.rightside .banner {
  border-radius: 5px;
  overflow: hidden;
}
.rightside .banner p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.rightside .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.rightside .banner .swiper-pagination-bullet-active {
  background: #ff6400;
}
.rightside .one,
.rightside .two {
  margin-top: 30px;
}
.rightside .one .pic {
  width: 120px;
  margin-right: 10px;
  border-radius: 4px;
}
.rightside .one .pic img {
  height: 68px;
}
.rightside .one li + li {
  margin-top: 20px;
}
.rightside .one li .flex {
  margin-top: 10px;
}
.rightside .one li h4 {
  font-weight: bold;
  font-size: 16px;
}
.rightside .one li p {
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rightside .one li p span {
  color: #ff6400;
}
.rightside .two .bd li + li {
  margin-top: 20px;
}
.rightside .two .bd li {
  display: flex;
  align-items: center;
}
.rightside .two .bd li a {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rightside .two .bd li b {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
  color: #a7a7a7;
}
.rightside .two .bd li:first-child b {
  color: #ff6400;
}
.rightside .two .bd li:nth-child(2) b {
  color: #ffb611;
}
.rightside .two .bd li:nth-child(3) b {
  color: #5ebad6;
}
/**/
.newsdetail .hd {
  padding-bottom: 30px;
}
.newsdetail .hd h1 {
  font-size: 36px;
  line-height: 47px;
  font-weight: bold;
}
.newsdetail .hd .data {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #a7a7a7;
}
.newsdetail .hd .data span {
  display: flex;
  align-items: center;
}
.newsdetail .hd .data .flex_item span i {
  margin-right: 6px;
}
.newsdetail .hd .data span + span {
  margin-left: 20px;
}
.newsdetail .hd .data .btn {
  font-size: 12px;
  color: #fff;
  width: 54px;
  cursor: pointer;
  justify-content: center;
  height: 22px;
  background: #ff6400;
  border-radius: 2px;
}
.newsdetail .bd {
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
  font-size: 18px;
  line-height: 1.8;
  color: #646464;
}
.newsdetail .bd img{
  max-width: 92%;
  margin-top: 10px;
}
.share {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 40px;
  color: #646464;
  font-size: 12px;
  text-align: center;
}
.share li {
  margin-top: 16px;
  position: relative;
}
.share li a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f6f6f6;
}
.share li a i {
  font-size: 24px;
}
.share li a:hover {
  color: #ff6400;
  background: rgba(255, 100, 0, 0.08);
}
.share li .code {
  /* width: 100px; */
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.2);
  border-radius: 8px;
  border: 1px solid rgba(167, 167, 167, 0.32);
  padding: 12px;
  position: absolute;
  margin-left: 16px;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  font-size: 10px;
  color: #999999;
}
.share li .code img {
  width: 100%;
  margin-bottom: 4px;
}
.share li:hover .code {
  display: block;
}
/**/
.infopage_pic {
  display: block;
}
.infopage_pic .share {
  top: 116px;
}
.bd_picbox .swiper {
  margin-bottom: 30px;
}
.bd_picbox .swiper .pic {
  margin-bottom: 30px;
}
.bd_picbox {
  font-size: 18px;
  line-height: 1.7;
}
.bd_picbox .swiper-button-next,
.bd_picbox .swiper-button-prev,
.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev {
  width: 56px;
  height: 84px;
  color: #fff;
  margin-top: -42px;
  background: rgba(0, 0, 0, 0.5);
}
.bd_picbox .swiper-button-next,
.bannerswiper .swiper-button-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.bd_picbox .swiper-button-prev,
.bannerswiper .swiper-button-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.bd_picbox .swiper-button-next:hover,
.bd_picbox .swiper-button-prev:hover,
.bannerswiper .swiper-button-next:hover,
.bannerswiper .swiper-button-prev:hover {
  background: #ff6400;
}
/**/
.weather {
  background: #f6f6f6;
}
.weather .flex {
  height: 60px;
}
.weather .flex span + span {
  margin-left: 20px;
}
.weather .flex span {
  display: flex;
  align-items: center;
}
.weather .flex span img {
  margin-right: 5px;
  width: 24px;
}
.homepage {
  font-size: 16px;
}
.homepage .one {
  margin-top: 40px;
}
.homepage .one h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}
.homepage .one .bd {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
}
.homepage .one .bd .side {
  width: 224px;
  border-radius: 5px;

  border: 1px solid #e8e8e8;
  margin-left: 30px;
}
.homepage .one .bd > .flex_item {
  display: flex;
  background: #f6f6f6;
}
.homepage .one .bd .tabtitle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  line-height: 24px;
}
.homepage .one .bd .tabtitle li {
  padding: 0 20px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex: 1;
}
.homepage .one .bd .tabtitle li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .one .bd .tabtitle li:hover {
  background: #ff6400;

  font-size: 18px;
  font-weight: bold;
}
.homepage .one .bd .tabtitle li:hover a {
  color: #fff;
}
.homepage .one .bd .tabcontent {
  width: 646px;
  max-width: 100%;
}
.bannerswiper p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  line-height: 50px;
  padding: 0 20px;
}
.bannerswiper .swiper-pagination {
  bottom: 15px;
  text-align: right;
  padding-right: 10px;
}
.bannerswiper .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.bannerswiper .swiper-pagination-bullet-active {
  background: #ff6400;
}
.bannerswiper img {
  height: 364px;
}
.homepage .two,
.homepage .three,
.homepage .fire,
.homepage .four {
  margin-top: 40px;
}
.titlecommon span {
  color: #646464;
  display: flex;
  align-items: center;
}
.titlecommon span i {
  margin-right: 5px;
}
.homepage .two .bd,
.homepage .three,
.homepage .four {
  display: flex;
}
.homepage .two .bd > .flex_item {
  margin-left: 30px;
}
.homepage .two .bd .side {
  width: 460px;
  max-width: 100%;
}
.homepage .two .bd .side .pic {
  border-radius: 5px;
}
.homepage .two .bd .side h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-top: 10px;
}
.homepage .two .bd .side p {
  color: #646464;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .two .bd .side p a,
.homepage .three .bd li dd span {
  color: #ff6400;
}
.homepage .two .commonbanner {
  margin-top: 20px;
}
.homepage .three .side {
  width: 340px;
  margin-left: 30px;
}
.homepage .three .hd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.homepage .three .hd ul li {
  width: 33.333%;
  padding: 6px;
}
.homepage .three .hd .pic {
  border-radius: 5px;
}
.homepage .three .hd .pic:hover p {
  opacity: 1;
}
.homepage .three .hd a {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.homepage .three .hd p {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  bottom: 0;
  padding: 12px 20px;
  color: #ffffff;
  line-height: 24px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.homepage .three .bd li {
  margin-top: 20px;
}
.homepage .three .bd li dt {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .three .bd li dd {
  color: #646464;
  line-height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .four > .flex_item + .flex_item {
  margin-left: 40px;
}
.homepage .four .side {
  width: 240px;
  margin-right: 20px;
}
.homepage .four .side .pic {
  border-radius: 5px;
}
.homepage .four .side p {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.homepage .four .commonlists dl {
  padding: 0;
}
.homepage .four .flex {
  align-items: stretch;
}
.homepage .four .commonlists img {
  height: 170px;
}
.homepage .fire .tabtitle {
  display: flex;
  font-weight: bold;
}
.homepage .fire .tabtitle li {
  cursor: pointer;
  width: 150px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0px 0px;
}
.homepage .fire .tabtitle li.on {
  color: #fff;
  background: #ff6400;
}
.homepage .fire .tabcontent {
  background: #f6f6f6;
  padding: 20px 0 20px 20px;
  border-radius: 0px 4px 4px 4px;
}
.homepage .fire .tabcontent ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 36px;
}
.homepage .fire .tabcontent ul li {
  width: 14.285%;
}
.homepage .fire .tabcontent ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commonnews .swiper-slide {
  width: 45%;
}
.commonnews .pic {
  border-radius: 5px;
}
.commonnews h4 {
  margin-top: 8px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
}
