@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000;
}

/*去除a标签下划线*/
a {
  text-decoration: none;
  color: #000;
}

/*去除未被访问的a标签的下划线*/
a:link {
  text-decoration: none;
  color: #000;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
  text-decoration: none;
  color: #000;
}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
  text-decoration: none;
  color: #000;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
  text-decoration: none;
  color: #000;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
  text-decoration: none;
  color: #000;
}

.container {
  -webkit-transform-origin: top;
          transform-origin: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  color: #000000;
}

.head {
  width: 1920px;
  height: 800px;
}

.head .head-bg {
  position: absolute;
  z-index: 0;
}

.head .logo {
  position: absolute;
  z-index: 9;
  margin-top: 76px;
  margin-left: 176px;
}

.whitebg {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
}

.subject-title {
  font-size: 26px;
  color: white;
  font-weight: bold;
  background-image: url("../images/titlebg.png");
  background-position: center;
  background-size: 100% 100%;
  min-width: 355px;
  height: 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 53px;
  text-align: center;
  padding: 0 50px;
  padding-top: 10px;
  box-sizing: border-box;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.more {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  width: 168px;
  height: 35px;
  border: 1px black solid;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 3px;
  text-decoration: none !important;
  color: #000;
}

.more > img {
  margin-left: 10px;
}

.more .b {
  display: block;
}

.more .w {
  display: none;
}

.more:hover {
  color: white;
  background-color: #c1142e;
  border: 1px solid white;
}

.more:hover .b {
  display: none;
}

.more:hover .w {
  display: block;
}

.module1 {
  width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module1 > div {
  width: 1300px;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 75px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module1 > div .arrow {
  position: absolute;
  margin-top: -72px;
  margin-left: -144px;
}

.module1 > div > .left {
  margin-top: 170px;
  width: 580px;
  line-height: 60px;
}

.module1 > div > .left > .title {
  color: #c1142e;
  font-size: 40px;
  font-weight: 900;
  width: 100%;
  text-align: left;
}

.module1 > div > .right {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.module1 > div > .right > .body {
  font-size: 20px;
  line-height: 50px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 840px;
  height: 645px;
  overflow-y: scroll;
}

.module1 > div > .right > .body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

.module1 > div > .right > .body::-webkit-scrollbar-track {
  background: white;
  border-radius: 2px;
}

.module1 > div > .right > .body::-webkit-scrollbar-thumb {
  background: #c1142e;
  border-radius: 2px;
}

.module1 > div > .right > .body::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.module1 > div > .right > .body::-webkit-scrollbar-corner {
  background: white;
}

.module1 > div > .right > .body > div {
  margin-bottom: 45px;
}

.module1 > div > .right > .body :last-child {
  margin-bottom: 0;
}

.module2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, white), color-stop(20%, #eeeeee), to(#eeeeee));
  background: linear-gradient(to bottom, white 0%, white 20%, #eeeeee 20%, #eeeeee 100%);
}

.module2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1300px;
}

.module2 > div .subject-title {
  margin-top: 78px;
  margin-bottom: 65px;
}

.module2 .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 130px;
}

.module2 .list > div {
  margin-bottom: 30px;
  width: 412px;
  min-height: 445px;
  height: 445px;
  max-height: 445px;
  background-color: #c1142e;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-top: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module2 .list > div > .line {
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  width: 33px;
  background-color: white;
  margin-top: 10px;
}

.module2 .list > div > .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  white-space: pre-wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.module2 .list > div > .items {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  overflow-y: scroll;
  width: 400px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module2 .list > div > .items::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}

.module2 .list > div > .items::-webkit-scrollbar-track {
  background: #c1142e;
  border-radius: 2px;
}

.module2 .list > div > .items::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 2px;
}

.module2 .list > div > .items::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.module2 .list > div > .items::-webkit-scrollbar-corner {
  background: #c1142e;
}

.module2 .list > div > .items .keyvalue {
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.module2 .list > div > .items .keyvalue:last-child {
  margin-bottom: 0;
}

.module2 .list > div > .items .keyvalue > div {
  text-align: left;
}

.module2 .list > div > .items .keyvalue > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 55px;
  min-width: 55px;
  margin-right: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.module2 .list > div > .items .item {
  white-space: pre-wrap;
  margin-bottom: 20px;
}

.module2 .list > div > .items .item:last-child {
  margin-bottom: 0;
}

.module3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920px;
}

.module3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
}

