@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.xl_top {
  width: 100%;
  height: 560px;
  position: relative;
}
.xl_top img {
  width: 100%;
  height: 100%;
}
.xl_top .xl_banner {
  position: absolute;
  left: 320px;
  bottom: 60px;
}
.xl_top .xl_banner .xl_title {
  font-weight: 600;
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 30px;
}
.xl_top .xl_banner .xl_nav {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
}
.xl_top .xl_banner .xl_nav a {
  color: #ffffff;
  margin-right: 16px;
  margin-left: 16px;
}
.xl_navs {
  width: 100%;
  line-height: 76px;
  background: #ffffff;
  box-shadow: 0 0 36px 0 rgba(55, 107, 224, 0.2);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.xl_navs::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 10px;
  width: 5px;
}

.xl_navs::-webkit-scrollbar-thumb {
  background-color: #b3c0d1;
  height: 11px;
  border-radius: 15px;
}

.xl_navs li {
  padding: 0 16px;
  list-style: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
}
.xl_navs li a {
  color: #000000;
}
.xl_navs li a span {
  color: #000000;
}
.xl_navs .active {
  border-bottom: 4px solid #376be0;
}
.xl_navs .active a {
  color: #376be0;
}
.xl_navs .active a span {
  color: #376be0;
}
.xl_content {
  width: 1280px;
  margin: 0 auto;
}
.xl_content .xl_title {
  text-align: center;
  line-height: 90px;
  font-weight: bold;
  font-family: "Source Serif 4", "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
  font-size: 38px;
  margin-top: 52px;
  margin-bottom: 24px;
  color: #000000;
  border-bottom: 1px solid #efefef;
}
.xl_content .xl_title a {
  font-weight: bold;
  font-family: "Source Serif 4", "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
  font-size: 38px;
  color: #000000;
}
.xl_content .xl_content {
  padding-top: 36px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 40px;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.TRS_UEDITOR p, .TRS_UEDITOR span {
    font-size: 24px !important;
	line-height: 2.4em !important;
}
.TRS_UEDITOR p {
    padding-bottom: 10px !important;
}