/*首屏焦点图*/

body {
	width: 100%;
	background: url(./top.png) top center no-repeat;
}

.head {
	height: 600px;
}

.layout2 {
	width: 100%;
	background: url(./bg1.png) top center no-repeat;
	overflow: hidden;
}

.layout3 {
	width: 100%;
	background: url(./bg2.png) top center no-repeat;
	overflow: hidden;
	height: 690px;
}

.layout4 {
	width: 100%;
	background: url(./bg3.png) center 130px no-repeat;
	overflow: hidden;
	height: 830px;
}

.layout5 {
	width: 100%;
	background: url(./bg4.png) top center no-repeat;
	overflow: hidden;
	height: 700px;
}

.m_31 {
	width: 1400px;
	margin: 30px auto;
}

.wap2 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}

.swiper-2 {
	width: 780px;
	height: 440px;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
}

.swiper-2 .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-2 .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-2 .swiper-slide em {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-2 .swiper-slide span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	height: 70px;
	line-height: 40px;
	box-sizing: border-box;
	color: #fff;
}

.swiper-2 .swiper-slide span a {
	color: #fff;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.swiper-2 #swiper-pagination5 {
	height: 12px;
	bottom: 20px;
	right: 0;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
	z-index: 5;
	display: inline-block;
}

.swiper-2 .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}

.swiper-2 .swiper-pagination-bullet-active {
	background: #e91f2b;
}

.swiper-2 .arrow-left,
.swiper-2 .arrow-right {
	z-index: 99;
	width: 30px;
	height: 80px;
	top: 50%;
	margin-top: -50px;
	background: url(./bg-bignews-btn2.png) 0 0 no-repeat;
	position: absolute;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	text-indent: -99em;
	display: none;
	transform: scale(0.7);
}

.swiper-2:hover .arrow-left,
.swiper-2:hover .arrow-right {
	display: block;
}

.swiper-2 .arrow-left {
	left: -5px;
	border-radius: 0 10px 10px 0;
}

.swiper-2 .arrow-right {
	right: -5px;
	background-position: -60px 0;
	border-radius: 10px 0 0 10px;
}

.swiper-2 .arrow-left:hover {
	background-position: -30px 0;
}

.swiper-2 .arrow-right:hover {
	background-position: -90px 0;
}

.index-study {
	margin-top: 20px;
}

.swiper-2 .swiper-pagination {
	text-align: left;
	padding-left: 20px;
}

.swiper-2 .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	border-radius: 5px;
}

.swiper-2 .swiper-pagination-bullet-active {
	background: #006fc3;
}


/*要闻*/

.wap2 .min_right {
	width: 580px;
	float: right;
	margin-top: 20px;
}

.wap2 .min_right p {
	line-height: 34px;
	font-size: 14px;
	color: #6a6562;
	border-bottom: 2px #aa9580 dotted;
	padding-bottom: 35px;
	margin-bottom: 35px
}

.wap2 .min_right h2 {
	color: #241f1c;
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
}

.wap2 .min_right h2 a {
	color: #241f1c
}

.wap2 .min_right p:nth-child(4) {
	border-bottom: none
}

.wap2 .min_right h2:before {
	float: left;
	width: 10px;
	height: 10px;
	background: #006fc3;
	content: "";
	border-radius: 50%;
	margin-top: 8px;
	margin-right: 10px
}


/*论坛聚焦*/

.wap3 {
	width: 1400px;
	margin: 0 auto;
}

.wap3 .min_pix {
	width: 575px;
	float: left;
	padding-bottom: 35px;
	margin-top: 100px;
	margin-left: 60px;
}

.wap3 .min_pix:nth-child(2) {
	float: right;
	margin-right: 60px;
}

.wap3 .min_title img {
	margin-left: -20px
}

.wap3 .min_sub {
	height: 150px;
}

.wap3 .min_sub img {
	width: 260px;
	height: 150px;
	float: left;
	margin-right: 25px
}

.wap3 .min_sub h3 {
	white-space: normal;
	line-height: 34px;
	font-size: 20px;
	color: #033977;
	margin-bottom: 8px;
	font-weight: bold;
	height: 74px;
	overflow: hidden;
	/* margin-top: 10px; */
	padding-top: 10px;
}