.module3 > div .subject-title {
  margin-top: 72px;
  margin-bottom: 72px;
}

.module3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.module3 .list .left {
  width: 782px;
  height: 460px;
  background-color: gainsboro;
  background-repeat: no-repeat;
  background-size: cover;
}

.module3 .list .left > div {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.module3 .list .right {
  width: 400px;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.module3 .list .right > div {
  width: 100%;
  background-color: gray;
  height: 225px;
  background-color: gainsboro;
  background-repeat: no-repeat;
  background-size: cover;
}

.module3 .list .right > div > div {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module3 .list .right > div > div .time {
  font-size: 18px;
  color: white;
}

.module3 .list .right > div > div .value {
  font-size: 24px;
  color: white;
}

.module3 .list .right > div #playBox2,
.module3 .list .right > div #playBox3 {
  padding: 20px;
}

.module3 .msg {
  margin-top: 20px;
  border-left: #c1142e 2px solid;
  width: 100%;
  color: #000;
  font-size: 26px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.module3 .msg .time {
  font-size: 18px;
  color: #d7d7d7;
}

.module3 .msg .value {
  color: #000;
}

.module3 .more-box {
  margin-top: 87px;
  margin-bottom: 54px;
}

.module4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920px;
  background-color: #eeeeee;
}

.module4 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module4 > div .subject-title {
  margin-top: 145px;
  margin-bottom: 20px;
}

.module4 > div .imgsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1456px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 512px;
}

.module4 > div .imgsBox .imgs {
  width: 1200px;
  height: 512px;
}

.module4 > div .imgsBox .imgs > .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1200px;
  height: 512px;
  overflow: hidden;
}

.module4 > div .imgsBox .leftbtn > img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.module4 > div .imgsBox .rightbtn,
.module4 > div .imgsBox .leftbtn {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  width: 90px;
  height: 90px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  cursor: pointer;
}

.module4 > div .imgsBox .rightbtn:hover,
.module4 > div .imgsBox .leftbtn:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.module4 > div #dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

.module4 > div #dots > div {
  width: 9px;
  height: 9px;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin: 30px 15px;
}

.module4 > div #dots > .active {
  background-color: #c1142e;
}

.module5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1920px;
}

.module5 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.module5 > div .subject-title {
  margin-top: 120px;
  margin-bottom: 50px;
}

.module5 > div .list {
  width: 1200px;
}

.module5 > div .list > div {
  height: 155px;
  width: 100%;
  background-color: #eeeeee;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.module5 > div .list > div:hover {
  background: #c1142e !important;
}

.module5 > div .list > div:hover .time {
  color: white;
}

.module5 > div .list > div:hover .msg {
  color: white;
}

.module5 > div .list > div:hover .msg a {
  color: white;
}

.module5 > div .list > div:active {
  background: #c1142e !important;
}

.module5 > div .list > div:active a {
  color: white;
}

.module5 > div .list > div .time {
  font-size: 20px;
  color: #adadad;
  line-height: 30px;
}

.module5 > div .list > div .msg {
  font-size: 22px;
  color: #000;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.module5 > div .list > div .msg a {
  color: #000;
}

.module5 > div .more-box {
  margin-top: 50px;
  margin-bottom: 70px;
}

.footer {
  width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eeeeee;
  height: 160px;
  color: #000;
  font-size: 13px;
  line-height: 26px;
}

