/* 头部导航 */
.shortcut {
  position: relative;
  height: 60px;
  background-color: #3871e5;
}
.shortcut .loge {
  float: left;
  height: 60px;
  width: 150px;
  background-color: #fff;
  padding-left: 10px;
}
.shortcut .loge img {
  height: 34px;
  width: 135px;
  margin-top: 8px;
}
.shortcut .options {
  float: left;
  width: 710px;
  height: 60px;
  margin-left: 20px;
}
.shortcut .options li {
  float: left;
  margin-right: 18px;
  font-size: 18px;
  line-height: 30px;
}
.shortcut .options li a {
  color: #fff;
}
.shortcut .search {
  border: 1.5px solid #ccc;
  padding-left: 20px;
  background-color: #fff;
  margin-top: 10px;
  width: 260px;
  height: 35px;
}
.shortcut .search input {
  float: left;
  width: 200px;
  height: 35px;
}
.shortcut .search button {
  float: right;
  width: 45px;
  height: 35px;
  background: url(../img/search.png) no-repeat 10px 5px;
  background-size: 60%;
}
.focue-img {
  height: 380px;
}
.focue-img .focue {
  width: 550px;
}
.focue-img .focue .swiper-container {
  position: relative;
  width: 550px;
  height: 380px;
}
.focue-img .focue .swiper-container img {
  width: 100%;
  height: 100%;
}
.focue-img .focue .swiper-container p {
  height: 70px;
  float: left;
  text-align: left;
  color: #fff;
  line-height: 46px;
  padding-left: 20px;
  font-size: 20px;
}
.focue-img .focue .swiper-container-horizontal > .swiper-pagination-bullets,
.focue-img .focue .swiper-pagination-custom,
.focue-img .focue .swiper-pagination-fraction {
  bottom: 10px;
  width: 30%;
  left: 50%;
  margin-left: -75px;
}
.focue-img .focue .swiper-pagination-bullet {
  border-radius: 0px;
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.focue-img .focue .swiper-pagination-bullet-active {
  background-color: #fff;
}
.focue-img .img {
  height: 370px;
  float: right;
  width: 625px;
}
.focue-img .img .img-item {
  float: left;
  margin-bottom: 20px;
  width: 300px;
  height: 180px;
  position: relative;
}
.focue-img .img .img-item img {
  width: 300px;
  height: 180px;
}
.focue-img .img .img-item p {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}
.focue-img .img .img-item:nth-of-type(even) {
  margin-left: 20px;
}
.mian .mian-left {
  width: 830px;
}
.mian .mian-left .focue-img .focue {
  width: 550px;
}
.mian .mian-left .focue-img .focue .swiper-container {
  position: relative;
  width: 550px;
  height: 370px;
}
.mian .mian-left .focue-img .focue .swiper-container img {
  width: 100%;
  height: 100%;
}
.mian .mian-left .focue-img .focue .swiper-container p {
  height: 70px;
  float: left;
  text-align: left;
  color: #fff;
  line-height: 46px;
  padding-left: 20px;
  font-size: 20px;
}
.mian .mian-left .focue-img .focue .swiper-container-horizontal > .swiper-pagination-bullets,
.mian .mian-left .focue-img .focue .swiper-pagination-custom,
.mian .mian-left .focue-img .focue .swiper-pagination-fraction {
  bottom: 10px;
  width: 30%;
  left: 50%;
  margin-left: -75px;
}
.mian .mian-left .focue-img .focue .swiper-pagination-bullet {
  border-radius: 0px;
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mian .mian-left .focue-img .focue .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mian .mian-left .focue-img .img .img-item {
  width: 270px;
  height: 180px;
  position: relative;
}
.mian .mian-left .focue-img .img .img-item img {
  width: 270px;
  height: 180px;
}
.mian .mian-left .focue-img .img .img-item p {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}
.mian .mian-left .big-list {
  width: 830px;
}
.mian .mian-left .big-list .list-item {
  height: 160px;
  margin-bottom: 20px;
}
.mian .mian-left .big-list .list-item .list-img {
  width: 240px;
  overflow: hidden;
}
.mian .mian-left .big-list .list-item .list-img img {
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.mian .mian-left .big-list .list-item .list-text {
  width: 570px;
  height: 160px;
  position: relative;
}
.mian .mian-left .big-list .list-item .list-text h3 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian .mian-left .big-list .list-item .list-text p {
  font-size: 16px;
  text-indent: 1rem;
  color: #888;
  line-height: 20px;
  margin-top: 10px;
  text-align: justify;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 4;
  max-height: 90px;
}
.mian .mian-left .big-list .list-item .list-text span {
  position: absolute;
  bottom: 10px;
  float: left;
  color: #888;
}
.mian .mian-left .big-list .list-item .list-text span:nth-of-type(2) {
  right: 0;
}
.mian .mian-left .big-list .list-item:hover {
  border-bottom: 1px solid #eee;
}
.mian .mian-left .big-list .list-item:hover .list-img img {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.mian .mian-left .big-list .list-item:hover .list-text h3 {
  color: #3871e5;
}
.mian .mian-left .no-img .list-item .list-text {
  width: 830px !important;
}
.mian .mian-left .no-img .list-item .list-text p {
  margin: 20px 0;
}
.mian .mian-left .no-img .list-item .list-text span {
  position: initial;
  float: left;
}
.mian .mian-left .no-img .list-item .list-text span:nth-of-type(2) {
  float: right;
}
.mian .mian-left .main-title {
  margin: 20px 0;
}
.mian .mian-left .main-title h3 {
  font-size: 20px;
  float: left;
  padding-left: 10px;
  border-left: 4px solid #3871e5;
}
.mian .mian-left .main-title span {
  float: right;
  font-size: 16px;
  color: #666;
}
.mian .mian-left .focue-img-info .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 10px;
}
.mian .mian-left .focue-img-info .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 180px;
}
.mian .mian-left .focue-img-info .swiper-container .swiper-wrapper .swiper-slide p {
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.mian .mian-left .navigation {
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 16px;
  background-color: #f8f8f8;
  text-align: left;
  padding: 0px 20px;
}
.mian .mian-left .content {
  padding-right: 20px;
}
.mian .mian-left .content .content-title h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
}
.mian .mian-left .content .content-info {
  padding: 30px 0;
  color: #999;
  font-size: 16px;
}
.mian .mian-left .content .content-info a i {
  color: #999;
  margin-right: 20px;
}
.mian .mian-left .content .content-info span {
  float: right;
}
.mian .mian-left .content .content-text p {
  margin-bottom: 30px;
  text-indent: 2rem;
  font-size: 18px;
  line-height: 32px;
}
.mian .mian-left .content .content-text a img {
  max-width: 600px;
  display: flex;
  margin: 20px auto;
}
.mian .mian-left .content .social-share .social-share-icon {
  border: none;
  border-radius: 0;
}
.mian .mian-right {
  position: sticky;
  top: 0;
  width: 330px;
}
.mian .mian-right .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian .mian-right .title a i {
  display: block;
  float: left;
  position: relative;
  top: 10px;
  width: 20px;
  height: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.mian .mian-right .title a .time {
  background: url(../img/time.png);
}
.mian .mian-right .title a .sik {
  background: url(../img/siK.png);
}
.mian .mian-right .title a .hou {
  background: url(../img/hou.png);
}
.mian .mian-right .title a .goldcup {
  background: url(../img/goldcup.png);
}
.mian .mian-right .title a .finace {
  background: url(../img/finace.png);
}
.mian .mian-right .title a .baike {
  background: url(../img/baike.png);
}
.mian .mian-right .title a .meeting {
  background: url(../img/meeting.png);
}
.mian .mian-right .title a .light {
  background: url(../img/light.png);
}
.mian .mian-right .title a h3 {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 500;
}
.mian .mian-right .title a span {
  display: block;
  float: right;
  font-size: 12px;
  color: #888;
}
.mian .mian-right .top-text {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.mian .mian-right .top-text ul li {
  padding-left: 35px;
  margin-bottom: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian .mian-right .top-text ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  display: block;
}
.mian .mian-right .top-text ul li:nth-child(-n + 3)::before {
  color: #ff3b3b;
}
.mian .mian-right .y-info {
  width: 330px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.mian .mian-right .y-info .swiper-scrollbar-drag {
  background: #ccc !important;
}
.mian .mian-right .y-info .swiper-scrollbar {
  background: #f8f8f8;
  width: 6px;
}
.mian .mian-right .y-info .swiper-wrapper {
  width: 330px;
  height: 560px;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide {
  height: 90px;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide span {
  font-size: 16px;
  color: #999;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide span::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 18px;
  width: 7px;
  height: 7px;
  background-color: #3871e5;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  margin: 10px 0;
}
.mian .mian-right .y-info .swiper-wrapper .swiper-slide p a {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian .mian-right .topimg-text a {
  display: block;
  height: 220px;
  width: 330px;
  position: relative;
}
.mian .mian-right .topimg-text a img {
  width: 330px;
  height: 220px;
}
.mian .mian-right .topimg-text a p {
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.mian .mian-right .topimg-text ul {
  margin-top: 20px;
}
.mian .mian-right .topimg-text ul li {
  padding-left: 15px;
  position: relative;
}
.mian .mian-right .topimg-text ul li a {
  width: 329px;
  height: 50px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian .mian-right .topimg-text ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}
.mian .mian-right .img-text {
  width: 330px;
}
.mian .mian-right .img-text a {
  display: block;
  width: 330px;
  height: 100px;
  margin-bottom: 20px;
}
.mian .mian-right .img-text a img {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 10px;
}
.mian .mian-right .img-text a .text h3 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mian .mian-right .img-text a .text p {
  float: left;
  display: block;
  color: #888;
  margin-top: 10px;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mian .mian-right .advertising {
  width: 300px;
  height: 300px;
}
.mian .mian-right .advertising img {
  width: 300px;
  height: 300px;
}
.mian .mian-right .advertising-2 {
  width: 300px;
  height: 250px;
}
.mian .mian-right .advertising-2 img {
  width: 300px;
  height: 250px;
}
