.banner {
  margin-top: 25px;
  text-align: center;
}
.center {
  width: 1200px;
  margin: auto;
}
.head {
  background-color: #eee;
  height: 40px;
  box-shadow: 0 3px 10px #dddddd;
}
.head .center {
  color: #969696;
  font-size: 14px;
  background-color: #eee;
  height: 100%;
}
.head .center .tip-text {
  float: left;
  width: 50%;
}
.head .center .label-text {
  float: right;
}
.head .center .label-text a {
  margin-left: 25px;
  color: #969696;
  font-size: 14px;
}
.head .center .label-text a:hover {
  color: #ffc24a;
}
.logo {
  height: 95px;
  line-height: 125px;
}
.logo .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.logo .center .logo-pic img {
  width: 220px;
}
.logo .center .tip {
  margin-left: 25px;
}
.logo .center .tip img {
  width: 150px;
  margin-top: 5px;
}
.nav {
  background-color: #206a5d;
}
.nav .center {
  background-color: #206a5d;
}
.nav .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .center ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 105px;
  height: 45px;
}
.nav .center ul li a {
  font-size: 18px;
  color: #ffffff;
}
.nav .center ul .on {
  background-color: #189a83;
}
.nav .center ul li:hover {
  background-color: #189a83;
}
.recommend .center .software a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.recommend .center .software img {
  width: 55px;
  height: 55px;
  border-radius: 15px;
}
.recommend .center .software p {
  width: 100%;
  margin-top: 5px;
  color: #535353;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.recommend .center .software:first-of-type {
  margin-left: 0;
}
.recommend .center .software:hover a p {
  color: #ffc24a;
}
.content-all .lable-nav .lable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-all .lable-nav .lable img {
  margin-right: 15px;
}
.content-all .lable-nav .lable a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
  font-size: 14px;
}
.content-all .lable-nav .lable a:hover {
  color: #ffc24a;
}
.content-all .lable-nav .lable span:last-of-type {
  display: none;
}
.content-all .lable-nav .lable span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #dddddd;
  font-size: 14px;
  margin: 0 15px;
}
.content-all .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.content-all .main .silde-left {
  width: 390px;
}
.content-all .main .silde-left .swiper-container {
  width: 100%;
  height: 290px;
}
.content-all .main .silde-left .swiper-container .swiper-slide {
  position: relative;
}
.content-all .main .silde-left .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.content-all .main .silde-left .swiper-container .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 90%;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5%;
  color: #ffffff;
  font-size: 16px;
}
.content-all .main .silde-left .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  bottom: 0;
  background-color: #000000;
}
.content-all .main .silde-left .swiper-container .swiper-pagination span {
  flex: 1;
  border-radius: 0;
  margin: 0;
}
.content-all .main .silde-left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #206a5d;
}
.content-all .main .silde-left .journalism {
  margin-top: 20px;
}
.content-all .main .silde-left .journalism .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-all .main .silde-left .journalism .list ul li {
  margin: 15px 0;
  width: 185px;
}
.content-all .main .silde-left .journalism .list ul li img {
  width: 185px;
  height: 100px;
}
.content-all .main .silde-left .journalism .list ul li p {
  font-size: 14px;
  color: #535353;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .main .silde-center {
  width: 480px;
}
.content-all .main .silde-center .tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 20px 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.content-all .main .silde-center .tab ul li {
  color: #999;
  font-size: 18px;
  cursor: pointer;
}
.content-all .main .silde-center .tab ul li.on span {
  position: relative;
  color: #535353;
}
.content-all .main .silde-center .tab ul li.on span:after {
  content: "";
  position: absolute;
  left: -15%;
  bottom: -15px;
  width: 130%;
  height: 3px;
  background-color: #206a5d;
}
.content-all .main .silde-center .tab-list {
  display: none;
}
.content-all .main .silde-center .tab-list .list-text {
  margin-top: 15px;
}
.content-all .main .silde-center .tab-list .list-text .one-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .main .silde-center .tab-list .list-text .one-text .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 40px;
}
.content-all .main .silde-center .tab-list .list-text .one-text .pic img {
  width: 30px;
}
.content-all .main .silde-center .tab-list .list-text .one-text .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 70px;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  background-color: #206a5d;
}
.content-all .main .silde-center .tab-list .list-text .one-text p {
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 40px;
  padding-right: 10px;
}
.content-all .main .silde-center .tab-list .list-text .one-text p a {
  display: block;
  color: #206a5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.content-all .main .silde-center .tab-list .list-text .one-text p:hover a {
  color: #ffc24a;
}
.content-all .main .silde-center .tab-list .list-text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  margin: 10px 0;
}
.content-all .main .silde-center .tab-list .list-text ul li:after {
  position: absolute;
  content: "";
  left: 11px;
  top: 8px;
  width: 5px;
  height: 5px;
  border: 1px solid #dddddd;
  border-radius: 50%;
}
.content-all .main .silde-center .tab-list .list-text ul li .column-tip {
  max-width: 98px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .main .silde-center .tab-list .list-text ul li .column-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
}
.content-all .main .silde-center .tab-list .list-text ul li .column-text span.text {
  width: 390px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .main .silde-center .tab-list .list-text ul li .column-text .time {
  width: 55px;
  text-align: right;
}
.content-all .main .silde-center .tab-list .list-text ul li .column-text .font-color {
  color: red;
}
.content-all .main .silde-center .tab-list .list-text ul li a:hover {
  color: #ffc24a;
}
.content-all .main .silde-center .tab-list .list-text ul li .column-tip:hover span {
  color: #999999;
}
.content-all .main .silde-center .tab-list .list-text:last-of-type .one-text p a {
  color: #81b214;
}
.content-all .main .silde-center .tab-list .list-text:last-of-type .one-text .btn {
  background-color: #81b214;
}
.content-all .main .silde-center .tab-list .list-text:last-of-type .one-text a:hover {
  color: #ffc24a;
}
.content-all .main .silde-center .active {
  display: block;
}
.content-all .main .silde-right {
  width: 275px;
}
.content-all .main .silde-right ul li {
  border-bottom: 1px dashed #dddddd;
}
.content-all .main .silde-right ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .main .silde-right ul li a .pic {
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .main .silde-right ul li a .pic img {
  width: 100%;
  height: 60px;
  border: 1px solid #eeeeee;
}
.content-all .main .silde-right ul li a .text {
  font-size: 14px;
  color: #999999;
  margin-left: 15px;
}
.content-all .main .silde-right ul li a .text p {
  margin: 17px 0;
}
.content-all .main .silde-right ul li a .text p:first-of-type {
  color: #535353;
}
.content-all .main .silde-right ul li:last-of-type {
  border-bottom: none;
}
.content-all .main .silde-right ul li:hover a p.brand {
  color: #ffc24a;
}
.content-all .necessary {
  margin: 25px 0 40px 0;
}
.content-all .necessary .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .necessary .tab .page {
  flex: 1;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .necessary .tab .page .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 80px;
  height: 100%;
  padding-left: 40px;
  font-size: 18px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.content-all .necessary .tab .page .right {
  width: 280px;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-all .necessary .tab .page .right a {
  color: #ffffff;
  font-size: 14px;
  padding: 3px 8px;
  border: 1px solid #ffffff;
  margin: 5px;
  border-radius: 5px;
}
.content-all .necessary .tab .page-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .necessary .tab .tab-1 {
  position: relative;
  background-color: #2abff6;
}
.content-all .necessary .tab .tab-1 .page-content {
  position: relative;
}
.content-all .necessary .tab .tab-1 .page-content:before {
  border-top: 13px solid #2abff6;
}
.content-all .necessary .tab .tab-1 .left img {
  margin-top: 15px;
  width: 35px;
}
.content-all .necessary .tab .tab-1:after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "";
  width: 42px;
  height: 100%;
  background: url(../img/icon_10.png) no-repeat -67px -4px;
  background-size: auto 120px;
  z-index: 1;
}
.content-all .necessary .tab .tab-1:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
  width: 54px;
  height: 100%;
  background: url(../img/icon_10.png) no-repeat -10px -4px;
  background-size: auto 120px;
  z-index: 0;
}
.content-all .necessary .tab .tab-2 {
  position: relative;
  background-color: #39c88a;
}
.content-all .necessary .tab .tab-2 .page-content {
  position: relative;
}
.content-all .necessary .tab .tab-2 .page-content:before {
  border-top: 13px solid #39c88a;
}
.content-all .necessary .tab .tab-2 .left img {
  margin-top: 15px;
  width: 27px;
}
.content-all .necessary .tab .tab-2:before {
  position: absolute;
  right: -25px;
  top: 0;
  content: "";
  width: 42px;
  height: 100%;
  background: url(../img/icon_10.png) no-repeat -112px -4px;
  background-size: auto 120px;
  z-index: 1;
}
.content-all .necessary .tab .tab-3 {
  position: relative;
  background-color: #00d9bc;
}
.content-all .necessary .tab .tab-3 .page-content {
  position: relative;
}
.content-all .necessary .tab .tab-3 .page-content:before {
  border-top: 13px solid #00d9bc;
}
.content-all .necessary .tab .tab-3 .left img {
  margin-top: 15px;
  width: 27px;
}
.content-all .necessary .tab .tab-3:after {
  position: absolute;
  right: -5px;
  top: 0;
  content: "";
  width: 42px;
  height: 100%;
  background: url(../img/icon_10.png) no-repeat -158px -4px;
  background-size: auto 120px;
  z-index: 0;
}
.content-all .necessary .tab .active {
  display: block;
}
.content-all .necessary .tab .active .page-content:before {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.content-all .necessary .tab-content {
  display: block;
  margin: 25px 0;
}
.content-all .necessary .tab-content .tab-list {
  display: none;
}
.content-all .necessary .tab-content .tab-list .list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left {
  width: 875px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title {
  margin: 0 10px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title h2 {
  padding-left: 15px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title h2 a {
  position: relative;
  color: #535353;
  font-size: 18px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul {
  width: 100%;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li {
  width: 155px;
  margin-top: 19px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  color: #535353;
  width: 100%;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li a img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 5px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li:hover a {
  color: #ffc24a;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 {
  margin-bottom: 30px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(1) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #fcd68b;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(2) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #6cdafd;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(3) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #82e29b;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(4) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #007aff;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(5) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #ffc24a;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(1) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #8209e9;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(2) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #069bc0;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(3) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #82e29b;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(4) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #ed12fb;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(5) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #c02906;
}
.content-all .necessary .tab-content .active {
  display: block;
}
.content-all .necessary .ranking-right {
  margin-top: 0;
}
.content-all .column-system {
  margin: 0px 0 30px 0;
}
.content-all .column-system .tab-content .flex .tab-left {
  position: relative;
  width: 890px;
}
.content-all .column-system .tab-content .flex .tab-left .more {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 16px;
  color: #999999;
}
.content-all .column-system .tab-content .flex .tab-left .more:hover {
  color: #ffc24a;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 15px 0;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list img.text-left {
  width: 168px;
  height: 128px;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list .text-right {
  width: 255px;
  margin-left: 20px;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list .text-right p {
  color: #999999;
  font-size: 12px;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list .text-right p.tip-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list .text-right p.title {
  color: #535353;
  font-size: 16px;
  height: 55px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 5px;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list .text-right .time {
  margin: 20px 0;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list .text-right .time span {
  margin-left: 15px;
}
.content-all .column-system .tab-content .flex .tab-left .tab-list .list:hover p.title {
  color: #ffc24a;
}
.content-all .column-system .tab-content .flex .tab-left .on {
  display: block;
}
.content-all .column-app {
  margin: 30px 0;
}
.content-all .column-app .tab-content .tab-left {
  width: 890px;
}
.content-all .column-app .tab-content .tab-left .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-all .column-app .tab-content .tab-left .tab-list .list {
  width: 16%;
  margin: 15px 0;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a {
  color: #535353;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a img {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px auto;
  border-radius: 20%;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a p {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a p.type {
  color: #999999;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a P.name:hover {
  color: #ffc24a;
}
.content-all .column-news {
  margin: 30px 0;
}
.content-all .column-news .tab-content .tab-left {
  width: 890px;
}
.content-all .column-news .tab-content .tab-left .headlines a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 15px 0;
}
.content-all .column-news .tab-content .tab-left .headlines a img {
  width: 150px;
  height: 105px;
  margin-right: 15px;
}
.content-all .column-news .tab-content .tab-left .headlines a .text {
  width: 750px;
}
.content-all .column-news .tab-content .tab-left .headlines a .text .name {
  font-size: 16px;
  color: #535353;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-all .column-news .tab-content .tab-left .headlines a .text .introduction {
  color: #999999;
  font-size: 14px;
  margin-top: 15px;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-all .column-news .tab-content .tab-left .list-text {
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .tab-content .tab-left .list-text ul {
  width: 47%;
}
.content-all .column-news .tab-content .tab-left .list-text ul li {
  margin: 15px 0;
}
.content-all .column-news .tab-content .tab-left .list-text ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .column-news .tab-content .tab-left .list-text ul li a span.title {
  font-size: 14px;
  color: #535353;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-all .column-news .tab-content .tab-left .list-text ul li a span.time {
  font-size: 12px;
  color: #999999;
  width: 20%;
}
.content-all .column-news .tab-content .tab-left .list-text ul li:hover span.title {
  color: #ffc24a;
}
.content-all .column-news .tab-content .tab-left .list-text ul li:last-of-type {
  margin: 0;
}
.content-all .column-special {
  margin: 30px 0;
}
.content-all .column-special .column-title {
  width: 100%;
}
.content-all .column-special .tab-content .tab-left .list-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 15px 0;
  position: relative;
  height: 300px;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max {
  width: 590px;
  height: 300px;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max a img.big-picture {
  width: 590px;
  height: 300px;
  object-fit: cover;
}
.content-all .column-special .tab-content .tab-left .list-right .pic-max a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 550px;
  color: #ffffff;
  font-size: 24px;
  padding: 0 20px;
  line-height: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.content-all .column-special .tab-content .tab-left .tab-right {
  width: 590px;
  margin-left: 20px;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .tab-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 590px;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li {
  position: relative;
  width: 285px;
  height: 145px;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li img.small-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  color: #ffffff;
  font-size: 16px;
  padding: 0 2.5%;
  line-height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.content-all .column-special .tab-content .tab-left .tab-right ul li:nth-child(1) {
  margin-bottom: 10px;
}
.content-all .column-special .tab-content .tab-left .tab-right ul li:nth-child(2) {
  margin-bottom: 10px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ranking-right {
  width: 275px;
  margin-top: -40px;
}
.ranking-right .list a {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 18px 0;
}
.ranking-right .list a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #879299;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
}
.ranking-right .list a p.title {
  color: #535353;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking-right .list a .detailed-all {
  display: none;
}
.ranking-right .list a .detailed-all .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
}
.ranking-right .list a .detailed-all .pic img {
  width: 60px;
  height: 60px;
}
.ranking-right .list a .detailed-all .pic .text {
  margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
  font-size: 13px;
}
.ranking-right .list a .detailed-all .pic .text .score-1 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -55px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-2 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -40px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-3 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -27px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-4 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -15px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-5 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat 0px -14px;
}
.ranking-right .list a .detailed-all .pic .text .detailed {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f9be6f;
  margin-top: 10px;
  color: #f9be6f;
  border-radius: 5px;
}
.ranking-right .list a .detailed-all .pic .text .detailed:hover {
  background-color: #f9be6f;
  color: #ffffff;
}
.ranking-right .list a:nth-child(1) i {
  background-color: #fa4e57;
}
.ranking-right .list a:nth-child(2) i {
  background-color: #fa7a53;
}
.ranking-right .list a:nth-child(3) i {
  background-color: #fbc258;
}
.ranking-right .list a.on .detailed-all {
  display: block;
}
.ranking-right .list a:hover p.title {
  color: #ffc24a;
}
.title_h1 {
  font-size: 18px;
  color: #535353;
}
.title_h1 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #dddddd;
}
.title_h1 p span.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.title_h1 p span.right b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 25px;
  height: 25px;
  background-color: #999999;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.title_h1 p span.right b.active {
  background-color: #81b214;
}
.title_h1 span.left {
  position: relative;
  padding-bottom: 15px;
}
.title_h1 span.left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #206a5d;
}
.column-title {
  width: 890px;
}
.column-title h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.column-title .column-nav {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-title .column-nav .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 22px;
  font-size: 16px;
  color: #999999;
}
.column-title .column-nav .more:hover {
  color: #ffc24a;
}
.column-title .column-nav span {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  color: #999999;
  font-size: 16px;
}
.column-title .column-nav span.on {
  color: #535353;
}
.column-title .column-nav span.on:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #206a5d;
}
.tab-content {
  display: none;
}
.on {
  display: block;
}

/*友情链接*/
.content-all .column-cooperation {
  margin-bottom: 30px;
}
.content-all .column-cooperation .column-title {
  width: 100%;
}
.content-all .column-cooperation .column-title h2 {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  margin-bottom: 0;
  padding: 10px 15px;
}
.content-all .column-cooperation .cooperation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 25px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-cooperation .cooperation a {
  color: #535353;
  font-size: 14px;
  margin-right: 25px;
}