
.xw-tab {
  float: right;
  width: 640px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  height:35px;
}
.xw-tab li {
  float: left;
  font-size: 18px;
  text-align: center;
  padding: 0 20px 0 0;
  cursor: pointer;
  height:18px;
}
.xw-tab li a {color: #333;}
.xw-tab .xw-dz {
	color: #3a81bb;
	font-weight: bold;
	font-size: 18px;
	height:36px;
	background-image: url(02-xwzx-channel-xw-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.xw-tab .xw-dz a {
  color: #3a81bb;
}
.xw-tab .shu1 {
	width:100%;
	background-image: url(02-xwzx-channel-shu2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding:0 8px;
}
.xw-tab .shu2 {
	width:100%;
	padding:0 8px;
}



.firstCon2 {
	width:1200px;
	margin-top:30px;
	margin-bottom:20px;
	display:table;
}
.firstCon2 .firstCon-l {
  float: left;
  width: 520px;
  height:356px;
}


/*焦点图*/
.firstCon2 .swiper-slide{position: relative;width: 520px; height: 356px;overflow:hidden;}
.firstCon2 .swiper-slide .lb-txt{ width:100%;position: absolute;bottom: 0px;left: 0px;right: 0px;background: rgba(0,0,0,0.6);bottom: 0px;height: 40px;}
.firstCon2 .swiper-slide p{width:65%;position: absolute;bottom: 0px;left: 0px;right: 0px;bottom: 0px;height: 40px;line-height: 40px;margin-bottom: 0px;padding: 0px 15px;color: #fff;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-right: 100px;cursor:default;}
.firstCon2 .swiper-slide img{width: 100%; height:356px; 
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;}

.firstCon2 .swiper-slide img:hover {
	transform:scale(1.2);
}
.firstCon2 .sub2_right{width: 49%; padding-bottom:8px;}
.firstCon2 .swiper-container { height:356px;}
.firstCon2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{text-align: right;padding-right: 5px;width: 100px;left: auto;right: 0px;}
.firstCon2 .swiper-pagination-bullet{width: 10px;height: 5px;background: #b0b2b1;border-radius: 0;opacity: 1;}
.firstCon2 .swiper-pagination-bullet-active{background: #019ce9;}
.firstCon2 .swiper-pagination{
				position: absolute;
				bottom: 5px;
				text-align: right;
			    padding-right: 5px;
			    width: 100px;
			    left: auto;
			    right: 10px;
			    height: 20px;
			}
.firstCon2 .swiper-pagination>.swiper-pagination-switch{
				display: inline-block;
				width: 8px;
			    height: 8px;
			    background: #fff;
			    border-radius: 50%;
			    opacity: .5;
			    margin: 0 5px;
}
.firstCon2 .swiper-pagination>.swiper-visible-switch{
	background: #496FF3;
}

.firstCon2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{text-align: right;padding-right: 5px;width: 100px;left: auto;right: 0px;}
.firstCon2 .swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.firstCon2 .swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.firstCon2 .swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.firstCon2 .swiper-slide {
	float: left;
}

/*右侧新闻*/
.firstCon2 .firstCon-r {
  float: right;
  width: 640px;
}
.firstCon2 .firstCon-r .firstCon-r-tab {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 14px;
  height:35px;
}

.firstCon2 .firstCon-r .firstCon-r-tab .more {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #3460AB;
  top: 2px;
}

.firstCon2 .firstCon-r .firstCon-r-tab ul li {
  float: left;
  font-size: 18px;
  text-align: center;
  color: #333333;
  padding: 0 16px 7px 0;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  height:12px;
}

.firstCon2 .firstCon-r .firstCon-r-tab ul li.active {
	color: #3a81bb;
	font-weight: bold;
	height: 29px;
	background-image: url(02-xwzx-channel-xw-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.firstCon2 .firstCon-r .firstCon-r-tab ul li a {
  color: #333333;
  font-size: 20px;
}

.firstCon2 .firstCon-r .firstCon-r-tab ul li.active a {
  color: #3a81bb;
}

.firstCon2 .firstCon-r .firstCon-r-inner {
  display: none;
}

.firstCon2 .firstCon-r .firstCon-r-inner.active {
  display: block;
}

.firstCon2 .firstCon-r .firstCon-r-inner p {
  margin-bottom: 15px;
  overflow: hidden;
}

.firstCon2 .firstCon-r .firstCon-r-inner p a {
  font-size: 22px;
  color: #DF2817;
  letter-spacing: 0.37px;
}

.firstCon2 .firstCon-r .firstCon-r-inner ul li {
  position: relative;
  margin: 18px 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 602px;
  height: 22px;
}
.firstCon2 .firstCon-r .firstCon-r-inner ul li p {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.firstCon2 .firstCon-r .firstCon-r-inner ul li:last-of-type {
  margin: 11px 0 0 0
}

.firstCon2 .firstCon-r .firstCon-r-inner ul li a {
  font-size: 16px;
  color: #3b3b3b;
  letter-spacing: 0;
}

.firstCon2 .firstCon-r .firstCon-r-inner ul li a:hover {
  color: #3a81bb;
}

.firstCon2 .firstCon-r .firstCon-r-inner ul li i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dddddd;
  top: 6px;
  left: 6px;
}
.firstCon2 .firstCon-r .firstCon-r-inner ul li i a:hover {
  background: #3a81bb;
}
.firstCon2 .firstCon-r .firstCon-r-inner ul li .time {
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: 5px;
  float:right;
}
.ydmore2 {
	display:none;
}
.firstCon2 .firstCon-r .firstCon-r-tab .shu1 {
	width:100%;
	background-image: url(02-xwzx-channel-shu2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding:0 8px;
}
.firstCon2 .firstCon-r .firstCon-r-tab .shu2 {
	width:100%;
	padding:0 8px;
}

.ydxw {
	display:none;
}


.xwzx-channel {
	width:580px;
	margin:20px 0 30px;
}

.xwzx-channel .firstCon-r-tab {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  margin-bottom: 14px;
  height:35px;
}

.xwzx-channel .firstCon-r-tab .more {
  position: absolute;
  right: 12px;
  font-size: 12px;
  color: #3460AB;
  top: 2px;
}

.xwzx-channel .firstCon-r-tab ul li {
  float: left;
  font-size: 18px;
  text-align: center;
  color: #333333;
  padding: 0 16px 7px 0;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  height:12px;
}

.xwzx-channel .firstCon-r-tab ul li.active {
	color: #3a81bb;
	font-weight: bold;
	height: 29px;
	background-image: url(02-xwzx-channel-xw-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.xwzx-channel .firstCon-r-tab ul li a {
  color: #333333;
  font-size: 20px;
}

.xwzx-channel .firstCon-r-tab ul li.active a {
  color: #3a81bb;
}

.xwzx-channel .firstCon-r-inner {
  display: none;
}

.xwzx-channel .firstCon-r-inner.active {
  display: block;
}

.xwzx-channel .firstCon-r-inner p {
  margin-bottom: 15px;
  overflow: hidden;
}

.xwzx-channel .firstCon-r-inner p a {
  font-size: 22px;
  color: #DF2817;
  letter-spacing: 0.37px;
}

.xwzx-channel .firstCon-r-inner ul li {
  position: relative;
  margin: 18px 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 543px;
  height: 22px;
}
.xwzx-channel .firstCon-r-inner ul li p {
  width: 443px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.xwzx-channel .firstCon-r-inner ul li:last-of-type {
  margin: 11px 0 0 0
}

.xwzx-channel .firstCon-r-inner ul li a {
  font-size: 16px;
  color: #3b3b3b;
  letter-spacing: 0;
}

.xwzx-channel .firstCon-r-inner ul li a:hover {
  color: #3a81bb;
}

.xwzx-channel .firstCon-r-inner ul li i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dddddd;
  top: 6px;
  left: 6px;
}
.xwzx-channel .firstCon-r-inner ul li i a:hover {
  background: #3a81bb;
}
.xwzx-channel .firstCon-r-inner ul li .time {
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: 5px;
  float:right;
}

.xwzx-title {
	width: 100%;
	height: 44px;
	line-height:44px;
	background-image: url(02-xwzx-channel-title.png);
	background-repeat: no-repeat;
	text-indent: 35px;
	color:#3a81bb;
	font-size:18px;
	font-weight:bold;
}
.xwzx-title a {
	color:#3a81bb;
}