@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
	/*strong,*/
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0!important;
}
table td {
	background: #fff;
}
caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
}

body {
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
	min-width: 1400px;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
}
.clear {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}
.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #214c99;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pcNone {
	display: none !important;
}

.wrapper{
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}


/*头部*/

.head{
	border-top: 8px solid #99b3cf;
}
.head_w{
	overflow: hidden;
	margin: 0 auto;
	background: url("sk_df_2025_logo_2.jpg") no-repeat;
	background-size: cover;
}
.head img {
	display:  block;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
/*导航*/
.menu{
	/*	height: 52px;*/
	background: #004088;
}
.menu_w{
	width: 1400px;
	height: 52px;
	min-width: 1400px;
	margin: 0 auto;
}

.menu .menu_w li{
	float: left;
	padding: 0 21px;
	line-height: 52px;
	font-size: 20px;
	font-weight: bold;
}
.menu .menu_w li:hover{
	background: #1876a6;
}
.menu .menu_w a{
	color: #fff;
	display: block;
}
.menu .menu_w li.index a{
	padding-left: 36px;
	background: url(sk_df_2025_icon_index.png) left center no-repeat;
	background-size: 22px;
}
.menu .menu_w li a.jizhe{
	position: relative;
	padding-right: 30px;
}
.menu .menu_w li a.jizhe::after{
	content: '';
	width: 18px;
	height: 18px;
	background: url(sk_df_2025_icon_jt.png) no-repeat;
	background-size: 100% 100%;
	transition: transform .5s;

	position: absolute;
	right: 0;
	top: 17px;
}
.menu .menu_w li a.jizhe.hover::after,
.menu .menu_w li a.jizhe:hover::after{
	transform: rotate(180deg);
}

.menu .jzz_nav{
	background: #fff;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
	box-shadow: 0 10px 15px 0 rgba(137, 178, 207, 0.3);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.menu .jzz_nav.active{
	height: 52px;
	opacity: 1;
	visibility: visible;
}

.menu .jzz_nav .jzz_nav_w{
	width: 1400px;
	height: 52px;
	min-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.menu .jzz_nav .jzz_nav_w li{
	display: inline-block;
	line-height: 52px;
	padding: 0 16px;

}
.menu .jzz_nav .jzz_nav_w li a{
	color: #1a1a1a;
	display: block;
	font-size: 18px;
}
.menu .jzz_nav .jzz_nav_w li a:hover{
	color: #004088;
}


/*新闻*/
.new_h1{
	padding: 30px 100px;
	font-weight: bold;
	font-size: 42px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2px;
}

.newbox .lunbo{
	width: 820px;
	height: 490px;
	overflow: hidden;
	/*	overflow: hidden;*/
	/*	position: relative;*/
}

.xj-right{
	width: 820px;
	overflow: hidden;
}

.xj-right .text-cont {
	width: 820px;
	height: 56px;
	line-height: 56px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-indent: 16px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	/*    left: 0;*/
	bottom: 0;
}
.xj-right .coverImg{
	height: 100%;
}
.xj-right .coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.xj-right .coverImg img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.xj-right .pagination {
	position: absolute;
	z-index: 20;
	bottom: 21px;
	text-align: right;
	box-sizing: border-box;
	right: 10px;
}
.xj-right .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.4s;
}
.xj-right .swiper-active-switch {
	width: 20px;
}

/*首页新闻-列表*/
.newlist{
	width: 540px;
	line-height: 1.5;
}
.newlist li{
	font-size: 18px;
	padding: 10px 0;

	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}

.newlist li:nth-child(5n + 1) {
	font-size: 22px;
	font-weight: bold;
}
.newlist li:nth-child(6) {
	margin-top: 12px;
}

/*栏目间距 首页栏目title*/
.lm_tp{
	margin-top: 40px;
}
.in_title{
	color: #1876a6;
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
}
.in_title a{
	color: #1876a6;
}
.in_title a:hover{
	color: #004088;
}
/*视频 新媒体*/
.in_spmt{
	width: 445px;
	height: 432px;
	background: url(sk_df_2025_bg01.png);
	padding: 0 40px;
	position: relative;
	overflow: hidden;
}
.in_spmt .v_bk{
	content: '';
	height: 26px;
	background:url(sk_df_2025_bg02.png) 3px center repeat-x rgba(0, 64, 136, 0.1);
	background-size: auto 24px;
}
.in_spmt .v_bk_wz{
	position: absolute;
	top: 314px;
	left: 40px;
	right: 40px;
	z-index: 2;
}

.in_spmt .v_box{
	width: 365px;
	height: 330px;
	position: relative;
}
.in_spmt .v_box .v_img{
	width: 365px;
	height: 218px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.in_spmt .v_box .v_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.in_spmt .v_box .v_img img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.in_spmt .v_box .tab_js{
	height: 325px;
}
.in_spmt .v_box .v_text{
	position: absolute;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	top: 260px;
	text-align: center;
	width: 365px;
}
.in_spmt .v_box .prev,
.in_spmt .v_box .next{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 22px;
	height: 40px;
	top: 90px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 2;
	opacity: .3;
}
.in_spmt .v_box .prev:hover,
.in_spmt .v_box .next:hover{
	opacity: 1;
}
.in_spmt .v_box .prev{
	background-image: url("sk_df_2025_prev.png");
	background-size: 100% 100%;
	left: -30px;
}
.in_spmt .v_box .next{
	background-image: url("sk_df_2025_next.png");
	background-size: 100% 100%;
	right: -30px;
}


/*首页 - 记者站*/
.in_jzz{
	width: 915px;
}
.in_jzz .tab_t{
	background: #004088;
	padding-left: 20px;
	margin-bottom: 20px;
}
.in_jzz .tab_t ul{
	clear: both;
}
.in_jzz .tab_t li{
	float: left;
	width: 170px;
	text-align: center;
	/*	padding: 0 30px;*/
	color: #fff;
	line-height: 55px;
	font-size: 20px;
}
.in_jzz .tab_t li a{
	color: #fff;
	display: block;
}
.in_jzz .tab_t li.on{
	margin-top: 7px;
	line-height: 48px;
	font-weight: bold;
	background: #fff;
	border-radius: 6px 6px 0 0;
	font-size: 24px;
}
.in_jzz .tab_t li.on a{
	color: #004088;
}
.in_jzz .tab_nr .nr_div{
	display: none;
}
.in_jzz .tab_nr .nr_div.active{
	display: block;
}

/*首页栏目列表*/

.in_list{
	width: 440px;
}
.in_list .h3{
	margin-bottom: 10px;
}
.in_list .h3 *{
	text-align: justify;
}
.in_list .h3 h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 15px;
}
.in_list .h3 .img{
	width: 240px;
	height: 143px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.in_list .h3 img{
	width: 100%;
	height: 100%;
	transition: transform .5s;
}
.in_list .h3 img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.in_list .h3 .text{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	/*	-webkit-line-clamp:5;*/
}
.in_list .img2{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.list01 .h3{
	height: 203px;
}
.list01 .h3 h3{
	padding-bottom: 15px;
}
.list01 .h3 .text{
	height: 140px;
	-webkit-line-clamp: 4;
}

.list02 .h3{
	height: 155px;
}
.list02 .h3 .text{
	height: 86px;
	-webkit-line-clamp: 3;
}
.list02 .h3 h3{
	padding-bottom: 5px;
}

.list03 .h3 .img{
	width: 200px;
	height: 120px;
}
.list03 .h3 .text{
	height: 118px;
	-webkit-line-clamp: 4;
}

.list_li{
	line-height: 48px;
	font-size: 18px;
}
.list_li a{
	display: block;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}


.in_ad{
	margin-top: 40px;
	height: 125px;
	background: #eee;
}
.in_ad img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_lmbox{
	width: 440px;
}
.in_lmbox .in_title{
	border-top: 6px solid #004088;
	line-height: 70px;
}


.r_m{
	margin-right: 40px;
}


/*大家印象轮播*/
.xj-lunbo{
	width: 440px;
	position: relative;
}
.xj-lunbo .swiper-container{}
.xj-lunbo .text-cont {
	padding-top: 10px;
	width: 440px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 36px;
}
.xj-lunbo .coverImg{
	height: 263px;
	overflow: hidden;
}
.xj-lunbo .coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.xj-lunbo .coverImg img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.xj-lunbo .pagination {
	position: absolute;
	z-index: 20;
	bottom: 0;
	box-sizing: border-box;
	right: 180px;
}
.xj-lunbo .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: rgba(0, 64, 136, .3);
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.4s;
}
.xj-lunbo .swiper-active-switch {
	/*    width: 20px;*/
	background: rgba(0, 64, 136, 1);
}





/* footer */

.sk_lianghui2023_footer_wrap {
	width: 100%;
	/*background-color: #920402;*/
	background-color: #2181b0;
	margin-top: 60px;

}

.sk_lianghui2023_footer {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	color: #FFF;
	font-size: 18px;
}

.sk_lianghui2023_footer a {
	color: #FFF;
}

.sk_lianghui2023_footer .row {
	text-align: center;
}

.sk_lianghui2023_footer .footer_row1 span{
	margin: 0 16px;
}


.sk_lianghui2023_footer .footer_row2 {
	margin-top: 20px;
}

.sk_lianghui2023_footer .footer_row2 span {
	margin: 0 20px;
}

.sk_lianghui2023_footer .footer_row2 .gongan img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}


.sk_lianghui2023_footer .footer_row3 span {
	margin: 0 20px;
}

.sk_lianghui2023_footer .footer_row3 {
	line-height: 70px;
}

.sk_lianghui2023_footer .footer_row3 .sscp img{
	vertical-align: bottom;
}

.sk_lianghui2023_footer .footer_row3 .star5 img{
	vertical-align: bottom;
	margin-left: 100px;
}


.sk_footer{
	width: 1400px;
	margin: 0 auto;
	padding: 20px 0 40px;
	min-height: 160px;
	/*    background-color: #C40C02;*/
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 18px;
}
.sk_footer .links{
	padding: 20px 0;
}
.sk_footer .links a{
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.sk_footer a{
	color: #fff;
}
.sk_footer .icp{
	margin-bottom: 20px;
}
.sk_footer .icp span{
	display: inline-block;
	margin:  0 10px;
}
.sk_footer .icp_sscp span{
	display: inline-block;
	margin:  0 20px;
}
.sk_footer .icp_sscp{
	margin-bottom: 0;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.sk_footer .icp_sscp .sk_sscp_logo{
	position: absolute;
	left: 150px;
	top: -5px;
}

.sk_footer .icp_sscp .sk_sscp_logo img{
	width:29px;
}

.sk_footer .icp_sscp .knet{
	position: absolute;
	right: 90px;
	top: -5px;
}
/*foot 链接nav线*/
.sk_footer_white{
	border-top: 6px solid #2181b0;
	background-color: #fefefe;
	background-image: linear-gradient(#ffffff, #f0f0f0);
	color: #212121;
}
.sk_footer_white a{
	color: #212121;
}
.sk_footer_white a:hover {
	color: #2181b0;
}
.sk_footer_white .links a:after {
	content: "";
	width: 1px;
	height: 15px;
	display: block;
	position: absolute;
	right: -22px;
	top: 5px;
	background: #999;
}

.sk_footer_white .links a:nth-child(5):after {
	display: none;
}

.sk_footer .links a:after {
	content: "";
	width: 1px;
	height: 15px;
	display: block;
	position: absolute;
	right: -22px;
	top: 5px;
	background: #fff;
}
.sk_footer .links a:nth-child(5):after {
	display: none;
}

.more{
	display: block;
	text-align: right;
	font-size: 16px;
	color: #214c99;
	margin-top: .2rem;
}
.more i{
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-left: 8px;
	margin-top: -2px;
	width: 10px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom-color: #214c99;
	border-right-color: #214c99;
	transform: rotate(-45deg);
}

@media screen and (max-width: 1440px){
	body{
		min-width: 1000px;
	}
	/*头部*/
	.wrapper{
		width: 1000px;
		min-width: 1000px;
	}
	.head{
		border-top: 4px solid #99b3cf;
	}
	.head_w{

	}
	.head img {
		display:  block;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	/*导航*/
	.menu{
	}
	.menu_w{
		width: 1000px;
		height: 40px;
		min-width: 1000px;
		/*		background: #f00;*/
	}
	.menu .menu_w li{
		padding: 0 11px;
		line-height: 40px;
		font-size: 16px;
	}
	.menu .menu_w li.index a{
		padding-left: 25px;
		background-size: 18px;
		margin-left: 12px;
	}
	.menu .menu_w li a.jizhe{
		padding-right: 22px;
	}
	.menu .menu_w li a.jizhe::after{
		width: 14px;
		height: 14px;
		top: 15px;
	}
	.menu .jzz_nav{;
		box-shadow: 0 5px 10px 0 rgba(137, 178, 207, 0.3);
	}
	.menu .jzz_nav.active{
		height: 40px;
	}

	.menu .jzz_nav .jzz_nav_w{
		width: 1000px;
		min-width: 1000px;
	}
	.menu .jzz_nav .jzz_nav_w li{
		line-height: 40px;
		padding: 0 10px;

	}
	.menu .jzz_nav .jzz_nav_w li a{
		font-size: 14px;
	}

	/*新闻*/
	.new_h1{
		padding: 20px 70px;
		font-size: 28px;
	}

	.newbox .lunbo{
		width: 586px;
		height: 350px;
	}

	.xj-right{
		width: 586px;
	}

	.xj-right .text-cont {
		width: 586px;
		height: 40px;
		line-height: 40px;
		text-indent: 16px;
		font-size: 15px;
	}

	.xj-right .pagination {
		z-index: 20;
		bottom: 12px;
	}

	/*首页新闻-列表*/
	.newlist{
		width: 385px;
	}
	.newlist li{
		font-size: 14px;
		padding: 6px 0;
	}

	.newlist li:nth-child(5n + 1) {
		font-size: 16px;
	}
	.newlist li:nth-child(6) {
		margin-top: 12px;
	}

	/*栏目间距 首页栏目title*/
	.lm_tp{
		margin-top: 30px;
	}
	.in_title{
		font-size: 18px;
		line-height: 50px;
	}
	/*视频 新媒体*/
	.in_spmt{
		width: 315px;
		height: 315px;
		padding: 0 27px;
	}
	.in_spmt .v_bk{
		height: 18px;
		background-size: auto 14.7px;
	}
	.in_spmt .v_bk_wz{
		top: 223px;
		left: 27px;
		right: 28px;
	}

	.in_spmt .v_box{
		width: 260px;
		height: 155px;
	}
	.in_spmt .v_box .v_img{
		width: 260px;
		height: 155px;
	}
	.in_spmt .v_box .tab_js{
		height: 240px;
	}
	.in_spmt .v_box .v_text{
		font-size: 15px;
		top: 185px;
		width: 260px;
	}
	.in_spmt .v_box .prev,
	.in_spmt .v_box .next{
		width: 14px;
		height: 26px;
		top: 65px;
	}
	.in_spmt .v_box .prev{
		left: -20px;
	}
	.in_spmt .v_box .next{
		right: -20px;
	}


	/*首页 - 记者站*/
	.in_jzz{
		width: 657px;
	}
	.in_jzz .tab_t{
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.in_jzz .tab_t li{
		width: 125px;
		line-height: 40px;
		font-size: 15px;
	}
	.in_jzz .tab_t li.on{
		margin-top: 5px;
		line-height: 35px;
		border-radius: 6px 6px 0 0;
		font-size: 17px;
	}

	/*首页栏目列表*/

	.in_list{
		width: 315px;
	}
	.in_list .h3{
		margin-bottom: 10px;
	}
	.in_list .h3 h3{
		font-size: 14px;
		padding-bottom: 15px;
	}
	.in_list .h3 .img{
		width: 172px;
		height: 103px;
		margin-right: 15px;
	}
	.in_list .h3 .text{
		font-size: 12px;
		line-height: 1.7;

	}
	.in_list .img2{
		width: 100%;
		height: 120px;
	}
	.list01 .h3{
		height: 150px;
	}
	.list01 .h3 h3{
		padding-bottom: 15px;
	}
	.list01 .h3 .text{
		height: 100px;
		-webkit-line-clamp:5;
	}
	.list02 .h3{
		height: 118px;
		overflow: hidden;
	}
	.list02 .h3 h3{
		padding-bottom: 7px;
	}
	.list03 .h3 .text{
		height: 86px;
		-webkit-line-clamp:4;
	}

	.list_li{
		line-height: 32px;
		font-size: 14px;
	}

	.in_ad{
		margin-top: 30px;
		height: 90px;
	}

	.in_lmbox{
		width: 315px;
	}
	.in_lmbox .in_title{
		border-top-width: 4px;
		line-height: 50px;
	}
	.list03 .h3 .img{
		width: 144px;
		height: 86px;
	}

	.r_m{
		margin-right: 28px;
	}


	/*大家印象轮播*/
	.xj-lunbo{
		width: 315px;
	}
	.xj-lunbo .text-cont {
		padding-top: 10px;
		width: 315px;
		font-size: 15px;
		padding-bottom: 26px;
	}
	.xj-lunbo .coverImg{
		height: 190px;
	}

	.xj-lunbo .pagination {
		right: 130px;
	}
	.xj-lunbo .swiper-pagination-switch {
		width: 8px;
		height: 8px;
	}

	/* footer */

	.sk_lianghui2023_footer_wrap {
		margin-top: 30px;
	}

	.sk_lianghui2023_footer {
		padding: 5px 0;
		font-size: 14px;
	}


	.sk_lianghui2023_footer .footer_row1 span{
		margin: 0 16px;
	}


	.sk_lianghui2023_footer .footer_row2 {
		margin-top: 20px;
	}

	.sk_lianghui2023_footer .footer_row2 span {
		margin: 0 20px;
	}

	.sk_lianghui2023_footer .footer_row2 .gongan img {
		vertical-align: middle;
		margin-top: -3px;
		margin-right: 10px;
	}


	.sk_lianghui2023_footer .footer_row3 span {
		margin: 0 15px;
	}

	.sk_lianghui2023_footer .footer_row3 {
		line-height: 58px;
	}

	.sk_lianghui2023_footer .footer_row3 .sscp img{
		width: 32px;
		vertical-align: bottom;
	}

	.sk_lianghui2023_footer .footer_row3 .star5 img{
		vertical-align: bottom;
		width: 96px;
		margin-left: 30px;
	}


	.sk_footer .icp_sscp .knet {
		position: absolute;
		right: 50px;
		top: -5px;
	}
	.sk_footer .icp_sscp .knet img{
		width: 70px;
		height: 25px;
	}
	.sk_footer {
		width: 1000px;

		font-size: 12px;
		min-height: 100px;
		padding: 10px 0;
	}
	.sk_footer .icp{
		margin-bottom: 10px;
	}
	.sk_footer .icp_sscp{
		width: 1000px;
	}
	.sk_footer .icp_sscp .sk_sscp_logo{
		left: 115px;
		top: -2px;
	}
	.sk_footer .icp_sscp .sk_sscp_logo img{
		width: 18px;
	}
	.sk_footer .links{
		padding: 10px 0;
	}
	.sk_footer .links a{
		margin: 0 10px;
	}
	.sk_footer_white .links a:after {
		content: "";
		width: 1px;
		height: 10px;
		display: block;
		position: absolute;
		right: -12px;
		top: 4px;
		background: #999;
	}
	.sk_footer .links a:after {
		content: "";
		width: 1px;
		height: 10px;
		display: block;
		position: absolute;
		right: -12px;
		top: 4px;
		background: #FFFFFF;
	}
	.more{
		display: block;
		text-align: right;
		font-size: 12px;
		color: #214c99;
		/* line-height: 1.5; */
		margin-top: .2rem;
	}
	.more i{
		display: inline-block;
		vertical-align: middle;
		content: '';
		margin-left: 8px;
		margin-top: -2px;
		width: 6px;
		height: 6px;
		border: 1px solid transparent;
		border-bottom-color: #214c99;
		border-right-color: #214c99;
		transform: rotate(-45deg);
	}


}