@charset "utf-8";
/*
公共样式
*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
figcaption,
name,
mark,
video{
	display: block;
}
html,
body{
	overflow: inherit;
	min-height: 100%;
}
body{
	font-size: 14px;
}
html{
	-ms-touch-action: none;
}

ul,
ol,
li{
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}
cite,
mark{
	font-style: normal;
	background: none;
}
pre{
	white-space: inherit;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display :block;
}
img{
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
a,
input,
button,
select,
textarea{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	resize:none;
}
select,
input,
button,
textarea{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius:0;
	border:0;
}
select::-ms-expand{
	display:none;
}
table{
	border-collapse: collapse;
	border-spacing:0
}
video,
img,
iframe{
	-webkit-object-fit:cover;
	-moz-object-fit:cover;
	-ms-object-fit:cover;
	-o-object-fit:cover;
	object-fit:cover;
}
iframe{
	border: 0;
}
body,
a{
	color: #333;
}
body{
	background-color: #033eb2;
}
.t50{
	position: relative;
	margin: auto;
	width: 100%;
	background: url(../../images/jker/topic1/banner_bg.png) no-repeat 50% 0 #033eb2;
	background-size: 100% auto;
}
.banner{
	margin: auto;
	padding-top: 70px;
	width: 1055px;
	height: 444px;
}
.banner img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.top50_list{
	position: relative;
	margin: auto;
	padding-bottom: 80px;
	width: 980px;
}
.bt_h2{
	position: relative;
	padding-bottom: 12px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}
.bt_h2:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: -webkit-linear-gradient(left, #115fda , #35d8ff);
	background: -o-linear-gradient(right, #115fda, #35d8ff);
	background: -moz-linear-gradient(right, #115fda, #35d8ff);
	background: linear-gradient(to right, #115fda , #35d8ff);
}
.jk-live{
	position: relative;
	height: 380px;
	padding: 23px 18px;
	background-color: #fff;
}
.live{
	height: 334px;
	border: solid 9px #e5e5e5;
}
.live *{
	object-fit: cover;
}
.article{
	overflow: hidden;
}
.bt_h1{
	padding-top: 36px;
	width: 100%;
	height: 93px;
	font-size: 36px;
	font-weight: bolder;
	color: #fff;
	background: url(../../images/jker/topic1/bt_h1_bg.png) no-repeat 50% 100%;
	background-size: 100% auto;
}
.wenz1{
	padding: 45px 18px 30px;
	background-color: #fff;
	overflow: hidden;
}
#silder1,
.writing,
.writing1,
.video{
	display: inline;
}
#silder1{
	float: right;
	padding: 10px;
	width: 500px;
	height: 334px;
	background-color: #e5e5e5;
}
.swiper-container,
.swiper-slide img{
	width: 480px;
	height: 314px;
}
.swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding-left: 18px;
	padding-right: 90px;
	width: 100%;
	height: 36px;
	font-size: 20px;
	line-height: 1.8;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(51,51,51,.86);
	overflow: hidden;
}
#silder1 .swiper-pagination{
	width: 90px;
	left: inherit;
	right: 0;
}
#silder1 .swiper-pagination-bullet{
	margin-left: 0;
	margin-right: 4px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
	border-radius: 0;
}
#silder1 .swiper-pagination-bullet-active{
	background-color: #ec6c00;
}
.writing{
	float: left;
	padding-left: 10px;
	width: 410px;
}
.writing li{
	margin-bottom: 26px;
}
.writing h1{
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.2;
}
.writing p{
	display: -webkit-box;
	height: 46px;
	font-size: 16px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.writing1{
	float: left;
	width: 434px;
}
.writing1 h2,
.video h2{
	margin-top: 30px;
}
.video{
	float: right;
	width: 526px;
}
.article ul{
	background-color: #fff;
}
.writing1 ul{
	padding: 45px 60px 0 25px;
}
.writing1 ul,
.video ul{
	height: 208px;
	overflow: hidden;
}
.writing1 li{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bolder;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.video ul{
	display: flex;
	padding: 20px 18px 0 18px;
	justify-content: space-between;
}
.video li{
	position: relative;
	display: inline-block;
	width: 242px;
	height: 160px;
	border: solid 5px #e5e5e5;
	cursor: pointer;
}
.video li:before,
.video li:after{
	content: "";
	position: absolute;
}
.video li:after{
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	background-color: rgba(255,255,255,.7);
	border-radius: 100%;
}
.video li:before{
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
	border-left: solid 26px #fff;
}
.video li img{
	display: block;
	margin: auto;
	width: 100%;
	height: 150px;
}
.zhici{
	padding: 20px 12px 16px;
	background-color: #fff;
	overflow: hidden;
}
.linek,
.zhici ul{
	display: flex;
	justify-content: space-between;
}
.linek span,
.zhici li{
	display: block;
	width: 310px;
}
.linek span,
.hj_list h1{
	height: 36px;
	background: -webkit-linear-gradient(left, #0551ea , #109cec);
	background: -o-linear-gradient(right, #0551ea, #109cec);
	background: -moz-linear-gradient(right, #0551ea, #109cec);
	background: linear-gradient(to right, #0551ea , #109cec);
}
.zhici ul{
	margin-top: 10px;
}
.zhici li{
	padding: 10px;
	background-color: #e5e5e5;
	border-bottom: solid 2px #2e82b7;
	overflow: hidden;
}
.icon{
	width: 100%;
	height: 164px;
}
.icon img{
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
}
.zhici li figcaption{
	font-size: 15px;
	line-height: 1.3333;
}
.zhici li figcaption name{
	margin-top: 6px;
	font-weight: bold;
}
.zhici li figcaption p{
	margin: 30px 0;
	overflow: hidden;
}
.forum ul{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 0 18px 25px;
	background-color: #fff;
	overflow: hidden;
}
.forum ul:before{
	content: "";
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 80%;
	background-color: #e5e5e5;
}
.forum li{
	position: relative;
	display: inline-block;
	width: calc(50% - 64px);
}
.forum li:nth-child(2n):before,
.forum li:nth-child(2n):after,
.forum li:nth-child(2n) h2:before{
	position: absolute;
	content: "";
}
.forum li:nth-child(2n):before,
.forum li h2:before{
	z-index: 1;
	width: 2px;
	height: 82px;
	background-color: #3e9da6;
}
.forum li:nth-child(2n):before{
	top: 45%;
	left: -100px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.forum li:nth-child(2n):after{
	z-index: 2;
	left: -65px;
	bottom: 50px;
	margin-left: -7px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: solid 2px #3e9da6;
	border-radius: 100%;
}
.forum li h2{
	position: relative;
	padding-top: 20px;
	padding-bottom: 6px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bolder;
	border-bottom: solid 1px #e5e5e5;
}
.forum li:nth-child(2n) h2:before{
	top: 108px;
	left: -32px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.forum li h3{
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.333;
}
.forum li h3 strong{
	font-weight: bolder;
}
.box1{
	margin-top: 4px;
}
.box1 *{
	display: inline;
}
.box_left{
	float: left;
	width: 230px;
	height: 154px;
	border: solid 3px #e5e5e5;
}
.box_left img{
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
}
.box_right{
	display: -webkit-box;
	float: right;
	width: 165px;
	height: 152px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hj_list{
	padding: 0 10px;
	background-color: #fff;
	overflow: hidden;
}
.bt_h3{
	position: relative;
	margin-top: 15px;
	padding-left: 18px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bolder;
	color: #2072ba;
}
.bt_h3:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-color: #2072ba;
	border-radius: 100%;
}
.bt_h3 span{
	display: inline;
	float: right;
	font-size: 14px;
	color: #5f5f5f;
}
.hj_list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.j1{
	justify-content:space-between;
}
.j2,
.j3,
.j4{
	justify-content: start;
}
.hj_list li{
	margin-top: 12px;
	background-color: #e5e5e5;
}
.hj_list h1{
	height: auto;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 36px;
}
.hj_list p{
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 15px;
	text-align: right;
	line-height: 1.333;
}
.hj_list img{
	width: 100%;
}

.j1 li{
	width: 468px;
}
.j1 img,
.j1 p{
	padding-left: 14px;
	padding-right: 14px;
}
.j1 img{
	padding-top: 20px;
	height: 265px;
}

.j2 li{
	width: 232px;
}
.j2 li:not(:nth-child(4n)){
	margin-right: 10px;
}
.j2 img,
.j2 p{
	padding-left: 7px;
	padding-right: 7px;
}
.j2 img{
	padding-top: 7px;
	height: 129px;
}

.j3 li{
	width: 310px;
}
.j3 li:not(:nth-child(3n)){
	margin-right: 15px;
}
.j3 img,
.j3 p{
	padding-left: 10px;
	padding-right: 10px;
}
.j3 img{
	padding-top: 10px;
	height: 174px;
}

.j4 li{
	width: 184px;
}
.j4 li:not(:nth-child(5n)){
	margin-right: 10px;
}
.j4 img,
.j4 p{
	padding-left: 6px;
	padding-right: 6px;
}
.j4 img{
	padding-top: 6px;
	height: 103px;
}
.j4 p{
	padding-top: 2px;
	padding-bottom: 6px;
	font-size: 12px;
}