.main {
  padding-bottom: 30px;
}
.main .con {
  width: 1200px;
  margin: 0 auto;
}
.main .con .breath {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main .con .breath:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.main .headline {
  background: url("../images/headline.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 20px;
  margin: 40px auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.main .headline h4 {
  color: #d32828;
  font-weight: bold;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 10px;
}
.main .headline .describe p {
  color: #666666;
  font-size: 16px;
  width: 1060px;
  line-height: 30px;
}
.main .headline .describe a.more{
  color: #007aff;
  font-size: 16px;
  margin-top: -8px;
}
.main .nstt{
  margin: 0 auto 46px;
  position: relative;
}
.main .nstt .more{
  color:#4694e3;
  position: absolute;
  line-height: 28px;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 16px;
}
.main .nstt .swiper-button-next{
  position: absolute;
  width: 100px;
  height: 180px;
  z-index: 2;
  right: 0;
  top: 0;
}
.main .nstt .swiper-container{
  width: 100%;
  overflow: hidden;
}
.main .nstt .swiper-container .swiper-slide .nsttCon{
	width:90%;
}
.main .nstt .swiper-container .swiper-slide .nsttCon .breath{
  border-radius:12px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.main .nstt .swiper-container .swiper-slide .nsttCon img{
  border-radius:12px;
  width:100%;
  display:block;
  height: 200px;
  
}
.main .nstt .swiper-container .swiper-slide p{
  display: none;
  margin-top: 20px;
  line-height: 28px;
}
.main .nstt .swiper-container .swiper-slide p span{
  background: #4694e3;
  color: #ffffff;
  height: 28px;
  line-height: 27px;
  border-radius: 7px;
  float: left;
  padding: 0 5px;
  margin-right: 10px;
  cursor: default;
}
.main .nstt .swiper-container .swiper-slide p a{
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .nstt .swiper-container .swiper-slide-active p{
  display: block;
}
.main .newsList .newsNav {
  border-bottom: 1px solid #c7c7c7;
}
.main .newsList .newsNav li {
  font-weight: bold;
  line-height: 30px;
  margin: 0 15px;
  color: #666666;
  position: relative;
}
.main .newsList .newsNav li span {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  background: #007aff;
  height: 4px;
}
.main .newsList .newsNav li a {
  display: block;
  padding-bottom: 10px;
}
.main .newsList .newsNav li.active {
  color: #007aff;
}
.main .newsList .newsNav li.active span {
  display: block;
}
.main .newsList .list {
  margin-top: 8px;
}
.main .newsList .list li {
  line-height: 50px;
  height: 50px;
  margin: 18px 0;
}
.main .newsList .list li a {
  display: block;
  padding: 0 10px;
  border-radius: 6px;
}
.main .newsList .list li a p {
  display: inline-block;
  max-width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .newsList .list li a span.point {
  background: #d6d6d7;
  width: 6px;
  vertical-align: 3px;
  height: 6px;
  display: inline-block;
  margin-right: 12px;
}
.main .newsList .list li a span.time {
  color: #999999;
}
.main .newsList .list li a:hover {
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(23, 74, 154, 0.2);
  background: rgba(255, 255, 255, 0.6);
}
.main .newsList .list li a:hover span.time {
  color: #333333;
}
.main .ywdt .news .newsPic {
  position: relative;
  width: 510px;
  height: 316px;
}
.main .ywdt .news .newsPic .swiper-container {
  border-radius: 12px;
  width: 510px;
  height: 316px;
  overflow: hidden;
}
.main .ywdt .news .newsPic .swiper-container a {
  position: relative;
  width: 510px;
  height: 316px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.main .ywdt .news .newsPic .swiper-container a img {
  width: 100%;
  height: 100%;
}
.main .ywdt .news .newsPic .swiper-container a p {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.main .ywdt .news .newsPic .swiper-button-prev {
  position: absolute;
  left: 0;
  display: block;
  top: 132px;
  z-index: 2;
  background: url("../images/left.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
  cursor: pointer;
}
.main .ywdt .news .newsPic .swiper-button-prev:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .ywdt .news .newsPic .swiper-button-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 132px;
  z-index: 2;
  background: url("../images/right.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
}
.main .ywdt .news .newsPic .swiper-button-next:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .ywdt .news .ywdtList {
  width: 670px;
  margin-top: 2px;
}
.main .ztzl {
  position: relative;
  margin: 50px auto;
  width: 1220px;
}
.main .ztzl .swiper-ztzl {
  margin: 30px auto;
  width: 1220px;
  height: 196px;
  overflow: hidden;
}
.main .ztzl .swiper-ztzl a {
  display: block;
  margin: 0 auto;
  width: 386px;
  overflow: hidden;
  border-radius: 12px;
  height: 196px;
}
.main .ztzl .swiper-ztzl a img {
  width: 100%;
  height: 100%;
}
.main .ztzl .swiper-button-prev {
  position: absolute;
  left: 10px;
  display: block;
  top: 80px;
  z-index: 2;
  background: url("../images/left.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
  cursor: pointer;
}
.main .ztzl .swiper-button-prev:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .ztzl .swiper-button-next {
  cursor: pointer;
  position: absolute;
  right: 11px;
  display: block;
  top: 80px;
  z-index: 2;
  background: url("../images/right.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
}
.main .ztzl .swiper-button-next:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .zwgk .zwgkList .zwywList {
  width: 768px;
}
.main .zwgk .zwgkList .zwgkIcon {
  width: 396px;
}
.main .zwgk .zwgkList .zwgkIcon .icon {
  background: #d1e8fa;
  width: 122px;
  height: 144px;
  margin-left: 10px;
  margin-bottom: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 26px 16px;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .zwgk .zwgkList .zwgkIcon .icon p {
  display: inline-block;
  width: 44px;
  margin: 2px 0 0 2px;
}
.main .zwgk .zwgkList .zwgkIcon .icon img {
  vertical-align: top;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .zwgk .zwgkList .zwgkIcon .icon .bgImg {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .zwgk .zwgkList .zwgkIcon .icon a:hover img {
  transform: scale(1.1);
}
.main .zwgk .zwgkList .zwgkIcon .icon a:hover .bgImg {
  opacity: 1;
}
.main .zwgk .zwgkList .zwgkIcon .icon:hover {
  background: #C3E0FB;
}
.main .zwgk .zwgkList .zwgkIcon .ysqgk {
  width: 254px;
}
.main .zwgk .zwgkList .zwgkIcon .ysqgk p {
  width: auto;
}
.main .zwgk .zwgkList .zwgkIcon .ysqgk .bgImg {
  position: absolute;
  right: auto;
  left: -50px;
}
.main .zwgk .zwwj .ytdd {
  width: 338px;
  overflow: hidden;
}
.main .zwgk .zwwj .ytdd .ytddTitle {
  width: 235px;
  line-height: 75px;
  height: 75px;
  border-radius: 12px;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.main .zwgk .zwwj .ytdd .ytddTitle a {
  display: block;
}
.main .zwgk .zwwj .ytdd .ytddTitle a span{
  margin-left: 22px;
}
.main .zwgk .zwwj .ytdd .ytddTitle .img_normal {
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 56px;
}
.main .zwgk .zwwj .ytdd .ytddTitle .img_hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  left: 56px;
  position: absolute;
}
.main .zwgk .zwwj .ytdd .ytddTitle a:hover {
  color: #007aff;
  background: #e1f0ff;
}
.main .zwgk .zwwj .ytdd .ytddTitle a:hover .img_hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main .zwgk .zwwj .ytdd .ytddTitle a:hover .img_normal {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.main .zwgk .zwwj .ytdd .ytddPic {
  position: relative;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container {
  width: 338px;
  padding-top: 60px;
  overflow: hidden;
  height: 300px;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container .swiper-slide{
  width: 160px;
  border-radius: 8px;
  height: 240px;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container .swiper-slide-prev{
  transform: translate(71px);
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container .swiper-slide-next{
  transform: translate(-71px);
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container a {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container a img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container .swiper-slide-active {
  transform: scale(1.3);
  z-index: 10;
  position: relative;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-container .swiper-slide-active a {
  box-shadow: 0 0 10px 0 rgba(23, 74, 154, 0.2);
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-button-prev {
  position: absolute;
  left: 0;
  display: block;
  top: 162px;
  z-index: 2;
  background: url("../images/left.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
  cursor: pointer;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-button-prev:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-button-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 162px;
  z-index: 2;
  background: url("../images/right.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
}
.main .zwgk .zwwj .ytdd .ytddPic .swiper-button-next:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .zwgk .zwwj .zcwj {
  width: 817px;
}
.main .zwgk .zwwj .zcwj .zcwjNav li {
  width: 235px;
  line-height: 75px;
  height: 75px;
  border-radius: 12px;
  text-align: center;
  margin: 10px 55px 16px 0;
  font-weight: bold;
  position: relative;
}
.main .zwgk .zwwj .zcwj .zcwjNav li a {
  display: block;
}
.main .zwgk .zwwj .zcwj .zcwjNav li a span{
  margin-left: 22px;
}
.main .zwgk .zwwj .zcwj .zcwjNav li .img_normal {
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 56px;
}
.main .zwgk .zwwj .zcwj .zcwjNav li .img_hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  left: 56px;
  position: absolute;
}
.main .zwgk .zwwj .zcwj .zcwjNav li:last-child {
  margin-right: 0;
}
.main .zwgk .zwwj .zcwj .zcwjNav li.active {
  color: #007aff;
  background: #e1f0ff;
}
.main .zwgk .zwwj .zcwj .zcwjNav li.active .img_hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main .zwgk .zwwj .zcwj .zcwjNav li.active .img_normal {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.main .zwgk .zwwj .zcwj .zcwjCon .list {
  padding: 10px 20px;
  background: url("../images/ytdd_bg.png") no-repeat center center;
  background-size: 100% 100%;
  height: 338px;
  box-sizing: border-box;
  border-radius: 12px;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li {
  line-height: 36px;
  margin: 10px 0;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a {
  display: block;
  padding: 12px;
  height: 68px;
  border-radius: 6px;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a p {
  max-width: 88%;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 68px;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a p span.text{
  display: inline-block;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a span.point {
  background: #d6d6d7;
  width: 6px;
  margin-top: 14px;
  height: 6px;
  display: block;
  margin-right: 12px;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a span.time {
  color: #999999;
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li.short a p{
  height: 34px;
  margin-top:17px; 
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li.short a span.point{
  margin-top:31px; 
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li.short a span.time{
  margin-top:17px; 
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a:hover {
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(23, 74, 154, 0.2);
  background: rgba(255, 255, 255, 0.6);
}
.main .zwgk .zwwj .zcwj .zcwjCon .list li a:hover span.time {
  color: #333333;
}
.main .zwjl {
  margin: 40px auto;
}
.main .zwjl .zwfw {
  background: #F6FAFE;
  border-radius: 12px;
  padding: 30px 0;
  width: 248px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.main .zwjl .zwfw .zwfwIcon {
  position: relative;
  background: url("../images/hdjl_bg1.png") no-repeat center right;
  border-radius: 12px;
  width: 216px;
  margin: 0 auto;
  height: 171px;
  color: #FFFFFF;
  box-sizing: border-box;
  display: block;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  overflow: hidden;
}
.main .zwjl .zwfw .zwfwIcon a.icon {
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  display: block;
  box-sizing: border-box;
  padding: 34px 6px 0;
}
.main .zwjl .zwfw .zwfwIcon a.icon img {
  vertical-align: 0;
}
.main .zwjl .zwfw .zwfwIcon a.icon span {
  font-weight: bold;
  font-size: 24px;
  margin-left: 4px;
  display: inline-block;
  line-height: 50px;
  width: 97px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.main .zwjl .zwfw .zwfwIcon .describe {
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  width: 276px;
  position: absolute;
  left: 110px;
  display: none;
  top: 30px;
}
.main .zwjl .zwfw .zwfwIcon .describe h5 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 14px;
}
.main .zwjl .zwfw .zwfwIcon .describe p {
  font-size: 15px;
  line-height: 26px;
}
.main .zwjl .zwfw .zwfwIcon .describe p a:hover{
  font-weight: bold;
}
.main .zwjl .hdjl {
  background: #F6FAFE;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px 8px;
  width: 930px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.main .zwjl .hdjl .icon {
  background: url("../images/hdjl_bg1.png") no-repeat center right;
  color: #FFFFFF;
  width: 216px;
  height: 168px;
  border-radius: 12px;
  margin-left: 8px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.main .zwjl .hdjl .icon a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  padding: 34px 30px 0;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.main .zwjl .hdjl .icon a img {
  vertical-align: -23px;
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}
.main .zwjl .hdjl .icon a span {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  width: 50px;
}
.main .zwjl .hdjl .icon a:hover img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.main .zwjl .hdjl .icon:last-child {
  margin-right: 0;
}
.main .zwjl .zwfw.expand {
  width: 432px;
}
.main .zwjl .zwfw.expand .zwfwIcon {
  width: 400px;
  background: url("../images/zwfw_bg.png") no-repeat center right;
}
.main .zwjl .zwfw.expand .zwfwIcon a.icon {
  display: inline-block;
}
.main .zwjl .zwfw.expand .zwfwIcon a.icon img {
  margin-top: 24px;
}
.main .zwjl .zwfw.expand .zwfwIcon a.icon span {
  display: none;
}
.main .zwjl .zwfw.expand .zwfwIcon .describe {
  display: block;
}
.main .zwjl .hdjl.small {
  width: 740px;
}
.main .zwjl .hdjl.small .icon {
  width: 172px;
}
.main .zwjl .hdjl.small .icon a {
  padding: 34px 10px 0;
}
.main .sjfb .sjfbCon {
  padding: 30px 30px 10px;
  border-radius: 12px;
  background: #F6FAFE;
  margin: 30px auto 10px;
}
.main .sjfb .sjfbCon .sjfbPic {
  border-radius: 12px;
  overflow: hidden;
  width: 348px;
  height: 157px;
  margin: 8px 0 0 26px;
  position: relative;
}
.main .sjfb .sjfbCon .sjfbPic .swiper-container{
  width: 100%;
  height: 100%;
}
.main .sjfb .sjfbCon .sjfbPic .swiper-container .swiper-slide{
  width: 100%;
  height: 100%;
}
.main .sjfb .sjfbCon .sjfbPic img {
  width: 100%;
  height: 100%;
}
.main .sjfb .sjfbCon .sjfbPic .swiper-button-prev {
  position: absolute;
  left: 0;
  display: block;
  top: 70px;
  z-index: 2;
  background: url("../images/left.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
  cursor: pointer;
}
.main .sjfb .sjfbCon .sjfbPic .swiper-button-prev:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .sjfb .sjfbCon .sjfbPic .swiper-button-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 70px;
  z-index: 2;
  background: url("../images/right.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
}
.main .sjfb .sjfbCon .sjfbPic .swiper-button-next:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .sjfb .sjfbCon .newsList {
  width: 722px;
}