i {
  font-style: normal;
}
a:hover {
  text-decoration: none!important;
}
.tags-top .title {
  background: #f1f1f1;
}
.tags-top .title .box {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.tags-top .title .box .t_2 {
  float: left;
  color: #999999;
}
.tags-top .title .box .sitemap {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
}
.tags-top .title .box .sitemap .icon {
  display: flex;
  align-items: center;
  margin: 0 5px 0 0;
}
.tags-top .title .box .sitemap .xq {
  padding: 0 7px 0 2px;
  color: #999999;
  position: relative;
  font-size: 14px;
}
.tags-top .title .box .sitemap .xq::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #aaaaaa;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
}
.tags-top .title .box .sitemap .icon1 {
  margin: 0 60px 0 0;
}
.tags-top .title .box .sitemap .icon1 .xq::before {
  background: none;
}
.tags-top .title .box .sitemap .last .xq::before {
  background: none;
}
.tags-top .title .box .sitemap img {
  padding: 0 5px 0 10px;
}
.tags-top .advertisement {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
}
.tags-top .advertisement .logo_l {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 35px 0 0;
}
.tags-top .advertisement .logo_l .pic {
  float: left;
  display: flex;
  align-items: center;
}
.tags-top .advertisement .logo_l .pic img {
  width: 474px;
  display: block;
  margin: 0 auto;
}
.tags-top .advertisement .logo_l .text {
  margin: 0px 0 0 25px;
  float: right;
  padding: 0 0 0 33px;
  width: 401px;
  background: url(../images_tags/top_text.png) no-repeat center center;
}
.tags-top .advertisement .logo_l .text .tit {
  font-size: 16px;
  font-weight: bold;
  color: #ff9e05;
  margin-bottom: 5px;
}
.tags-top .advertisement .logo_l .text .tit b {
  color: #019a45;
  font-weight: bold;
}
.tags-top .advertisement .logo_l .text p {
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  padding: 0 0 0 20px;
  background: url(../images_tags/top_text_p.png) no-repeat left center;
}
.tags-top .advertisement .tel {
  background: url(../images_tags/top-tel_1.png) no-repeat left center;
  padding: 0 0 0 56px;
  margin: 0 0 6px 0;
}
.tags-top .advertisement .tel span {
  font-size: 16px;
  display: block;
  color: #040000;
  text-align: left;
}
.tags-top .advertisement .tel b {
  font-size: 24px;
  color: #ff9e05;
  letter-spacing: 2px;
  display: block;
  font-weight: bold;
}
.tags-top .advertisement .right_p {
  font-size: 16px;
  color: #999999;
  margin: 0 0 5px 0;
}
.tags-top .advertisement .right_p b {
  font-size: 22px;
}
.tags-top .advertisement i {
  width: 100%;
  color: #ff9e05;
  border: 1px solid #ff9e05;
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.tags-top .navigation {
  height: 50px;
  background: #019a45;
  position: relative;
}
.tags-top .navigation .box {
  margin: 0 auto;
}
.tags-top .navigation .box ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tags-top .navigation .box ul li {
  width: 120px;
}
.tags-top .navigation .box ul li .nav_a {
  height: 50px;
  line-height: 50px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  display: block;
}
.tags-top .navigation .box ul li:hover .nav_a {
  background: #ff9e05;
  color: #fff;
}
.tags-one {
  padding: 20px 0;
}
.tags-one .box {
  position: relative;
}
.tags-one .box .pic {
  margin: 0 auto;
  width: 1080px;
}
.tags-one .box .pic img {
  width: 100%;
  display: block;
}
.tags-one .box b,
.tags-one .box p {
  position: absolute;
}
.tags-one .box p {
  color: #019a45;
  font-size: 18px;
  left: 340px;
  top: 8px;
}
.tags-one .box b {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #ff9e05;
  margin-top: 2px;
  top: 0;
  left: 340px;
}
.tags-one .box_sevice {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.tags-one .box_sevice .item {
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 120px;
}
.tags-one .box_sevice .item a {
  position: relative;
  display: block;
}
.tags-one .box_sevice .item a .icon {
  margin: 0 auto 10px;
}
.tags-one .box_sevice .item a .icon img {
  display: block;
  margin: 0 auto;
  transition: all 1s ease 0s;
}
.tags-one .box_sevice .item a h2 {
  font-size: 16px;
  margin: 15px 0;
  color: #333333;
}
.tags-one .box_sevice .item:hover a .icon img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.tags-one .box_sevice .item:hover a h2 {
  color: #019a45;
}
.tags-title {
  margin: 0 auto;
  height: 52px;
  line-height: 54px;
  background: url(../images_tags/t-title.jpg) no-repeat center center;
}
.tags-title .box_tit {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags-title .box_tit b {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  display: block;
  padding: 0 25px 0;
  position: relative;
}
.tags-ketang {
  margin: 0 0 20px 0;
}
.tags-ketang .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  padding: 0 0px 0;
  border-top: none;
}
.tags-ketang .box .list {
  width: 580px;
  margin: 0 0 5px 0;
}
.tags-ketang .box .list .tit {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  padding: 0 0 0 15px;
  background: url(../images_tags/ketang_tit.png) no-repeat left center;
}
.tags-ketang .box .list .tit b {
  color: #019a45;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.tags-ketang .box .list .tit a {
  color: #ff9e05;
  font-size: 14px;
}
.tags-ketang .box .list .content {
  padding: 15px 0px 0px;
}
.tags-ketang .box .list .content .one {
  margin: 0 0 14px 0;
}
.tags-ketang .box .list .content .one a {
  display: flex;
  justify-content: space-between;
}
.tags-ketang .box .list .content .one a .pic {
  width: 160px;
}
.tags-ketang .box .list .content .one a .pic img {
  width: 100%;
  display: block;
}
.tags-ketang .box .list .content .one a p {
  width: 400px;
  font-size: 14px;
  line-height: 24px;
  text-indent: 0em;
  margin: 0;
  color: #999999;
  padding: 6px 0 0 0;
}
.tags-ketang .box .list .content .one a p b {
  display: block;
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.tags-ketang .box .list .content .one a p span {
  font-size: 14px;
  color: #019a45;
  display: block;
  margin: 4px 0 0 0;
}
.tags-ketang .box .list .content .one a:hover p b {
  color: #ff9e05;
}
.tags-ketang .box .list .content .list_a {
  margin: 0 0 6px 0;
  padding: 0 0 0 23px;
  background: url(../images_tags/list_a.png) no-repeat center left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tags-ketang .box .list .content .list_a .text {
  font-size: 14px;
  color: #333333;
}
.tags-ketang .box .list .content .list_a .text:hover {
  color: #ff9e05;
}
.tags-ketang .box .list .content .list_a .more {
  font-size: 14px;
  width: 100px;
  line-height: 25px;
  border-radius: 20px;
  display: block;
  color: #019a45;
  text-align: center;
}
.tags-ketang .box .list .content .list_a .more:hover {
  background: #ff9e05;
  color: #fff;
}
.tags-ketang .box .list .content .list_a:hover {
  background: url(../images_tags/list_a_h.png) no-repeat center left;
}
.tags-huod {
  padding: 20px 0 15px;
}
.tags-huod .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tags-huod .box .item {
  width: 590px;
  cursor: pointer;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  background: #fff6e8;
}
.tags-huod .box .item a {
  display: flex;
  justify-content: space-between;
}
.tags-huod .box .item a .icon {
  width: 240px;
}
.tags-huod .box .item a .icon img {
  width: 100%;
  display: block;
}
.tags-huod .box .item a .text {
  padding: 5px 5px 0;
  width: 336px;
}
.tags-huod .box .item a .text p {
  margin-top: 2px;
  color: #333333;
  text-align: left;
  line-height: 21px;
  font-size: 14px;
  height: 147px;
}
.tags-huod .box .item a .text span {
  font-weight: bold;
  color: #019a45;
  display: block;
  text-align: left;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.tags-huod .box .item:nth-child(2),
.tags-huod .box .item:nth-child(3),
.tags-huod .box .item:nth-child(6) {
  background: #e5f3eb;
}
.tags-huod .ad-content {
  margin-top: 40px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.tags-huod .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.tags-huod .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  width: 500px;
}
.tags-huod .ad-content .text p b {
  color: #04d7d9;
}
.tags-huod .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.tags-huod .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.tags-huod .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.tags-huod .ad-content .text .tel a {
  display: block;
  width: 201px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: url(../images/ad_icon.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.tags-four .four_tit {
  height: 80px;
  line-height: 80px;
  background: #f6a82d;
}
.tags-four .four_tit .tit {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 3px 1px #a57120;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags-four .four_tit .tit b {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0 0 0 40px;
}
.tags-four .four_box {
  background: #fcc672;
  padding: 20px 0 0 0;
}
.tags-four .four_box .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  background: url(../images_tags/four_box.png) no-repeat 575px 20px;
}
.tags-four .four_box .box .left .item {
  width: 520px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  position: relative;
}
.tags-four .four_box .box .left .item a {
  display: flex;
  justify-content: space-between;
}
.tags-four .four_box .box .left .item a .icon {
  width: 213px;
  border-radius: 10px;
  overflow: hidden;
}
.tags-four .four_box .box .left .item a .icon img {
  width: 100%;
  display: block;
}
.tags-four .four_box .box .left .item a .text {
  padding: 5px 5px 0;
  width: 280px;
}
.tags-four .four_box .box .left .item a .text .tit {
  font-size: 18px;
  font-weight: bold;
  color: #033333;
  margin: 0 0 10px 0;
}
.tags-four .four_box .box .left .item a .text p {
  color: #033333;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  height: 88px;
}
.tags-four .four_box .box .left .item a .text span {
  font-weight: bold;
  color: #019a45;
  display: block;
  text-align: left;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.tags-four .four_box .box .left .item::before {
  content: "";
  position: absolute;
  margin-right: -15px;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.tags-four .four_box .box .right .item {
  width: 550px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  position: relative;
}
.tags-four .four_box .box .right .item a {
  display: flex;
  justify-content: space-between;
}
.tags-four .four_box .box .right .item a .icon {
  width: 228px;
  border-radius: 10px;
  overflow: hidden;
}
.tags-four .four_box .box .right .item a .icon img {
  width: 100%;
  display: block;
}
.tags-four .four_box .box .right .item a .text {
  padding: 6px 5px 0 10px;
  width: 305px;
}
.tags-four .four_box .box .right .item a .text .tit {
  font-size: 18px;
  font-weight: bold;
  color: #033333;
  margin: 0 0 6px 0;
}
.tags-four .four_box .box .right .item a .text p,
.tags-four .four_box .box .right .item a .text b {
  color: #033333;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
  text-indent: 2em;
}
.tags-four .four_box .box .right .item a .text b {
  display: block;
  text-indent: 0;
  line-height: 28px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  font-weight: normal;
}
.tags-four .four_box .box .right .item a .text b i {
  width: 47%;
  font-style: normal;
}
.tags-four .four_box .box .right .item a .text span {
  font-weight: bold;
  color: #019a45;
  display: block;
  text-align: left;
  margin: 6px 0 0 0;
  font-size: 14px;
}
.tags-four .four_box .box .right .item::before {
  content: "";
  position: absolute;
  margin-left: -14px;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  border-right: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.tags-four .ad-content {
  margin-top: 40px;
  background: url(../images/ad-content.png) no-repeat center center;
  height: 306px;
}
.tags-four .ad-content .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding-top: 80px;
}
.tags-four .ad-content .text p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  width: 500px;
}
.tags-four .ad-content .text p b {
  color: #04d7d9;
}
.tags-four .ad-content .text .tel {
  width: 360px;
  color: #fff;
  margin-top: 35px;
  text-align: center;
  margin-right: 80px;
}
.tags-four .ad-content .text .tel span {
  display: block;
  font-size: 22px;
  color: #d4d7db;
}
.tags-four .ad-content .text .tel b {
  font-size: 38px;
  font-weight: bold;
  color: #04fffc;
}
.tags-four .ad-content .text .tel a {
  display: block;
  width: 201px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: url(../images/ad_icon.png) no-repeat center center;
  border-radius: 30px;
  color: #fff;
  margin-left: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.tags-about .box {
  display: flex;
  justify-content: space-between;
  border-top: none;
  padding: 20px 0px 20px;
}
.tags-about .box .right {
  width: 760px;
}
.tags-about .box .right .top {
  display: flex;
  justify-content: space-between;
}
.tags-about .box .right .top .right_txt {
  width: 310px;
  background: #eeeeee;
  padding: 20px;
}
.tags-about .box .right .top .right_txt b {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #019a45;
  text-align: left;
  margin: 0 0 6px 0;
}
.tags-about .box .right .top .right_txt p {
  line-height: 24px;
  font-size: 14px;
}
.tags-about .box .right .top .right_txt .more_a {
  color: #019a45;
  font-size: 14px;
  margin: 9px 0 0 0;
  display: block;
  line-height: 16px;
}
.tags-about .box .right .index-ad {
  position: relative;
  text-align: center;
  height: 120px;
  background: url(../images/index-ad.jpg) no-repeat top center;
}
.tags-about .box .right .index-ad img {
  display: block;
  width: 100%;
}
.tags-about .box .right .index-ad p {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 10%;
  font-weight: bold;
  width: 100%;
  left: 136px;
}
.tags-about .box .right .index-ad b {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 73%;
  width: 100%;
}
.tags-about .box .right .index-ad .more_a {
  width: 560px;
  display: block;
  border-radius: 30px;
  top: 40%;
  left: 34%;
  line-height: 30px;
  position: absolute;
  font-size: 18px;
  background: #ffde05;
  color: #003333;
}
.tags-about .box .right .index-ad .more_a i {
  font-style: initial;
  font-weight: bold;
}
.tags-about .box .left {
  width: 430px;
}
.tags-about .box .left b {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #333333;
  text-align: left;
  text-align: center;
  margin: 0 0 6px 0;
  background: url(../images_tags/about_b.png) no-repeat center center;
}
.tags-about .box .left .right_box {
  position: relative;
}
.tags-about .box .left .right_box img {
  width: 100%;
  display: block;
}
.tags-about .box .left .right_box p {
  position: absolute;
  line-height: 19px;
  text-align: center;
  color: #333333;
  font-size: 13px;
}
.tags-team .box {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.tags-team .box .item {
  width: 19%;
}
.tags-team .box .item a {
  display: block;
}
.tags-team .box .item a .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tags-team .box .item a .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.tags-team .box .item a .pic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.tags-team .box .item a .pic .more {
  position: absolute;
  display: none;
  padding: 20% 0 0 0;
  box-sizing: border-box;
}
.tags-team .box .item a .pic .more p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.tags-team .box .item a .pic .more span {
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 15px auto 0;
}
.tags-team .box .item a .text {
  background: #f9f4eb;
  padding: 3px 0 8px;
}
.tags-team .box .item a .text b {
  color: #333333;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 0 2px 0;
  font-weight: normal;
}
.tags-team .box .item a .text p {
  color: #019a45;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.tags-team .box .item:hover a .more {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14% 7% 0;
  bottom: 0%;
  left: 0%;
  margin: 0;
  color: #fff;
  background: rgba(1, 154, 69, 0.9);
  background-size: 100% 100%;
  font-size: 18px;
  line-height: 30px;
}
.tags-team .box .item:hover a .more span {
  margin: 8px auto 0;
  font-size: 18px;
}
.tags-team .box .item:hover a .text {
  background: #ff9e05;
}
.tags-team .box .item:hover a .text b {
  color: #fff;
}
.tags-team .box .item:hover a .text p {
  color: #fff;
}
.tags-tage {
  padding: 10px 0 20px;
}
.tags-tage .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tags-tage .box .list_a {
  width: 48%;
  line-height: 50px;
  padding: 0 0 0 15px;
  background: url(../images_tags/tage_a.png) no-repeat center left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.tags-tage .box .list_a .text {
  font-size: 16px;
  color: #333333;
}
.tags-tage .box .list_a .more {
  font-size: 16px;
  width: 100px;
  line-height: 25px;
  border-radius: 20px;
  display: block;
  color: #333333;
  text-align: center;
}
.tags-tage .box .list_a:hover .text {
  color: #019a45;
}
.tags-tage .box .list_a:hover .more {
  color: #019a45;
}
.tags-news .nav_top {
  border-bottom: 1px solid #eeeeee;
  margin: 5px 0;
}
.tags-news .nav_top .box_fs {
  display: flex;
  width: 500px;
  margin: 0 auto;
  justify-content: center;
}
.tags-news .nav_top .box_fs li {
  list-style: none;
  width: 25%;
  border-bottom: 1px solid #eeeeee;
}
.tags-news .nav_top .box_fs li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: center;
}
.tags-news .nav_top .box_fs li:hover {
  position: relative;
}
.tags-news .nav_top .box_fs li:hover a {
  font-weight: bold;
  color: #019a45;
}
.tags-news .nav_top .box_fs li:hover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  background: #ff9e05;
  margin-bottom: -3px;
}
.tags-news .nav_top .box_fs .active {
  position: relative;
}
.tags-news .nav_top .box_fs .active a {
  font-weight: bold;
  color: #019a45;
}
.tags-news .nav_top .box_fs .active::before {
  position: absolute;
  content: "";
  width: 99%;
  height: 4px;
  bottom: 0;
  background: #ff9e05;
  margin-bottom: -3px;
}
.tags-news .box {
  display: flex;
  justify-content: space-between;
}
.tags-news .box .content {
  padding: 9px 9px 3px;
  width: 590px;
}
.tags-news .box .content .first {
  width: 100%;
}
.tags-news .box .content .first a {
  display: flex;
  justify-content: space-between;
}
.tags-news .box .content .first a .pic {
  width: 140px;
}
.tags-news .box .content .first a .pic img {
  width: 100%;
  display: block;
}
.tags-news .box .content .first a .text {
  width: 410px;
  padding: 5px 0 0 0;
}
.tags-news .box .content .first a .text .tit_n {
  font-size: 16px;
  margin: 0 0 6px 0;
  font-weight: bold;
}
.tags-news .box .content .first a .text p {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.tags-news .box .content .first a:hover .text .tit_n {
  color: #fc0e02;
}
.tags-news .box .content .first a:hover .text p {
  color: #999999;
}
.tags-news .box .content .right {
  width: 100%;
  margin: 6px 0 0 0;
}
.tags-news .box .content .right a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
  line-height: 27px;
  background: url(../images_tags/news_time.png) no-repeat left center;
}
.tags-news .box .content .right a .tit_n {
  font-size: 14px;
  color: #454545;
}
.tags-news .box .content .right a .time {
  color: #999999;
  overflow: hidden;
  font-size: 14px;
  padding: 0 0 0 25px;
}
.tags-news .box .content .right a .time b {
  float: right;
  font-weight: normal;
}
.tags-news .box .content .right a:hover .tit_n {
  color: #ff9e05;
}
.tags-foot {
  background: #019a45;
}
.tags-foot .foot {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.tags-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.tags-foot .foot .box .left {
  padding: 15px 0 0 0;
}
.tags-foot .foot .box .left p {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 25px;
  color: #fff;
}
.tags-foot .foot .box .left b {
  padding-left: 29px;
  color: #fff;
  font-size: 21px;
  background: url(../images_tags/foot_b.png) no-repeat left center;
}
.tags-foot .foot .box .left a {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: bold;
}
.tags-foot .foot .box .right {
  display: flex;
  justify-content: flex-start;
}
.tags-foot .foot .box .right .pic {
  text-align: center;
}
.tags-foot .foot .box .right .pic img {
  width: 117px;
  height: 117px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.tags-foot .foot .box .right .pic p {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
}
.tags-foot .bottom {
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.tags-foot .bottom .box {
  color: #fff;
}
.tags-foot .bottom .box a {
  color: #fff;
}
