 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding-bottom: 15px;
   border-bottom: 1px solid #ccc;
}

.mt20{
  margin-bottom: 40px;
}

 .title .new_title {
  display: flex;
}

 .title .new_title img {
  height: 30px;
  width: 30px;
  align-self: center;
  margin-right: 10px;
}

 .title .titlef {
  align-self: center;
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}

 .title .titlef .tit {
  position: absolute;
  top: 0;
  left: 42px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}

 .title .titrig {
  text-align: right;
  flex: 1;
  font-size: 18px;
  color: #235cb2;
  cursor: pointer;
  padding: 12px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

 .title .titrig img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

 .title .titrig:hover {
  color: #235cb2;
}

.swiper-pagination {
  text-align: center;
  margin-top: 10px;
}

/* 内容 */
.homecontent {
  width: 1400px;
  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;
}

.new-swiper{
    /*border: 1px solid rgb(229, 228, 228);*/
    /*padding: 20px;*/
    box-sizing: border-box;
     width: 675px;
}

.conten .swiper_header {
  height: 468px;
  overflow: hidden;
  position: relative;
   width: 675px;
}

.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: 675px;
  height: 468px;
  border-radius: 3px;
  overflow: hidden;
}

.conten .swiper-wrapper,
.conten .swiper-slide {
  width: 675px;
  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: 54px;
  background: rgba(0,0,0,.7);
  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 {
  width: 80%;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.swiper_header .swiper-pagination{
  left: 544px !important;
  bottom: 20px !important;
  width: 100px !important;
}
.swiper_header .swiper-pagination-bullet{
  background: #ffffff !important;
  opacity: 1;
}
.swiper_header .swiper-pagination-bullet-active{
  background-color: #235cb2 !important;
  opacity: 1;
}
.hometop .conten .conrig {
  margin-left: 50px;
  width: 677px;
  box-sizing: border-box;
    /*border: 1px solid rgb(229, 228, 228);*/
    /*padding: 20px;*/
}

.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 {
}

.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: #235cb2;
  background: transparent;
  border-bottom: 1px solid #235cb2;
}

.conten .conrig .conrigitem .red {
  color: #235cb2;
}

.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: 15px;
    height: 15px;
}

.conten .conrig .conrigitem .ul .li {
  /* height: 56px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 17px 0;
  /*border-bottom: 1px solid #e8e5e5;*/
}
.conten .conrig .conrigitem .ul .li:last-child{
  margin-bottom: 0;
   border-bottom: none;
}
.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: 400;
  color: #333333;
  flex: 1;
  font-family: 'Microsoft YaHei', sans-serif;
}

.swiper_header_right .li {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.conten .conrig .conrigitem .ul .li:hover{
  background: transparent;
  margin-left: 10px;
  /* border-bottom: 1px solid #235cb2; */
}

.conten .conrig .conrigitem .ul .li:hover div:nth-child(2){
  color: #235cb2 !important;
  text-decoration:underline;
  /* border-bottom: 1px solid #235cb2; */
}

.conten .conrig .conrigitem .ul .red {
  color: #235cb2;
}

.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: 160px;
  cursor: pointer;
}

.Advertising .swiper_header_adv1 {
  height: 160px;
  overflow: hidden;
  flex: 1;
  position: relative;
}


.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  width: 100px !important;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.custom-pagination-item {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,.7);
}

.custom-pagination-item.active {
  background-color: #fff;
  color: #235cb2;
  font-weight: bold;
}

.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: 1400px;
  margin-bottom: 40px;
}

.card .lookmore {
  border: 1px solid rgb(229, 228, 228);
  width: calc( (100% - 50px)/2);
  padding: 20px;
  box-sizing: border-box;
}
.card .lookmore:first-child{
  margin-right: 50px;
}

.card .carousel {
  width: 636px;
}

.card .daily {
  width: 306px;
}

.card .daily .dailytit {
  height: 56px;
  background: #235cb2;
  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;
}

.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: 15px;
  height: 15px;
}

.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: #235cb2;
  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: 15px;
  height: 15px;
}

.card .conten .conrig .ul .li {
  display: flex;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
font-family: 'Microsoft YaHei', sans-serif;
/*border-bottom: 1px solid #e8e5e5;*/
}

.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: #235cb2;
  /* border-bottom: 1px solid #235cb2; */
  margin-left: 10px;
}

.card .conten .conrig .ul .li:hover:last-child {
  border: none;
}
.card .conten .conrig .ul .li:hover div:nth-child(2){
    text-decoration:underline;
}

.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: 15px;
  height: 15px;
}

.bianjie_wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bianjie_wrap a{
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  /* background-color: #bc0000; */
  width: calc(50% - 15px);
  height: 110px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.bianjie_wrap a:nth-child(2n){
  margin-right: 0;
}
.bianjie_wrap a:nth-last-child(2n),.bianjie_wrap a:last-child{
  margin-bottom: 0;
}
.bg1{
  background-image: url(../images/kj_1.png);
}
.bg2{
  background-image: url(../images/kj_2.png);
}
.bg3{
  background-image: url(../images/kj_3.png);
}
.bg4{
  background-image: url(../images/kj_4.png);
}
.bg5{
  background-image: url(../images/kj_5.png);
}
.bg6{
  background-image: url(../images/kj_6.png);
}



