.wap3 .min_sub h3 a {
	color: #033977
}

.wap3 .min_sub p {
	line-height: 30px;
	font-size: 14px;
	color: #717479;
	height: 60px;
	overflow: hidden;
}

.wap3 .min_pix ul {
	margin-top: 20px;
}

.wap3 .min_pix ul li {
	line-height: 52px;
	font-size: 18px;
	color: #2a1212;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wap3 .min_pix ul li a {
	color: #2a1212
}

.wap3 .min_pix ul li:before {
	float: left;
	width: 10px;
	height: 10px;
	background: #0176ea;
	content: "";
	border-radius: 50%;
	margin-top: 20px;
	margin-right: 10px
}


/**/

.wap4 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.wap4 .min_box {
	background: url(zz.png) no-repeat center top;
	height: 600px;
	padding: 40px 40px 0
}

.wap4 .min_left2 {
	width: 590px;
	float: left;
	margin-top: 60px;
}

.wap4 .min_left2 .min_pic,
.wap4 .min_left2 .min_pic img {
	width: 280px;
	height: 185px;
}

.wap4 .min_right2 {
	width: 620px;
	float: right;
	margin-top: 60px;
}

.wap4 .min_sa {
	display: block;
	background: url(jd.png) no-repeat left 25px;
}

.wap4 .min_sa h3 {
	font-size: 24px;
	line-height: 50px;
	color: #c62314;
	font-weight: bold;
}

.wap4 .min_sa h3 a {
	color: #c62314
}

.wap4 .min_sa p {
	line-height: 30px;
	font-size: 16px;
	color: #5e5254;
	margin-bottom: 10px;
	text-indent: 2em;
}

.wap4 .min_ca {
	padding-top: 35px;
	background: url(re.png) repeat-x center top;
	margin-top: 20px
}

.wap4 .min_flash2 {
	height: 335px;
	margin-bottom: 15px
}

.wap4 .min_flash2 img {
	width: 100%;
	height: 335px
}

.wap4 .min_text {
	width: calc(100% - 20px);
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
}

.wap4 .min_text a {
	color: #fff
}

.wap4 .list li {
	line-height: 53px;
	font-size: 16px;
	color: #000000;
}

.wap4 .list li:before {
	float: left;
	width: 10px;
	height: 10px;
	background: #f98b00;
	content: "";
	border-radius: 50%;
	margin-top: 21px;
	margin-right: 10px;
}

.wap4 .min_pic {
	width: 295px;
	height: 165px;
	float: left;
	position: relative
}

.wap4 .min_pic img {
	width: 100%;
	height: 100%
}

.wap4 .min_pic:nth-child(2),
.min_left1:nth-child(2) {
	float: right
}

.swiper-4 {
	width: 620px;
	height: 390px;
	text-align: center;
	position: relative;
	overflow: hidden;
	float: left;
	border-radius: 8px;
	margin-bottom: 10px;
}

.swiper-4 .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-4 .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-4 .swiper-slide em {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-4 .swiper-slide span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	height: 70px;
	line-height: 40px;
	box-sizing: border-box;
	color: #fff;
}

.swiper-4 .swiper-slide span a {
	color: #fff;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.swiper-4 #swiper-pagination4 {
	height: 12px;
	bottom: 20px;
	right: 0;
	box-sizing: border-box;
	z-index: 5;
	display: inline-block;
}

.swiper-4 .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 50%;
	background: #fff;
	margin: 0 4px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}

.swiper-4 .swiper-pagination-bullet-active {
	background: #e91f2b;
}

.swiper-4 .arrow-left,
.swiper-4 .arrow-right {
	z-index: 99;
	width: 30px;
	height: 80px;
	top: 50%;
	margin-top: -50px;
	background: url(./bg-bignews-btn2.png) 0 0 no-repeat;
	position: absolute;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	text-indent: -99em;
	display: none;
	transform: scale(0.7);
}

.swiper-4:hover .arrow-left,
.swiper-4:hover .arrow-right {
	display: block;
}

.swiper-4 .arrow-left {
	left: -5px;
	border-radius: 0 10px 10px 0;
}

.swiper-4 .arrow-right {
	right: -5px;
	background-position: -60px 0;
	border-radius: 10px 0 0 10px;
}

