@charset "UTF-8";
/*
 *  技术单位: {SFCMS_DELEVEPER}
 *  软件开发: 石范 (S.F)
 *  开发日期: 1/19/19 1:23 PM
 ******************************************************************************/
* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑";
  margin: 0 auto;
  min-width: 1200px;
}

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

cite {
  font-style: normal;
}

h2 {
  font-weight: normal;
}

.flex {
  display: flex;
}

.warp {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.header {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  z-index: 9;
}
.header .headbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 300px;
  margin-top: 30px;
}
.header .headbox .logo {
  flex-shrink: 0;
}
.header .headbox .logo img {
  width: 340px;
  height: 80px;
}
.header .headbox .navbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-end;
}
.header .headbox .navbox .searchbox {
  display: flex;
  align-items: center;
  width: 250px;
  background: #fff;
  border-radius: 100px;
  border: #ebebeb 1px solid;
  overflow: hidden;
}
.header .headbox .navbox .searchbox .keyword {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  outline: none;
  width: 100%;
  font-size: 12px;
}
.header .headbox .navbox .searchbox .fa-search {
  flex-shrink: 0;
  padding: 0 20px;
}
.header .headbox .nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.header .headbox .nav .item {
  width: 101px;
  height: 37px;
  line-height: 37px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 800;
}
.header .headbox .nav .item:hover {
  background: url(../image/activebg.png) no-repeat center center;
  color: #fff;
}
.header .headbox .nav .item.active {
  background: url(../image/activebg.png) no-repeat center center;
  color: #fff;
}

.banner {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 10px;
  z-index: 2;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: #999;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0000;
}
.banner .bottombox {
  position: absolute;
  height: 200px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FCF6F6);
  z-index: 1;
}

