@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.four {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 15.8rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f60 {
  font-size: 0.6rem;
}
.f40 {
  font-size: 0.4rem;
}
.f38 {
  font-size: 0.38rem;
}
.f36 {
  font-size: 0.36rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.red {
  color: #932c2c;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.43);
  z-index: 99;
}
.header_bg.on {
  background: #fff;
}
.header_bg.on .ss_btn img:first-child {
  opacity: 0;
}
.header_bg.on .ss_btn img:last-child {
  opacity: 1;
}
.header_bg.on .nav {
  color: #333;
}
.header_bg.on .nav li > a::after {
  background: #932c2c;
}
.logo img {
  width: 2.66rem;
}
.ss_btn {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  margin-left: 0.6rem;
}
.ss_btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ss_btn img:last-child {
  opacity: 0;
}
.nav {
  width: 8.1rem;
  color: #fff;
}
.nav li > a {
  line-height: 1rem;
  position: relative;
  display: block;
}
.nav li > a::after {
  width: 0.3rem;
  height: 4px;
  display: block;
  background: #fff;
  border-radius: 2px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active > a::after {
  transform: scale(1, 1);
}
.nav li:hover > a::after {
  transform: scale(1, 1);
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #932c2c;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  width: 0.46rem;
  height: 0.06rem;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  background: url(../images/dot.png) no-repeat;
  width: 0.25rem;
  height: 0.32rem;
  background-size: 100% 100%;
}
.about_box {
  padding: 0.9rem 0 1rem;
}
.tit h3 b {
  margin-left: 0.15rem;
}
.about {
  margin: 0.6rem 0 0;
}
.about_pic {
  width: 9.44rem;
}
.about_pic li img {
  height: 6.14rem;
}
.video_btn {
  width: 0.58rem;
  height: 0.58rem;
  right: 0.68rem;
  bottom: 0.37rem;
  z-index: 2;
  display: block;
}
.video_btn::before {
  width: 7.26rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  content: "";
  right: 0.85rem;
  top: 0.3rem;
  position: absolute;
}
.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  position: absolute;
  font-size: 0.4rem;
  right: calc(50% - 10rem / 2 - 1rem);
  top: calc(10rem/16*2);
  cursor: pointer;
  color: #fff;
}
.video_con {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about_con {
  width: 7.93rem;
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.83rem 0.63rem 0;
  height: 4.03rem;
  right: 0;
  top: 0;
  z-index: 2;
}
.about_txt {
  line-height: 0.32rem;
  height: 1.28rem;
  overflow: hidden;
}
.about_more {
  width: 1.2rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  border: solid 1px #fff;
  margin: 0.4rem 0 0;
}
.about_more img {
  width: 0.18rem;
  height: 0.13rem;
  margin-left: 0.1rem;
  transition: all 0.6s;
}
.about_more:hover img {
  transform: translateX(0.1rem);
}
.about_num {
  width: 5.6rem;
  padding-bottom: 0.5rem;
}
.about_num li {
  line-height: 1.3;
}
.en_tit {
  font-size: 1.22rem;
  font-family: Georgia;
  color: #fdf9f8;
  text-transform: uppercase;
  line-height: 1;
}
.develop_bg {
  background: url(../images/develop_bg1.jpg) no-repeat center top;
  background-size: 100%;
  height: 9.2rem;
  padding: 1.1rem 0 0;
  margin-top: -0.5rem;
}
.develop_box {
  width: 13.5rem;
}
.year li {
  text-align: center;
  opacity: 0.5;
  font-size: 0.4rem;
  line-height: 0.9rem;
  cursor: pointer;
  padding-bottom: 0.65rem;
}
.year li::after {
  position: absolute;
  right: 0;
  top: 0.08rem;
  content: "/";
  font-size: 0.2rem;
  opacity: 0.5;
}
.year li:nth-child(5n)::after {
  display: none;
}
.year li.swiper-slide-thumb-active {
  font-size: 0.5rem;
  opacity: 1;
  background: url(../images/down.png) no-repeat center bottom;
  background-size: 0.46rem;
}
.year li.swiper-slide-thumb-active::before {
  content: "YEAR";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  line-height: 0.9rem;
  font-size: 1rem;
  font-family: Georgia;
  opacity: 0.08;
  position: absolute;
}
.develop_list {
  margin-top: 1rem;
}
.develop_list .swiper-button-prev,
.develop_list .swiper-button-next {
  width: 0.84rem;
  height: 0.39rem;
  top: 4.06rem;
}
.develop_list .swiper-button-prev::after,
.develop_list .swiper-button-next::after {
  display: none;
}
.develop_list .swiper-button-prev {
  left: 0;
  background: url(../images/prev1.png) no-repeat;
  background-size: 100% 100%;
}
.develop_list .swiper-button-prev:hover {
  background: url(../images/prev11.png) no-repeat;
  background-size: 100% 100%;
}
.develop_list .swiper-button-next {
  left: 1rem;
  right: auto;
  background: url(../images/next1.png) no-repeat;
  background-size: 100% 100%;
}
.develop_list .swiper-button-next:hover {
  background: url(../images/next11.png) no-repeat;
  background-size: 100% 100%;
}
.develop_list_con {
  width: 5.4rem;
  padding: 0.25rem 0 0;
}
.develop_list_pic {
  width: 6.93rem;
}
.develop_txt {
  margin: 0.3rem 0 0.6rem;
}
.develop_more {
  width: 1.73rem;
  height: 0.38rem;
  border-radius: 0.05rem;
  background: #464646;
}
.develop_more::after {
  width: 5.3rem;
  height: 1px;
  background: #e4e4e4;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 100%;
}
.jiagou_bg {
  background: url(../images/jiagou_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.05rem 0 0;
  height: 8.48rem;
}
.jiagou_box {
  margin: 0.45rem 0 0;
}
.jiagou_cicle_box {
  width: 5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.jiagou_cicle {
  animation: xuanzhuan 10s linear infinite;
}
@-webkit-keyframes xuanzhuan {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
.jiagou_logo {
  width: 2.72rem;
  height: 2.7rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.jiagou_left {
  width: 5.45rem;
  flex-direction: column;
  padding: 0.85rem 0 0;
}
.jiagou_left .jiagou_list li:first-child {
  font-size: 0.24rem;
}
.jiagou_list li {
  background: #932c2c;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  margin-bottom: 0.3rem;
  line-height: 0.5rem;
  margin-right: 0.3rem;
  padding: 0 0.25rem;
}
.jiagou_right {
  width: 5.4rem;
  padding: 1.05rem 0 0;
}
.jiagou_right .jiagou_list {
  padding-top: 0.55rem;
  padding-left: 0.2rem;
}
.jiagou_right .jiagou_list li {
  margin-right: 0.4rem;
}
.news_box {
  padding: 0.95rem 0 1.15rem;
}
.news_list {
  margin: 0.58rem 0 0;
}
.news_pic {
  height: 3.73rem;
}
.news_date {
  width: 1.42rem;
  height: 0.52rem;
  background: #932c2c;
  right: 0.4rem;
  top: 3.5rem;
}
.news_con {
  margin: 0.55rem 0 0;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  height: 3.67rem;
}
.footer_top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  height: 1.58rem;
}
.footer_nav a {
  margin-left: 0.7rem;
}
.contact {
  padding: 0.45rem 0 0;
}
.contact h3 {
  margin-bottom: 0.15rem;
}
.contact p {
  margin-top: 0.05rem;
}
.contact p img {
  width: 0.18rem;
  height: 0.2rem;
  margin-right: 0.15rem;
  margin-top: 0.05rem;
}
.email {
  margin-left: 0.3rem;
}
.m_tit {
  left: 0;
  right: 0;
  color: #fff;
  font-size: 0.56rem;
  top: 45%;
}
.path_bg {
  background: #f2f2f2;
  height: 0.77rem;
}
.type a {
  margin-right: 0.5rem;
  padding-left: 0.3rem;
}
.type a:hover {
  background: url(../images/dot.png) no-repeat left center;
  background-size: 0.25rem 0.32rem;
  color: #932c2c;
}
.type a.on {
  background: url(../images/dot.png) no-repeat left center;
  background-size: 0.25rem 0.32rem;
  color: #932c2c;
}
.m_about_box {
  padding: 0.75rem 0 1.3rem;
}
.m_about_txt {
  width: 9.75rem;
  line-height: 0.4rem;
  height: 4rem;
  overflow-y: auto;
  padding-right: 0.3rem;
}
.m_about_txt::-webkit-scrollbar {
  width: 0.1rem;
}
.m_about_txt::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f5f5f5;
}
.m_about_txt::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #932c2c;
}
.m_about_right {
  width: 5.5rem;
}
.m_about_logo {
  width: 3.89rem;
  height: 4.16rem;
}
.m_about_num li {
  line-height: 1.3;
  margin: 0.3rem 0;
}
.m_about_num li h3 {
  font-size: 0.6rem;
  color: #932c2c;
  font-family: Arial, Helvetica, sans-serif;
}
.m_about_num li h3 span {
  vertical-align: sub;
}
.develop_pic {
  margin: 0.55rem 0 0;
}
.develop_pic li img {
  height: 5.46rem;
}
.develop_pic li.swiper-slide-active .develop_pic_con {
  display: block;
}
.develop_pic .swiper-button-prev,
.develop_pic .swiper-button-next {
  width: 0.78rem;
  height: 0.78rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
}
.develop_pic .swiper-button-prev::after,
.develop_pic .swiper-button-next::after {
  font-size: 0.4rem;
  color: #2c2c2c;
}
.develop_pic .swiper-button-prev:hover::after,
.develop_pic .swiper-button-next:hover::after {
  color: #932c2c;
}
.develop_pic .swiper-button-prev {
  left: 3.8rem;
}
.develop_pic .swiper-button-next {
  right: 3.8rem;
}
.develop_pic_con {
  width: 6.65rem;
  height: 2.68rem;
  background: rgba(154, 46, 46, 0.8);
  bottom: 0;
  right: 0;
  border-radius: 0.7rem 0 0 0;
  color: #fff;
  padding: 0.5rem 0.5rem 0;
  display: none;
}
.develop_pic_con p {
  margin: 0.2rem 0 0;
  text-align: justify;
}
.m_develop_box {
  padding-bottom: 1.4rem;
}
.t_b1k3le {
  width: 50%;
}
.t_b1k3yearli {
  width: 1.3rem;
  font-size: 1.3rem;
  color: #932c2c;
  line-height: 0.8;
  transform-origin: right top;
  display: inline-block;
  transform: translate(-100%, 0) rotate(270deg);
  white-space: nowrap;
  font-family: arial;
  text-align: center;
}
.t_b1k3pre {
  position: relative;
  width: 0.21rem;
  position: absolute;
  top: 3.2rem;
  left: 1.22rem;
  height: calc(100vh - 3.2rem);
}
.t_b1k3pre::before {
  content: '';
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #932c2c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.t_b1k3lile {
  position: relative;
}
.t_b1k3year {
  position: absolute;
  left: 0;
  top: 4.8rem;
  opacity: 0;
  transition: all 0.36s;
}
.t_b1k3year.on {
  opacity: 1;
}
.t_b1k3hua .l_title1 h3 {
  font-weight: bold;
  color: #932c2c;
  font-size: 0.24rem;
}
.t_b1k3xian {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #e8edf3;
}
.t_b1k3le {
  position: relative;
}
.t_b1k3hua {
  width: 100%;
  padding-left: 2rem;
  position: relative;
  z-index: 1;
}
.t_b1k3lile {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.t_b1k3now {
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #932c2c;
}
.t_b1k3tit {
  padding-top: 1.26rem;
  background: #fff;
}
.t_b1k3nr .t_titleh1 {
  color: #932c2c;
}
.t_b1k3nr .t_titleh1 h2 {
  font-size: 0.4rem;
}
.t_titleh3 {
  padding-bottom: 0.5rem;
}
.t_titleh3 h3 {
  color: #323233;
  font-size: 0.36rem;
  font-weight: bold;
}
.t_b1k3hua .l_title1 {
  margin-bottom: 0.1rem;
}
.t_duanp {
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
  font-weight: bold;
}
.t_b1k3wen .l_parag2 {
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
}
.t_b1k3rg {
  position: absolute;
  right: 0;
  width: 7.83rem;
  top: 0;
  height: 100vh;
}
.m_develop_pic {
  width: 6.93rem;
  position: absolute;
  top: 40%;
  right: 0;
  opacity: 0;
  transition: all 0.36s;
}
.m_develop_pic.on {
  opacity: 1;
}
.main {
  padding: 0.7rem 0;
}
.m_news_pic {
  width: 9.85rem;
}
.m_news_pic_list {
  height: 5.96rem;
  border-radius: 0.2rem;
  overflow: hidden;
  display: none;
}
.m_news_pic_list:first-child {
  display: block;
}
.m_news_pic_list img {
  object-fit: cover;
}
.m_news_list {
  width: 5.4rem;
  padding-right: 0.35rem;
}
.m_news_list li {
  border-bottom: solid 1px #e9e9e9;
  padding: 0.4rem 0 0.45rem;
  cursor: pointer;
}
.m_news_list li:last-child {
  border-bottom: none;
}
.m_news_list li h3 {
  margin: 0.1rem 0 0;
}
.m_news {
  padding: 0.3rem 0 0.2rem;
}
.m_news li {
  width: 4.85rem;
  height: 5.37rem;
  border: solid 1px #e9e9e9;
  border-radius: 0.1rem;
  padding: 0.43rem 0.4rem 0.45rem;
  margin: 0 0.6rem 0.6rem 0;
}
.m_news li:nth-child(3n+3) {
  margin-right: 0;
}
.m_news_con {
  padding: 0.25rem 0.1rem 0;
}
.m_news_con h3 {
  line-height: 0.38rem;
  margin: 0.2rem 0;
}
.m_news_list_pic {
  height: 2.34rem;
  border-radius: 0.1rem;
}
.m_news_list_pic img {
  object-fit: cover;
}
.page {
  text-align: center;
  justify-content: center;
  display: flex;
}
.page a {
  line-height: 0.6rem;
  display: inline-block;
  text-align: center;
  background: #f6f6f6;
  padding: 0 0.25rem;
  margin: 0 5px;
  border-radius: 0.1rem;
}
.page a.active {
  background: #932c2c;
  color: #fff;
}
.meet1 li {
  width: 7.5rem;
  position: relative;
}
.meet1 li img {
  height: 4.6rem;
  object-fit: cover;
}
.meet_date1 {
  width: 1.18rem;
  height: 1.18rem;
  background: #932c2c;
  left: 0.6rem;
  top: 0;
  color: #fff;
  line-height: 1.3;
  flex-direction: column;
}
.meet_date1 h3 {
  font-size: 0.48rem;
}
.meet_tit1 {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0.5rem 0.25rem 0.25rem;
}
.meet2 {
  padding: 0.8rem 0 0;
}
.meet2 li {
  width: 4.8rem;
  margin: 0 0.7rem 0.75rem 0;
}
.meet2 li:nth-child(3n+3) {
  margin-right: 0;
}
.meet_con2 {
  margin: 0.35rem 0 0;
  border-left: solid 1px #d1d1d1;
  padding: 0 0.3rem 0 0.4rem;
}
.meet_con2 h3 {
  margin: 0 0 0.1rem;
}
.meet_con2 h4 {
  font-weight: normal;
  line-height: 0.34rem;
  margin: 0.3rem 0 0.2rem;
}
.meet_more {
  background: url(../images/nar.png) no-repeat 0.9rem center;
  background-size: 0.4rem 0.11rem;
}
.meet_pic2 {
  height: 3.5rem;
}
.meet_pic2 img {
  object-fit: cover;
}
.member_list {
  padding-bottom: 0.5rem;
}
.member_list li {
  border-bottom: solid 1px #f2f2f2;
  padding: 0.4rem 0 0.3rem;
}
.member_list li:hover .member_list_tit {
  color: #932c2c;
}
.member_tab {
  width: 1.26rem;
  height: 0.47rem;
  border-radius: 2px;
  color: #8494a8;
  background: #f3f8fc;
  margin-right: 0.3rem;
}
.member_list_txt {
  margin: 0.15rem 0 0;
}
.m_contact_list {
  margin: 0.6rem 0 0;
}
.m_contact_list li {
  width: 4.2rem;
  border: solid 1px #dedede;
  line-height: 1.4;
  padding: 0.2rem 0 0.2rem 0.35rem;
}
.m_contact_list li img {
  width: 0.28rem;
  margin-right: 0.3rem;
}
.m_contact_list li:last-child {
  width: 6.53rem;
}
.map {
  height: 4.6rem;
}
.xx_head {
  padding: 0.6rem 0 0.8rem;
}
.xx_tit h2 {
  font-size: 0.4rem;
  line-height: 1.5;
}
.xx_tit p {
  margin: 0.1rem 0 0;
}
.news_nextpage {
  border-top: dashed 1px #dadada;
  margin: 0.4rem 0 0;
  padding: 0.3rem 0 0;
}
.news_nextpage > div {
  max-width: 40%;
}
.xx_txt {
  line-height: 2;
  min-height: 3rem;
}
.xx_txt img {
  max-width: 100%;
}
