@charset "utf-8";
/*全局样式*/
@font-face {
  font-family: "Impact";
  src: url(../font/impact.ttf);
}
html {
  overflow-x: hidden;
}
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container-fluid {
  max-width: 1430px !important;
}
.container-fluid.container-fluid-2 {
  max-width: 1230px !important;
}
.container-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*动画*/
.animation-fade-up {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1s;
}
.animation-fade-left {
  opacity: 0;
  position: relative;
  right: -100px;
  transition: all 1s;
}
.animation-fade-right {
  opacity: 0;
  position: relative;
  left: -100px;
  transition: all 1s;
}
.animation-zoom-in {
  transform: scale(0.3);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-in {
  opacity: 0;
  transition: all 1s;
}
.animation-fade-zoom {
  transform: scale(1.1);
  transition: all 2s;
}
.animation-fade-zoom-out {
  transform: scale(0.6);
  transition: all 1s;
  opacity: 0;
}
.animation-fade-transparent {
  opacity: 0;
  transition: all 0s;
}
.start-animation .animation-fade-up {
  opacity: 1;
  top: 0;
}
.start-animation .animation-fade-left {
  opacity: 1;
  right: 0;
}
.start-animation .animation-fade-right {
  opacity: 1;
  left: 0;
}
.start-animation .animation-zoom-in {
  transform: scale(1);
  opacity: 1;
}
.start-animation .animation-fade-in {
  opacity: 1;
}
.start-animation .animation-fade-zoom {
  transform: scale(1);
}
.start-animation .animation-fade-zoom-out {
  transform: scale(1);
  opacity: 1;
  transition: all 3s;
}
.start-animation .animation-fade-transparent {
  opacity: 1;
  transition: all 3s;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: #004884 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 3px;
  background: #fff;
  border-radius: 0;
}
header {
  position: relative;
  z-index: 99999;
}
header .con-box {
  height: 135px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
header .con-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .con-box .logo img {
  width: 206px;
}
header .con-box .login-but {
  position: relative;
}
header .con-box .login-but ul {
  display: flex;
  align-items: center;
}
header .con-box .login-but ul li a {
  font-size: 18px;
  color: #2c2c2c;
  transition: all .3s;
  position: relative;
}
header .con-box .login-but ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff2c32;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
header .con-box .login-but ul li:last-child {
  margin-left: 50px;
}
header .con-box .login-but ul li:last-child a {
  display: block;
  width: 117px;
  line-height: 39px;
  border: 1px solid #ff2c32;
  border-radius: 40px;
  color: #ff2c32;
  text-align: center;
}
header .con-box .login-but ul li:last-child a::before {
  display: none;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) {
  position: relative;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) h5 {
  font-size: 18px;
  color: #2c2c2c;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) h5::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .con-box .login-but ul.ul-2 li:nth-child(1) dl {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  z-index: 1000;
  padding-top: 20px;
  overflow: hidden;
  visibility: hidden;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box {
  padding: 10px 20px;
  border: 1px solid #e0dede;
  border-radius: 10px;
  background-color: #fff;
  transform: translateY(-110%);
  transition: all .3s;
  opacity: 0;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box dd a {
  display: block;
  color: #999;
  line-height: 30px;
  font-size: 14px;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box dd a::before {
  display: none;
}
header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box dd a:hover {
  color: #ff4848;
}
header .con-box .login-but ul.ul-2 li:nth-child(1).active dl {
  visibility: initial;
}
header .con-box .login-but ul.ul-2 li:nth-child(1).active dl .dd-box {
  transform: translateY(0);
  opacity: 1;
}
header .con-box .login-but ul.ul-2 li:last-child {
  margin-left: 30px;
}
header .con-box .login-but ul.ul-2 li:last-child a {
  width: 87px;
}
header.header-2 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header.header-2 .con-box {
  justify-content: space-between;
  align-items: center;
}
header.header-2 .con-box .logo {
  position: initial;
  transform: none !important;
}
header.header-2 .con-box form {
  display: flex;
}
header.header-2 .con-box form .select {
  width: 97px;
  height: 47px;
  border: 1px solid #dedede;
  position: relative;
}
header.header-2 .con-box form .select h5 {
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 16px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
}
header.header-2 .con-box form .select h5::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #333;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
header.header-2 .con-box form .select ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 100;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
header.header-2 .con-box form .select ul::before {
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header.header-2 .con-box form .select ul li {
  color: #fff;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
}
header.header-2 .con-box form .select ul.active {
  transform: translateY(10px);
  visibility: initial;
  opacity: 1;
}
header.header-2 .con-box form input {
  width: 610px;
  height: 47px;
  border: none;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 0 15px;
  font-size: 16px;
}
header.header-2 .con-box form input:focus {
  outline: none;
}
header.header-2 .con-box form button {
  width: 74px;
  height: 47px;
  background-color: #ff4848;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 0;
  transition: all .3s;
}
header.header-2 .con-box form button:focus {
  outline: none;
}
header.header-2 .con-box form button:hover {
  background-color: #aa0f0f;
}
.nav-1 {
  border-bottom: 2px solid #dedede;
  padding-bottom: 30px;
}
.nav-1 .con-box {
  position: relative;
}
.nav-1 .con-box ul {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.nav-1 .con-box ul li {
  text-align: center;
}
.nav-1 .con-box ul li a {
  font-size: 20px;
  color: #000000;
}
.nav-1 .con-box ul li a::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #8f1d22;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.nav-1 .con-box ul li a:hover {
  color: #cd2229;
  font-weight: bold;
}
.nav-1 .con-box ul li a.active {
  color: #cd2229;
  font-weight: bold;
}
.nav-1 .con-box ul li a.active::before {
  opacity: 1;
}
.nav-1 .con-box .nav_bg {
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: 20;
  transition: all .5s;
  background: #8f1d22;
}
.nav-2 {
  border-bottom: 2px solid #dedede;
}
.nav-2 .con-box {
  position: relative;
}
.nav-2 .con-box ul {
  display: flex;
}
.nav-2 .con-box ul li {
  text-align: center;
  width: 8.333333333333333%;
}
.nav-2 .con-box ul li a {
  display: block;
  line-height: 116px;
  font-size: 20px;
  color: #000;
  position: relative;
  z-index: 10;
  transition: all .3s;
}
.nav-2 .con-box ul li.active a {
  color: #fff;
  font-weight: bold;
}
.nav-2 .con-box .nav_bg {
  width: 8.333333333333333%;
  height: 116px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all .5s;
  background: #ff4848;
}
.title-1 {
  font-size: 26px;
  color: #2c2c2c;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-left: 30px;
  background: url(../images/icon1.png) no-repeat 0 7px;
}
.title-1.title-1-2 {
  padding-left: 0;
  background: none;
  margin-bottom: 15px;
}
.news-1 {
  display: block;
  font-size: 20px;
  color: #000 !important;
  line-height: 30px;
  margin-bottom: 39px;
}
.news-1 .time {
  transition: all .3s;
}
.news-1 .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .3s;
}
.news-1:last-child {
  margin-bottom: 0;
}
.news-2 {
  display: block;
}
.news-2 .time {
  font-size: 20px;
  color: #000;
}
.news-2 h5 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  margin: 10px 0 20px;
}
.news-2 .text {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-3 ul li a {
  display: block;
  line-height: 38px;
  color: #333;
  position: relative;
  padding-left: 11px;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-3 ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #bbb;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.news-4 {
  display: block;
}
.news-4 .imgbox {
  overflow: hidden;
}
.news-4 .text-box .time {
  font-size: 20px;
  color: #707070;
  margin-top: 10px;
  transition: all .3s;
}
.news-4 .text-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
  margin: 5px 0;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-4 .text-box .text {
  font-size: 18px;
  color: #8c8c8c;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.main-1 {
  margin: 40px 0 60px;
  display: flex;
}
.main-1 .main-1-left {
  width: 340px;
  padding-right: 20px;
}
.main-1 .main-1-left .news-1-box {
  height: 864px;
  overflow: hidden;
}
.main-1 .main-1-right {
  width: calc(100% - 340px);
}
.main-1 .main-1-right .con-1 {
  display: flex;
}
.main-1 .main-1-right .con-1 .left {
  width: calc(100% - 280px);
}
.main-1 .main-1-right .con-1 .left .swiper-container {
  margin-bottom: 30px;
}
.main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a .img {
  height: 420px;
}
.main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a h5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.8));
  font-size: 21px;
  font-weight: bold;
  padding: 30px 15px 50px;
  line-height: 1.5;
}
.main-1 .main-1-right .con-1 .left .swiper-container .swiper-pagination {
  width: auto;
  z-index: 100;
  left: auto;
  bottom: 15px;
  right: 60px;
  text-align: right;
}
.main-1 .main-1-right .con-1 .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #706c70;
  opacity: 1;
  border-radius: 8px;
}
.main-1 .main-1-right .con-1 .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #fff;
}
.main-1 .main-1-right .con-1 .right {
  width: 280px;
  padding-left: 20px;
}
.main-1 .main-1-right .con-1 .right .news-3 {
  height: 532px;
  overflow: hidden;
}
.main-1 .main-1-right .con-2 {
  margin-top: 40px;
}
.main-1 .main-1-right .con-2 ul {
  display: flex;
  margin: 0 -15px;
}
.main-1 .main-1-right .con-2 ul li {
  width: 50%;
  padding: 0 15px;
}
.main-1 .main-1-right .con-2 ul li a {
  display: block;
  position: relative;
}
.main-1 .main-1-right .con-2 ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.main-1 .main-1-right .con-2 ul li a .img {
  height: 290px;
}
.main-1 .main-1-right .con-2 ul li a .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-1 .main-1-right .con-2 ul li a .text-box h5 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  transition: all .3s;
}
.main-1 .main-1-right .con-2 ul li a .text-box p {
  font-size: 16px;
  color: #000;
  font-family: "Courier New";
  margin-top: 10px;
  transition: all .3s;
}
.main-2 img {
  width: 100%;
}
.main-3 {
  margin-top: 60px;
}
.main-3 .list {
  margin-bottom: 40px;
  position: relative;
}
.main-3 .list .title {
  font-size: 24px;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.main-3 .list .swiper-pagination {
  width: 100%;
  margin-top: 10px;
  position: initial;
  font-size: 0;
}
.main-3 .list .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.main-4 {
  margin-bottom: 60px;
}
.main-4 ul {
  display: flex;
  justify-content: space-between;
}
.main-4 ul li {
  width: 813px;
}
.main-4 ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main-4 ul li a .img {
  height: 522px;
}
.main-4 ul li a h5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.8));
  font-size: 21px;
  font-weight: bold;
  padding: 30px 15px;
  line-height: 1.5;
}
.main-4 ul li:last-child {
  width: calc(100% - 813px);
  padding-left: 22px;
}
.main-4 ul li:last-child a .img {
  height: 250px;
}
.main-4 ul li:last-child a:nth-child(2) {
  margin-top: 22px;
}
.main-5 {
  display: flex;
  margin: 20px 0;
}
.main-5 .left {
  width: calc(100% - 370px);
}
.main-5 .left .swiper-container {
  border-radius: 20px;
}
.main-5 .left .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.main-5 .left .swiper-container .swiper-slide a .img {
  height: 564px;
  border-radius: 20px;
}
.main-5 .left .swiper-container .swiper-slide a h5 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.8));
  font-size: 21px;
  font-weight: bold;
  padding: 30px 15px 50px;
  line-height: 1.5;
}
.main-5 .left .swiper-container .swiper-pagination {
  width: auto;
  z-index: 100;
  left: auto;
  bottom: 15px;
  right: 60px;
  text-align: right;
}
.main-5 .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #706c70;
  opacity: 1;
  border-radius: 8px;
}
.main-5 .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #fff;
}
.main-5 .right {
  width: 370px;
  padding-left: 30px;
}
.main-5 .right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-5 .right .title h5 {
  font-size: 29px;
  color: #2c2c2c;
}
.main-5 .right .title a {
  font-size: 20px;
  color: #2c2c2c;
  transition: all .3s;
}
.main-5 .right .news-3 {
  height: 513px;
  overflow: hidden;
}
.main-5 .right .news-3 ul li a {
  font-size: 19px;
  line-height: 57px;
}
.main-6 {
  margin-bottom: 40px;
}
.news-5 {
  display: block;
  border: 1px solid #e1e1e1;
  padding: 0 60px 0 110px;
  height: 128px;
  position: relative;
}
.news-5 b {
  width: 60px;
  padding: 0 10px;
  height: 100%;
  background-color: #ff4848;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.news-5 b::before {
  content: "";
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #ff4848;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.news-5 .text-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-5 .text-box h5 {
  font-size: 36px;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
}
.news-5 .text-box .text {
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}
.main-7 {
  display: flex;
  margin-bottom: 50px;
}
.main-7 .left {
  width: calc(100% - 334px);
  padding-right: 40px;
}
.main-7 .right {
  width: 334px;
}
.news-6 {
  display: flex;
  margin-bottom: 20px;
}
.news-6 .imgbox {
  width: 318px;
  height: 221px;
  overflow: hidden;
}
.news-6 .imgbox .img {
  width: 100%;
  height: 100%;
}
.news-6 .text-box {
  width: calc(100% - 318px);
  height: 221px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-6 .text-box h5 {
  font-size: 25px;
  line-height: 1.5;
  color: #000;
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-6 .text-box .bottom {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #000;
  line-height: 1.5;
}
.news-6 .text-box .bottom p span {
  margin-left: 20px;
}
.news-6:last-child {
  margin-bottom: 0;
}
.news-6.news-6-2 .text-box .bottom {
  font-size: 14px;
  color: #999;
}
.news-6.news-6-2 .text-box .bottom .left {
  display: flex;
}
.news-6.news-6-2 .text-box .bottom .left p {
  margin-right: 10px;
}
.load-more {
  width: 100%;
  line-height: 50px;
  background-color: #e0e0e0;
  font-size: 20px;
  color: #2c2c2c;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
  transition: all .3s;
}
.load-more-2 {
  padding: 2px;
}
.load-more-2 a {
  line-height: 60px;
  background-color: #f2f2f2;
  font-size: 18px;
  color: #000;
  text-align: center;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more-2 a i {
  width: 18px;
  height: 18px;
  background: url(../images/icon5.png) no-repeat center center / contain;
  margin-left: 10px;
}
.load-more-2 a img {
  margin-left: 10px;
  height: 14px;
}
.main-8 .title {
  font-size: 22px;
  font-weight: bold;
  color: #2c2c2c;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 15px;
}
.main-8 ul li {
  margin-bottom: 12px;
}
.main-8 ul li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.main-8 ul li a h5 {
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-8 ul li:last-child {
  margin-bottom: 0;
}
.main-9 {
  margin-top: 40px;
}
.main-9 .title {
  font-size: 22px;
  font-weight: bold;
  color: #2c2c2c;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 15px;
}
.main-9 ul {
  font-size: 0;
}
.main-9 ul li {
  margin: 0 5px 10px;
  display: inline-block;
}
.main-9 ul li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  color: #333;
  transition: all .3s;
}
.title-2 {
  color: #cd2229;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.title-2 i {
  margin-right: 10px;
  font-size: 20px;
}
.main-10 {
  margin-bottom: 80px;
  display: flex;
}
.main-10 .left {
  width: calc(100% - 316px);
  padding-right: 40px;
}
.main-10 .left .page_div {
  margin-top: 40px;
}
.main-10 .right {
  width: 316px;
}
.news-7 ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ecebea;
}
.news-7 ul li a {
  display: flex;
  align-items: center;
}
.news-7 ul li a .imgbox {
  width: 330px;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.news-7 ul li a .imgbox .img {
  width: 100%;
  height: 100%;
}
.news-7 ul li a .text-box {
  width: calc(100% - 330px);
  padding-left: 40px;
}
.news-7 ul li a .text-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
.news-7 ul li a .text-box .text {
  color: #999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin: 15px 0;
}
.news-7 ul li a .text-box .time {
  color: #000;
}
.news-7 ul li a .text-box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-7 ul li a .text-box .bottom b {
  line-height: 21px;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  padding: 0 6px;
  font-weight: normal;
  font-size: 12px;
  color: #999;
}
.news-7 ul li:first-child {
  padding-top: 0;
}
.news-7.news-7-2 ul li a .imgbox::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/paly.png) no-repeat center center / contain;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 100;
}
.main-11 .title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.main-11 .title h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.main-11 .title h5::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cd2229;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.main-11 ul li a {
  display: block;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
  transition: all .3s;
}
.main-11 ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/icon1.png) no-repeat 0 center / 13px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.main-11 ul li:nth-child(3) ~ li a::before {
  opacity: 0.3;
}
.main-12 {
  overflow: hidden;
  margin-top: 30px;
}
.main-12 .title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.main-12 .title h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.main-12 .title h5::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cd2229;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.main-12 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.main-12 ul li {
  width: 50%;
  padding: 0 5px;
}
.main-12 ul li:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.main-12 ul li a {
  display: block;
  position: relative;
}
.main-12 ul li a .imgbox {
  overflow: hidden;
}
.main-12 ul li a .mask {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-12 ul li a h5 {
  color: #000;
  line-height: 25px;
  margin-top: 5px;
}
.page_div {
  text-align: center;
  line-height: 30px;
}
.page_div button {
  display: inline-block;
  min-width: 50px;
  height: 30px;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  line-height: 1;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: 1px solid #fff !important;
  background: #eee !important;
  color: #000 !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #000;
  border: 1px solid #fff;
  padding: 0;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 10px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 10px;
}
.page_div #nextPage,
.page_div #prePage {
  width: 70px;
  padding: 0;
}
.page_div .pageNum,
.page_div .totalList {
  line-height: 30px;
  margin-left: 10px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #000;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #000;
  margin: 0 5px;
}
.page_div input {
  width: 50px;
  height: 30px;
  border: 1px solid #a9a9a9;
  text-align: center;
  margin: 0 5px;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  display: inline-block;
  width: 49px;
  height: 30px;
  line-height: 28px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
  background-color: #f5f5f5;
}
footer {
  border-top: 1px solid #f2f2f2;
  padding: 30px 0 50px;
}
footer .con-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .con-box .left {
  line-height: 25px;
}
footer .con-box .left .con-1 {
  display: flex;
}
footer .con-box .left .con-1 ul {
  display: flex;
  flex-wrap: wrap;
}
footer .con-box .left .con-1 ul li {
  margin-right: 15px;
}
footer .con-box .left a {
  color: #333;
  transition: all .3s;
}
footer .con-box .left a img {
  position: relative;
  top: -2px;
}
footer .con-box .right ul {
  display: flex;
}
footer .con-box .right ul li {
  margin-left: 30px;
}
footer .con-box .right ul li a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  color: #9a9a9a;
  transition: all .3s;
  position: relative;
  z-index: 1000;
  perspective: 800px;
}
footer .con-box .right ul li a .img {
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform-origin: bottom center;
  transform: translate(-50%, -15px) rotateX(87deg);
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background-color: #fff;
  transition: all .3s;
}
footer .con-box .right ul li a .img::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
footer .con-box .right ul li a .img img {
  width: 100%;
  height: 100%;
}
footer .con-box .right ul li a.active {
  background-color: #ff4848;
  color: #fff;
}
footer .con-box .right ul li a.active .img {
  transform: translate(-50%, -15px) rotateX(0);
  opacity: 1;
  visibility: initial;
}
footer .con-box .right ul li:last-child a .img {
  left: auto;
  right: 0;
  transform: translate(0, -15px) rotateX(87deg);
}
footer .con-box .right ul li:last-child a .img::before {
  top: 100%;
  left: auto;
  right: 22px;
  transform: none;
}
footer .con-box .right ul li:last-child a.active .img {
  transform: translate(0, -15px) rotateX(0);
}
.main-13 {
  background-color: #f7f7f7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.main-13 .con-box {
  display: flex;
  border: 1px solid #e0dede;
}
.main-13 .con-box .left {
  width: calc(100% - 470px);
  position: relative;
}
.main-13 .con-box .left::before {
  content: "";
  width: 4px;
  height: calc(100% + 2px);
  background-color: #000;
  position: absolute;
  top: -1px;
  right: -4px;
}
.main-13 .con-box .left a {
  display: block;
  padding: 14px;
}
.main-13 .con-box .left a .imgbox {
  overflow: hidden;
}
.main-13 .con-box .left a .imgbox .img {
  height: 459px;
}
.main-13 .con-box .left a h5 {
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.main-13 .con-box .left a .text-box {
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.main-13 .con-box .left a .text-box .text {
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-13 .con-box .left a .time {
  margin-top: 15px;
  color: #000;
}
.main-13 .con-box .left a .time span {
  color: #999;
}
.main-13 .con-box .right {
  width: 470px;
  padding: 20px 30px 0;
}
.main-13 .con-box .right .title {
  font-size: 24px;
  line-height: 40px;
  padding-left: 50px;
  background: url(../images/icon2.png) no-repeat 0 center / auto 90%;
}
.main-13 .con-box .right ul {
  max-height: 580px;
  overflow: hidden;
}
.main-13 .con-box .right ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}
.main-13 .con-box .right ul li a {
  display: block;
}
.main-13 .con-box .right ul li a h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .3s;
}
.main-13 .con-box .right ul li a .text {
  line-height: 24px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
.main-13 .con-box .right ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main-14 {
  background-color: #fff;
  padding-bottom: 40px;
}
.main-14 a {
  display: block;
}
.main-14 a .imgbox {
  overflow: hidden;
  position: relative;
}
.main-14 a .imgbox::before {
  content: "";
  width: 66px;
  height: 66px;
  background: url(../images/paly.png) no-repeat center center / contain;
  position: absolute;
  left: 66px;
  bottom: 66px;
  z-index: 100;
}
.main-14 a h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  margin-top: 20px;
}
.main-15 {
  background-color: #f7f7f7;
  padding: 40px 0;
  position: relative;
}
.main-15::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: -500%;
}
.main-15 .con-box {
  padding: 14px;
  border: 1px solid #e0dede;
  background-color: #fff;
  position: relative;
  display: flex;
}
.main-15 .con-box .left {
  width: calc(100% - 460px);
  padding-right: 20px;
}
.main-15 .con-box .left a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-15 .con-box .left a::before {
  content: "";
  width: 66px;
  height: 66px;
  background: url(../images/paly.png) no-repeat center center / contain;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 100;
}
.main-15 .con-box .right {
  width: 460px;
}
.main-15 .con-box .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main-15 .con-box .right ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.main-15 .con-box .right ul li:nth-child(2) ~ li {
  margin-bottom: 0;
}
.news-8 {
  display: block;
}
.news-8 .imgbox {
  overflow: hidden;
  position: relative;
}
.news-8 .imgbox::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/paly.png) no-repeat center center / contain;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 100;
}
.news-8 h5 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}
.news-8.news-8-2 h5 {
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-16 {
  padding: 50px 0;
}
.main-16 .list {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.main-16 .list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main-16 .list .title h5 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.main-16 .list .title h5::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #ffa4a4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: inset 12px 12px 0 #ff4848;
}
.main-16 .list .title a {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.main-16 .list .swiper-pagination {
  position: initial;
  font-size: 0;
  margin-top: 20px;
}
.main-16 .list .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
.news-9 {
  overflow: hidden;
}
.news-9 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news-9 ul li {
  width: 33.333333333%;
  padding: 0 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ecebea;
}
.news-9 ul li a {
  display: block;
}
.news-9 ul li a .imgbox {
  position: relative;
  perspective: 1000px;
  overflow: hidden;
}
.news-9 ul li a .imgbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../images/paly_2.png) no-repeat center center / 43px 43px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center bottom;
  transform: rotateX(97deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.news-9 ul li a h5 {
  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  color: #000;
  margin-top: 10px;
}
.news-9 ul li a .text {
  font-size: 13px;
  color: #999;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 8px 0;
}
.news-9 ul li a .time {
  font-size: 13px;
  color: #000;
}
.title-3 {
  border-bottom: 1px solid #ecebea;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.title-3 h5 {
  font-size: 20px;
  font-weight: bold;
  color: #ff2424;
  position: relative;
  padding: 0 20px;
}
.title-3 h5::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff2424;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.filtrate dl {
  display: flex;
  font-size: 13px;
  margin-bottom: 8px;
}
.filtrate dl dt {
  width: 50px;
  line-height: 22px;
  font-weight: normal;
}
.filtrate dl dd {
  width: calc(100% - 50px);
  font-size: 0;
}
.filtrate dl dd a {
  display: inline-block;
  font-size: 13px;
  color: #000;
  line-height: 22px;
  border-radius: 5px;
  padding: 0 8px;
  margin: 0 12px 12px 0;
  transition: all .3s;
}
.filtrate dl dd a.active {
  background-color: #ffbdbd;
  color: #ff2525;
}
.bg-1 {
  background-color: #f7f7f7;
}
.main-17 {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.main-17 .main-17-left {
  width: 230px;
}
.main-17 .main-17-middle {
  width: calc(100% - 500px);
  padding: 0 30px;
}
.main-17 .main-17-middle .comment-1 .main-19 .bottom ul li.forward {
  display: none;
}
.main-17 .main-17-right {
  width: 270px;
}
.main-18 {
  border: 1px solid #e0dede;
  background-color: #fff;
}
.main-18 .top {
  padding: 40px 0;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
.main-18 .top .img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}
.main-18 .top .img b {
  width: 22px;
  height: 22px;
  background-color: #408bfb;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-18 .top h5 {
  font-size: 18px;
  margin: 20px 0 10px;
}
.main-18 .top p {
  color: #999;
}
.main-18 .top p span {
  margin-left: 5px;
}
.main-18 ul {
  padding: 20px 10px;
}
.main-18 ul li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  transition: all .3s;
  padding: 0 10px 0 30px;
}
.main-18 ul li a.active {
  background-color: #cd2229;
  color: #fff !important;
}
.main-18.main-18-2 .top {
  padding-bottom: 0;
  border-bottom: none;
}
.main-18.main-18-2 .top dl {
  display: flex;
  background-color: #ededed;
  padding: 15px 0;
  margin-top: 30px;
}
.main-18.main-18-2 .top dl dd {
  width: 50%;
  border-right: 1px solid #d8d8d8;
  font-size: 16px;
  cursor: pointer;
}
.main-18.main-18-2 .top dl dd:last-child {
  border: none;
}
.main-18.main-18-2 ul {
  padding: 0;
}
.main-18.main-18-2 ul li a {
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
  background: none !important;
}
.main-18.main-18-2 ul li a span {
  margin-left: 5px;
}
.main-18.main-18-2 ul li a.active {
  color: #333 !important;
}
.main-18.main-18-2 ul li:last-child a {
  border: none;
}
.main-19 {
  background-color: #fff;
  border: 1px solid #e2e0e0;
  padding: 20px;
}
.main-19 .textarea-box {
  height: 170px;
  border: 1px solid #e2e0e0;
  background-color: #fff;
  position: relative;
  padding: 10px 10px 30px;
  transition: all .3s;
}
.main-19 .textarea-box textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
}
.main-19 .textarea-box textarea:focus {
  outline: none;
}
.main-19 .textarea-box .statistics {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  color: #999;
  font-family: "Arial";
}
.main-19 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.main-19 .bottom ul {
  display: flex;
}
.main-19 .bottom ul li {
  line-height: 30px;
  margin-left: 30px;
  transition: all .3s;
  position: relative;
}
.main-19 .bottom ul li a {
  display: block;
  color: #000;
  transition: all .3s;
}
.main-19 .bottom ul li.expression a {
  padding-left: 25px;
  background: url(../images/icon4.png) no-repeat 0 center;
}
.main-19 .bottom ul li.release a {
  width: 70px;
  background-color: #ff4848;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}
.main-19 .bottom ul li.forward a {
  position: relative;
  padding-left: 30px;
}
.main-19 .bottom ul li.forward a::before {
  content: "";
  font-family: "iconfont";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.main-19 .bottom ul li.forward a.active::before {
  content: "\e62f";
  background-color: #0298de;
}
.main-19 .bottom ul li:first-child {
  margin-left: 0;
}
.main-19.main-19-2 {
  background-color: #f2f2f2;
}
.main-20 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-20 .title h5 {
  font-size: 20px;
}
.main-20 .title a {
  color: #000;
  background: url(../images/icon3.png) no-repeat right center / 10px 12px;
  padding-right: 15px;
  line-height: 25px;
  transition: all .3s;
}
.main-20 ul li {
  margin-bottom: 20px;
}
.news-10 {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-10 .text-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  color: #fff;
}
.news-10 .text-box h5 {
  font-weight: bold;
  line-height: 24px;
}
.news-10 .text-box h5 span {
  margin-left: 10px;
  font-weight: normal;
  font-family: "Aria";
}
.news-10 .text-box .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
}
.main-21 {
  border: 1px solid #e0dede;
  background-color: #fff;
  margin-top: 20px;
}
.main-21 .nav {
  border-bottom: 1px solid #d8d8d8;
}
.main-21 .nav ul {
  display: flex;
}
.main-21 .nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  position: relative;
  transition: all .3s;
}
.main-21 .nav ul li a::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ff4848;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main-21 .nav ul li a.active {
  color: #ff4848;
}
.main-21 .nav ul li a.active::before {
  opacity: 1;
}
.main-21 .con-box {
  padding: 10px 0 30px;
}
.main-21.main-21-2 {
  background: none;
  border: none;
}
.news-11 {
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.news-11 .top .title {
  display: flex;
  align-items: center;
  position: relative;
}
.news-11 .top .title .portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.news-11 .top .title .text-box {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.news-11 .top .title .text-box h5 {
  font-size: 18px;
  font-weight: bold;
}
.news-11 .top .title .text-box .time {
  color: #999;
  font-family: "Arial";
  margin-top: 5px;
}
.news-11 .top .title .operate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news-11 .top .title .operate span {
  cursor: pointer;
  font-size: 18px;
  transition: all .3s;
  display: block;
}
.news-11 .top .title .operate span.active {
  transform: rotate(-180deg);
}
.news-11 .top .title .operate ul {
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 5px;
  display: none;
}
.news-11 .top .title .operate ul li {
  cursor: pointer;
  line-height: 35px;
  color: #333;
  font-size: 16px;
  transition: all .3s;
}
.news-11 .top .title .operate ul.active {
  display: block;
}
.news-11 .top .title .operate ul.ul-2 {
  width: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  border: none;
}
.news-11 .top .title .operate ul.ul-2 li {
  color: #fff !important;
  text-align: center;
  line-height: 40px;
}
.news-11 .top .title .operate.active {
  z-index: 1000;
}
.news-11 .top .con {
  padding-left: 75px;
  margin-top: 10px;
}
.news-11 .top .con .text {
  font-size: 16px;
  line-height: 24px;
}
.news-11 .top .con .imgbox {
  overflow: hidden;
  margin-top: 20px;
  display: block;
}
.news-11 .top .con .imgbox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news-11 .top .con .imgbox ul li {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.news-11 .top .con .imgbox ul li .img {
  cursor: pointer;
  border-radius: 10px;
}
.news-11 .top .con .praise-box {
  margin-top: 20px;
}
.news-11 .top .con .praise-box ul {
  display: flex;
  align-items: center;
}
.news-11 .top .con .praise-box ul li {
  margin-right: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all .3s;
  line-height: 1;
}
.news-11 .top .con .praise-box ul li i {
  margin-right: 5px;
  font-size: 16px;
}
.news-11 .top .con .praise-box ul li:nth-child(1) i {
  font-size: 20px;
}
.news-11 .top .con .praise-box ul li.active i {
  color: #ff4848;
}
.news-11 .middle {
  display: none;
  margin-top: 20px;
}
.news-11 .middle .main-19 .bottom ul li.picture,
.news-11 .middle .main-19 .bottom ul li.long_text {
  display: none;
}
.main-22 {
  background-color: #f2f2f2;
  margin-top: 20px;
  padding: 0 40px;
  display: none;
}
.main-22 .praise {
  position: relative;
  padding: 20px 40px;
  display: none;
}
.main-22 .praise i.icon-zan {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ff4848;
}
.main-22 .praise i.glyphicon-option-horizontal {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #666;
  font-size: 25px;
  display: none;
}
.main-22 .praise ul {
  display: flex;
  position: relative;
}
.main-22 .praise ul li {
  margin-right: 10px;
}
.main-22 .praise ul li .img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.main-22 .praise.border {
  border-bottom: 1px solid #d8d8d8;
}
.main-22 .comment-box {
  padding: 10px 0;
  display: none;
}
.main-22.main-22-2 {
  background-color: #fff;
}
.news-12 {
  padding: 10px 0;
}
.news-12 .title {
  display: flex;
  align-items: center;
}
.news-12 .title .portrait {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.news-12 .title h5 {
  font-size: 16px;
  color: #5282b4;
  font-weight: bold;
  margin-left: 15px;
}
.news-12 .title h5 span.hf {
  margin: 0 10px;
  color: #666;
}
.news-12 .con {
  padding-left: 57px;
}
.news-12 .con .text {
  color: #666;
  line-height: 24px;
}
.news-12 .con .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  margin-top: 12px;
}
.news-12 .con .bottom .left {
  display: flex;
}
.news-12 .con .bottom .left .dian {
  margin: 0 10px;
}
.news-12 .con .bottom .left .reply {
  cursor: pointer;
  color: #0298de;
}
.news-12 .con .bottom .del {
  cursor: pointer;
  color: #0298de;
}
.news-12 .con .ping-box {
  margin-top: 20px;
}
.news-12 .con .ping-box .main-19 {
  background-color: #dadada;
}
.news-12 .con .ping-box .main-19 .textarea-box {
  height: 130px;
}
.news-12 .con .ping-box .main-19 .bottom ul li.picture,
.news-12 .con .ping-box .main-19 .bottom ul li.long_text {
  display: none;
}
.main-23 {
  display: flex;
  margin-bottom: 30px;
}
.main-23 .main-23-left {
  width: 230px;
}
.main-23 .main-23-right {
  width: calc(100% - 230px);
  padding-left: 40px;
}
.main-23 .main-23-right .main-20 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 20px;
}
.main-23 .main-23-right .main-20 ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main-24 {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.main-24 .main-24-left {
  width: calc(100% - 270px);
  padding-right: 30px;
}
.main-24 .main-24-right {
  width: 270px;
}
.main-24.main-24-2 {
  flex-direction: row-reverse;
}
.main-25 {
  border: 1px solid #e0dede;
  background-color: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding: 40px 0;
}
.main-25 .top {
  text-align: center;
}
.main-25 .top .img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}
.main-25 .top .img b {
  width: 22px;
  height: 22px;
  background-color: #408bfb;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-25 .top h5 {
  font-size: 18px;
  margin-top: 20px;
}
.main-25 .attention {
  display: block;
  width: 162px;
  line-height: 44px;
  background-color: #ff4848;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  margin: 20px auto;
  transition: all .3s;
}
.main-25 .attention:hover {
  background-color: #9e0a0a;
}
.main-25 .bottom h5 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Arial";
}
.main-25 .bottom p {
  font-size: 18px;
  margin-top: 5px;
}
.main-26 .title {
  margin-bottom: 30px;
}
.main-26 .title h5 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.main-26 .title .time {
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.main-26 .title .time p {
  margin-right: 30px;
}
.main-26 .title .time p a {
  color: #5383b4 !important;
}
.main-26 .title .time p a:hover {
  text-decoration: underline !important;
}
.main-26 .main-26-con-1 {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main-26 .main-26-con-2 {
  font-size: 16px;
  line-height: 2;
}
.main-26 .main-26-con-2 img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.main-26 .main-26-con-3 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
  font-size: 16px;
  color: #999;
}
.main-26 .main-26-con-3 ul {
  display: flex;
  align-items: center;
}
.main-26 .main-26-con-3 ul li {
  font-weight: bold;
  margin-left: 15px;
  cursor: pointer;
}
.main-26 .main-26-con-3 ul li i {
  margin-right: 5px;
  font-weight: normal;
}
.main-26 .main-26-con-3 ul li.collect i {
  font-size: 18px;
}
.main-26 .main-26-con-3 ul li.active i {
  color: #fe5656;
}
.main-27 {
  padding-left: 57px;
}
.news-13 {
  padding: 10px 0;
}
.news-13 .title {
  display: flex;
  align-items: center;
}
.news-13 .title .portrait {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.news-13 .title h5 {
  font-size: 16px;
  color: #5282b4;
  font-weight: bold;
  margin-left: 15px;
}
.news-13 .title h5 span.hf {
  margin: 0 10px;
  color: #666;
}
.news-13 .con {
  padding-left: 57px;
}
.news-13 .con .text {
  color: #666;
  line-height: 24px;
}
.news-13 .con .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  margin-top: 12px;
}
.news-13 .con .bottom .left {
  display: flex;
}
.news-13 .con .bottom .left .dian {
  margin: 0 10px;
}
.news-13 .con .bottom .left .reply {
  cursor: pointer;
  color: #0298de;
}
.news-13 .con .bottom .del {
  cursor: pointer;
  color: #0298de;
}
.news-13 .con .ping-box {
  margin-top: 20px;
}
.news-13 .con .ping-box .main-19 {
  background-color: #dadada;
}
.news-13 .con .ping-box .main-19 .textarea-box {
  height: 130px;
}
.news-13 .con .ping-box .main-19 .bottom ul li.picture,
.news-13 .con .ping-box .main-19 .bottom ul li.long_text {
  display: none;
}
.news-14 {
  display: flex;
}
.news-14 .portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.news-14 .right {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.news-14 .right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 10px;
}
.news-14 .right .title h5 {
  font-size: 16px;
  font-weight: bold;
}
.news-14 .right .title .time {
  color: #999;
}
.news-14 .right .text {
  line-height: 24px;
}
.news-14 .right .but {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.news-14 .right .but ul {
  display: flex;
  align-items: center;
}
.news-14 .right .but ul li {
  cursor: pointer;
  margin-left: 20px;
  color: #999;
}
.news-14 .right .but ul li i {
  margin-right: 5px;
}
.news-14 .right .but ul li.del {
  color: #000;
}
.news-14 .right .but ul li.comment i {
  font-size: 18px;
}
.news-14 .right .but ul li.praise.active i {
  color: #ff4848;
}
.news-14 .right .ping-box {
  display: none;
}
.news-14 .right .ping-box .main-19 {
  margin-top: 10px;
  background-color: #f2f2f2;
}
.news-14 .right .ping-box .main-19 .bottom ul li.picture,
.news-14 .right .ping-box .main-19 .bottom ul li.long_text {
  display: none;
}
.news-15-box {
  margin-top: 20px;
  padding-left: 75px;
  display: none;
}
.news-15 {
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 10px;
}
.news-15 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-15 .title h5 {
  font-size: 16px;
  font-weight: bold;
  color: #0298de;
}
.news-15 .title h5 span.hf {
  margin: 0 10px;
  color: #000;
  font-weight: normal;
}
.news-15 .title .time {
  color: #999;
}
.news-15 .text {
  color: #666;
  line-height: 24px;
  margin: 15px 0 20px;
}
.news-15 .but {
  display: flex;
  justify-content: flex-end;
}
.news-15 .but ul {
  display: flex;
  align-items: center;
}
.news-15 .but ul li {
  cursor: pointer;
  margin-left: 20px;
}
.news-15 .but ul li.del {
  color: #000;
}
.news-15 .but ul li.reply {
  color: #0298de;
}
.news-15 .but ul li.reply i {
  margin-right: 5px;
}
.news-15 .ping-box .main-19 {
  margin-top: 10px;
  background-color: #dadada;
}
.news-15 .ping-box .main-19 .bottom ul li.picture,
.news-15 .ping-box .main-19 .bottom ul li.long_text {
  display: none;
}
.main-28 .comment-1 {
  margin: 30px 0 20px;
}
.main-28 .comment-1 .main-19 .bottom ul li.picture,
.main-28 .comment-1 .main-19 .bottom ul li.long_text {
  display: none;
}
.main-28 .comment-1.comment-1-2 {
  position: relative;
}
.main-28 .comment-1.comment-1-2 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-28 .comment-1.comment-1-2 .mask a {
  color: #000;
  font-weight: bold;
}
.main-28 .con-box .list {
  background-color: #fff;
  border: 1px solid #e0dede;
  padding: 20px;
  margin-top: 10px;
}
.main-28 .con-box .list:first-child {
  margin-top: 0;
}
.title-4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.title-4 span {
  margin-left: 10px;
}
.main-29 .news-6 {
  margin-bottom: 30px;
}
.main-30 {
  margin-bottom: 30px;
}
.main-30 ul li {
  margin-bottom: 20px;
}
.main-31 {
  margin-bottom: 30px;
}
.main-31 ul li {
  margin-bottom: 20px;
}
.news-16 {
  background-color: #fff;
  border: 1px solid #e0dede;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-16 .left {
  display: flex;
  align-items: center;
}
.news-16 .left .img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  position: relative;
}
.news-16 .left .img b {
  width: 22px;
  height: 22px;
  background-color: #408bfb;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-16 .left .text-box {
  margin-left: 20px;
}
.news-16 .left .text-box a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.news-16 .left .text-box dl {
  display: flex;
  margin-top: 10px;
}
.news-16 .left .text-box dl dd {
  line-height: 1;
  color: #999;
  padding-right: 10px;
  border-right: 1px solid #999;
  margin-right: 10px;
}
.news-16 .left .text-box dl dd:last-child {
  border: none;
}
.news-16 .right .attention {
  line-height: 40px;
  width: 130px;
  border: 1px solid #e0dede;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}
.news-16 .right .attention.active {
  background-color: #ff4848;
  border-color: #ff4848;
  color: #fff;
}
.news-16:last-child {
  margin-bottom: 0;
}
.main-32 .nav {
  position: relative;
  margin-bottom: 20px;
}
.main-32 .nav::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-32 .nav ul {
  display: flex;
}
.main-32 .nav ul li {
  width: 33.33%;
  padding: 20px 0;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.main-32 .nav ul li span {
  position: relative;
}
.main-32 .nav ul li span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ff4848;
  position: absolute;
  bottom: -21px;
  left: 0;
  opacity: 0;
}
.main-32 .nav ul li.active span::before {
  opacity: 1;
}
.main-32 .noData {
  color: #999;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  display: none;
}
.main-33 .nav {
  position: relative;
  margin-bottom: 20px;
}
.main-33 .nav::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-33 .nav ul {
  display: flex;
}
.main-33 .nav ul li {
  width: 50%;
  padding: 20px 0;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.main-33 .nav ul li span {
  position: relative;
  padding: 0 30px;
}
.main-33 .nav ul li span::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ff4848;
  position: absolute;
  bottom: -21px;
  left: 0;
  opacity: 0;
}
.main-33 .nav ul li.active span::before {
  opacity: 1;
}
.main-33 .noData {
  color: #999;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  display: none;
}
.news-17 {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.news-17 .top {
  display: flex;
  align-items: center;
  position: relative;
}
.news-17 .top .portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.news-17 .top .text-box {
  margin-left: 15px;
}
.news-17 .top .text-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #5282b4;
}
.news-17 .top .text-box h5 span {
  color: #999;
  margin-left: 20px;
  font-weight: normal;
}
.news-17 .top .text-box .time {
  margin-top: 10px;
  color: #999;
}
.news-17 .top i.icon-zan {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}
.news-17 .bottom {
  width: calc(100% - 75px);
  margin: 20px 0 0 75px;
  display: block;
  background-color: #e5e5e5;
  font-size: 16px;
  color: #999;
  padding: 0 20px;
  line-height: 40px;
}
.news-17 .bottom span {
  color: #000;
}
.news-18 {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.news-18 .portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.news-18 .right {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.news-18 .right .top {
  display: flex;
  justify-content: space-between;
}
.news-18 .right .top h5 {
  font-size: 20px;
  font-weight: bold;
  color: #5282b4;
}
.news-18 .right .top .time {
  color: #999;
}
.news-18 .right .text {
  line-height: 1.5;
  margin-top: 10px;
}
.news-19 {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}
.news-19 .top {
  display: flex;
  align-items: center;
  position: relative;
}
.news-19 .top .portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.news-19 .top .text-box {
  padding-left: 15px;
}
.news-19 .top .text-box h5 {
  font-size: 20px;
  font-weight: bold;
}
.news-19 .top .text-box .time {
  color: #999;
  margin-top: 10px;
}
.news-19 .top dl {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.news-19 .top dl i {
  display: block;
  transition: all .3s;
}
.news-19 .top dl h5 {
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  color: #fff;
  transform: translateY(20px);
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.news-19 .top dl.active i {
  transform: rotate(-180deg);
}
.news-19 .top dl.active h5 {
  transform: translateY(0);
  visibility: initial;
  opacity: 1;
}
.news-19 .text {
  line-height: 1.5;
  padding: 10px 0 0 75px;
  font-size: 16px;
}
.main-34 .news-16 {
  margin-bottom: 20px;
}
.main-35 {
  border: 1px solid #e1dfdf;
  background-color: #fff;
}
.main-35 .title {
  padding: 0 40px;
  border-bottom: 2px solid #d8d8d8;
  display: flex;
}
.main-35 .title h5 {
  position: relative;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
}
.main-35 .title h5::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff4848;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.main-35 ul {
  display: flex;
  padding: 30px 0;
  text-align: center;
}
.main-35 ul li {
  width: 20%;
  border-right: 1px solid #d8d8d8;
}
.main-35 ul li h5 {
  font-size: 24px;
  font-weight: bold;
}
.main-35 ul li p {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.main-35 ul li:last-child {
  border-right: none;
  padding: 0 20px;
}
.main-35 ul li a {
  display: block;
  line-height: 50px;
  background-color: #ff4848;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  transition: all .3s;
}
.main-35 ul li a:hover {
  background-color: #a80d0d;
}
.main-36 {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #e0dede;
}
.main-36 .nav {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 40px;
  margin-bottom: 15px;
}
.main-36 .nav ul {
  display: flex;
}
.main-36 .nav ul li {
  font-size: 18px;
  color: #999;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.main-36 .nav ul li::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff4848;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.main-36 .nav ul li.active {
  font-weight: bold;
  color: #000;
}
.main-36 .nav ul li.active::before {
  opacity: 1;
}
.main-36 .main-36-con {
  padding: 0 30px;
  margin-bottom: 30px;
}
.main-36 .main-36-con .page_div {
  margin-top: 30px;
}
.news-20 {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.news-20 h5 {
  font-size: 20px;
  font-weight: bold;
}
.news-20 p {
  font-size: 16px;
  color: red;
  margin-top: 15px;
}
.news-20 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.news-20 .bottom .time {
  color: #999;
}
.news-20 .bottom .operation a {
  color: #4c6699;
  margin-left: 10px;
}
.news-20 .bottom .operation a:hover {
  text-decoration: underline !important;
}
.news-21 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.news-21 h5 {
  font-size: 18px;
  width: calc(100% - 230px);
}
.news-21 .right {
  display: flex;
  align-items: center;
  color: #999;
}
.news-21 .right .time {
  margin-right: 30px;
}
.news-21 .right .info {
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.news-21 .right .del {
  width: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: 15px;
}
.main-37 {
  padding-bottom: 50px;
}
.main-37 .main-37-1 {
  border: 1px solid #e0dede;
  background-color: #fff;
}
.main-37 .main-37-1 .main-37-con {
  border-top: 1px solid #e0dede;
  padding: 30px;
  position: relative;
}
.main-37 .main-37-1 .main-37-con .title {
  padding: 0 10px;
}
.main-37 .main-37-1 .main-37-con .title .con {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 20px;
  position: relative;
}
.main-37 .main-37-1 .main-37-con .title .con .statistics {
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #999;
}
.main-37 .main-37-1 .main-37-con .title .con textarea {
  width: 100%;
  border: none;
  font-size: 30px;
  height: 48px;
  font-weight: bold;
  resize: none;
  overflow: hidden;
}
.main-37 .main-37-1 .main-37-con .title .con textarea:focus {
  outline: none;
}
.main-37 .main-37-1 .main-37-con .title .con textarea::-webkit-input-placeholder {
  color: #999;
}
.main-37 .main-37-1 .main-37-con #editor-container {
  height: 400px;
  overflow: auto;
}
.main-37 .main-37-1 .main-37-con .bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.main-37 .main-37-1 .main-37-con .bottom span {
  margin-right: 5px;
  color: #999;
}
.main-37 .main-37-2 .title {
  font-size: 18px;
  margin: 30px 0 20px;
}
.main-37 .main-37-2 .con {
  border: 1px solid #e0dede;
  background-color: #fff;
  font-size: 0;
  padding: 20px 10px;
  position: relative;
}
.main-37 .main-37-2 .con textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: none;
  font-size: 14px;
  padding: 0;
}
.main-37 .main-37-2 .con textarea:focus {
  outline: none;
}
.main-37 .main-37-2 .con .statistics {
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.main-37 .main-37-3 .title {
  font-size: 18px;
  margin: 30px 0 20px;
}
.main-37 .main-37-3 .title span {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.main-37 .main-37-3 .picture-upload .imgbox dd {
  width: 161px;
  height: 142px;
}
.main-37 .main-37-3 .picture-upload .imgbox dd div {
  border: 1px solid #e1dfdf;
}
.main-37 .main-37-3 .picture-upload .imgbox dd div .but {
  background-color: #f2f2f2;
}
.main-37 .main-37-3 .picture-upload .imgbox dd div .but::before,
.main-37 .main-37-3 .picture-upload .imgbox dd div .but::after {
  height: 3px;
  background-color: #333;
}
.main-37 .main-37-4 {
  margin-top: 50px;
}
.main-37 .main-37-4 ul {
  display: flex;
  align-items: center;
}
.main-37 .main-37-4 ul li {
  width: 200px;
  line-height: 57px;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  transition: all .3s;
  cursor: pointer;
}
.main-38 {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .3s;
}
.main-38 .icon-plus {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  transform: rotate(45deg);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.main-38 .switch {
  background-color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  top: 50px;
  right: -80px;
  text-align: center;
  line-height: 1.2;
  padding: 20px 10px;
  cursor: pointer;
}
.main-38 .switch span {
  display: block;
  width: 30px;
}
.main-38 .main-38-con-1 {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 1px 0;
  position: relative;
}
.main-38 .main-38-con-1 .hint {
  width: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background-color: #FFECEC;
  font-size: 16px;
  color: #ff4848;
  position: absolute;
  top: 0;
  left: 0;
}
.main-38 .main-38-con-1 .con-box {
  padding: 80px 30px;
  overflow: auto;
  height: 100%;
}
.main-38 .main-38-con-1 .con-box .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.main-38 .main-38-con-1 .con-box .user {
  display: flex;
  color: #999;
  margin-top: 10px;
}
.main-38 .main-38-con-1 .con-box .user p {
  margin-right: 30px;
}
.main-38 .main-38-con-1 .con-box .user p span {
  color: red;
}
.main-38 .main-38-con-1 .con-box .abstract {
  text-align: center;
  margin: 30px 0;
}
.main-38 .main-38-con-1 .con-box .abstract .abstract-con {
  color: #999;
  font-size: 16px;
}
.main-38 .main-38-con-1 .con-box .abstract i {
  width: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-family: "Arial";
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
.main-38 .main-38-con-1 .con-box .abstract i::before,
.main-38 .main-38-con-1 .con-box .abstract i::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 50%;
}
.main-38 .main-38-con-1 .con-box .abstract i::before {
  right: 100%;
  margin-right: 10px;
}
.main-38 .main-38-con-1 .con-box .abstract i::after {
  left: 100%;
  margin-left: 10px;
}
.main-38 .main-38-con-1 .con-box .matter {
  line-height: 1.5;
  font-size: 16px;
}
.main-38 .main-38-con-2 {
  height: 70%;
  width: 396px;
  height: 798px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/iphone-bg2.png) no-repeat center center / calc(100% - 40px) calc(100% - 40px);
  display: none;
}
.main-38 .main-38-con-2 .con-box {
  height: 100%;
  background: url(../images/iphone-bg.png) no-repeat center center / 100% 100%;
  padding: 120px 50px;
}
.main-38 .main-38-con-2 .con-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.main-38 .main-38-con-2 .con-box .user {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.main-38 .main-38-con-2 .con-box .user .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.main-38 .main-38-con-2 .con-box .user .text-box {
  padding-left: 10px;
}
.main-38 .main-38-con-2 .con-box .user .text-box .author {
  font-size: 16px;
}
.main-38 .main-38-con-2 .con-box .user .text-box .time {
  color: #999;
  font-size: 12px;
}
.main-38 .main-38-con-2 .con-box .abstract {
  text-align: center;
  overflow: hidden;
}
.main-38 .main-38-con-2 .con-box .abstract .abstract-con {
  color: #999;
  font-size: 16px;
}
.main-38 .main-38-con-2 .con-box .abstract i {
  width: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
  font-family: "Arial";
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
.main-38 .main-38-con-2 .con-box .abstract i::before,
.main-38 .main-38-con-2 .con-box .abstract i::after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 50%;
}
.main-38 .main-38-con-2 .con-box .abstract i::before {
  right: 100%;
  margin-right: 10px;
}
.main-38 .main-38-con-2 .con-box .abstract i::after {
  left: 100%;
  margin-left: 10px;
}
.main-38 .main-38-con-2 .con-box .matter {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 20px;
}
.main-38.active {
  top: 0;
}
.main-39 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main-39 .swiper-container {
  height: 100%;
}
.main-39 .swiper-container .swiper-wrapper {
  height: 100%;
}
.main-39 .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-39 .swiper-pagination-1 {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 100;
  transform: translateY(-50%);
  width: 20px;
  display: flex;
  flex-direction: column;
}
.main-39 .swiper-pagination-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 10px 0;
  border-radius: 0;
}
.main-39 .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cc3039;
}
.main-39 footer {
  width: 100%;
  border: none;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0;
}
.main-39 footer .container-fluid {
  max-width: 1230px !important;
}
.main-39 footer .con-box .left a {
  color: #fff;
}
.main-39 footer .con-box .left .con-1 ul li {
  color: #fff;
}
.main-39 footer .con-box .right ul li a {
  background-color: #3b424c;
}
.nav-3 {
  position: absolute;
  width: 100%;
  top: -60px;
  left: 0;
  z-index: 100;
  transition: all .3s;
}
.nav-3 .con {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-3 .con img.logo {
  width: 388px;
}
.nav-3 .con ul {
  display: flex;
}
.nav-3 .con ul li {
  margin-left: 30px;
  position: relative;
}
.nav-3 .con ul li a {
  font-size: 16px;
  color: #fff;
}
.nav-3 .con ul li.user .bt {
  position: relative;
  padding-right: 20px;
}
.nav-3 .con ul li.user .bt::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav-3 .con ul li.user dl {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  z-index: 100;
  padding-top: 20px;
  overflow: hidden;
  visibility: hidden;
}
.nav-3 .con ul li.user dl .dd-box {
  padding: 10px 20px;
  border: 1px solid #e0dede;
  border-radius: 10px;
  background-color: #fff;
  transform: translateY(-110%);
  transition: all .3s;
}
.nav-3 .con ul li.user dl .dd-box dd a {
  display: block;
  color: #999;
  line-height: 30px;
  font-size: 14px;
}
.nav-3 .con ul li.user dl .dd-box dd a::before {
  display: none;
}
.nav-3 .con ul li.user dl .dd-box dd a:hover {
  color: #ff4848;
}
.nav-3 .con ul li.user:hover dl {
  visibility: initial;
}
.nav-3 .con ul li.user:hover dl .dd-box {
  transform: translateY(0);
  opacity: 1;
}
.nav-3.active {
  top: 25px;
}
.main-40 {
  text-align: center;
  overflow: hidden;
}
.main-40 h5 {
  font-size: 110px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.main-40 h5::before {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-40 .text {
  font-size: 28px;
  font-weight: lighter;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.6);
}
.main-41 .title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 90px;
  text-align: center;
}
.main-41 ul {
  display: flex;
}
.main-41 ul li {
  width: 33.33%;
  display: flex;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.main-41 ul li h5 {
  font-size: 90px;
  font-family: "Impact";
  background: linear-gradient(135deg, #0078ff, #1bc7ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.main-41 ul li h5 span {
  font-size: 50px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.main-41 ul li p {
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
  border-top: 2px solid #0078ff;
  margin-top: 30px;
  padding-top: 20px;
}
.main-41 ul li:last-child {
  border-right: none;
}
.main-42 .title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.main-42 ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.main-42 ul li {
  width: 33.33%;
  margin-bottom: 50px;
}
.main-42 ul li img {
  height: 100px;
}
.main-42 ul li h5 {
  font-size: 19px;
  color: #fff;
  margin: 20px 0 10px;
}
.main-42 ul li p {
  font-size: 16px;
  color: #999;
}
.main-42 ul li:nth-child(3) ~ li {
  margin-bottom: 0;
}
.main-43 .title {
  text-align: center;
  margin-bottom: 60px;
}
.main-43 .title h5 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.main-43 .title p {
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}
.main-43 .more {
  display: block;
  width: 200px;
  line-height: 60px;
  background-color: #cc3039;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  margin: 80px auto 0;
}
.news-22 {
  display: block;
  text-align: center;
}
.news-22 .img {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 20px;
}
.news-22 .img b {
  width: 22px;
  height: 22px;
  background-color: #408bfb;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-22 h5 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  margin-top: 20px;
}
.main-44 {
  background-color: #f4f4f4;
  padding: 80px 0;
  position: relative;
}
.main-44 .main-44-con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.main-44 .main-44-con .main-44-left {
  width: 760px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-44 .main-44-con .main-44-right {
  width: calc(100% - 760px);
}
.main-44 .main-44-con .main-44-right .con-1 {
  padding: 40px 70px 66px;
}
.main-44 .main-44-con .main-44-right .con-1 .title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
  text-align: center;
}
.main-44 .main-44-con .main-44-right .con-1 form input {
  width: 100%;
  height: 51px;
  border: 1px solid #e7e7e7;
  padding: 0 25px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-44 .main-44-con .main-44-right .con-1 form input:focus {
  outline: none;
}
.main-44 .main-44-con .main-44-right .con-1 form .yzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-44 .main-44-con .main-44-right .con-1 form .yzm input {
  width: calc(100% - 100px);
  margin-bottom: 0;
}
.main-44 .main-44-con .main-44-right .con-1 form .yzm a {
  display: block;
  width: 90px;
  line-height: 51px;
  background: #d01820;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main-44 .main-44-con .main-44-right .con-1 form .yzm a.active {
  cursor: not-allowed !important;
  background: rgba(208, 24, 32, 0.5);
}
.main-44 .main-44-con .main-44-right .con-1 form .yzm a.active:hover {
  background: rgba(208, 24, 32, 0.5);
}
.main-44 .main-44-con .main-44-right .con-1 form .login {
  padding: 30px 0;
  text-align: center;
}
.main-44 .main-44-con .main-44-right .con-1 form .login a {
  color: #d01820;
}
.main-44 .main-44-con .main-44-right .con-1 form button {
  width: 100%;
  height: 51px;
  background: #d01820;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: all .3s;
}
.main-44 .main-44-con .main-44-right .con-1 form button:focus {
  outline: none;
}
.main-44 .main-44-con .main-44-right .con-2 {
  padding: 100px 70px;
}
.main-44 .main-44-con .main-44-right .con-2 .nav {
  margin-bottom: 100px;
  border-bottom: 1px solid #d8d8d8;
}
.main-44 .main-44-con .main-44-right .con-2 .nav ul {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.main-44 .main-44-con .main-44-right .con-2 .nav ul li {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 0 18px;
  cursor: pointer;
}
.main-44 .main-44-con .main-44-right .con-2 .nav ul li:last-child {
  border-left: 1px solid #d8d8d8;
}
.main-44 .main-44-con .main-44-right .con-2 .nav ul li.active {
  color: #d01820;
}
.main-44 .main-44-con .main-44-right .con-2 form ul li {
  display: none;
}
.main-44 .main-44-con .main-44-right .con-2 form ul li.active {
  display: block;
}
.main-44 .main-44-con .main-44-right .con-2 form ul li.phone .user {
  background: none;
  padding: 0 20px;
}
.main-44 .main-44-con .main-44-right .con-2 form input {
  width: 100%;
  height: 51px;
  border: 1px solid #e6e6e6;
  padding: 0 20px 0 45px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-44 .main-44-con .main-44-right .con-2 form input:focus {
  outline: none;
}
.main-44 .main-44-con .main-44-right .con-2 form input.user {
  background: url(../images/icon23.png) no-repeat 14px center / 18px auto;
}
.main-44 .main-44-con .main-44-right .con-2 form input.password {
  background: url(../images/icon24.png) no-repeat 16px center / 16px auto;
}
.main-44 .main-44-con .main-44-right .con-2 form .yzm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.main-44 .main-44-con .main-44-right .con-2 form .yzm input {
  width: calc(100% - 100px);
  margin-bottom: 0;
  padding: 0 20px;
}
.main-44 .main-44-con .main-44-right .con-2 form .yzm a {
  display: block;
  width: 90px;
  line-height: 51px;
  background: #d01820;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
.main-44 .main-44-con .main-44-right .con-2 form .yzm a.active {
  cursor: not-allowed !important;
  background: rgba(208, 24, 32, 0.5);
}
.main-44 .main-44-con .main-44-right .con-2 form .yzm a.active:hover {
  background: rgba(208, 24, 32, 0.5);
}
.main-44 .main-44-con .main-44-right .con-2 form .forget {
  margin: 8px 0 50px;
}
.main-44 .main-44-con .main-44-right .con-2 form .forget a {
  color: #999;
  transition: all .3s;
}
.main-44 .main-44-con .main-44-right .con-2 form .but {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-44 .main-44-con .main-44-right .con-2 form .but button {
  width: calc(100% - 125px);
  height: 51px;
  background: #d01820;
  color: #fff;
  font-size: 18px;
  border: none;
  transition: all .3s;
}
.main-44 .main-44-con .main-44-right .con-2 form .but button:focus {
  outline: none;
}
.main-44 .main-44-con .main-44-right .con-2 form .but a {
  width: 115px;
  line-height: 49px;
  border: 1px solid #d01820;
  font-size: 18px;
  color: #d01820;
  transition: all .3s;
  text-align: center;
}
.warning_popup {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  max-width: 300px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning_popup.active {
  top: 50%;
  opacity: 1;
}
.warning_popup_2 {
  width: 300px;
  background: #fff;
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  transition: all .2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.warning_popup_2 h5 {
  line-height: 40px;
  background: #d01820;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.warning_popup_2 p {
  padding: 30px 10px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.warning_popup_2 ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
.warning_popup_2 ul li {
  list-style: none;
  width: 100px;
  line-height: 35px;
  display: inline-block;
  background: #d01820;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  border-radius: 10px;
  transition: all .3s;
  cursor: pointer;
}
.warning_popup_2 ul li:hover {
  background: #a40c13;
}
.warning_popup_2.active {
  top: 50%;
  transition: all .3s;
}
#body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
}
#body-mask.active {
  display: block;
}
.expression_data {
  width: 300px;
  position: absolute ;
  left: 0;
  top: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: auto;
  padding: 10px;
  color: #000 !important;
  display: none;
}
.expression_data .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.expression_data .title i {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.expression_data .title i::before,
.expression_data .title i::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transition: all .3s;
}
.expression_data .title i::before {
  transform: rotate(45deg);
}
.expression_data .title i::after {
  transform: rotate(-45deg);
}
.expression_data .title i:hover::before,
.expression_data .title i:hover::after {
  background-color: #ff4848;
}
.expression_data dl {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 150px;
  overflow: auto;
}
.expression_data dl dd {
  width: 11.1111111%;
  height: 30px;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  opacity: 0.7;
}
.expression_data dl dd:hover {
  border-color: red;
  opacity: 1;
}
.expression_data.active {
  display: block;
}
.picture-upload .imgbox {
  box-sizing: border-box;
  margin: 0 -5px;
}
.picture-upload .imgbox::before,
.picture-upload .imgbox::after {
  content: "";
  display: table;
}
.picture-upload .imgbox::after {
  clear: both;
}
.picture-upload .imgbox dd {
  width: 25%;
  height: 150px;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.picture-upload .imgbox dd > div {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 5px;
}
.picture-upload .imgbox dd:last-child > div {
  padding: 0;
  border: none;
}
.picture-upload .imgbox dd .del {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.picture-upload .imgbox dd .del::before,
.picture-upload .imgbox dd .del::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.picture-upload .imgbox dd .del::before {
  transform: rotate(45deg);
}
.picture-upload .imgbox dd .del::after {
  transform: rotate(-45deg);
}
.picture-upload .imgbox .but {
  width: 100%;
  height: 100%;
  background: #eee;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  transition: all .3s;
}
.picture-upload .imgbox .but::before,
.picture-upload .imgbox .but::after {
  content: "";
  width: 40px;
  height: 5px;
  background: #ff4848;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all .3s;
}
.picture-upload .imgbox .but::after {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.picture-upload .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
#uploadImgPopup {
  position: fixed;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: all .5s;
  top: -50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#uploadImgPopup i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#uploadImgPopup i::before,
#uploadImgPopup i::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
#uploadImgPopup i::before {
  transform: rotate(45deg);
}
#uploadImgPopup i::after {
  transform: rotate(-45deg);
}
#uploadImgPopup.active {
  top: 50%;
}
.picture-upload-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 10px;
  display: none;
}
.picture-upload-box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.picture-upload-box .title h5 {
  font-size: 16px;
}
.picture-upload-box .title i {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.picture-upload-box .title i::before,
.picture-upload-box .title i::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transition: all .3s;
}
.picture-upload-box .title i::before {
  transform: rotate(45deg);
}
.picture-upload-box .title i::after {
  transform: rotate(-45deg);
}
.picture-upload-box .title i:hover::before,
.picture-upload-box .title i:hover::after {
  background-color: #ff4848;
}
.picture-upload-box .picture-upload .imgbox dd {
  width: 33.33%;
  height: 90px;
}
.picture-upload-box.active {
  display: block;
}
.ydd_btn {
  width: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 8000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.index span {
  background-color: #fff;
}
.ydd_btn.index.click span {
  background-color: #fff;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px 15px 30px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}
.nav7 .top .logo {
  height: 45px;
}
.nav7 .top .off {
  height: 35px;
}
.nav7 .nav7-con {
  height: calc(100% - 60px);
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 40px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .more ul {
  display: flex;
  align-items: center;
}
.nav7 .more ul li {
  width: 25%;
  height: 50px;
}
.nav7 .more ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  perspective: 1000px;
}
.nav7 .more ul li a .img {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 5px;
  background-color: #eee;
  transform: translate(-50%, -15px) rotateX(88deg);
  transform-origin: bottom center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.nav7 .more ul li a .img::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #eee;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.nav7 .more ul li a .img img {
  width: 100%;
  height: 100%;
}
.nav7 .more ul li a.active .img {
  transform: translate(-50%, -15px) rotateX(0);
  opacity: 1;
  visibility: initial;
}
.nav7 .more ul li:nth-child(1) {
  background: url(../images/icon1_hover.png) no-repeat center center / 34px auto;
}
.nav7 .more ul li:nth-child(2) {
  background: url(../images/icon2_hover.png) no-repeat center center / 30px auto;
}
.nav7 .more ul li:nth-child(3) {
  background: url(../images/icon3_hover.png) no-repeat center center / 30px auto;
}
.nav7 .more ul li:nth-child(4) {
  background: url(../images/icon4_hover.png) no-repeat center center / 27px auto;
}
.nav7 .more ul li:nth-child(5) {
  background: url(../images/icon5_hover.png) no-repeat center center / 27px auto;
}
.nav7 .more ul li:nth-child(5) a .img {
  left: auto;
  right: 0;
  transform: translate(0, -15px) rotateX(88deg);
}
.nav7 .more ul li:nth-child(5) a .img::before {
  left: auto;
  right: 26px;
  transform: none;
}
.nav7 .more ul li:nth-child(5) a.active .img {
  transform: translate(0, -15px) rotateX(0);
}
@media (min-width: 992px) {
  header .con-box .login-but ul li a:hover {
    color: #ff2c32;
  }
  header .con-box .login-but ul li a:hover::before {
    opacity: 1;
  }
  header .con-box .login-but ul li:last-child a:hover {
    background-color: #ff2c32;
    color: #fff;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1):hover dl {
    visibility: initial;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1):hover dl .dd-box {
    transform: translateY(0);
    opacity: 1;
  }
  .news-1:hover {
    color: #cd2229 !important;
  }
  .news-1:hover .time {
    padding-left: 10px;
  }
  .news-2:hover h5 {
    color: #ff2c32;
  }
  .news-3 ul li a:hover {
    padding-left: 21px;
    color: #ff2c32;
  }
  .news-3 ul li a:hover::before {
    width: 10px;
    background-color: #ff2c32;
  }
  .news-4:hover .img {
    transform: scale(1.1);
  }
  .news-4:hover .text-box .time {
    padding-left: 10px;
  }
  .news-4:hover .text-box h5 {
    color: #cd2229;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a:hover .img {
    transform: scale(1.1);
  }
  .main-1 .main-1-right .con-2 ul li a:hover::before {
    opacity: 1;
  }
  .main-1 .main-1-right .con-2 ul li a:hover .text-box h5,
  .main-1 .main-1-right .con-2 ul li a:hover .text-box p {
    color: #fff;
  }
  .main-4 ul li a:hover .img {
    transform: scale(1.1);
  }
  .main-5 .left .swiper-container .swiper-slide a:hover .img {
    transform: scale(1.1);
  }
  .main-5 .right .title a:hover {
    color: #ff4848;
  }
  .news-5:hover .text-box h5 {
    color: #ff4848;
  }
  .news-6:hover .imgbox .img {
    transform: scale(1.1);
  }
  .news-6:hover .text-box h5 {
    color: #ff4848;
  }
  .load-more:hover {
    background-color: #ff4848;
    color: #fff;
  }
  .load-more-2 a:hover {
    background-color: #ff4848;
    color: #fff;
  }
  .load-more-2 a:hover i {
    background: url(../images/icon5_hover.png) no-repeat center center / contain;
  }
  .main-8 ul li a:hover .img {
    transform: scale(1.1);
  }
  .main-9 ul li a:hover {
    background-color: #ff4848;
    border-color: #ff4848;
    color: #fff;
  }
  .news-7 ul li a:hover .imgbox .img {
    transform: scale(1.1);
  }
  .news-7 ul li a:hover .text-box h5 {
    color: #ff4848;
  }
  .main-11 ul li a:hover {
    color: #ff4848;
    text-decoration: underline !important;
  }
  .main-12 ul li a:hover .imgbox .img {
    transform: scale(1.1);
  }
  .main-12 ul li a:hover h5 {
    color: #ff4848;
  }
  .main-12 ul li a:hover .mask {
    background-color: rgba(255, 72, 72, 0.8);
  }
  footer .con-box .left a:hover {
    color: #cd2229;
  }
  footer .con-box .right ul li a:hover {
    background-color: #ff4848;
    color: #fff;
  }
  footer .con-box .right ul li a:hover .img {
    transform: translate(-50%, -15px) rotateX(0);
    opacity: 1;
    visibility: initial;
  }
  footer .con-box .right ul li:last-child a:hover .img {
    transform: translate(0, -15px) rotateX(0);
  }
  .page_div #firstPage:hover,
  .page_div #lastPage:hover,
  .page_div #nextPage:hover,
  .page_div #prePage:hover {
    background: #fd0812;
    border-color: #fd0812;
    color: #fff;
  }
  .page_div .current {
    background-color: #fd0812;
    border-color: #fd0812;
    color: #fff;
  }
  .page_div .skip:hover {
    background: #fd0812;
    border-color: #fd0812;
    color: #fff;
  }
  .main-13 .con-box .left a:hover .imgbox .img {
    transform: scale(1.1);
  }
  .main-13 .con-box .left a:hover h5 {
    color: #ff4848;
  }
  .main-13 .con-box .right ul li:hover h5 {
    color: #ff4848;
  }
  .main-14 a:hover .imgbox .img {
    transform: scale(1.1);
  }
  .main-14 a:hover h5 {
    color: #ff4848;
  }
  .main-15 .con-box .left a:hover .img {
    transform: scale(1.1);
  }
  .news-8:hover .imgbox .img {
    transform: scale(1.1);
  }
  .news-8:hover h5 {
    color: #ff4848;
  }
  .main-16 .list .title a:hover {
    color: #ff4848;
  }
  .news-9 ul li a:hover .imgbox::before {
    transform: rotateX(0);
    opacity: 1;
  }
  .news-9 ul li a:hover h5 {
    color: #ff4848;
  }
  .filtrate dl dd a:hover {
    color: rgba(255, 37, 37, 0.8);
  }
  .main-18 ul li a:hover {
    color: #cd2229;
  }
  .news-10:hover .img {
    transform: scale(1.1);
  }
  .main-19 .textarea-box:hover {
    border-color: #ff4848;
  }
  .main-19 .bottom ul li a:hover {
    color: #ff4848;
  }
  .main-19 .bottom ul li.release a:hover {
    background-color: #d01d1d;
    color: #fff;
  }
  .main-20 .title a:hover {
    color: #ff4848;
    background-image: url(../images/icon3_hover.png);
  }
  .main-21 .nav ul li a:hover {
    color: #ff4848;
  }
  .news-11 .top .title .operate span:hover {
    color: #ff4848;
  }
  .news-11 .top .title .operate ul li:hover {
    color: #ff4848;
  }
  .main-37 .main-37-4 ul li:hover {
    background-color: #ff4848;
    border-color: #ff4848;
    color: #fff;
  }
  .main-44 .main-44-con .main-44-right .con-1 form .yzm a:hover {
    background: #b30d14;
  }
  .main-44 .main-44-con .main-44-right .con-1 form .login a:hover {
    text-decoration: underline !important;
  }
  .main-44 .main-44-con .main-44-right .con-1 form button:hover {
    background: #b30d14;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .but button:hover {
    background: #b30d14;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .but a:hover {
    background: #b30d14;
    border-color: #b30d14;
    color: #fff;
  }
}
@media (max-width: 1920px) {
  .main-39 .swiper-pagination-1 {
    right: 0.15625rem;
  }
  .main-39 footer {
    bottom: 0.20833333rem;
  }
  .main-40 h5 {
    font-size: 0.57291667rem;
    padding-bottom: 0.15625rem;
    margin-bottom: 0.15625rem;
  }
  .main-40 .text {
    font-size: 0.14583333rem;
    line-height: 1.8;
  }
  .main-41 .title {
    font-size: 0.26041667rem;
    margin-bottom: 0.46875rem;
  }
  .main-41 ul li h5 {
    font-size: 0.46875rem;
  }
  .main-41 ul li h5 span {
    font-size: 0.26041667rem;
  }
  .main-41 ul li p {
    font-size: 0.125rem;
    margin-top: 0.15625rem;
    padding-top: 0.10416667rem;
  }
  .main-42 .title {
    font-size: 0.26041667rem;
    margin-bottom: 0.41666667rem;
  }
  .main-42 ul li {
    margin-bottom: 0.26041667rem;
  }
  .main-42 ul li img {
    height: 0.52083333rem;
  }
  .main-42 ul li h5 {
    font-size: 0.09895833rem;
    margin: 0.10416667rem 0 0.05208333rem;
  }
  .main-42 ul li p {
    font-size: 0.08333333rem;
  }
  .main-43 .title {
    margin-bottom: 0.3125rem;
  }
  .main-43 .title h5 {
    font-size: 0.26041667rem;
  }
  .main-43 .title p {
    font-size: 0.09375rem;
    margin-top: 0.10416667rem;
  }
  .main-43 .more {
    width: 1.04166667rem;
    line-height: 0.3125rem;
    font-size: 0.10416667rem;
    border-radius: 0.26041667rem;
    margin: 0.41666667rem auto 0;
  }
  .news-22 .img {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.10416667rem;
  }
  .news-22 .img b {
    width: 0.11458333rem;
    height: 0.11458333rem;
    bottom: 0.05208333rem;
    right: 0.05208333rem;
  }
  .news-22 h5 {
    font-size: 0.10416667rem;
    margin-top: 0.10416667rem;
  }
}
@media (max-width: 1430px) {
  header .con-box {
    height: 0.94405594rem;
  }
  header .con-box .logo img {
    width: 1.44055944rem;
  }
  header .con-box .login-but ul li a {
    font-size: 0.12587413rem;
  }
  header .con-box .login-but ul li a::before {
    bottom: -0.03496503rem;
  }
  header .con-box .login-but ul li:last-child {
    margin-left: 0.34965035rem;
  }
  header .con-box .login-but ul li:last-child a {
    width: 0.81818182rem;
    line-height: 0.27272727rem;
    border-radius: 0.27972028rem;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) h5 {
    font-size: 0.12587413rem;
    padding-right: 0.13986014rem;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) h5::before {
    content: "";
    border-left: 0.04195804rem solid transparent;
    border-right: 0.04195804rem solid transparent;
    border-top: 0.04895105rem solid #000000;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl {
    width: 0.83916084rem;
    padding-top: 0.13986014rem;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box {
    padding: 0.06993007rem 0.13986014rem;
    border-radius: 0.06993007rem;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box dd a {
    line-height: 0.20979021rem;
    font-size: 0.0979021rem;
  }
  header .con-box .login-but ul.ul-2 li:last-child {
    margin-left: 0.20979021rem;
  }
  header .con-box .login-but ul.ul-2 li:last-child a {
    width: 0.60839161rem;
  }
  header.header-2 .con-box form .select {
    width: 0.67832168rem;
    height: 0.32867133rem;
  }
  header.header-2 .con-box form .select h5 {
    font-size: 0.11188811rem;
    padding-left: 0.06993007rem;
    padding-right: 0.11188811rem;
    line-height: 0.31468531rem;
  }
  header.header-2 .con-box form .select h5::before {
    border-left: 0.04195804rem solid transparent;
    border-right: 0.04195804rem solid transparent;
    border-top: 0.04895105rem solid #333333;
    right: 0.06993007rem;
  }
  header.header-2 .con-box form .select ul li {
    line-height: 0.24475524rem;
    padding: 0 0.06993007rem;
  }
  header.header-2 .con-box form input {
    width: 4.26573427rem;
    height: 0.32867133rem;
    padding: 0 0.1048951rem;
    font-size: 0.11188811rem;
  }
  header.header-2 .con-box form button {
    width: 0.51748252rem;
    height: 0.32867133rem;
    font-size: 0.12587413rem;
  }
  .nav-1 {
    padding-bottom: 0.20979021rem;
  }
  .nav-1 .con-box ul li a {
    font-size: 0.13986014rem;
  }
  .nav-1 .con-box .nav_bg {
    bottom: -0.22377622rem;
  }
  .nav-2 .con-box ul li a {
    line-height: 0.81118881rem;
    font-size: 0.13986014rem;
  }
  .nav-2 .con-box .nav_bg {
    height: 0.81118881rem;
  }
  .title-1 {
    font-size: 0.18181818rem;
    padding-bottom: 0.13986014rem;
    margin-bottom: 0.13986014rem;
    padding-left: 0.20979021rem;
    background: url(../images/icon1.png) no-repeat 0 0.04895105rem;
    background-size: 0.13986014rem auto;
  }
  .title-1.title-1-2 {
    margin-bottom: 0.1048951rem;
  }
  .news-1 {
    font-size: 0.13986014rem;
    line-height: 0.20979021rem;
    margin-bottom: 0.27272727rem;
  }
  .news-1:hover .time {
    padding-left: 0.06993007rem;
  }
  .news-2 .time {
    font-size: 0.13986014rem;
  }
  .news-2 h5 {
    font-size: 0.1958042rem;
    line-height: 0.20979021rem;
    margin: 0.06993007rem 0 0.13986014rem;
  }
  .news-2 .text {
    font-size: 0.11188811rem;
    line-height: 0.16783217rem;
    height: 0.5034965rem;
  }
  .news-3 ul li a {
    font-size: 0.0979021rem;
    line-height: 0.26573427rem;
    padding-left: 0.07692308rem;
  }
  .news-3 ul li a::before {
    width: 0.03496503rem;
    height: 0.03496503rem;
    border-radius: 0.03496503rem;
  }
  .news-3 ul li a:hover {
    padding-left: 0.14685315rem;
  }
  .news-3 ul li a:hover::before {
    width: 0.06993007rem;
  }
  .news-4 .text-box .time {
    font-size: 0.13986014rem;
    margin-top: 0.06993007rem;
  }
  .news-4 .text-box h5 {
    font-size: 0.13986014rem;
    margin: 0.03496503rem 0;
    line-height: 0.20979021rem;
    height: 0.41958042rem;
  }
  .news-4 .text-box .text {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
    height: 0.62937063rem;
  }
  .main-1 {
    margin: 0.27972028rem 0 0.41958042rem;
  }
  .main-1 .main-1-left {
    width: 2.37762238rem;
    padding-right: 0.13986014rem;
  }
  .main-1 .main-1-left .news-1-box {
    height: 6.04195804rem;
  }
  .main-1 .main-1-right {
    width: calc(100% - 2.37762238rem);
  }
  .main-1 .main-1-right .con-1 .left {
    width: calc(100% - 1.95804196rem);
  }
  .main-1 .main-1-right .con-1 .left .swiper-container {
    margin-bottom: 0.20979021rem;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a .img {
    height: 2.93706294rem;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a h5 {
    font-size: 0.14685315rem;
    padding: 0.20979021rem 0.1048951rem 0.34965035rem;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-pagination {
    bottom: 0.1048951rem;
    right: 0.41958042rem;
  }
  .main-1 .main-1-right .con-1 .right {
    width: 1.95804196rem;
    padding-left: 0.13986014rem;
  }
  .main-1 .main-1-right .con-1 .right .news-3 {
    height: 3.72027972rem;
  }
  .main-1 .main-1-right .con-2 {
    margin-top: 0.27972028rem;
  }
  .main-1 .main-1-right .con-2 ul {
    margin: 0 -0.1048951rem;
  }
  .main-1 .main-1-right .con-2 ul li {
    padding: 0 0.1048951rem;
  }
  .main-1 .main-1-right .con-2 ul li a .img {
    height: 2.02797203rem;
  }
  .main-1 .main-1-right .con-2 ul li a .text-box h5 {
    font-size: 0.25174825rem;
  }
  .main-1 .main-1-right .con-2 ul li a .text-box p {
    font-size: 0.11188811rem;
    margin-top: 0.06993007rem;
  }
  .main-3 {
    margin-top: 0.41958042rem;
  }
  .main-3 .list {
    margin-bottom: 0.27972028rem;
  }
  .main-3 .list .title {
    font-size: 0.16783217rem;
    margin-bottom: 0.1048951rem;
  }
  .main-4 {
    margin-bottom: 0.41958042rem;
  }
  .main-4 ul li {
    width: 5.68531469rem;
  }
  .main-4 ul li a .img {
    height: 3.65034965rem;
  }
  .main-4 ul li a h5 {
    font-size: 0.14685315rem;
    padding: 0.20979021rem 0.1048951rem;
  }
  .main-4 ul li:last-child {
    width: calc(100% - 5.68531469rem);
    padding-left: 0.15384615rem;
  }
  .main-4 ul li:last-child a .img {
    height: 1.74825175rem;
  }
  .main-4 ul li:last-child a:nth-child(2) {
    margin-top: 0.15384615rem;
  }
  .main-5 {
    margin: 0.13986014rem 0;
  }
  .main-5 .left {
    width: calc(100% - 2.58741259rem);
  }
  .main-5 .left .swiper-container .swiper-slide a .img {
    height: 3.94405594rem;
  }
  .main-5 .left .swiper-container .swiper-slide a h5 {
    font-size: 0.14685315rem;
    padding: 0.20979021rem 0.1048951rem 0.34965035rem;
  }
  .main-5 .left .swiper-container .swiper-pagination {
    bottom: 0.1048951rem;
    right: 0.41958042rem;
  }
  .main-5 .right {
    width: 2.58741259rem;
    padding-left: 0.20979021rem;
  }
  .main-5 .right .title {
    padding-bottom: 0.06993007rem;
    margin-bottom: 0.06993007rem;
  }
  .main-5 .right .title h5 {
    font-size: 0.2027972rem;
  }
  .main-5 .right .title a {
    font-size: 0.13986014rem;
  }
  .main-5 .right .news-3 {
    height: 3.58741259rem;
  }
  .main-5 .right .news-3 ul li a {
    font-size: 0.13286713rem;
    line-height: 0.3986014rem;
  }
  .main-6 {
    margin-bottom: 0.27972028rem;
  }
  .news-5 {
    padding: 0 0.41958042rem 0 0.76923077rem;
    height: 0.8951049rem;
  }
  .news-5 b {
    width: 0.41958042rem;
    padding: 0 0.06993007rem;
    font-size: 0.16783217rem;
  }
  .news-5 b::before {
    border-top: 0.06293706rem solid transparent;
    border-bottom: 0.06293706rem solid transparent;
    border-left: 0.06293706rem solid #ff4848;
  }
  .news-5 .text-box h5 {
    font-size: 0.25174825rem;
  }
  .news-5 .text-box .text {
    line-height: 0.16783217rem;
    margin-top: 0.1048951rem;
  }
  .main-7 {
    margin-bottom: 0.34965035rem;
  }
  .main-7 .left {
    width: calc(100% - 2.33566434rem);
    padding-right: 0.27972028rem;
  }
  .main-7 .right {
    width: 2.33566434rem;
  }
  .news-6 {
    margin-bottom: 0.13986014rem;
  }
  .news-6 .imgbox {
    width: 2.22377622rem;
    height: 1.54545455rem;
  }
  .news-6 .text-box {
    width: calc(100% - 2.22377622rem);
    height: 1.54545455rem;
    padding-left: 0.13986014rem;
  }
  .news-6 .text-box h5 {
    font-size: 0.17482517rem;
  }
  .news-6 .text-box .bottom {
    font-size: 0.11888112rem;
  }
  .news-6 .text-box .bottom p span {
    margin-left: 0.13986014rem;
  }
  .load-more {
    line-height: 0.34965035rem;
    font-size: 0.13986014rem;
    margin-top: 0.20979021rem;
  }
  .load-more-2 a {
    line-height: 0.41958042rem;
    font-size: 0.12587413rem;
  }
  .load-more-2 a i {
    width: 0.12587413rem;
    height: 0.12587413rem;
    margin-left: 0.06993007rem;
  }
  .load-more-2 a img {
    margin-left: 0.06993007rem;
    height: 0.0979021rem;
  }
  .main-8 .title {
    font-size: 0.15384615rem;
    padding-bottom: 0.1048951rem;
    margin-bottom: 0.1048951rem;
  }
  .main-8 ul li {
    margin-bottom: 0.08391608rem;
  }
  .main-8 ul li a h5 {
    padding: 0 0.1048951rem;
    font-size: 0.11188811rem;
    bottom: 0.1048951rem;
  }
  .main-9 {
    margin-top: 0.27972028rem;
  }
  .main-9 .title {
    font-size: 0.15384615rem;
    padding-bottom: 0.1048951rem;
    margin-bottom: 0.1048951rem;
  }
  .main-9 ul li {
    margin: 0 0.03496503rem 0.06993007rem;
  }
  .main-9 ul li a {
    font-size: 0.0979021rem;
    padding: 0 0.06993007rem;
    line-height: 0.20979021rem;
    border-radius: 0.20979021rem;
  }
  .page_div {
    line-height: 0.20979021rem;
  }
  .page_div button {
    min-width: 0.34965035rem;
    height: 0.20979021rem;
    font-size: 0.09090909rem;
  }
  .page_div #firstPage,
  .page_div #lastPage,
  .page_div #nextPage,
  .page_div #prePage {
    width: 0.34965035rem;
  }
  .page_div #nextPage,
  .page_div #lastPage {
    margin-left: 0.06993007rem;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 0.06993007rem;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 0.48951049rem;
  }
  .page_div .pageNum,
  .page_div .totalList {
    line-height: 0.20979021rem;
    margin-left: 0.06993007rem;
  }
  .page_div .totalPages {
    margin: 0 0.06993007rem;
  }
  .page_div .totalPages span {
    margin: 0 0.03496503rem;
  }
  .page_div .totalSize span {
    margin: 0 0.03496503rem;
  }
  .page_div input {
    width: 0.34965035rem;
    height: 0.20979021rem;
    margin: 0 0.03496503rem;
  }
  .page_div .skip {
    width: 0.34265734rem;
    height: 0.20979021rem;
    line-height: 0.1958042rem;
  }
  footer {
    padding: 0.20979021rem 0 0.34965035rem;
    font-size: 0.0979021rem;
  }
  footer .con-box .left {
    line-height: 0.17482517rem;
  }
  footer .con-box .left .con-1 ul li {
    margin-right: 0.1048951rem;
  }
  footer .con-box .left a img {
    width: 0.13986014rem;
    top: -0.01398601rem;
  }
  footer .con-box .right ul li {
    margin-left: 0.20979021rem;
  }
  footer .con-box .right ul li a {
    width: 0.41958042rem;
    height: 0.41958042rem;
    font-size: 0.20979021rem;
  }
  footer .con-box .right ul li a .img {
    width: 1.04895105rem;
    height: 1.04895105rem;
    padding: 0.06993007rem;
  }
  footer .con-box .right ul li:last-child a .img::before {
    right: 0.15384615rem;
  }
  .title-2 {
    font-size: 0.0979021rem;
    padding: 0.20979021rem 0;
  }
  .title-2 i {
    margin-right: 0.06993007rem;
    font-size: 0.13986014rem;
  }
  .main-10 {
    margin-bottom: 0.55944056rem;
  }
  .main-10 .left {
    width: calc(100% - 2.20979021rem);
    padding-right: 0.27972028rem;
  }
  .main-10 .left .page_div {
    margin-top: 0.27972028rem;
  }
  .main-10 .right {
    width: 2.20979021rem;
  }
  .news-7 ul li {
    padding: 0.20979021rem 0;
  }
  .news-7 ul li a {
    font-size: 0.0979021rem;
  }
  .news-7 ul li a .imgbox {
    width: 2.30769231rem;
    height: 1.60839161rem;
  }
  .news-7 ul li a .text-box {
    width: calc(100% - 2.30769231rem);
    padding-left: 0.27972028rem;
  }
  .news-7 ul li a .text-box h5 {
    font-size: 0.13986014rem;
    line-height: 0.20979021rem;
  }
  .news-7 ul li a .text-box .text {
    line-height: 0.20979021rem;
    height: 0.62937063rem;
    margin: 0.1048951rem 0;
  }
  .news-7.news-7-2 ul li a .imgbox::before {
    width: 0.27972028rem;
    height: 0.27972028rem;
    left: 0.20979021rem;
    bottom: 0.20979021rem;
  }
  .main-11 .title {
    padding-bottom: 0.13986014rem;
    margin-bottom: 0.13986014rem;
  }
  .main-11 .title h5 {
    font-size: 0.13986014rem;
  }
  .main-11 .title h5::before {
    bottom: -0.14685315rem;
  }
  .main-11 ul li a {
    line-height: 0.27972028rem;
    padding-left: 0.20979021rem;
  }
  .main-11 ul li a::before {
    background: url(../images/icon1.png) no-repeat 0 center / 0.09090909rem auto;
  }
  .main-12 {
    margin-top: 0.20979021rem;
  }
  .main-12 .title {
    padding-bottom: 0.13986014rem;
    margin-bottom: 0.13986014rem;
  }
  .main-12 .title h5 {
    font-size: 0.13986014rem;
  }
  .main-12 .title h5::before {
    bottom: -0.14685315rem;
  }
  .main-12 ul li:first-child {
    margin-bottom: 0.13986014rem;
  }
  .main-12 ul li a .mask {
    line-height: 0.27972028rem;
    padding: 0 0.06993007rem;
  }
  .main-12 ul li a h5 {
    line-height: 0.17482517rem;
    margin-top: 0.03496503rem;
  }
  .main-13 {
    padding-bottom: 0.27972028rem;
    margin-bottom: 0.27972028rem;
  }
  .main-13 .con-box .left {
    width: calc(100% - 3.28671329rem);
  }
  .main-13 .con-box .left a {
    padding: 0.0979021rem;
  }
  .main-13 .con-box .left a .imgbox .img {
    height: 3.20979021rem;
  }
  .main-13 .con-box .left a h5 {
    line-height: 0.41958042rem;
    font-size: 0.16783217rem;
  }
  .main-13 .con-box .left a .text-box {
    padding: 0.1048951rem 0;
  }
  .main-13 .con-box .left a .text-box .text {
    line-height: 0.16783217rem;
    height: 0.33566434rem;
  }
  .main-13 .con-box .left a .time {
    margin-top: 0.1048951rem;
  }
  .main-13 .con-box .right {
    width: 3.28671329rem;
    padding: 0.13986014rem 0.20979021rem 0;
  }
  .main-13 .con-box .right .title {
    font-size: 0.16783217rem;
    line-height: 0.27972028rem;
    padding-left: 0.34965035rem;
  }
  .main-13 .con-box .right ul {
    max-height: 4.05594406rem;
  }
  .main-13 .con-box .right ul li {
    padding: 0.1048951rem 0;
  }
  .main-13 .con-box .right ul li a h5 {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
  }
  .main-13 .con-box .right ul li a .text {
    line-height: 0.16783217rem;
    margin-top: 0.06993007rem;
  }
  .main-14 {
    padding-bottom: 0.27972028rem;
  }
  .main-14 a .imgbox::before {
    width: 0.46153846rem;
    height: 0.46153846rem;
    left: 0.46153846rem;
    bottom: 0.46153846rem;
  }
  .main-14 a h5 {
    font-size: 0.16783217rem;
    line-height: 0.20979021rem;
    margin-top: 0.13986014rem;
  }
  .main-15 {
    padding: 0.27972028rem 0;
  }
  .main-15 .con-box {
    padding: 0.0979021rem;
  }
  .main-15 .con-box .left {
    width: calc(100% - 3.21678322rem);
    padding-right: 0.13986014rem;
  }
  .main-15 .con-box .left a::before {
    width: 0.46153846rem;
    height: 0.46153846rem;
    left: 0.20979021rem;
    bottom: 0.20979021rem;
  }
  .main-15 .con-box .right {
    width: 3.21678322rem;
  }
  .main-15 .con-box .right ul {
    margin: 0 -0.06993007rem;
  }
  .main-15 .con-box .right ul li {
    width: 50%;
    padding: 0 0.06993007rem;
    margin-bottom: 0.1048951rem;
  }
  .news-8 .imgbox::before {
    width: 0.27972028rem;
    height: 0.27972028rem;
    left: 0.13986014rem;
    bottom: 0.13986014rem;
  }
  .news-8 h5 {
    font-size: 0.12587413rem;
    line-height: 0.16783217rem;
    margin-top: 0.1048951rem;
  }
  .news-8.news-8-2 h5 {
    line-height: 0.20979021rem;
    height: 0.41958042rem;
    margin-top: 0.06993007rem;
  }
  .main-16 {
    padding: 0.34965035rem 0;
  }
  .main-16 .list {
    padding-bottom: 0.27972028rem;
    margin-bottom: 0.27972028rem;
  }
  .main-16 .list .title {
    margin-bottom: 0.20979021rem;
  }
  .main-16 .list .title h5 {
    font-size: 0.16783217rem;
    padding-left: 0.24475524rem;
  }
  .main-16 .list .title h5::before {
    width: 0.17482517rem;
    height: 0.17482517rem;
    box-shadow: inset 0.08391608rem 0.08391608rem 0 #ff4848;
  }
  .main-16 .list .title a {
    font-size: 0.11188811rem;
  }
  .news-9 ul {
    margin: 0 -0.06993007rem;
  }
  .news-9 ul li {
    padding: 0 0.06993007rem 0.13986014rem;
    margin-bottom: 0.13986014rem;
  }
  .news-9 ul li a .imgbox::before {
    background: rgba(0, 0, 0, 0.5) url(../images/paly_2.png) no-repeat center center / 0.3006993rem 0.3006993rem;
  }
  .news-9 ul li a h5 {
    font-size: 0.11888112rem;
    line-height: 0.17482517rem;
    margin-top: 0.06993007rem;
  }
  .news-9 ul li a .text {
    font-size: 0.09090909rem;
    line-height: 0.17482517rem;
    height: 0.34965035rem;
    margin: 0.05594406rem 0;
  }
  .news-9 ul li a .time {
    font-size: 0.09090909rem;
  }
  .title-3 {
    padding-bottom: 0.13986014rem;
    margin-bottom: 0.13986014rem;
  }
  .title-3 h5 {
    font-size: 0.13986014rem;
    padding: 0 0.13986014rem;
  }
  .title-3 h5::before {
    bottom: -0.14685315rem;
  }
  .filtrate dl {
    font-size: 0.09090909rem;
    margin-bottom: 0.05594406rem;
  }
  .filtrate dl dt {
    line-height: 0.15384615rem;
  }
  .filtrate dl dd a {
    font-size: 0.09090909rem;
    line-height: 0.15384615rem;
    padding: 0 0.05594406rem;
    margin: 0 0.08391608rem 0.08391608rem 0;
  }
  .main-17 {
    font-size: 0.0979021rem;
    padding-bottom: 0.6993007rem;
  }
  .main-17 .main-17-left {
    width: 1.60839161rem;
  }
  .main-17 .main-17-middle {
    width: calc(100% - 3.4965035rem);
    padding: 0 0.20979021rem;
  }
  .main-17 .main-17-right {
    width: 1.88811189rem;
  }
  .main-18 .top {
    padding: 0.27972028rem 0;
  }
  .main-18 .top .img {
    width: 0.83916084rem;
    height: 0.83916084rem;
    border-radius: 0.13986014rem;
  }
  .main-18 .top .img b {
    width: 0.15384615rem;
    height: 0.15384615rem;
    border-radius: 0.03496503rem;
    bottom: 0.1048951rem;
    right: 0.1048951rem;
    font-size: 0.0979021rem;
  }
  .main-18 .top h5 {
    font-size: 0.12587413rem;
    margin: 0.13986014rem 0 0.06993007rem;
  }
  .main-18 .top p span {
    margin-left: 0.03496503rem;
  }
  .main-18 ul {
    padding: 0.13986014rem 0.06993007rem;
  }
  .main-18 ul li a {
    line-height: 0.27972028rem;
    font-size: 0.11188811rem;
    padding: 0 0.06993007rem 0 0.20979021rem;
  }
  .main-19 {
    padding: 0.13986014rem;
  }
  .main-19 .textarea-box {
    height: 1.18881119rem;
    padding: 0.06993007rem 0.06993007rem 0.20979021rem;
  }
  .main-19 .textarea-box .statistics {
    bottom: 0.06993007rem;
    right: 0.06993007rem;
  }
  .main-19 .bottom {
    margin-top: 0.06993007rem;
  }
  .main-19 .bottom ul li {
    line-height: 0.20979021rem;
    margin-left: 0.20979021rem;
  }
  .main-19 .bottom ul li.expression a {
    padding-left: 0.17482517rem;
    background: url(../images/icon4.png) no-repeat 0 center / 0.13986014rem auto;
  }
  .main-19 .bottom ul li.release a {
    width: 0.48951049rem;
    border-radius: 0.20979021rem;
  }
  .main-19 .bottom ul li.forward a {
    padding-left: 0.20979021rem;
  }
  .main-19 .bottom ul li.forward a::before {
    width: 0.13986014rem;
    height: 0.13986014rem;
  }
  .main-20 .title {
    margin-bottom: 0.13986014rem;
  }
  .main-20 .title h5 {
    font-size: 0.13986014rem;
  }
  .main-20 .title a {
    background: url(../images/icon3.png) no-repeat right center / 0.06993007rem 0.08391608rem;
    padding-right: 0.1048951rem;
    line-height: 0.17482517rem;
  }
  .main-20 ul li {
    margin-bottom: 0.13986014rem;
  }
  .news-10 .text-box {
    padding: 0.06993007rem 0.13986014rem;
  }
  .news-10 .text-box h5 {
    line-height: 0.16783217rem;
  }
  .news-10 .text-box h5 span {
    margin-left: 0.06993007rem;
  }
  .news-10 .text-box .text {
    font-size: 0.11188811rem;
    line-height: 0.16783217rem;
    margin-top: 0.03496503rem;
  }
  .main-21 {
    margin-top: 0.13986014rem;
  }
  .main-21 .nav ul li a {
    padding: 0 0.13986014rem;
    line-height: 0.34965035rem;
    font-size: 0.11188811rem;
  }
  .main-21 .con-box {
    padding: 0.06993007rem 0 0.20979021rem;
  }
  .news-11 {
    padding: 0.13986014rem;
  }
  .news-11 .top .title .portrait {
    width: 0.41958042rem;
    height: 0.41958042rem;
  }
  .news-11 .top .title .text-box {
    width: calc(100% - 0.41958042rem);
    padding-left: 0.1048951rem;
  }
  .news-11 .top .title .text-box h5 {
    font-size: 0.12587413rem;
  }
  .news-11 .top .title .text-box .time {
    margin-top: 0.03496503rem;
  }
  .news-11 .top .title .operate span {
    font-size: 0.12587413rem;
  }
  .news-11 .top .title .operate ul {
    padding: 0.06993007rem;
    border-radius: 0.03496503rem;
  }
  .news-11 .top .title .operate ul li {
    line-height: 0.24475524rem;
    font-size: 0.11188811rem;
  }
  .news-11 .top .con {
    padding-left: 0.52447552rem;
    margin-top: 0.06993007rem;
  }
  .news-11 .top .con .text {
    font-size: 0.11188811rem;
    line-height: 0.16783217rem;
  }
  .news-11 .top .con .imgbox {
    margin-top: 0.13986014rem;
  }
  .news-11 .top .con .praise-box {
    margin-top: 0.13986014rem;
  }
  .news-11 .top .con .praise-box ul li {
    margin-right: 0.20979021rem;
  }
  .news-11 .top .con .praise-box ul li i {
    margin-right: 0.03496503rem;
    font-size: 0.11188811rem;
  }
  .news-11 .top .con .praise-box ul li:nth-child(1) i {
    font-size: 0.13986014rem;
  }
  .news-11 .middle {
    margin-top: 0.13986014rem;
  }
  .main-22 {
    margin-top: 0.13986014rem;
    padding: 0 0.27972028rem;
  }
  .main-22 .praise {
    padding: 0.13986014rem 0.27972028rem;
  }
  .main-22 .praise i.glyphicon-option-horizontal {
    font-size: 0.17482517rem;
  }
  .main-22 .praise ul li {
    margin-right: 0.06993007rem;
  }
  .main-22 .praise ul li .img {
    width: 0.20979021rem;
    height: 0.20979021rem;
  }
  .main-22 .comment-box {
    padding: 0.06993007rem 0;
  }
  .news-12 {
    padding: 0.06993007rem 0;
  }
  .news-12 .title .portrait {
    width: 0.29370629rem;
    height: 0.29370629rem;
  }
  .news-12 .title h5 {
    font-size: 0.11188811rem;
    margin-left: 0.1048951rem;
  }
  .news-12 .title h5 span.hf {
    margin: 0 0.06993007rem;
  }
  .news-12 .con {
    padding-left: 0.3986014rem;
  }
  .news-12 .con .text {
    line-height: 0.16783217rem;
  }
  .news-12 .con .bottom {
    margin-top: 0.08391608rem;
  }
  .news-12 .con .bottom .left .dian {
    margin: 0 0.06993007rem;
  }
  .news-12 .con .ping-box {
    margin-top: 0.13986014rem;
  }
  .news-12 .con .ping-box .main-19 .textarea-box {
    height: 0.90909091rem;
  }
  .main-23 {
    margin-bottom: 0.20979021rem;
  }
  .main-23 .main-23-left {
    width: 1.60839161rem;
  }
  .main-23 .main-23-right {
    width: calc(100% - 1.60839161rem);
    padding-left: 0.27972028rem;
  }
  .news-13 {
    padding: 0.06993007rem 0;
  }
  .news-13 .title .portrait {
    width: 0.29370629rem;
    height: 0.29370629rem;
  }
  .news-13 .title h5 {
    font-size: 0.11188811rem;
    margin-left: 0.1048951rem;
  }
  .news-13 .title h5 span.hf {
    margin: 0 0.06993007rem;
  }
  .news-13 .con {
    padding-left: 0.3986014rem;
  }
  .news-13 .con .text {
    line-height: 0.16783217rem;
  }
  .news-13 .con .bottom {
    margin-top: 0.08391608rem;
  }
  .news-13 .con .bottom .left .dian {
    margin: 0 0.06993007rem;
  }
  .news-13 .con .ping-box {
    margin-top: 0.13986014rem;
  }
  .news-13 .con .ping-box .main-19 .textarea-box {
    height: 0.90909091rem;
  }
  .main-27 {
    padding-left: 0.3986014rem;
  }
  .main-24 {
    padding-bottom: 0.34965035rem;
  }
  .main-24 .main-24-left {
    width: calc(100% - 1.88811189rem);
    padding-right: 0.20979021rem;
  }
  .main-24 .main-24-right {
    width: 1.88811189rem;
  }
  .main-25 {
    margin-bottom: 0.20979021rem;
    padding: 0.27972028rem 0;
  }
  .main-25 .top .img {
    width: 0.83916084rem;
    height: 0.83916084rem;
    border-radius: 0.13986014rem;
  }
  .main-25 .top .img b {
    width: 0.15384615rem;
    border-radius: 0.03496503rem;
    bottom: 0.1048951rem;
    right: 0.1048951rem;
    font-size: 0.0979021rem;
  }
  .main-25 .top h5 {
    font-size: 0.12587413rem;
    margin-top: 0.13986014rem;
  }
  .main-25 .attention {
    width: 1.13286713rem;
    line-height: 0.30769231rem;
    border-radius: 0.34965035rem;
    font-size: 0.12587413rem;
    margin: 0.13986014rem auto;
  }
  .main-25 .bottom h5 {
    font-size: 0.16783217rem;
  }
  .main-25 .bottom p {
    font-size: 0.12587413rem;
    margin-top: 0.03496503rem;
  }
  .main-26 .title {
    margin-bottom: 0.20979021rem;
  }
  .main-26 .title h5 {
    font-size: 0.25174825rem;
  }
  .main-26 .title .time {
    margin-top: 0.13986014rem;
  }
  .main-26 .title .time p {
    margin-right: 0.20979021rem;
  }
  .main-26 .main-26-con-1 {
    padding: 0.13986014rem;
    font-size: 0.11188811rem;
    margin-bottom: 0.20979021rem;
  }
  .main-26 .main-26-con-2 {
    font-size: 0.11188811rem;
  }
  .main-26 .main-26-con-2 img {
    margin: 0.06993007rem auto;
  }
  .main-26 .main-26-con-3 {
    margin-top: 0.20979021rem;
    font-size: 0.11188811rem;
  }
  .main-26 .main-26-con-3 ul li {
    margin-left: 0.1048951rem;
  }
  .main-26 .main-26-con-3 ul li i {
    margin-right: 0.03496503rem;
  }
  .main-26 .main-26-con-3 ul li.collect i {
    font-size: 0.12587413rem;
  }
  .news-14 .portrait {
    width: 0.41958042rem;
    height: 0.41958042rem;
  }
  .news-14 .right {
    width: calc(100% - 0.41958042rem);
    padding-left: 0.1048951rem;
  }
  .news-14 .right .title {
    margin: 0.06993007rem 0 0.06993007rem;
  }
  .news-14 .right .title h5 {
    font-size: 0.11188811rem;
  }
  .news-14 .right .text {
    line-height: 0.16783217rem;
  }
  .news-14 .right .but {
    margin-top: 0.06993007rem;
  }
  .news-14 .right .but ul li {
    margin-left: 0.13986014rem;
  }
  .news-14 .right .but ul li i {
    margin-right: 0.03496503rem;
  }
  .news-14 .right .but ul li.comment i {
    font-size: 0.12587413rem;
  }
  .news-14 .right .ping-box .main-19 {
    margin-top: 0.06993007rem;
  }
  .news-15-box {
    margin-top: 0.13986014rem;
    padding-left: 0.52447552rem;
  }
  .news-15 {
    padding: 0.13986014rem;
    margin-top: 0.06993007rem;
  }
  .news-15 .title h5 {
    font-size: 0.11188811rem;
  }
  .news-15 .title h5 span.hf {
    margin: 0 0.06993007rem;
  }
  .news-15 .text {
    line-height: 0.16783217rem;
    margin: 0.1048951rem 0 0.13986014rem;
  }
  .news-15 .but ul li {
    margin-left: 0.13986014rem;
  }
  .news-15 .but ul li.reply i {
    margin-right: 0.03496503rem;
  }
  .news-15 .ping-box .main-19 {
    margin-top: 0.06993007rem;
  }
  .main-28 .comment-1 {
    margin: 0.20979021rem 0 0.13986014rem;
  }
  .main-28 .con-box .list {
    padding: 0.13986014rem;
    margin-top: 0.06993007rem;
  }
}
@media (max-width: 1300px) {
  .nav-3 .con ul li.user dl {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (max-width: 1230px) {
  .container-box {
    padding: 0 15px;
  }
  .nav-3 {
    padding: 0 15px;
  }
  .nav-3 .con img.logo {
    width: 3.15447154rem;
  }
  .nav-3 .con ul li {
    margin-left: 0.24390244rem;
  }
  .main-44 {
    font-size: 0.11382114rem;
    padding: 0.6504065rem 0;
  }
  .main-44 .main-44-con .main-44-left {
    width: 6.17886179rem;
  }
  .main-44 .main-44-con .main-44-right {
    width: calc(100% - 6.17886179rem);
  }
  .main-44 .main-44-con .main-44-right .con-1 {
    padding: 0.32520325rem 0.56910569rem 0.53658537rem;
  }
  .main-44 .main-44-con .main-44-right .con-1 .title {
    font-size: 0.19512195rem;
    padding-bottom: 0.24390244rem;
    margin-bottom: 0.32520325rem;
  }
  .main-44 .main-44-con .main-44-right .con-1 form input {
    height: 0.41463415rem;
    padding: 0 0.20325203rem;
    margin-bottom: 0.08130081rem;
  }
  .main-44 .main-44-con .main-44-right .con-1 form .yzm input {
    width: calc(100% - 0.81300813rem);
  }
  .main-44 .main-44-con .main-44-right .con-1 form .yzm a {
    width: 0.73170732rem;
    line-height: 0.41463415rem;
  }
  .main-44 .main-44-con .main-44-right .con-1 form .login {
    padding: 0.24390244rem 0;
  }
  .main-44 .main-44-con .main-44-right .con-1 form button {
    height: 0.41463415rem;
    font-size: 0.14634146rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 {
    padding: 0.81300813rem 0.56910569rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 .nav {
    margin-bottom: 0.81300813rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 .nav ul {
    padding-bottom: 0.24390244rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 .nav ul li {
    font-size: 0.19512195rem;
    padding: 0 0.14634146rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form ul li.phone .user {
    padding: 0 0.16260163rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form input {
    height: 0.41463415rem;
    padding: 0 0.16260163rem 0 0.36585366rem;
    margin-bottom: 0.08130081rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form input.user {
    background: url(../images/icon23.png) no-repeat 0.11382114rem center / 0.14634146rem auto;
  }
  .main-44 .main-44-con .main-44-right .con-2 form input.password {
    background: url(../images/icon24.png) no-repeat 0.1300813rem center / 0.1300813rem auto;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .yzm {
    margin-bottom: 0.14634146rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .yzm input {
    width: calc(100% - 0.81300813rem);
    padding: 0 0.16260163rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .yzm a {
    width: 0.73170732rem;
    line-height: 0.41463415rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .forget {
    margin: 0.06504065rem 0 0.40650407rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .but button {
    width: calc(100% - 1.01626016rem);
    height: 0.41463415rem;
    font-size: 0.14634146rem;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .but a {
    width: 0.93495935rem;
    line-height: 0.39837398rem;
    font-size: 0.14634146rem;
  }
}
@media (max-width: 991px) {
  header {
    border-bottom: 1px solid #eee;
  }
  header .con-box {
    height: auto;
    min-height: 80px;
    justify-content: center;
    padding: 20px 0;
  }
  header .con-box .logo {
    position: initial;
    left: 0;
    transform: none;
  }
  header .con-box .logo img {
    width: 150px;
  }
  header .con-box .login-but {
    width: 100%;
    margin-top: 20px;
  }
  header .con-box .login-but ul li a {
    font-size: 16px;
  }
  header .con-box .login-but ul li:last-child {
    margin-left: 20px;
  }
  header .con-box .login-but ul li:last-child a {
    width: 100px;
    line-height: 30px;
    border-radius: 40px;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) h5 {
    font-size: 16px;
    padding-right: 20px;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) h5::before {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #000;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl {
    width: 120px;
    padding-top: 20px;
    left: 0;
    transform: none;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box {
    padding: 10px 20px;
    border-radius: 10px;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box dd a {
    line-height: 30px;
    font-size: 14px;
  }
  header .con-box .login-but ul.ul-2 li:last-child {
    margin-left: 30px;
  }
  header .con-box .login-but ul.ul-2 li:last-child a {
    width: 87px;
  }
  header.header-2 .con-box {
    justify-content: center;
  }
  .nav-1 {
    padding-bottom: 0.30272452rem;
  }
  .nav-1 .con-box ul li a {
    font-size: 0.20181635rem;
  }
  .nav-1 .con-box .nav_bg {
    bottom: -0.32290616rem;
  }
  .title-1 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(../images/icon1.png) no-repeat 0 5px;
    background-size: 15px auto;
  }
  .title-1.title-1-2 {
    margin-bottom: 15px;
  }
  .news-1 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news-2 .time {
    font-size: 14px;
  }
  .news-2 h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
  }
  .news-2 .text {
    font-size: 14px;
    line-height: 24px;
    height: auto;
    max-height: 72px;
  }
  .news-3 ul li a {
    font-size: 14px;
    line-height: 35px;
    padding-left: 11px;
  }
  .news-3 ul li a::before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
  }
  .news-4 .text-box .time {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-4 .text-box h5 {
    font-size: 16px;
    margin: 5px 0;
    line-height: 25px;
    height: 50px;
  }
  .news-4 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .main-1 {
    margin: 30px 0;
    display: block;
  }
  .main-1 .main-1-left {
    width: 100%;
    padding-right: 0;
  }
  .main-1 .main-1-left .news-1-box {
    height: auto;
  }
  .main-1 .main-1-right {
    width: 100%;
  }
  .main-1 .main-1-right .con-1 {
    display: block;
  }
  .main-1 .main-1-right .con-1 .left {
    width: 100%;
    margin: 20px 0;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container {
    margin-bottom: 20px;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a .img {
    height: auto;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a h5 {
    font-size: 16px;
    padding: 10px 10px 30px;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-pagination {
    bottom: 10px;
    right: 10px;
  }
  .main-1 .main-1-right .con-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .main-1 .main-1-right .con-1 .right .news-3 {
    height: auto;
  }
  .main-1 .main-1-right .con-2 {
    margin-top: 30px;
  }
  .main-1 .main-1-right .con-2 ul {
    margin: 0 -10px;
  }
  .main-1 .main-1-right .con-2 ul li {
    padding: 0 5px;
  }
  .main-1 .main-1-right .con-2 ul li a .img {
    height: auto;
  }
  .main-1 .main-1-right .con-2 ul li a .text-box h5 {
    font-size: 20px;
  }
  .main-1 .main-1-right .con-2 ul li a .text-box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main-3 {
    margin-top: 30px;
  }
  .main-3 .list {
    margin-bottom: 30px;
  }
  .main-3 .list .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-4 {
    margin-bottom: 30px;
  }
  .main-4 ul {
    display: block;
  }
  .main-4 ul li {
    width: 100%;
  }
  .main-4 ul li a .img {
    height: 6.41775984rem;
  }
  .main-4 ul li a h5 {
    font-size: 18px;
    padding: 30px 10px;
  }
  .main-4 ul li:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .main-4 ul li:last-child a .img {
    height: 4.419778rem;
  }
  .main-4 ul li:last-child a:nth-child(2) {
    margin-top: 18px;
  }
  .main-5 {
    margin: 20px 0;
    display: block;
  }
  .main-5 .left {
    width: 100%;
  }
  .main-5 .left .swiper-container .swiper-slide a .img {
    height: auto;
  }
  .main-5 .left .swiper-container .swiper-slide a h5 {
    font-size: 16px;
    padding: 10px 10px 30px;
  }
  .main-5 .left .swiper-container .swiper-pagination {
    bottom: 10px;
    right: 10px;
  }
  .main-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .main-5 .right .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-5 .right .title h5 {
    font-size: 20px;
  }
  .main-5 .right .title a {
    font-size: 14px;
  }
  .main-5 .right .news-3 {
    height: auto;
  }
  .main-5 .right .news-3 ul li a {
    font-size: 16px;
    line-height: 35px;
  }
  .main-6 {
    margin-bottom: 30px;
  }
  .news-5 {
    padding: 0 20px 0 60px;
    height: 100px;
  }
  .news-5 b {
    width: 40px;
    padding: 0 5px;
    font-size: 18px;
  }
  .news-5 b::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff4848;
  }
  .news-5 .text-box h5 {
    font-size: 20px;
  }
  .news-5 .text-box .text {
    line-height: 25px;
    margin-top: 10px;
  }
  .main-7 {
    display: block;
    margin-bottom: 30px;
  }
  .main-7 .left {
    width: 100%;
    padding-right: 0;
  }
  .main-7 .right {
    width: 100%;
  }
  .news-6 {
    margin-bottom: 20px;
  }
  .news-6 .imgbox {
    width: 120px;
    height: 90px;
  }
  .news-6 .text-box {
    width: calc(100% - 120px);
    height: 90px;
    padding-left: 20px;
  }
  .news-6 .text-box h5 {
    font-size: 16px;
  }
  .news-6 .text-box .bottom {
    font-size: 14px;
  }
  .news-6 .text-box .bottom p span {
    margin-left: 10px;
  }
  .load-more {
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }
  .load-more-2 a {
    line-height: 40px;
    font-size: 16px;
  }
  .load-more-2 a i {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  .main-8 {
    margin-top: 30px;
  }
  .main-8 .title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-8 ul li {
    margin-bottom: 12px;
  }
  .main-8 ul li a h5 {
    padding: 0 15px;
    font-size: 16px;
    bottom: 15px;
  }
  .main-9 {
    margin-top: 30px;
  }
  .main-9 .title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .main-9 ul li {
    margin: 0 5px 10px;
  }
  .main-9 ul li a {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 30px;
  }
  .page_div button {
    min-width: 40px;
    height: 28px;
    font-size: 13px;
    display: none;
  }
  .page_div #firstPage,
  .page_div #lastPage,
  .page_div #nextPage,
  .page_div #prePage {
    width: 40px;
    display: inline-block;
  }
  .page_div #nextPage,
  .page_div #lastPage {
    margin-left: 5px;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 5px;
  }
  .page_div #nextPage,
  .page_div #prePage {
    width: 50px;
  }
  .page_div .pageNum,
  .page_div .totalList {
    line-height: 28px;
    margin-left: 5px;
  }
  .page_div .totalPages {
    margin: 0 5px;
  }
  .page_div .totalPages span {
    margin: 0 5px;
  }
  .page_div .totalSize span {
    margin: 0 5px;
  }
  .page_div input {
    width: 40px;
    height: 28px;
    margin: 0 5px;
    display: none;
  }
  .page_div .skip {
    width: 40px;
    height: 28px;
    line-height: 26px;
    display: none;
  }
  .page_div .totalList {
    display: none;
  }
  footer {
    padding: 20px 0 30px;
    font-size: 14px;
  }
  footer .con-box {
    display: block;
    text-align: center;
  }
  footer .con-box .left {
    line-height: 25px;
  }
  footer .con-box .left .con-1 {
    justify-content: center;
  }
  footer .con-box .left .con-1 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .con-box .left .con-1 ul li {
    margin-right: 15px;
  }
  footer .con-box .left a img {
    width: 20px;
    top: -2px;
  }
  footer .con-box .right {
    margin-top: 20px;
  }
  footer .con-box .right ul {
    justify-content: center;
  }
  footer .con-box .right ul li {
    margin: 0 10px;
  }
  footer .con-box .right ul li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  footer .con-box .right ul li a .img {
    width: 150px;
    height: 150px;
    padding: 5px;
  }
  footer .con-box .right ul li:last-child a .img::before {
    right: 15px;
  }
  .title-2 {
    font-size: 14px;
    padding: 20px 0;
  }
  .title-2 i {
    margin-right: 5px;
    font-size: 18px;
  }
  .main-10 {
    margin-bottom: 50px;
    display: block;
  }
  .main-10 .left {
    width: 100%;
    padding-right: 0;
  }
  .main-10 .left .page_div {
    margin-top: 30px;
  }
  .main-10 .right {
    width: 100%;
  }
  .news-7 ul li {
    padding: 15px 0;
  }
  .news-7 ul li a {
    font-size: 14px;
  }
  .news-7 ul li a .imgbox {
    width: 120px;
    height: 100px;
  }
  .news-7 ul li a .text-box {
    width: calc(100% - 120px);
    padding-left: 20px;
  }
  .news-7 ul li a .text-box h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .news-7 ul li a .text-box .text {
    font-size: 13px;
    line-height: 25px;
    height: 50px;
    margin: 5px 0;
  }
  .news-7 ul li a .text-box .time {
    font-size: 12px;
  }
  .news-7.news-7-2 ul li a .imgbox::before {
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 10px;
  }
  .main-11 {
    margin-top: 40px;
  }
  .main-11 .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .main-11 .title h5 {
    font-size: 20px;
  }
  .main-11 .title h5::before {
    bottom: -16px;
  }
  .main-11 ul li a {
    line-height: 35px;
    padding-left: 20px;
  }
  .main-11 ul li a::before {
    background: url(../images/icon1.png) no-repeat 0 center / 13px auto;
  }
  .main-12 {
    margin-top: 30px;
  }
  .main-12 .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .main-12 .title h5 {
    font-size: 20px;
  }
  .main-12 .title h5::before {
    bottom: -16px;
  }
  .main-12 ul li:first-child {
    margin-bottom: 10px;
  }
  .main-12 ul li a .mask {
    line-height: 40px;
    padding: 0 10px;
  }
  .main-12 ul li a h5 {
    line-height: 25px;
    margin-top: 5px;
  }
  .main-13 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main-13 .con-box {
    display: block;
  }
  .main-13 .con-box .left {
    width: 100%;
  }
  .main-13 .con-box .left::before {
    display: none;
  }
  .main-13 .con-box .left a {
    padding: 10px;
  }
  .main-13 .con-box .left a .imgbox .img {
    height: auto;
  }
  .main-13 .con-box .left a h5 {
    line-height: 45px;
    font-size: 18px;
  }
  .main-13 .con-box .left a .text-box {
    padding: 10px 0;
  }
  .main-13 .con-box .left a .text-box .text {
    line-height: 24px;
    height: auto;
    max-height: 48px;
  }
  .main-13 .con-box .left a .time {
    margin-top: 10px;
  }
  .main-13 .con-box .right {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .main-13 .con-box .right .title {
    font-size: 18px;
    line-height: 35px;
    padding-left: 40px;
  }
  .main-13 .con-box .right ul {
    max-height: initial;
    overflow: initial;
  }
  .main-13 .con-box .right ul li {
    padding: 10px 0;
  }
  .main-13 .con-box .right ul li a h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .main-13 .con-box .right ul li a .text {
    line-height: 24px;
    margin-top: 5px;
  }
  .main-14 {
    padding-bottom: 30px;
  }
  .main-14 a .imgbox::before {
    width: 30px;
    height: 30px;
    left: 20px;
    bottom: 20px;
  }
  .main-14 a h5 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main-15 {
    padding: 30px 0;
  }
  .main-15 .con-box {
    padding: 10px;
    display: block;
  }
  .main-15 .con-box .left {
    width: 100%;
    padding-right: 0;
  }
  .main-15 .con-box .left a::before {
    width: 30px;
    height: 30px;
    left: 20px;
    bottom: 20px;
  }
  .main-15 .con-box .right {
    width: 100%;
    margin-top: 10px;
  }
  .main-15 .con-box .right ul {
    margin: 0 -5px;
  }
  .main-15 .con-box .right ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .news-8 .imgbox::before {
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 10px;
  }
  .news-8 h5 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .news-8.news-8-2 h5 {
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .main-16 {
    padding: 30px 0;
  }
  .main-16 .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main-16 .list .title {
    margin-bottom: 20px;
  }
  .main-16 .list .title h5 {
    font-size: 20px;
    padding-left: 35px;
  }
  .main-16 .list .title h5::before {
    width: 20px;
    height: 20px;
    box-shadow: inset 10px 10px 0 #ff4848;
  }
  .main-16 .list .title a {
    font-size: 14px;
  }
  .news-9 ul {
    margin: 0 -5px;
  }
  .news-9 ul li {
    padding: 0 5px 10px;
    margin-bottom: 10px;
  }
  .news-9 ul li a h5 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
  .news-9 ul li a .text {
    font-size: 13px;
    line-height: 25px;
    height: 50px;
    margin: 5px 0;
  }
  .news-9 ul li a .time {
    font-size: 13px;
  }
  .title-3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .title-3 h5 {
    font-size: 20px;
    padding: 0 15px;
  }
  .title-3 h5::before {
    bottom: -16px;
  }
  .filtrate {
    margin-bottom: 20px;
  }
  .filtrate dl {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    position: relative;
  }
  .filtrate dl dt {
    line-height: 40px;
    background-color: #ff2525;
    color: #fff;
    width: 100%;
    padding: 0 15px;
    font-weight: bold;
    position: relative;
  }
  .filtrate dl dt::before {
    content: "\e672";
    font-family: "iconfont";
    position: absolute;
    top: 0;
    right: 15px;
    font-weight: lighter;
    transition: all .3s;
  }
  .filtrate dl dt.active::before {
    transform: rotate(-180deg);
  }
  .filtrate dl dd {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    display: none;
  }
  .filtrate dl dd a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0;
  }
  .main-17 {
    font-size: 14px;
    padding-bottom: 50px;
    display: block;
  }
  .main-17 .main-17-left {
    width: 100%;
  }
  .main-17 .main-17-middle {
    width: 100%;
    padding: 0;
  }
  .main-17 .main-17-right {
    width: 100%;
  }
  .main-18 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .main-18 .top {
    padding: 20px 0;
  }
  .main-18 .top .img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
  }
  .main-18 .top .img b {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
  }
  .main-18 .top h5 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .main-18 .top p span {
    margin-left: 5px;
  }
  .main-18 .column_nav {
    line-height: 40px;
    padding: 0 10px;
    margin-top: 10px;
  }
  .main-18 .column_nav span {
    display: block;
    background-color: #cd2229;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
  }
  .main-18 .column_nav span::before {
    content: "\e672";
    font-family: "iconfont";
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 15px;
    transition: all .3s;
  }
  .main-18 .column_nav span.active::before {
    transform: rotate(-180deg);
  }
  .main-18 ul {
    padding: 20px 10px 0;
    text-align: center;
    display: none;
  }
  .main-18 ul li a {
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
  .main-18.main-18-2 {
    margin-bottom: 30px;
  }
  .main-19 {
    padding: 5px;
  }
  .main-19 .textarea-box {
    height: 170px;
    padding: 10px 10px 20px;
  }
  .main-19 .textarea-box .statistics {
    bottom: 10px;
    right: 10px;
  }
  .main-19 .bottom {
    margin-top: 10px;
  }
  .main-19 .bottom ul li {
    line-height: 25px;
    margin-left: 20px;
  }
  .main-19 .bottom ul li.expression a {
    padding-left: 25px;
    background: url(../images/icon4.png) no-repeat 0 center / 20px auto;
  }
  .main-19 .bottom ul li.release a {
    width: 60px;
    border-radius: 30px;
  }
  .main-19 .bottom ul li.forward a {
    padding-left: 30px;
  }
  .main-19 .bottom ul li.forward a::before {
    width: 20px;
    height: 20px;
  }
  .main-20 .title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .main-20 .title h5 {
    font-size: 20px;
  }
  .main-20 .title a {
    background: url(../images/icon3.png) no-repeat right center / 10px 12px;
    padding-right: 15px;
    line-height: 25px;
  }
  .main-20 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .main-20 ul li {
    margin-top: 10px;
    padding: 0 5px;
    width: 33.33%;
  }
  .news-10 .text-box {
    padding: 10px;
  }
  .news-10 .text-box h5 {
    line-height: 24px;
  }
  .news-10 .text-box h5 span {
    margin-left: 10px;
  }
  .news-10 .text-box .text {
    font-size: 14px;
    line-height: 24px;
  }
  .main-21 {
    margin-top: 20px;
  }
  .main-21 .nav {
    position: relative;
    border-bottom: none;
  }
  .main-21 .nav::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    bottom: 1px;
    left: 0;
  }
  .main-21 .nav ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .main-21 .nav ul li a {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
  .main-21 .nav ul li a::before {
    bottom: 0;
  }
  .main-21 .con-box {
    padding: 10px 0 20px;
  }
  .news-11 {
    padding: 10px;
  }
  .news-11 .top .title .portrait {
    width: 40px;
    height: 40px;
  }
  .news-11 .top .title .text-box {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .news-11 .top .title .text-box h5 {
    font-size: 14px;
  }
  .news-11 .top .title .text-box .time {
    margin-top: 3px;
    font-size: 12px;
  }
  .news-11 .top .title .operate span {
    font-size: 14px;
  }
  .news-11 .top .title .operate ul {
    padding: 10px;
    border-radius: 5px;
  }
  .news-11 .top .title .operate ul li {
    line-height: 35px;
    font-size: 14px;
  }
  .news-11 .top .con {
    padding-left: 0;
    margin-top: 10px;
  }
  .news-11 .top .con .text {
    font-size: 14px;
    line-height: 24px;
  }
  .news-11 .top .con .imgbox {
    margin-top: 20px;
  }
  .news-11 .top .con .praise-box {
    margin-top: 20px;
  }
  .news-11 .top .con .praise-box ul li {
    margin-right: 20px;
  }
  .news-11 .top .con .praise-box ul li i {
    margin-right: 5px;
    font-size: 16px;
  }
  .news-11 .top .con .praise-box ul li:nth-child(1) i {
    font-size: 20px;
  }
  .news-11 .middle {
    margin-top: 20px;
  }
  .main-22 {
    margin-top: 20px;
    padding: 0 10px;
  }
  .main-22 .praise {
    padding: 10px 30px;
  }
  .main-22 .praise i.glyphicon-option-horizontal {
    font-size: 25px;
  }
  .main-22 .praise ul li {
    margin-right: 10px;
  }
  .main-22 .praise ul li .img {
    width: 30px;
    height: 30px;
  }
  .main-22 .comment-box {
    padding: 10px 0;
  }
  .news-12 {
    padding: 5px 0;
  }
  .news-12 .title .portrait {
    width: 30px;
    height: 30px;
  }
  .news-12 .title h5 {
    font-size: 14px;
    margin-left: 10px;
  }
  .news-12 .title h5 span.hf {
    margin: 0 3px;
  }
  .news-12 .con {
    padding-left: 40px;
  }
  .news-12 .con .text {
    line-height: 24px;
  }
  .news-12 .con .bottom {
    margin-top: 12px;
  }
  .news-12 .con .bottom .left .dian {
    margin: 0 10px;
  }
  .news-12 .con .ping-box {
    margin-top: 20px;
  }
  .news-12 .con .ping-box .main-19 .textarea-box {
    height: 130px;
  }
  .main-23 {
    margin-bottom: 30px;
    display: block;
  }
  .main-23 .main-23-left {
    width: 100%;
  }
  .main-23 .main-23-right {
    width: 100%;
    padding-left: 0;
  }
  .main-23 .main-23-right .main-20 ul {
    margin: 0 -5px;
  }
  .main-23 .main-23-right .main-20 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .news-13 {
    padding: 5px 0;
  }
  .news-13 .title .portrait {
    width: 30px;
    height: 30px;
  }
  .news-13 .title h5 {
    font-size: 14px;
    margin-left: 10px;
  }
  .news-13 .title h5 span.hf {
    margin: 0 3px;
  }
  .news-13 .con {
    padding-left: 40px;
  }
  .news-13 .con .text {
    line-height: 24px;
  }
  .news-13 .con .bottom {
    margin-top: 12px;
  }
  .news-13 .con .bottom .left .dian {
    margin: 0 10px;
  }
  .news-13 .con .ping-box {
    margin-top: 20px;
  }
  .news-13 .con .ping-box .main-19 .textarea-box {
    height: 130px;
  }
  .main-27 {
    padding-left: 40px;
  }
  .main-24 {
    padding-bottom: 30px;
    display: block;
  }
  .main-24 .main-24-left {
    width: 100%;
    padding-right: 0;
  }
  .main-24 .main-24-right {
    width: 100%;
  }
  .main-25 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .main-25 .top .img {
    width: 100px;
    height: 100px;
    border-radius: 20px;
  }
  .main-25 .top .img b {
    width: 22px;
    border-radius: 5px;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
  }
  .main-25 .top h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main-25 .attention {
    width: 150px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    margin: 20px auto;
  }
  .main-25 .bottom h5 {
    font-size: 20px;
  }
  .main-25 .bottom p {
    font-size: 16px;
    margin-top: 5px;
  }
  .main-26 .title {
    margin-bottom: 20px;
  }
  .main-26 .title h5 {
    font-size: 20px;
  }
  .main-26 .title .time {
    margin-top: 20px;
  }
  .main-26 .title .time p {
    margin-right: 20px;
  }
  .main-26 .main-26-con-1 {
    padding: 15px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main-26 .main-26-con-2 {
    font-size: 14px;
  }
  .main-26 .main-26-con-2 img {
    margin: 10px auto;
  }
  .main-26 .main-26-con-3 {
    margin-top: 30px;
    font-size: 14px;
  }
  .main-26 .main-26-con-3 ul li {
    margin-left: 15px;
  }
  .main-26 .main-26-con-3 ul li i {
    margin-right: 5px;
  }
  .main-26 .main-26-con-3 ul li.collect i {
    font-size: 16px;
  }
  .news-14 .portrait {
    width: 40px;
    height: 40px;
  }
  .news-14 .right {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
  .news-14 .right .title {
    display: block;
    margin: 2px 0 5px;
  }
  .news-14 .right .title h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .news-14 .right .text {
    line-height: 24px;
  }
  .news-14 .right .but {
    margin-top: 10px;
  }
  .news-14 .right .but ul li {
    margin-left: 20px;
  }
  .news-14 .right .but ul li i {
    margin-right: 5px;
  }
  .news-14 .right .but ul li.comment i {
    font-size: 18px;
  }
  .news-14 .right .ping-box .main-19 {
    margin-top: 10px;
  }
  .news-15-box {
    margin-top: 20px;
    padding-left: 50px;
  }
  .news-15 {
    padding: 10px;
    margin-top: 10px;
  }
  .news-15 .title {
    display: block;
  }
  .news-15 .title h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-15 .title h5 span.hf {
    margin: 0 5px;
  }
  .news-15 .text {
    line-height: 24px;
    margin: 15px 0 20px;
  }
  .news-15 .but ul li {
    margin-left: 20px;
  }
  .news-15 .but ul li.reply i {
    margin-right: 5px;
  }
  .news-15 .ping-box .main-19 {
    margin-top: 10px;
  }
  .main-28 .comment-1 {
    margin: 30px 0 20px;
  }
  .main-28 .con-box .list {
    padding: 10px;
    margin-top: 10px;
  }
  .news-16 {
    padding: 10px;
  }
  .news-16 .left .img {
    width: 60px;
    height: 60px;
  }
  .news-16 .left .img b {
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
  }
  .news-16 .left .text-box {
    margin-left: 10px;
  }
  .news-16 .left .text-box a {
    font-size: 16px;
  }
  .news-16 .left .text-box dl dd {
    font-size: 12px;
  }
  .news-16 .right .attention {
    line-height: 30px;
    width: 80px;
    border-radius: 30px;
    font-size: 14px;
  }
  .main-33 .nav {
    margin-bottom: 10px;
  }
  .main-33 .nav ul li {
    font-size: 16px;
  }
  .main-33 .nav ul li span {
    padding: 0 20px;
  }
  .main-33 .noData {
    font-size: 16px;
  }
  .main-35 .title {
    padding: 0 15px;
  }
  .main-35 .title h5 {
    line-height: 60px;
    font-size: 20px;
  }
  .main-35 ul {
    padding: 20px 0;
  }
  .main-35 ul li {
    width: 20%;
  }
  .main-35 ul li h5 {
    font-size: 18px;
  }
  .main-35 ul li p {
    font-size: 14px;
  }
  .main-35 ul li:last-child {
    padding: 0 15px;
  }
  .main-35 ul li a {
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
  }
  .main-36 .nav {
    padding: 0;
  }
  .main-36 .nav ul {
    display: flex;
  }
  .main-36 .nav ul li {
    font-size: 16px;
    padding: 10px 0;
    width: 25%;
    text-align: center;
  }
  .main-36 .nav ul li::before {
    bottom: -1px;
  }
  .main-36 .main-36-con {
    padding: 0 10px;
  }
  .news-20 {
    padding: 15px 0;
  }
  .news-20 h5 {
    font-size: 16px;
  }
  .news-20 p {
    font-size: 14px;
  }
  .news-21 {
    padding: 15px 0;
  }
  .news-21 h5 {
    font-size: 16px;
    width: calc(100% - 200px);
  }
  .news-21 .right .time {
    margin-right: 20px;
  }
  .news-21 .right .info {
    width: 30px;
  }
  .news-21 .right .del {
    width: 30px;
    margin-left: 15px;
  }
  .main-37 {
    padding-bottom: 10px;
  }
  .main-37 .main-37-1 .main-37-con {
    padding: 30px 10px;
  }
  .main-37 .main-37-1 .main-37-con .title .con textarea {
    font-size: 20px;
    height: 30px;
  }
  .main-37 .main-37-2 .title {
    font-size: 16px;
  }
  .main-37 .main-37-3 .title {
    font-size: 16px;
  }
  .main-37 .main-37-4 {
    margin-top: 30px;
  }
  .main-37 .main-37-4 ul li {
    width: 120px;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
  }
  .nav-3 .con img.logo {
    width: 200px;
  }
  .nav-3 .con ul li {
    margin-left: 20px;
  }
  .nav-3 .con ul li a {
    font-size: 14px;
  }
  .nav-3.active {
    top: 20px;
  }
  .main-39 .swiper-pagination-1 {
    display: none;
  }
  .main-39 footer {
    bottom: 20px;
  }
  .main-39 footer .con-box .left {
    display: none;
  }
  .main-40 h5 {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main-40 .text {
    font-size: 16px;
  }
  .main-41 .title {
    font-size: 0.50454087rem;
    margin-bottom: 50px;
  }
  .main-41 ul li h5 {
    font-size: 0.90817356rem;
  }
  .main-41 ul li h5 span {
    font-size: 0.50454087rem;
  }
  .main-41 ul li p {
    font-size: 14px;
    margin-top: 0.30272452rem;
    padding-top: 0.20181635rem;
  }
  .main-42 .title {
    font-size: 0.50454087rem;
    margin-bottom: 80px;
  }
  .main-42 ul li {
    margin-bottom: 0.50454087rem;
  }
  .main-42 ul li img {
    height: 1.00908174rem;
  }
  .main-42 ul li h5 {
    font-size: 16px;
    margin: 20px 0 10px;
    line-height: 1.5;
  }
  .main-42 ul li p {
    font-size: 12px;
  }
  .main-43 .title {
    margin-bottom: 50px;
  }
  .main-43 .title h5 {
    font-size: 0.50454087rem;
  }
  .main-43 .title p {
    font-size: 14px;
    margin-top: 20px;
  }
  .main-43 .more {
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
    margin: 30px auto 0;
  }
  .news-22 .img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
  }
  .news-22 .img b {
    width: 22px;
    height: 22px;
    bottom: 10px;
    right: 10px;
  }
  .news-22 h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main-44 {
    font-size: 14px;
    padding: 50px 0;
  }
  .main-44 .main-44-con .main-44-left {
    display: none;
  }
  .main-44 .main-44-con .main-44-right {
    width: 100%;
  }
  .main-44 .main-44-con .main-44-right .con-1 {
    padding: 30px 10px;
  }
  .main-44 .main-44-con .main-44-right .con-1 .title {
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .main-44 .main-44-con .main-44-right .con-1 form input {
    height: 45px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .main-44 .main-44-con .main-44-right .con-1 form .yzm input {
    width: calc(100% - 100px);
  }
  .main-44 .main-44-con .main-44-right .con-1 form .yzm a {
    width: 90px;
    line-height: 45px;
  }
  .main-44 .main-44-con .main-44-right .con-1 form .login {
    padding: 30px 0;
  }
  .main-44 .main-44-con .main-44-right .con-1 form button {
    height: 45px;
    font-size: 16px;
  }
  .main-44 .main-44-con .main-44-right .con-2 {
    padding: 30px 10px;
  }
  .main-44 .main-44-con .main-44-right .con-2 .nav {
    margin-bottom: 30px;
  }
  .main-44 .main-44-con .main-44-right .con-2 .nav ul {
    padding-bottom: 20px;
  }
  .main-44 .main-44-con .main-44-right .con-2 .nav ul li {
    font-size: 18px;
    padding: 0 18px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form ul li.phone .user {
    padding: 0 20px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form input {
    height: 45px;
    padding: 0 20px 0 45px;
    margin-bottom: 10px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form input.user {
    background: url(../images/icon23.png) no-repeat 14px center / 18px auto;
  }
  .main-44 .main-44-con .main-44-right .con-2 form input.password {
    background: url(../images/icon24.png) no-repeat 16px center / 16px auto;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .yzm {
    margin-bottom: 18px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .yzm input {
    width: calc(100% - 100px);
    padding: 0 20px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .yzm a {
    width: 90px;
    line-height: 45px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .forget {
    margin: 8px 0 50px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .but button {
    width: calc(100% - 125px);
    height: 45px;
    font-size: 16px;
  }
  .main-44 .main-44-con .main-44-right .con-2 form .but a {
    width: 115px;
    line-height: 43px;
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .news-9 ul li {
    width: 50%;
  }
  .main-20 ul li {
    width: 50%;
  }
  .main-32 .nav ul li {
    font-size: 16px;
  }
  .main-32 .noData {
    font-size: 16px;
  }
  .news-17 .top .portrait {
    width: 40px;
    height: 40px;
  }
  .news-17 .top .text-box {
    margin-left: 10px;
  }
  .news-17 .top .text-box h5 {
    font-size: 16px;
  }
  .news-17 .top .text-box h5 span {
    margin-left: 10px;
  }
  .news-17 .top i.icon-zan {
    font-size: 16px;
  }
  .news-17 .bottom {
    width: calc(100% - 50px);
    margin: 20px 0 0 50px;
    font-size: 14px;
    line-height: 40px;
  }
  .news-18 .portrait {
    width: 40px;
    height: 40px;
  }
  .news-18 .right {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .news-18 .right .top h5 {
    font-size: 16px;
  }
  .news-19 .top .portrait {
    width: 40px;
    height: 40px;
  }
  .news-19 .top .text-box {
    padding-left: 10px;
  }
  .news-19 .top .text-box h5 {
    font-size: 16px;
  }
  .news-19 .text {
    padding: 10px 0 0 50px;
    font-size: 14px;
  }
  .main-35 ul {
    flex-wrap: wrap;
  }
  .main-35 ul li {
    width: 25%;
  }
  .main-35 ul li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .news-21 {
    padding: 15px 0;
    display: block;
  }
  .news-21 h5 {
    width: 100%;
  }
  .news-21 .right {
    margin-top: 20px;
  }
  .main-43 {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  header .con-box .logo img {
    width: 3.125rem;
  }
  header .con-box .login-but ul li a {
    font-size: 14px;
  }
  header .con-box .login-but ul li:last-child {
    margin-left: 0.41666667rem;
  }
  header .con-box .login-but ul li:last-child a {
    width: 2.08333333rem;
    line-height: 0.625rem;
    border-radius: 0.83333333rem;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) h5 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) h5::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #000;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl {
    width: 120px;
    padding-top: 20px;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box {
    padding: 10px 20px;
    border-radius: 10px;
  }
  header .con-box .login-but ul.ul-2 li:nth-child(1) dl .dd-box dd a {
    line-height: 30px;
    font-size: 14px;
  }
  header .con-box .login-but ul.ul-2 li:last-child {
    margin-left: 30px;
  }
  header .con-box .login-but ul.ul-2 li:last-child a {
    width: 80px;
  }
  .main-1 .main-1-right .con-1 .left .swiper-container .swiper-slide a h5 {
    font-size: 14px;
  }
  .main-1 .main-1-right .con-2 ul {
    display: block;
  }
  .main-1 .main-1-right .con-2 ul li {
    width: 100%;
  }
  .main-1 .main-1-right .con-2 ul li a .text-box h5 {
    font-size: 16px;
  }
  .main-1 .main-1-right .con-2 ul li a .text-box p {
    font-size: 12px;
  }
  .main-1 .main-1-right .con-2 ul li:nth-child(2) {
    margin-top: 10px;
  }
  .main-4 ul li a h5 {
    font-size: 16px;
    padding: 10px;
  }
  .main-4 ul li:last-child a:nth-child(2) {
    margin-top: 16px;
  }
  .page_div .pageNum {
    display: block;
  }
  .news-7 ul li a .text-box .bottom b {
    display: none;
  }
  .news-11 .middle .main-19 .bottom {
    display: block;
  }
  .news-11 .middle .main-19 .bottom .ul-2 {
    margin-top: 20px;
  }
  .news-12 .con .ping-box .main-19 .bottom {
    display: block;
  }
  .news-12 .con .ping-box .main-19 .bottom .ul-2 {
    margin-top: 20px;
  }
  .main-20 ul li {
    width: 100%;
  }
  .picture-upload-box {
    width: 200px;
  }
  .picture-upload-box .picture-upload .imgbox dd {
    height: 60px;
  }
  .expression_data {
    width: 200px;
  }
  .expression_data dl dd {
    width: 16.66%;
  }
  .main-23 .main-23-right .main-20 ul li {
    width: 100%;
  }
  .news-13 .con .ping-box .main-19 .bottom {
    display: block;
  }
  .news-13 .con .ping-box .main-19 .bottom ul li {
    margin-left: 10px;
  }
  .news-13 .con .ping-box .main-19 .bottom ul.ul-1 {
    font-size: 12px;
  }
  .news-13 .con .ping-box .main-19 .bottom ul.ul-2 {
    margin-top: 20px;
  }
  .main-28 .comment-1 .main-19 .bottom {
    display: block;
  }
  .main-28 .comment-1 .main-19 .bottom .ul-2 {
    margin-top: 20px;
  }
  .news-14 .main-19 .bottom {
    display: block;
  }
  .news-14 .main-19 .bottom .ul-2 {
    margin-top: 20px;
  }
  .news-15 .main-19 .bottom {
    display: block;
  }
  .news-15 .main-19 .bottom .ul-2 {
    margin-top: 20px;
  }
  .main-28 .comment-1.comment-1-2 .mask {
    padding-bottom: 50px;
  }
  .news-6.news-6-2 .text-box .bottom {
    display: block;
    font-size: 12px;
  }
  .news-16 {
    display: block;
  }
  .news-16 .right {
    margin-top: 20px;
  }
  .news-16 .right .attention {
    line-height: 30px;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
  }
  .main-36 .nav ul li {
    font-size: 0.375rem;
  }
  .nav-3 .con img.logo {
    width: 3.125rem;
  }
  .nav-3 .con ul li {
    margin-left: 10px;
  }
  .nav-3 .con ul li a {
    font-size: 14px;
  }
  .nav-3.active {
    top: 20px;
  }
}
