.m-content {
  margin: auto;
  width: 1200px;
}

.df {
  display: flex;
}

.flex {
  flex: 1;
}

.df-js {
  display: flex;
  justify-content: space-between;
}

.al-c {
  align-items: center;
}

.f12 {
  font-size: 12px
}

.f14 {
  font-size: 14px
}

.f16 {
  font-size: 16px
}

.f18 {
  font-size: 18px
}

.f20 {
  font-size: 20px
}

.f24 {
  font-size: 24px
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-white {
  color: #fff;
}

.c-666 {
  color: #666;
}

.tc {
  text-align: center;
}

/*  header */
.header-top{
  height: 40px;
  background-color: #f6f8fb;
}
.header-top-box{
  height: 40px;
  justify-content: flex-end;
}
.df-ac{
  display: flex;
  align-items: center;
}
.ml5{
  margin-left: 5px;
}
.ml20{
  margin-left: 20px;
}
.header-box {
  font-size: 16px;
  overflow: hidden;
}

.company-tit {
  width: 425px;
  height: 49px;
  float: left;
  margin-top: 8px;
}

.head-nav {
  float: right;
  height: 65px;
  line-height: 65px;
}

.head-nav .on {
  color: #d31f1f;
  border-top: 1px solid #d31f1f;
}

.head-nav .flex {
  margin-left: 30px;
  padding-top: 23px;
}
.header .flex:hover{
  color: #d31f1f;
  border-top: 1px solid #d31f1f;
}
/* footer */
.footer {
  height: 245px;
  color: white;
  background-color: #2c2b2b;
}

.footer-box {
  height: 245px;
  font-size: 14px;
  line-height: 25px;
}

.footer-nav {
  margin-bottom: 20px;
}

.footer-nav a {
  margin-right: 15px;
  color: white;
}

.weixinhao {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
.d0d0d0{
  color: #d0d0d0;
}
/* index */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}
.swiper-jt-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.8;
  background: #fff;
}

.swiper-jt-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d31f1f;
}

.index-tipsBox {
  height: 70px;
  display: flex;
  overflow: hidden;
}

.notice {
  width: 1090px;
  height: 35px;
  overflow: hidden;
  margin-top: 18px;
  font-size: 16px;
}

.notice ul li {
  list-style: none;
  line-height: 35px;
  width: 1090px;
  /*以下为了单行显示，超出隐藏*/
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}

.p_page {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.insideban {
  width: 100%;
  height: 225px;
  background: url('../img/text/details-banner.jpg') no-repeat center center;
  background-size: cover;
}
.section{
  overflow: hidden;
}
.green_blue li{
  position: relative;
}
section .section .newidx .idxnewrecod .idxnewtit .green_blue li:first-child{
  padding-left: 15px;
}

#article {
  margin-bottom: 20px;
  padding: 0 20px;
}

#article img {
  display: block;
  margin: 10px auto;
  max-width: 980px;
  object-fit: cover;
}

#article p {
  font-size: 15px;
  text-indent: 2em;
  margin-bottom: 5px;
  line-height: 24px;
}

section .section .substance .contentR .investormes{
  padding-bottom: 0;
}
section .section .substance .contentR .replyList{
  margin-top: 30px;
}

section .section .substance .contentR .LeavemesForm .formtab{
  padding-top: 50px;
}
.form_tips{
  height: 1px;
  color: #d31f1f;
  margin: 20px 0 -20px 115px;
}
