/* 内容 */
.homecontent {
  width: 1200px;
  margin: auto;
}

.homecontent .hometop {
  margin-top: 30px;
}

.homecontent .swiper_tit1 {
  height: 100px;
  overflow: hidden;
}

.homecontent .swiper-wrapper {
  height: 100%;
}

.homecontent .swiper_tit1 .swiper-slide {
  height: 100%;
  text-align: center;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homecontent .swiper_tit1 .swiper-slide a {
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 40px;
}

.adve {
  min-height: 20px;
  margin: 20px 0 40px;
  position: relative;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  /* transition: transform 1s; */
  /* animation: fadeInOut 3s infinite; */
}

.homecontent .adve {
  height: 20px;
  overflow: hidden;
}

.adve .adveitem {
  width: 100%;
  position: absolute;
  background: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  transition: all 1s;
}

.adve .adveitem a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #666666;
}

.adve .adveitem a:first-child {
  margin-right: 40px;
}

.adve .adveitem:nth-child(2) {
  transform: rotateX(180deg);
}

@keyframes rotate {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0;
  }

  5%,
  95% {
    opacity: 1;
  }
}

.conten {
  display: flex;
}

.conten .swiper_header {
  height: 468px;
  overflow: hidden;
  position: relative;
}

.conten .swiper_header .swiper1_prev {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}

.conten .swiper_header .swiper1_next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}

.conten .conlef {
  width: 644px;
  height: 468px;
  border-radius: 3px;
  overflow: hidden;
}

.conten .swiper-wrapper,
.conten .swiper-slide {
  width: 100%;
  height: 100%;
}

.conten .conlef .caritem {
  width: 100%;
  height: 100%;
  position: relative;
}

.conten .conlef .caritem .img,
.conten .conlef .caritem .img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.conten .conlef .caritem .caritembom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conten .conlef .caritem .caritembom .page_wrap {
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
}

.conten .conlef .caritem .caritembom .zuo {
  display: flex;
  align-items: center;
}

.conten .conlef .caritem .caritembom .zuo .page {
  font-size: 27px;
  font-weight: 400;
  color: #ffffff;
}

.conten .conlef .caritem .caritembom .zuo .page span {
  font-size: 36px;
}

