.sort-wrap {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  padding: 0 20px !important;
  box-sizing: border-box;
  position: relative;
  font-size: 0;
  margin: 20px 0;
  overflow: hidden;
}
.sort-wrap li {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px !important;
  position: relative;
}
.sort-wrap li.active a {
  color: #178fff;
}
.sort-wrap li a {
  color: #404040;
  display: inline-block;
}
.sort-wrap li a:hover {
  color: #178fff;
}
.sort-wrap li:after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  top: 17px;
  right: 0;
  margin-left: 20px;
}
.sort-wrap li:last-child:after {
  width: 0;
}
.card {
  background: #fff;
  padding: 40px;
  width: 880px;
  margin-bottom: 20px;
  position: relative;
}
.card-shadow:hover {
  /*box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.15);*/
  box-shadow: 0 0 15px 1px rgba(0, 39, 111, 0.09);
}
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  display: block;
  line-height: 19px;
}
.card-author {
  padding: 20px 0 16px 0;
}
.card-author__head {
  width: 20px;
  height: 20px;
  font-size: 0;
  float: left;
  border-radius: 12px;
}
.card-author__name {
  color: #404040;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.card-author__dep {
  color: #b2b2b2;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  float: left;
}
.card-wait {
  padding-bottom: 0 !important;
}
.card-content {
  margin-bottom: 16px;
  cursor: pointer;
  display: block;
}
.card-content__cover {
  width: 200px;
  height: 100px;
  position: relative;
  float: left;
  margin-right: 18px;
  border-radius: 4px;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.card-content__inner {
  overflow: hidden;
  font-size: 0;
}
.card-content__inner img {
  width: 200px;
  height: 100px;
}
.card-content__rich {
  overflow: hidden;
  max-height: 100px;
  position: relative;
  word-break: break-all;
}
.card-content__text {
  font-size: 14px;
  line-height: 1.67;
}
/*.card-content__text span{*/
  /*display:inline-block;*/
  /*!*width: 582px;*!*/
/*}*/
.card-action {
  line-height: 16px;
}
.card-action__source {
  /*line-height: 12px;*/
}
.card-action__source span {
  font-size: 12px;
  color: #b2b2b2;
}
.card-action__source a {
  font-size: 12px;
  color: #697a9c;
  display: inline-block;
  line-height: 12px;
}
.card-action__operate {
  font-size: 0;
  height: 16px;
}
.card-action__operate div {
  display: inline-block;
  font-size: 0;
  margin-left: 20px;
  height: 16px;
  color: #b2b2b2;
  padding-left: 22px;
}
.card-action__operate div:first-child {
  position: absolute;
  bottom: 38px;
  right: 104px;
}
.card-action__operate div:last-child {
  position: absolute;
  bottom: 38px;
  right: 40px;
}
.card-action__operate div span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}
.card-action__operate div i {
  font-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  /*position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;*/
  vertical-align: -2px;
  margin-right: 4px;
}
.card-action__operate div .icon-pinglun-xian{
  /*margin-top: -13px !important;*/
}
.card-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
  font-size: 14px;
}
.card-more:hover {
  color: #404040;
}
/*轮播图*/
.index-focus {
  position: relative;
  height: 280px;
  background: #000;
  overflow: hidden;
  margin-bottom: 20px;
}
.focus-carousel .item img {
  width: 100%;
  height: 280px;
}
.container-left {
  position: absolute;
  overflow: hidden;
}
.item-opacity {
  /*display: none;*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-left {
  float: left;
  width: 100%;
}
.focus-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.focus-slide a {
  display: block;
  height: 100%;
}
.slide-dot {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}
.slide-dot span {
  background: transparent;
  opacity: 0.8;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: bottom;
  background-color: #92adc1;
  cursor: pointer;
}
.slide-dot span.on {
  background: #fff;
}
.slide-btn {
  width: 24px;
  height: 40px;
  background-color: #404040;
  opacity: .2;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  cursor: pointer;
}
.left-btn {
  left: 10px;
}
.right-btn {
  right: 10px;
}
.slide-left,
.slide-right {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  text-align: center;
  margin-top: -8px;
  margin-left: -5px;
  transition: all 300ms ease;
  background: url("../../Image/arraw.png") no-repeat;
  width: 10px;
  height: 15px;
}
.slide-left {
  left: 10px;
}
.slide-right {
  background-position: -11px 0;
  right: 10px;
}
.am-slider-default .am-control-nav {
  bottom: 15px;
}
.am-slider-default .am-control-nav li a {
  background-color: #b3c6d7;
  box-shadow: none;
}
.am-slider-default .am-control-nav li a:hover {
  background-color: #b3c6d7;
}
.am-slider-default .am-control-nav li a.am-active {
  background-color: #fff;
}
.am-slider-default .am-direction-nav a.am-prev:before {
  font-family: "iconfont";
  content: '\e697';
  color: #fff;
  font-weight: bold;
}
.am-slider-default .am-direction-nav a.am-next:before {
  font-family: "iconfont";
  content: '\e6a7';
  color: #fff;
  font-weight: bold;
}
.vj-container {
  padding-top: 30px;
}
.vj-container .swiper {
  position: relative;
}
.vj-container .swiper .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vj-container .swiper .slider .slides {
  margin-top: 0;
  padding-left: 0;
  width: 400%;
  height: 100%;
}
.vj-container .swiper .slider .slides li {
  float: left;
  list-style: none;
}
.vj-container .swiper .control-nav {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -100px;
  width: 200px;
  height: 100px;
}
.vj-container .swiper .control-nav li {
  float: left;
  margin-left: 20px;
  height: 30px;
  width: 30px;
  list-style: none;
  border-radius: 50%;
  text-align: center;
  background: #fff;
}
.vj-container .swiper .control-nav li.active {
  background: #ccc;
}