@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 100px;
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp._1 {
  -webkit-line-clamp: 1;
  max-height: 1.75em;
}

.clamp._2 {
  -webkit-line-clamp: 2;
  max-height: 3.5em;
}

.clamp._3 {
  -webkit-line-clamp: 3;
  max-height: 5.25em;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #172d8d;
}

.goto a::after {
  content: '>';
  display: inline-block;
  font-family: '宋体';
  margin-left: .5em;
  line-height: inherit;
  font-size: inherit;
}

input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: flex;
  max-width: 1600px;
}

@media (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

.root {
  margin: 0;
  padding: 0;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.column ._head {
  display: flex;
  flex: none;
  align-items: center;
}

.column ._name, .column .goto {
  flex: none;
}

.column._left {
  width: 60%;
  flex: none;
}

._head ._line {
  flex: 1;
  height: 11px;
  margin: 0 1.5em;
  background: url(../images/line.png) repeat-x left center;
}

._head .iconfont {
  font-size: 4.5em;
  margin-right: 12px;
  color: #172d8d;
}

._head ._name {
  line-height: 1;
}

._head ._name ._cn {
  font-size: 2.125em;
}

._head ._name ._en {
  font-size: 1.125em;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

._head .goto {
  padding: .4em 1.2em;
  border: 1px solid #172d8d;
  color: #172d8d;
}

._head .goto a {
  color: #172d8d;
}

._head .goto:hover {
  background: #172d8d;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

._head .goto:hover > a {
  color: white;
}

._left {
  margin-right: 5%;
}

time {
  font-size: .875em;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.row {
  padding: 2% 0;
}

.row._first {
  padding-bottom: 5%;
}

.row._second {
  background: white;
}

.row._third {
  position: relative;
}

.row._third::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 15%;
  background: white;
  z-index: -1;
}

footer {
  padding-top: 3%;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.pic:hover img {
  width: 110%;
  height: 110%;
  object-fit: cover;
}
