html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}


@font-face {
  /* font-family: 'Source Han Sans CN';
  src: url('/static/otf/SourceHanSansCN-Regular.otf') format('opentype'),
       url('/static/otf/SourceHanSansCN-Bold.otf') format('opentype2'); */
}

* {
  box-sizing: border-box;
  font-family: Source Han Sans CN, Source Han Sans CN;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline {
  display: inline-block;
  display: inline;
  zoom: 1;
}


.search-input-group {
  display: flex;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 50px;
}
.search-input-group .search-input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 0px solid #ffffff;
  font-size: 14px;
  outline: none;
  margin-bottom: 24px;
  padding: 2px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #ffffff;
}

.search-input-group .search-input .search-input-body {
  height: 50px;
  font-size: 20px;
  flex: 1;
}

.search-input-group .search-input .search-input-img1{
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/search-icon-news.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 20px;
  margin-right: 20px;
}

.search-input-group .search-btn {
  margin-left: 10px;
    width: 145px;
    height: 100%;
    background: #0f315a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    transform: all 0.3s;
}

.search-input-group .search-btn:hover {
  opacity: 0.8;
}


.view-more-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 144px;
  height: 47px;
  background: #204780;
  padding: 0 18px 0 26px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.view-more-btn:hover {
  transform: scale(1.04);
  opacity: 0.8;
}
.view-more-btn .view-more-btn-name {
  font-size: 16px;
  color: #ffffff;
}
.view-more-btn .view-more-btn-arrow {
  width: 16px;
  height: 11px;
}

.img_class {
  max-width: calc(100% - 40px);
}

.image-preview {
  cursor: pointer;
}
