﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
html,
body {
  background-color: #f8f8f8;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}
.guide {
  display: block;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -60px;
}
.main {
  width: 1200px;
  margin: -50px auto 0 auto;
  padding: 30px 0 20px 0;
  background-color: #fff;
}
.main .title {
  width: 438px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  background-image: linear-gradient(to right, #327ae1, #30c7ed);
  border-radius: 0 70px 70px 0;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 60px;
  font-weight: bolder;
}
.main .search {
  width: 756px;
  margin: 40px auto;
  overflow: hidden;
}
.main .search input {
  float: left;
  width: 84%;
  height: 50px;
  outline: none;
  border: 1px solid #31a0e7;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 2px 0 0 2px;
  font-size: 18px;
}
.main .search button {
  float: right;
  width: 16%;
  height: 50px;
  background-color: #318ce4;
  border-radius: 2px;
  color: #fff;
  border-style: none;
  outline: none;
  font-size: 18px;
}
.main .tab-header {
  clear: both;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.main .tab-header img {
  display: block;
  float: left;
  margin-top: 15px;
}
.main .tab-header ul {
  float: left;
  font-size: 30px;
  font-weight: bolder;
}
.main .tab-header ul > li {
  float: left;
}
.main .tab-header ul > li:first-child {
  margin: 0 38px 0 27px;
}
.main .tab-header ul > li:first-child + li {
  margin: 0 27px 0 0;
}
.main .tab-header ul > li.active {
  border-bottom: 4px solid #318ce4;
  border-radius: 2px;
}
.main .tab-header ul > li:hover {
  cursor: pointer;
}
.main .tab-content {
  clear: both;
}
.main .tab-content ul {
  display: none;
  width: 96%;
  overflow: hidden;
  margin: 20px auto;
}
.main .tab-content ul > li {
  float: left;
  width: 23%;
  margin: 15px 1%;
  background-color: #f3f8ff;
  text-align: center;
  padding: 25px 0;
  font-size: 20px;
  border-radius: 4px;
}
.main .tab-content ul > li > a {
  color: #000;
}
.main .tab-content ul > li.tab-active {
  background-color: #318ce4;
}
.main .tab-content ul > li.tab-active > a {
  color: #fff;
}
.main .tab-content ul.cur {
  display: block;
}
.main .list {
  width: 94%;
  margin: 20px auto;
}
.main .list .list-title {
  font-size: 24px;
  color: #318ce4;
  font-weight: bolder;
}
.main .list > ul {
  width: 100%;
}
.main .list > ul > li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.main .list > ul > li > a {
  color: #333;
}
.main .list > ul > li > a > div {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.main .list > ul > li > a > p {
  width: 100%;
  font-size: 16px;
}
.main .pagination {
  width: 100%;
  text-align: center;
  margin: 40px auto;
}
.main .try {
  width: 94%;
  margin: 20px auto;
}
.main .try img {
  width: 100%;
  margin: 15px 0 20px 0;
}
.main .policy .policy-title {
  margin: 20px 3%;
  font-size: 24px;
  color: #318ce4;
  font-weight: bolder;
  padding-left: 20px;
  border-left: 5px solid #318ce4;
}
.main .policy > ul {
  width: 96%;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.main .policy > ul > li {
  float: left;
  width: 23%;
  margin: 15px 1%;
}
.main .policy > ul > li img {
  width: 100%;
}
.main .article-content {
  padding: 50px 0;
  margin: 0 20px;
}
.main .article-content .bread a {
  color: #000000;
  padding: 0 5px;
}
.main .article-content .content {
  margin-top: 30px;
}
.main .article-content .content .content-title {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 60px;
}
.main .article-content .content p.desc {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.main .article-content .content p.desc > span {
  padding: 0 20px;
}
.main .article-content .content .article-content {
  margin: 0 50px;
}
