.content-all .column {
  margin-top: 30px;
}
.content-all .banner {
  position: relative;
  height: 340px;
  background: url("../img/banner2.png") no-repeat center top;
  background-size: 100% auto;
  margin-top: 25px;
}
.content-all .banner .btn-all {
  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: absolute;
  top: 200px;
  left: 150px;
}
.content-all .banner .btn-all 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;
  transition: 0.5s;
}
.content-all .banner .btn-all a:first-of-type {
  margin-right: 25px;
}
.content-all .banner .btn-all a .down-all {
  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;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #326598;
  color: #ffffff;
  width: 130px;
  height: 40px;
}
.content-all .banner .btn-all a .down-all span {
  font-size: 14px;
  margin-left: 5px;
}
.content-all .banner .btn-all a .down-all img.liji {
  width: 20px;
}
.content-all .banner .btn-all a .down-all img.xunlei {
  width: 25px;
}
.content-all .banner .btn-all a.teaching {
  color: #ffffff;
}
.content-all .banner .btn-all a.teaching:hover {
  color: #fe8919;
  text-decoration: underline;
}
.content-all .banner .tip {
  position: absolute;
  top: 270px;
  left: 150px;
  color: #ffffff;
  font-size: 14px;
}
.content-all .column-system .column-title {
  width: 100%;
}
.content-all .column-system .column-title .column-nav {
  width: 1168px;
}
.content-all .column-system .download-type {
  padding: 25px 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-system .download-type 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 15px;
}
.content-all .column-system .download-type ul li {
  width: 280px;
  background-color: #F6F6F6;
}
.content-all .column-system .download-type ul li .pic {
  display: block;
  width: 100%;
  height: 180px;
}
.content-all .column-system .download-type ul li .pic img {
  width: 100%;
  height: 100%;
}
.content-all .column-system .download-type ul li .text {
  padding: 15px 20px;
}
.content-all .column-system .download-type ul li .text .title_text a {
  font-size: 15px;
  color: #535353;
}
.content-all .column-system .download-type ul li .text .title_text a:hover {
  color: #358ff0;
}
.content-all .column-system .download-type ul li .text .time {
  font-size: 12px;
  color: #b2b2b2;
  margin: 15px 0;
}
.content-all .column-system .download-type ul li .text .time span:last-of-type {
  margin-left: 15px;
}
.content-all .column-system .download-type ul li .text .download {
  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-bottom: 20px;
}
.content-all .column-system .download-type ul li .text .download a {
  transition: 0.5s;
  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: 46.5%;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 14px;
}
.content-all .column-system .download-type ul li .text .download a:last-of-type {
  border: 1px solid #9A9A9A;
  color: gray;
}
.content-all .column-system .download-type ul li .text .download a:last-of-type:hover {
  background-color: #F9A123;
  border: 1px solid #F9A123;
  color: #ffffff;
}
.content-all .column-system .download-type ul li .text .download a:first-of-type {
  color: #358ff0;
  border: 1px solid #358ff0;
}
.content-all .column-system .download-type ul li .text .download a:first-of-type:hover {
  background-color: #358ff0;
  border: 1px solid #358ff0;
  color: #ffffff;
}
.content-all .column-brand .column-title {
  width: 100%;
}
.content-all .column-brand .column-title .column-nav {
  width: 1168px;
}
.content-all .column-brand .download-type {
  padding: 25px 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-brand .download-type 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;
  padding: 0 15px;
}
.content-all .column-brand .download-type 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;
  width: 48.8%;
  height: 180px;
  background-color: #F6F6F6;
  margin: 10px 0;
}
.content-all .column-brand .download-type ul li .pic {
  display: block;
  height: 100%;
}
.content-all .column-brand .download-type ul li .pic img {
  width: 275px;
  height: 180px;
}
.content-all .column-brand .download-type ul li .text {
  padding: 0px 30px;
  width: 100%;
}
.content-all .column-brand .download-type ul li .text .title_text a {
  display: block;
  font-size: 15px;
  color: #535353;
  margin-top: 20px;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content-all .column-brand .download-type ul li .text .title_text a:hover {
  color: #358ff0;
}
.content-all .column-brand .download-type ul li .text .time {
  font-size: 12px;
  color: #b2b2b2;
  margin: 25px 0;
}
.content-all .column-brand .download-type ul li .text .time span:last-of-type {
  margin-left: 15px;
}
.content-all .column-brand .download-type ul li .text .download {
  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-bottom: 20px;
}
.content-all .column-brand .download-type ul li .text .download a {
  transition: 0.5s;
  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: 46.5%;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 14px;
}
.content-all .column-brand .download-type ul li .text .download a:last-of-type {
  border: 1px solid #9A9A9A;
  color: gray;
}
.content-all .column-brand .download-type ul li .text .download a:last-of-type:hover {
  background-color: #F9A123;
  border: 1px solid #F9A123;
  color: #ffffff;
}
.content-all .column-brand .download-type ul li .text .download a:first-of-type {
  color: #358ff0;
  border: 1px solid #358ff0;
}
.content-all .column-brand .download-type ul li .text .download a:first-of-type:hover {
  background-color: #358ff0;
  border: 1px solid #358ff0;
  color: #ffffff;
}
.content-all .column-app {
  margin: 30px 0;
}
.content-all .column-app .tab-all {
  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 .column-app .tab-content .tab-top {
  margin-bottom: 15px;
}
.content-all .column-app .tab-content .tab-top 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: 100%;
  height: 100%;
}
.content-all .column-app .tab-content .tab-top ul:last-of-type {
  margin: 15px 0;
}
.content-all .column-app .tab-content .tab-top ul li a {
  position: relative;
  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: 110px;
  overflow: hidden;
}
.content-all .column-app .tab-content .tab-top ul li a img {
  width: 55px;
  height: 55px;
}
.content-all .column-app .tab-content .tab-top ul li a p {
  width: 90%;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  background-color: #000000;
  padding: 0 5%;
}
.content-all .column-app .tab-content .tab-left {
  width: 858px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.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: 47%;
  margin: 7px 0;
  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 .column-app .tab-content .tab-left .tab-list .list a {
  font-size: 14px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.type {
  color: #999999;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title {
  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;
  width: 80%;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name {
  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 .column-app .tab-content .tab-left .tab-list .list a.title .name i {
  margin: 0 15px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name b {
  font-weight: normal;
  width: 245px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title span.active {
  color: red;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.type:hover,
.content-all .column-app .tab-content .tab-left .tab-list .list a.title:hover b {
  color: #ffc24a;
}
.content-all .column-news {
  margin: 30px 0;
}
.content-all .column-news .tab-all {
  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 .column-news .tab-left {
  width: 858px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
.content-all .column-news .tab-left .tab-content .pic-text {
  width: 274px;
}
.content-all .column-news .tab-left .tab-content .pic-text a {
  position: relative;
  display: block;
  width: 100%;
  height: 203px;
}
.content-all .column-news .tab-left .tab-content .pic-text a img {
  width: 100%;
  height: 100%;
}
.content-all .column-news .tab-left .tab-content .pic-text a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 84%;
  line-height: 40px;
  padding: 0 8%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-all .column-news .tab-left .tab-content .pic-text a:first-of-type {
  margin-bottom: 15px;
}
.content-all .column-news .tab-left .tab-content .text_news {
  width: 560px;
}
.content-all .column-news .tab-left .tab-content .text_news .topping {
  padding-bottom: 15px;
  border-bottom: 1px dotted #999999;
}
.content-all .column-news .tab-left .tab-content .text_news .topping h2 {
  font-weight: normal;
  font-size: 18px;
  color: #535353;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-news .tab-left .tab-content .text_news .topping p.introduction {
  text-indent: 24px;
  color: #999;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 15px ;
}
.content-all .column-news .tab-left .tab-content .text_news ul {
  width: 100%;
  height: 100%;
  margin-top: 15px;
}
.content-all .column-news .tab-left .tab-content .text_news ul li {
  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;
  padding-left: 15px;
  margin-top: 13px;
}
.content-all .column-news .tab-left .tab-content .text_news ul li:first-of-type {
  margin-top: 0;
}
.content-all .column-news .tab-left .tab-content .text_news ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 50%;
}
.content-all .column-news .tab-left .tab-content .text_news ul li a {
  color: #535353;
  font-size: 14px;
  width: 470px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-all .column-news .tab-left .tab-content .text_news ul li a:hover {
  color: #1b76d8;
}
.content-all .column-news .tab-left .tab-content .text_news ul li span {
  color: #535353;
  font-size: 13px;
}
.content-all .column-news .reload a {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  margin-top: 15px;
}
.content-all .column-news .reload a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-all .column-news .reload a .hierarchy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.content-all .column-news .reload a .hierarchy p.text-title {
  position: absolute;
  width: 130px;
  top: 10px;
  left: 10px;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-news .reload a .hierarchy .text-number {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  bottom: 5px;
  right: 5px;
  color: #ee4b19;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-1 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  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 .column-news .reload a .hierarchy .text-number .item-score-1:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 0px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-2 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  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 .column-news .reload a .hierarchy .text-number .item-score-2:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -15px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-3 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  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 .column-news .reload a .hierarchy .text-number .item-score-3:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -32px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-4 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  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 .column-news .reload a .hierarchy .text-number .item-score-4:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -49px;
  background-size: 85px auto;
}
.content-all .column-news .reload a .hierarchy .text-number .item-score-5 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 17px;
  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 .column-news .reload a .hierarchy .text-number .item-score-5:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 17px;
  background: url(../img/evaluate.png) no-repeat 0 -66px;
  background-size: 85px auto;
}
.content-all .column-special {
  margin: 30px 0;
}
.content-all .column-special .column-title {
  width: 100%;
}
.content-all .column-special .column-title .column-nav {
  width: 1168px;
}
.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;
}
.content-all .column-cooperation .column-title {
  width: 100%;
}
.content-all .column-cooperation .column-title h2 {
  padding: 10px 15px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  margin-bottom: 0;
}
.content-all .column-cooperation .column-title h2 span.right {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
.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 {
  font-size: 14px;
  color: #535353;
  margin-right: 25px;
}
.content-all .column-cooperation .cooperation a:hover {
  text-decoration: underline;
  color: #1b76d8;
}
.ranking-right {
  margin-top: -45px;
}
.column-app .column-title .column-nav span{
  margin-right: 7px;
}