.conten .conlef .caritem .caritembom img {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.conten .conlef .caritem .caritembom .you {
  transform: rotate(180deg);
  align-self: center;
  margin-left: 10px;
}

.conten .conlef .caritem .caritembom .itemtit {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.hometop .conten .conrig {
  margin-left: 30px;
  width: 526px;
  box-sizing: border-box;
}

.hometop .conten .conrig .new-wrap-tit{
  height: 54px;
  display: flex;
  align-items: center;
  background-color: #F5F5F7;
}
.hometop .conten .conrig .new-wrap-tit .tit{
  display: inline-block;
  color: #333333;
  font-size: 20px;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.hometop .conten .conrig .new-wrap-tit .tit.cur{
	background: #D72603;
	color: #fff;
	font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conten .conrig .conrigitem {
  margin-top: 20px;
}

.conten .conrig .conrigitem .swiper_header_right {
  height: 80px;
  overflow: hidden;
}

.conten .conrig .conrigitem .swiper-wrapper {
  height: 100%;
}

.conten .conrig .conrigitem .conrigtit {
  padding: 17px 24px;
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  color: #333333;
  background: #F5F5F7;
  margin-bottom: 2px;
}

.conten .conrig .conrigitem .conrigtit:hover {
  color: #C32A39;
  background: transparent;
  border-bottom: 1px solid #C32A39;
}

.conten .conrig .conrigitem .red {
  color: #C32A39;
}

.conten .conrig .conrigitem .strong {
  font-weight: bold;
}

.conten .conrig .conrigitem .scroll-content {
  height: 176px;
  padding: 10px 0;
  overflow: hidden;
}

.conten .conrig .conrigitem .ul {
}

.conten .conrig .conrigitem .ul .new_li {
  display: flex;
  align-items: center;
  padding: 0 24px !important;
}

.conten .conrig .conrigitem .ul .new_li span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.conten .conrig .conrigitem .ul .li .yuan1{
  margin-right: 15px;
    opacity: 1;
    background-image: url(../images/sanjiao.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}

.conten .conrig .conrigitem .ul .li {
  height: 56px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.conten .conrig .conrigitem .ul .li div:nth-child(2){
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  flex: 1;
}

.swiper_header_right .li {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.conten .conrig .conrigitem .ul .li div:nth-child(2):hover {
  color: #C32A39;
  background: transparent;
  /* border-bottom: 1px solid #C32A39; */
}

.conten .conrig .conrigitem .ul .red {
  color: #C32A39;
}

.conten .conrig .conrigitem .ul .strong {
  font-weight: bold;
}

.Advertising {
  margin: 40px 0;
  width: 100%;
}

.guanggao {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.guanggao .img,
.guanggao .img img {
  width: 100%;
  height: 100px;
  cursor: pointer;
}

.Advertising .swiper_header_adv1 {
  height: 100px;
  overflow: hidden;
  flex: 1;
}

.Advertising .swiper_header_adv2 {
  height: 100px;
  overflow: hidden;
}

.Advertising .swiper_header_adv3 {
  height: 100px;
  overflow: hidden;
}

.Advertising .swiper_header_adv4 {
  height: 100px;
  overflow: hidden;
}

.Advertising .swiper_header_adv5 {
  height: 100px;
  overflow: hidden;
}

.Advertising .swiper-wrapper,
.Advertising .swiper-slide {
  height: 100%;
}

.Advertising .carousel {
  width: 280px;
  margin-left: 20px;
}

.Advertising .carousel .caritem {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.Advertising .carousel .caritem .img,
.Advertising .carousel .caritem .img img {
  width: 100%;
  height: 100%;
}


.card {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin-bottom: 40px;
}

.card .lookmore {
  width: calc( (100% - 50px)/2);
}
.card .lookmore:first-child{
  margin-right: 50px;
}

.card .carousel {
  width: 636px;
}

.card .daily {
  width: 306px;
}

.card .daily .dailytit {
  height: 56px;
  background: #C32A39;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .daily .dailytit img {
  height: 29px;
  width: 91px;
}

.card .dailycon {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.card .dailycon .conlef {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.card .dailycon .conlef .conlefitem {
  margin-bottom: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.card .dailycon .conlef .conlefitem div {
  width: 80px;
  height: 32px;
  background: rgba(47, 92, 151, 0.06);
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #2F5C97;
  line-height: 32px;
  text-align: center;
}

.card .dailycon .conlef .conlefitem img {
  width: 85px;
  height: 85px;
  margin-bottom: 8px;
}

.card .dailycon .conlef .conlefitem:last-child {
  margin-bottom: 0;
}

.card .dailycon .conrig {
  width: 100%;
  height: 452px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card .dailycon .conrig .img,
.card .dailycon .conrig .img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.card .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
}

.card .title .new_title {
  display: flex;
}

.card .title .new_title img {
  height: 30px;
  width: 6px;
  align-self: center;
  margin-right: 10px;
}

.card .title .titlef {
  align-self: center;
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}

.card .title .titlef .tit {
  position: absolute;
  top: 0;
  left: 42px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}

.card .title .titrig {
  text-align: right;
  border-bottom: 1px solid #ccc;
  flex: 1;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  padding: 12px 0;
  font-weight: 500;
}

.card .title .titrig img {
  width: 9px;
  height: 14px;
  margin-left: 5px;
}

.card .title .titrig:hover {
  color: #C22A39;
}

.mr12 {
  margin-left: 12px;
}

.card .lookmore .conten {
  margin-top: 24px;
  display: flex;
  width: 100%;
}

.card .conten .yuan1 {
  margin-right: 15px;
  opacity: 1;
  background-image: url("../images/sanjiao.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}

.card .conten .conrig {
  width: 100%;
}

.card .conten .conrig .contit {
  display: flex;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.card .conten .conrig .contit div {
  align-self: center;
}

.card .conten .conrig .contit:hover {
  color: #C22A39;
  border-bottom: 2px solid #bc0000;
}

.card .conten .conrig .contit:hover .yuan1 {
  margin-right: 15px;
  opacity: 1;
  background-image: url("../images/sanjiao.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}

.card .conten .conrig .ul .li {
  display: flex;
  padding: 17px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.card .conten .conrig .ul .li div:nth-child(2) {
  flex: 1;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card .conten .conrig .ul .li div {
  align-self: center;
}

.card .conten .conrig .ul .li:last-child {
  border: none;
  padding-bottom: 0;
}

.card .conten .conrig .ul .li:hover {
  color: #C22A39;
  border-bottom: 1px solid #C22A39;
}

.card .conten .conrig .ul .li:hover:last-child {
  border: none;
}

.card .conten .conrig .ul .li:hover .yuan1 {
  margin-right: 15px;
  opacity: 1;
  background-image: url("../images/sanjiao.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}



























.weekly .title .titrig {
  text-align: right;
  border-bottom: 1px solid #ccc;
  flex: 1;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  /* padding: 12px 0; */
  font-weight: 500;
  height: 50px;
}
.weekly .title .new_title,
.weekly .title {
  display: flex;
}

.weekly .title {
  justify-content: space-between;
  align-items: center;
}

.weekly .title .new_title img {
  height: 30px;
  width: 6px;
  align-self: center;
  margin-right: 10px;
}

.weekly .title .titlef {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.weekly .title .titlef span {
  margin-left: 8px;
  color: #c22a39;
}

.weekly .weeklylist {
  padding: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.weekly .weeklylist {
  padding: 20px 0;
  overflow: hidden;
  display: flex;
}

.weekly .weeklylist .list {
  display: inline-flex;
  animation: transfrom1 10s linear infinite;
}

.weekly .weeklylist .list .item {
  margin-right: 20px;
  width: 285px;
  
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}

.weekly .weeklylist .list .item1 {
  margin-right: 20px;
  width: 360px;
  height: 100px;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}

.weekly .weeklylist .list .item1 .img {
  width: 100%;
  height: 100%;
}

.weekly .weeklylist .list .item1 .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.weekly .weeklylist .list .item .img {
  width: 100%;
  height: 200px;
}

.weekly .weeklylist .list .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.weekly .weeklylist .list .item div {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}

.weekly .weeklylist:hover .list {
  animation-play-state: paused;
}

@keyframes transfrom1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}


.conrig .conrigitem{
  display: none;
}

.conrig .conrigitem.active {
  display: block;
}