.swiper-4 .arrow-left:hover {
	background-position: -30px 0;
}

.swiper-4 .arrow-right:hover {
	background-position: -90px 0;
}

.swiper-4 .swiper-pagination {
	text-align: center;
}

.swiper-4 .swiper-pagination-bullet-active {
	background: #006fc3;
}


/*融媒报道*/

.wap5 {
	width: 1400px;
	margin: 0 auto;
	padding-top: 40px;
}

.wap5 .min_left2 {
	float: left;
	width: 270px;
	margin-right: 10px
}

.wap5 .min_mid {
	width: 475px;
	float: left
}

.wap5 .min_right2 {
	width: 245px;
	float: right;
	padding: 10px 8px;
	background: #4e4946;
	border-radius: 25px;
}

.wap5 .h400 {
	height: 445px;
}

.wap5 .min_piz {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.wap5 .h135 {
	height: 150px;
}

.wap5 .min_pix img,
.min_piz img,
.min_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.wap5 .min_text {
	width: calc(100% - 20px);
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding: 0 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #000;
}

.wap5 .min_mid {
	width: 525px;
	float: left;
}

.wap5 .h265 {
	height: 297px;
}

.wap5 .min_right2 {
	width: 288px;
	float: right;
	padding: 10px 8px;
	background: #4e4946;
	border-radius: 25px;
}

.wap5 .h530 {
	height: 583px;
	margin-bottom: 0;
}


/*切屏效果*/

.elect {
	margin: 30px auto;
	position: relative;
	width: 1400px;
	height: 90px;
	background: url(./tit2.png) top center no-repeat;
}

.elect .nav {
	width: 265px;
	height: 80px;
	margin-left: 664px;
	position: relative;
}

.elect .nav li {
	position: absolute;
	right: 0;
	top: 16px;
	width: 130px;
	height: 53px;
	/*background: url(./opt2.png) bottom center no-repeat;*/
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 57px;
	transition:0s;
}

.elect .nav li a {
	color: white;
}

.elect .nav li:first-child {
	left: 0;
}

.elect .on {
	width: 141px !important;
	height: 74px !important;
	/*background: url(./opt1.png) bottom center no-repeat !important;*/
	top: 7px !important;
	font-size: 32px !important;
}

/*切屏*/
.mkeFocus1 {
	height: 390px;
	width: 620px;
	margin-bottom: 10px;
	
}

.mkeUl1 {
	margin: 0px auto;
	height: 390px;
	width: 620px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.mkeUl1 ul {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 390px;
}

.mkeUl1 ul li {
	float: left;
	text-align: center;
	font: 20px "Microsoft YaHei", 微软雅黑;
	position: relative;
}

.mkeUl1 ul li img {
	margin-bottom: 18px;
}

.mkeNum1 {
	display: none;
	height: 35px;
	width: 67px;
	position: absolute;
	z-index: 1;
	left: 60px;
	bottom: 4px;
	font: 14px Arial;
}

.mke_ns3 {
	font: 26px "Microsoft YaHei", 微软雅黑;
	color: #F00
}

.mke_ns4 {
	font: 18px "Microsoft YaHei", 微软雅黑;
	color: #fff
}

.mkeLbtn1 {
z-index: 99;
    width: 30px;
    height: 80px;
    top: 50%;
    margin-top: -50px;
    background: url(./bg-bignews-btn2.png) 0 0 no-repeat;
    position: absolute;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    text-indent: -99em;
   
    transform: scale(0.7);
    left: -5px;
    border-radius: 0 10px 10px 0;
}

.mkeRbtn1 {
	z-index: 99;
    width: 30px;
    height: 80px;
    top: 50%;
    margin-top: -50px;
    background: url(./bg-bignews-btn2.png) 0 0 no-repeat;
    position: absolute;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    text-indent: -99em;
  
    transform: scale(0.7);
    right: -5px;
    background-position: -60px 0;
    border-radius: 10px 0 0 10px;
}



.mkeUl1 span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    height: 70px;
    line-height: 40px;
    box-sizing: border-box;
    color: #fff;

}
.mkeUl1 span a{color: white;}

.mkeUl1 ul li img {
	width: 620px;
	height: 390px;
}

