/*导航*/
.nav {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -930px;
  width: 130px;
  padding: 20px 40px 40px 40px;
  z-index: 9;
  background-color: #fafafa;
}
.nav .cur {
  display: block;
  height: 60px;
}
.nav .cur img {
 margin-top: 10px;
 height: 27px;
}
.nav ul {
  padding-top: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.nav ul li {
  width: 130px;
  height: 40px;
  border-radius: 10px;
  text-align: left;
  line-height: 30px;
}
.nav ul li a {
  display: block;
  width: 130px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian-left {
  width: 1000px;
  margin: 0 40px;
  /*轮播图*/
  /*推荐列表*/
  /*列表页*/
  /*内容区*/
  /*分页模块*/
}
.mian-left .fouce {
  width: 1000px;
  height: 400px;
  margin-top: 20px;
  position: relative;
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 30px;
}
.mian-left .fouce img {
  width: 1000px;
  height: 400px;
  transition: all 0.5s;
}
.mian-left .fouce img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.mian-left .fouce .swiper-wrapper {
  height: 400px;
}
.mian-left .fouce p {
  display: block;
  width: 100%;
  height: 123px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  line-height: 123px;
  z-index: 999;
  font-size: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mian-left .fouce .swiper-slide {
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}
.mian-left .fouce .swiper-pagination {
  left: 60px;
  bottom: 10px;
}
.mian-left .fouce .swiper-pagination-bullet {
  border-radius: 0;
  margin-right: 10px;
  height: 8px;
  width: 8px;
  border-radius: 30px;
  margin-top: 20px;
  background-color: #fff;
}
.mian-left .fouce .swiper-pagination-bullet-active {
  width: 30px;
}
.mian-left .left-img {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.mian-left .left-img img {
  height: 200px;
  border-radius: 10px;
  width: 350px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
.mian-left .left-img img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.mian-left .left-img h3 {
  margin-top: 10px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mian-left .left-img span {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #666;
  line-height: 28px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-indent: 1rem;
}
.mian-left .left-img i {
  color: #666;
}
.mian-left .left-img i:nth-of-type(2) {
  float: right;
}
.mian-left .list {
  width: 1000px;
  margin-top: 10px;
}
.mian-left .list .item {
  padding: 15px 15px 15px 0;
  transition: all 0.5s;
  position: relative;
}
.mian-left .list .item img {
  float: left;
  width: 260px;
  height: 150px;
  display: block;
  position: relative;
  overflow: hidden;
}
.mian-left .list .item .list-text {
  width: 700px;
  float: right;
}
.mian-left .list .item .list-text h3 {
  font-size: 20px;
}
.mian-left .list .item .list-text p {
  margin-top: 10px;
  font-size: 16px;
  color: #888;
}
.mian-left .list .item .list-text .info {
  position: absolute;
  width: 700px;
  bottom: 0;
  color: #888;
  padding: 0 20px 10px 20px;
}
.mian-left .list .item .list-text .info i {
  display: block;
  float: left;
}
.mian-left .list .item .list-text .info span {
  padding-right: 20px;
  display: block;
  float: right;
}
.mian-left .list .item:hover {
  position: relative;
  box-shadow: 10px 10px 15px #e5e5e5, -10px 0 10px -10px #e5e5e5, 0 -5px 5px -5px #e5e5e5;
  border-collapse: separate !important;
}
.mian-left .list .item:hover img {
  transform: scale(1.05);
  transition-duration: 0.2s;
}
.mian-left .noimg .item {
  padding: 20px;
}
.mian-left .noimg .item .list-text {
  width: 100%;
  float: left;
}
.mian-left .noimg .item .list-text p {
  margin: 30px 0;
}
.mian-left .noimg .item .info {
  overflow: hidden;
  padding: 0 !important;
  position: static !important;
  width: 980px !important;
}
.mian-left .navigation {
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-size: 16px;
  background-color: #f8f8f8;
  text-align: left;
  padding: 0px 10px;
  margin: 14px auto 20px;
}
.mian-left .content {
  margin-top: 5px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  letter-spacing: 1px;
}
.mian-left .content .big-title {
  max-height: 80px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #333333;
}
.mian-left .content .time {
  padding: 30px 0;
}
.mian-left .content .time a {
  color: #999;
  font-size: 16px;
  margin-right: 20px;
}
.mian-left .content p {
  margin-bottom: 30px;
  text-indent: 2rem;
  font-size: 18px;
  line-height: 32px;
}
.mian-left .content img {
  max-width: 600px;
  display: flex;
  margin: 20px auto;
}
.mian-left .topbot p {
  font-size: 18px;
  margin-bottom: 20px;
}
.show .mian-left {
  padding-left: 20px;
}
.title {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 700;
}
.title a {
  font-size: 24px;
  font-weight: 700;
}
.mian-right {
  position: sticky;
  top: 0;
  margin-top: 10px;
  width: 380px;
  /*广告*/
}
.mian-right .right-tab-cont {
  display: none;
}
.mian-right .right-tab-cont .top {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
  top: 10px;
  margin-bottom: 13px;
}
.mian-right .right-tab-cont .top img {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.mian-right .right-tab-cont .top p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.mian-right .right-list {
  font-size: 18px;
}
.mian-right .right-list li:first-child {
  font-weight: bold;
}
.mian-right .right-list li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 9px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mian-right .advertising {
  width: 300px;
  height: 300px;
}
.mian-right .advertising img {
  width: 300px;
  height: 300px;
}
.mian-right .search {
  width: 70%;
  height: 40px;
  background-color: aqua;
  margin: 50px auto 0;
}
.mian-right .search input {
  box-sizing: border-box;
  height: 40px;
  width: 80%;
  padding-left: 20px;
  border: 1px solid #eee;
}
.mian-right .search button {
  float: right;
  background-color: #e73828;
  color: #fff;
  width: 20%;
  height: 40px;
}
.mian-right .card span {
  display: block;
  box-sizing: border-box;
  height: 10px;
  background-color: #ededed;
  margin: 0 20px;
}
.mian-right .card ul {
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}
.mian-right .card ul li {
  float: left;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.mian-right .card ul li a {
  font-size: 16px;
}
.mian-right .card ul li:before {
  content: '';
  display: block;
  position: absolute;
  overflow: inherit;
  left: 0;
  top: 5px;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-left: 10px solid #e73828;
  border-bottom: 5px solid transparent;
}
.mian-right .card ul:hover {
  border: 1px solid #e73828;
}
.mian-right .card-2 ul:hover {
  border: 1px solid #eee;
}
.mian-right .card-2 ul li {
  padding-left: 0;
}
.mian-right .card-2 ul li:before {
  display: none;
}
.mian-right .list_content a {
  position: relative;
  display: block;
  height: 125px;
  margin-bottom: 20px;
}
.mian-right .list_content a img {
  float: left;
  width: 100px;
  height: 100px;
}
.mian-right .list_content a .text {
  width: 260px;
  height: 100px;
}
.mian-right .list_content a .text span {
  height: 30px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: block;
  font-weight: 700;
}
.mian-right .list_content a .text span:hover {
  color: #e73828;
}
.mian-right .list_content a .text p {
  font-size: 16px;
  line-height: 23px;
  text-indent: 1rem;
  color: #333;
  margin-bottom: 4px;
}