.footer > div {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer > div .pic {
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer > div .pic > div {
  font-size: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer > div .pic img {
  width: 75px;
  height: 75px;
}

.footer > div .pic > div:first-child {
  margin-right: 30px;
}

.sitemap {
  width: 1920px;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sitemap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
}

.sitemap > div > div {
  margin-left: 10px;
}

.sitemap > div > div > a {
  font-weight: bold;
}

.sitemap > div > div > a:hover {
  color: #3d3d3d;
}

.v-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.v-box .v-title {
  font-size: 35px;
  font-weight: bold;
  margin-top: 150px;
  line-height: 90px;
}

.v-box .v-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-box .v-body .left {
  font-size: 45px;
  width: 145px;
  text-align: center;
}

.v-box .v-body .left > div:first-child {
  font-size: 22px;
  line-height: 35px;
}

.v-box .v-body .line {
  width: 2px;
  height: 640px;
  background-color: #696868;
  margin-right: 35px;
}

.v-box .v-body .right .video {
  width: 1030px;
  height: 585px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 5px;
}

.v-box .v-body .right .video .playMask {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
}

.v-box .v-body .right .video .playMask > img {
  cursor: pointer;
}

.v-box .v-body .right .video #mse {
  width: 100%;
  height: 100%;
  display: none;
}

.v-box .v-body .right .msg .title {
  font-size: 24px;
  line-height: 50px;
}

.v-box .v-body .right .msg .time {
  font-size: 18px;
  color: #2a2929;
  line-height: 40px;
}

.v-box .swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0;
  width: 1030px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.v-box .swap .leftbtn {
  width: 15px;
  height: 24px;
  background-image: url(../images/leftarrow.png);
  background-repeat: no-repeat;
  margin-right: 25px;
  cursor: pointer;
}

.v-box .swap .rightbtn {
  width: 15px;
  height: 24px;
  background-image: url(../images/rightarrow.png);
  background-repeat: no-repeat;
  margin-left: 25px;
  cursor: pointer;
}

.v-box .swap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 930px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.v-box .swap .items > div {
  height: 90px;
  width: 175px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid black;
}

.v-box .swap .items .active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.v-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.v-article .v-title {
  font-size: 35px;
  font-weight: bold;
  margin: 20px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
}

.v-article .v-title .left {
  width: 145px;
}

.v-article .v-title .right {
  width: 100%;
  text-align: center;
}

.v-article .v-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-article .v-body .left {
  font-size: 45px;
  width: 145px;
  text-align: center;
}

.v-article .v-body .left > div:first-child {
  font-size: 22px;
  line-height: 35px;
}

.v-article .v-body .line {
  width: 2px;
  height: 640px;
  background-color: #696868;
  margin-right: 35px;
}

.v-article .v-body .right {
  width: 1030px;
}

.v-article .v-body .right > p {
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  margin: 20px 0;
  text-indent: 2rem;
}

.v-article .v-body .right > p > img {
  width: 100%;
}

.v-list {
  width: 1250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.v-list .v-title {
  font-size: 35px;
  font-weight: bold;
  margin-top: 100px;
  line-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.v-list .v-title .left {
  width: 145px;
}

.v-list .v-title .right {
  width: 100%;
  text-align: center;
}

.v-list .items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.v-list .items .item {
  margin-bottom: 40px;
  width: 395px;
  height: 408px;
  font-size: 20px;
  border: 1px solid #636262;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.v-list .items .item .img-box {
  height: 240px;
  width: 395px;
  overflow: hidden;
}

.v-list .items .item .img-box .img {
  height: 240px;
  width: 395px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.v-list .items .item .img-box .img:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.v-list .items .item .body {
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.v-list .items .item .morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #adadad;
}

.v-list .items .item .morebtn > img {
  width: 12px;
  height: 10px;
}

.v-list .items .item .morebtn:hover {
  color: rgba(0, 0, 0, 0.5);
}

.v-list .items .item .morebtn:hover > img {
  opacity: 0.5;
}
/*# sourceMappingURL=site.css.map */