.indexaboutbox {
  background: rgba(217, 67, 67, 0.05);
  width: 100%;
  padding: 60px 0;
}
.indexaboutbox .titbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexaboutbox .titbox .l {
  width: 100%;
}
.indexaboutbox .titbox .l .entitle {
  font_radio: 2;
  display-radio: 1;
  font-size: 72px;
  color: rgba(51, 51, 51, 0.06);
  line-height: 1;
  font-family: Impact;
  font-weight: bold;
}
.indexaboutbox .titbox .l .zhtitle {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-family: "38a1a905-0318-438b-b471-7653bc8adf48";
  font-weight: bold;
}
.indexaboutbox .titbox .l .zhtitle2 {
  font_radio: 2;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 24px;
  display-radio: 1;
  color: #D94343;
  font-weight: normal;
  font-family: "38a1a905-0318-438b-b471-7653bc8adf48";
}
.indexaboutbox .titbox .l .line {
  max-width: 60px;
  margin-left: 0px;
  width: 20%;
  display-radio: 1;
  line_radio: 2;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #D94343;
}
.indexaboutbox .titbox .more {
  flex-shrink: 0;
  background: #D94343;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-flex;
}
.indexaboutbox .aboutbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexaboutbox .aboutbox .left {
  width: 100%;
}
.indexaboutbox .aboutbox .left .desc {
  font_radio: 2;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: rgb(102, 102, 102);
  line-height: 2.2;
  display-radio: -webkit-box;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.indexaboutbox .aboutbox .left .databox {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.indexaboutbox .aboutbox .left .databox .item {
  width: 25%;
  text-align: center;
}
.indexaboutbox .aboutbox .left .databox .item .n {
  font-size: 32px;
  font-family: Impact;
  font-weight: bold;
  color: #333;
}
.indexaboutbox .aboutbox .left .databox .item .n span {
  font-weight: 200;
  font-size: 14px;
  margin-left: 10px;
  color: #666;
}
.indexaboutbox .aboutbox .left .databox .item .t {
  color: #999;
  margin-top: 10px;
}
.indexaboutbox .aboutbox .rightimg {
  width: 500px;
  flex-shrink: 0;
  margin-left: 50px;
}

.indexcaipinbox {
  width: 100%;
  padding: 60px 0;
}
.indexcaipinbox .caipingbox {
  display: flex;
  justify-content: space-between;
}
.indexcaipinbox .caipingbox .left {
  width: 500px;
  height: 500px;
  position: relative;
  flex-shrink: 0;
}
.indexcaipinbox .caipingbox .left .swiper-slide {
  width: 100%;
  height: 500px;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.indexcaipinbox .caipingbox .left .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.indexcaipinbox .caipingbox .right {
  width: 100%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indexcaipinbox .caipingbox .right .entitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexcaipinbox .caipingbox .right .entitle .en {
  font-size: 40px;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.06);
  text-transform: uppercase;
  font-family: Impact;
  width: 80%;
}
.indexcaipinbox .caipingbox .right .entitle .numberbox {
  font-size: 18px;
  color: #999;
}
.indexcaipinbox .caipingbox .right .entitle .numberbox span {
  color: #000;
}
.indexcaipinbox .caipingbox .right .entitle .swiper-pagination-fraction {
  width: 85%;
}
.indexcaipinbox .caipingbox .right .zhtitle {
  font-size: 36px;
  line-height: 1.5;
  color: #D94343;
  font-weight: bold;
}
.indexcaipinbox .caipingbox .right .line {
  width: 60px;
  height: 2px;
  background: #333;
  margin-top: 30px;
}
.indexcaipinbox .caipingbox .right .caipinginfo {
  margin-top: 50px;
}
.indexcaipinbox .caipingbox .right .caipinginfo .t {
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.indexcaipinbox .caipingbox .right .caipinginfo .t2 {
  color: #999;
  width: 630px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示2行 */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 20px;
}
.indexcaipinbox .caipingbox .right .jiantoubox {
  display: flex;
  align-items: center;
}
.indexcaipinbox .caipingbox .right .jiantoubox .pre {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: #dbdbdb 1px solid;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.indexcaipinbox .caipingbox .right .jiantoubox .next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: #dbdbdb 1px solid;
  margin-left: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.indexcaipinbox .caipingbox .right .thumbox {
  margin-top: 30px;
  width: 100%;
  min-width: 600px;
  position: relative;
  height: 140px;
}
.indexcaipinbox .caipingbox .right .thumbox .swiper-container {
  width: 100%;
}
.indexcaipinbox .caipingbox .right .thumbox .swiper-slide {
  width: 130px;
  height: 140px;
  background-size: cover;
  border-radius: 5px;
  border: #ff8d92 4px solid;
}

.indexmengdianbox {
  padding: 60px 0;
  width: 100%;
  background: #F8F8F8;
}
.indexmengdianbox .mengdianbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexmengdianbox .mengdianbox .titlebox .left .en {
  font_radio: 2;
  display-radio: 1;
  font-size: 72px;
  color: rgba(51, 51, 51, 0.06);
  line-height: 1;
  font-family: Impact;
  font-weight: bold;
}
.indexmengdianbox .mengdianbox .titlebox .left .zhtitle {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-family: "38a1a905-0318-438b-b471-7653bc8adf48";
  font-weight: bold;
}
.indexmengdianbox .mengdianbox .titlebox .more {
  display: block;
  background: #D33A3B;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-left: 40px;
}
.indexmengdianbox .mengdianbox .zhtitle2 {
  font_radio: 2;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: rgb(102, 102, 102);
  line-height: 2.2;
  display-radio: -webkit-box;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.indexmengdianbox .mengdianbox .mengdianlist {
  display: flex;
  flex-wrap: wrap;
}
.indexmengdianbox .mengdianbox .mengdianlist .item {
  width: 400px;
  margin-top: 30px;
  padding: 0 20px;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .tt {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .address {
  color: #999;
  margin-top: 5px;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .thumbbox {
  width: 100%;
  height: 155px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px;
  padding: 20px;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .thumbbox .infobox {
  background: #fff;
  border-radius: 5px;
  border-bottom: #D33A3B 3px solid;
  padding: 20px;
  display: none;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .thumbbox .infobox .t {
  font-weight: 800;
  font-size: 20px;
  color: #000;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .thumbbox .infobox .des {
  font-size: 16px;
  color: #999;
  color: rgb(102, 102, 102);
  line-height: 2;
}
.indexmengdianbox .mengdianbox .mengdianlist .item .thumbbox .infobox .fa-arrow-circle-right {
  font-size: 32px;
  color: #D33A3B;
  margin-top: 10px;
}
.indexmengdianbox .mengdianbox .mengdianlist .item:hover .infobox {
  display: block;
}
.indexmengdianbox .mengdianbox .mengdianlist .item:hover .tt {
  display: none;
}
.indexmengdianbox .mengdianbox .mengdianlist .item:hover .address {
  display: none;
}

.indexnewsbox {
  padding: 60px 0;
}
.indexnewsbox .newsbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexnewsbox .newsbox .titlebox .left .en {
  font_radio: 2;
  display-radio: 1;
  font-size: 72px;
  color: rgba(51, 51, 51, 0.06);
  line-height: 1;
  font-family: Impact;
  font-weight: bold;
}
.indexnewsbox .newsbox .titlebox .left .zhtitle {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-family: "38a1a905-0318-438b-b471-7653bc8adf48";
  font-weight: bold;
}
.indexnewsbox .newsbox .titlebox .more {
  display: block;
  background: #D33A3B;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-left: 40px;
}
.indexnewsbox .listbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.indexnewsbox .listbox .item {
  width: 48%;
  display: flex;
  margin-top: 20px;
}
.indexnewsbox .listbox .item .datebox {
  flex-shrink: 0;
  margin-right: 20px;
}
.indexnewsbox .listbox .item .datebox .day {
  display: block;
  font-family: "Impact";
  line-height: 120%;
  color: #ccc;
  font-size: 24px;
}
.indexnewsbox .listbox .item .datebox .year {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: #ccc;
}
.indexnewsbox .listbox .item .infobox .t {
  font-size: 16px;
  font-weight: 800;
}
.indexnewsbox .listbox .item .infobox .des {
  color: #999;
  margin-top: 5px;
  display: -webkit-box; /* 创建一个弹性盒子 */
  -webkit-box-orient: vertical; /* 设置主轴方向为垂直 */
  -webkit-line-clamp: 2; /* 限制显示的行数为 2 行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  max-height: 3em; /* 设置最大高度，确保只显示两行 */
  line-height: 1.5em; /* 行高 */
}
.indexnewsbox .listbox .item:hover .datebox .day {
  color: #CD3334 !important;
}
.indexnewsbox .listbox .item:hover .datebox .year {
  color: #CD3334;
}
.indexnewsbox .listbox .item:hover .infobox .t {
  color: #CD3334;
}
.indexnewsbox .listbox .item:hover .infobox .des {
  color: #CD3334;
}

.footer {
  background: #121212;
}
.footer .footbox {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.footer .footbox .logo {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  flex-shrink: 0;
}
.footer .footbox .midbox1 {
  width: 40%;
  padding: 0 40px;
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
}
.footer .footbox .midbox1 .titbox {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 0;
  color: #fff;
}
.footer .footbox .midbox1 .cbox {
  margin-top: 20px;
}
.footer .footbox .midbox1 .cbox .l {
  margin-bottom: 10px;
  color: #fff;
}
.footer .footbox .midbox2 {
  width: 20%;
  padding: 0 40px;
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
}
.footer .footbox .midbox2 .titbox {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 0;
  color: #fff;
}
.footer .footbox .midbox2 .cbox {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.footer .footbox .midbox2 .cbox .item {
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  width: 50%;
}
.footer .footbox .codebox {
  flex-shrink: 0;
  border-left: rgba(255, 255, 255, 0.2) 1px solid;
  padding-left: 40px;
}
.footer .footbox .codebox .titbox {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 0;
  color: #fff;
}
.footer .footbox .codebox .cbox {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.footer .footbox .codebox .cbox .code {
  width: 120px;
  height: 120px;
}
.footer .footbottom {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
.footer .footbottom a {
  color: #fff;
  margin-left: 10px;
}

.widthfix {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.neibanner2 {
  max-width: 1920px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  background-image: url(../image/neibanner.jpg?ver=3);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.neibanner2:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
.neibanner2 .title {
  position: absolute;
  bottom: 80px;
  left: 0;
  color: #fff;
  padding-left: 80px;
  font-family: "syst-heavy";
  z-index: 1;
  font-size: 40px;
}
.neibanner2 .crumbs {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 400px;
  max-width: 40%;
  height: 0;
  border-width: 0px 40px 80px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #D62227;
  color: #fff;
  font-size: 16px;
  line-height: 80px;
  padding-left: 80px;
  z-index: 1;
}
.neibanner2 .crumbs a {
  color: #fff;
}
.neibanner2 .crumbs span {
  margin-right: 10px;
  margin-left: 10px;
}

.neicontentbox2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  height: auto;
  margin-bottom: 20px;
}
.neicontentbox2 .menubox {
  width: 200px;
  flex-shrink: 0;
  display: block;
  height: auto;
}
.neicontentbox2 .menubox .title {
  color: #fff !important;
  background: #D62227;
  cursor: default;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
}
.neicontentbox2 .menubox .sub {
  padding: 20px 0;
  background: #F8F7FD;
}
.neicontentbox2 .menubox .sub .item {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 16px;
}
.neicontentbox2 .menubox .sub .item.active {
  color: #D62227;
  font-weight: bold;
}
.neicontentbox2 .rightbox {
  width: 100%;
  margin-left: 40px;
  min-height: 500px;
}
.neicontentbox2 .rightbox .titlebox {
  font-size: 30px;
  text-align: center;
}
.neicontentbox2 .rightbox .mintitlebox {
  padding: 20px 0;
  text-align: center;
}
.neicontentbox2 .rightbox .mintitlebox span {
  margin: 0 10px;
  color: #999;
}
.neicontentbox2 .rightbox .nextprebox {
  background: #f1f1f1;
  margin-top: 20px;
  padding: 20px;
}
.neicontentbox2 .rightbox .nextprebox .nxt {
  margin-bottom: 10px;
}
.neicontentbox2 .rightbox .pagesbox {
  text-align: center;
  margin-top: 30px;
}
.neicontentbox2 .mainc {
  line-height: 30px;
}
.neicontentbox2 .imgboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox2 .imgboxc .item {
  width: 30%;
  margin: 20px 15px;
  border-radius: 5px;
  overflow: hidden;
}
.neicontentbox2 .imgboxc .item .thumbox {
  width: 100%;
  overflow: hidden;
}
.neicontentbox2 .imgboxc .item .thumbox .thumb {
  width: 100%;
  height: 340px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: top;
  display: inline-block;
  border-radius: 10px;
}
.neicontentbox2 .imgboxc .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.neicontentbox2 .imgboxc .item .titleboxs {
  background: #F6F6F6;
  text-align: center;
  padding: 15px 0;
}
.neicontentbox2 .imgboxc .item .titleboxs .t {
  font-size: 16px;
  font-weight: 800;
}
.neicontentbox2 .imgboxc .item .titleboxs .desc {
  margin-top: 8px;
  color: #666;
}
.neicontentbox2 .imgboxc .item:hover .titleboxs {
  background: #D62227;
}
.neicontentbox2 .imgboxc .item:hover .titleboxs .t {
  color: #fff;
}
.neicontentbox2 .imgboxc .item:hover .titleboxs .desc {
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.neicontentbox2 .txtlistboxc2 .item {
  width: 49%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
.neicontentbox2 .txtlistboxc2 .item:hover {
  background: #D62227;
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 .item:hover .date {
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox2 .txtlistboxc2 .item .date {
  padding: 0 20px;
  color: #666;
  border-right: #ccc 1px solid;
}
.neicontentbox2 .txtlistboxc2 .item .date .dd {
  font-size: 24px;
}
.neicontentbox2 .txtlistboxc2 .item .date .year {
  margin-top: 6px;
  font-size: 16px;
}
.neicontentbox2 .txtlistboxc2 .item .infobox {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox2 .txtlistboxc2 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}

.neibigcontentbox {
  display: flex;
  justify-content: space-between;
}
.neibigcontentbox .leftbox {
  width: 70%;
}
.neibigcontentbox .rightbox {
  width: 28%;
}

.othernewsbox {
  border: #ebebeb 1px solid;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
}
.othernewsbox .titlebox {
  font-size: 24px;
  font-weight: 800;
  color: #D62227;
}
.othernewsbox .listbox {
  margin-top: 20px;
}
.othernewsbox .listbox .item {
  display: block;
  padding: 20px 0;
  border-bottom: #ccc 1px dashed;
}
.othernewsbox .listbox .item:last-child {
  border-bottom: 0;
}
.othernewsbox .listbox .item .t {
  font-size: 16px;
}
.othernewsbox .listbox .item .desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.othernewsbox .listbox .item .bottombox {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 10px;
}
.othernewsbox .listbox .item .bottombox .date {
  margin-right: 30px;
}

.neicontentbox {
  border: #ebebeb 1px solid;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px;
}
.neicontentbox .titlebox {
  font-size: 30px;
  text-align: center;
}
.neicontentbox .mintitlebox {
  padding: 20px 0;
  text-align: center;
}
.neicontentbox .mintitlebox span {
  margin: 0 10px;
  color: #999;
}
.neicontentbox .nextprebox {
  background: #f1f1f1;
  margin-top: 20px;
  padding: 20px;
}
.neicontentbox .nextprebox .nxt {
  margin-bottom: 10px;
}
.neicontentbox .pagesbox {
  text-align: center;
  margin-top: 30px;
}
.neicontentbox .mainc {
  margin-top: 40px;
  line-height: 30px;
}
.neicontentbox .imgboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox .imgboxc .item {
  width: 300px;
  margin: 20px;
}
.neicontentbox .imgboxc .item .thumbox {
  width: 100%;
  overflow: hidden;
}
.neicontentbox .imgboxc .item .thumbox .thumb {
  width: 100%;
  height: 400px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.neicontentbox .imgboxc .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.neicontentbox .imgboxc .item .titleboxs {
  background: #F6F6F6;
  text-align: center;
  padding: 15px 0;
}
.neicontentbox .imgboxc .item .titleboxs .t {
  font-size: 16px;
}
.neicontentbox .imgboxc .item .titleboxs .desc {
  margin-top: 8px;
  color: #666;
}
.neicontentbox .txtlistboxc3 .item {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.neicontentbox .txtlistboxc3 .item:hover {
  background: #D62227;
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item:hover .date {
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item .infobox {
  display: flex;
  width: 100%;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .date {
  background: #D62227;
  color: #fff;
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}

/*# sourceMappingURL=css.css.map */
