@charset "utf-8";

/*CSS reset*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Garamond",sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none
}

.editor-content {
  text-align: justify;
}

.editor-content>* {
  word-break: break-word;
  line-height: 28px;
  font-size: 18px;
}

.editor-content ul,
.editor-content ol {
  list-style: inherit;
  max-width: 100%;
}

.editor-content li {
  list-style: inherit;
  margin-left: 20px
}

.about-wrap .content ul,
.about-wrap .content ol {
  list-style: inherit;
}

.about-wrap .content li {
  list-style: inherit;
  margin-left: 20px
}

table,
td,
input,
textarea,
button {
  font: inherit;
  outline: none;
  resize: none;
}

textarea {
  overflow-y: auto;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B2B2B2;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*去掉浏览器黄色背景*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}

table th,
table td {
  word-break: break-word !important;
  padding: 12px 12px !important;
  border-color: #E0E0E0 !important;
}

table th {
  background: #3F96CC !important;
  color: #fff !important;
  font-weight: bold !important;
  border-color: #fff !important;
}

table th * {
  background: transparent !important;
  color: #fff !important;
  font-weight: bold !important;
  margin: 0 !important;
}

table td * {
  word-break: break-word !important;
  background: transparent !important;
  margin: 0 !important;
}

table tr:nth-of-type(2n+1) {
  background: #F2F2F2;
}

table tr:nth-of-type(2n) {
  background: #FFFFFF;
}

@media(max-width: 500px) {
  table.scroll-table {
    display: block;
    overflow-x: auto;
  }

  table.scroll-table tbody {
    display: block;
    width: 100%;
    min-width: 800px;
  }
}

img {
  max-width: 100%;
  border: 0;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*address,caption,cite,code,dfn,em,th,var,strong,i{font-style:normal;font-weight:normal}*/
q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0
}

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

a p.title:hover,
a .more:hover {
  text-decoration: underline;
}

:focus {
  outline: 0;
}

pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}


/*定位*/
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hide {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile {
  display: none !important;
}

/* 20211119 */
.content table tr:nth-of-type(2n + 1) {
  background: #F5F5F5;
}

.v_news_content p {

}

.v_news_content img {
  padding-bottom: 10px,
}

.vsbcontent_img {
  padding-bottom: 10px;
  text-align: center;
}

.hoverBorder {
  position: relative;
}

.hoverBorder::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 0%;
  background-color: #000;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: width .5s;
}

.hoverBorder:hover::before {
  width: 100%;
}

@media (max-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        justify-content: left;
        margin-left: 1em;
    }
}