@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
	box-sizing: border-box;
	text-align: justify;
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
	font-weight: 400;
	max-width: 480px;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 #cccccc;
}

fieldset,
img {
	border: 0;
}
:focus {
	outline: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, ol, li {
    list-style: none;
}

table {
	 border-collapse: collapse; 
/*	border-collapse: separate !important;*/
	border-spacing: 0 !important;
}
input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
/*    float: left;*/
}

.fr {
/*    float: right;*/
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}


.mobileNone {
    display: none !important;
}
.bodybg{
	background: url(nyncb_dwjjhzzx_bodybg.jpg);
}
.wrapper{
	width:7.5rem;
}



/*头部*/

.head{
	border-top: .04rem solid #99b3cf;
	height: 1.5rem;
	background: url(sk_df_2025_topbg_m.png) right no-repeat;
	background-size: auto 100%;
}
.head_w{
	margin: 0 auto;
}
.logo{
	margin-left: .3rem;
	padding-top: .12rem;
}
.head_w .logo img{
	height: .9rem;
}

/*导航*/
.menu{
	width: 100%;
	position: relative;
    font-size: 0;
}
.menu_w{
	width: 6.7rem;
	height: .99rem; 
	background: #004088; 
	
    font-size: 0;
    white-space: nowrap;
	overflow-y: hidden;
    overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.menu_w::-webkit-scrollbar{
    display: none;
}
.menu .menu_w li{
	padding: 0 .38rem;
	line-height: 1rem;
	font-size: .34rem;
	
    display: inline-block;
}
.menu .menu_w li.index{
/*	display: none;*/
}
.menu .menu_w li.on{
/*	background: #1876a6;*/
	background: #c79342;
}
.menu .menu_w a{
	color: #fff;
	display: block;
	font-weight: bold;
}
.menu .menu_w li a.jizhe{
	position: relative;
	padding-right: .4rem;
}
.menu .menu_w li a.jizhe::after{
	content: '';
	width: .26rem;
	height: .26rem;
	background: url(sk_df_2025_icon_jt.png) no-repeat;
	background-size: 100% 100%;
	transition: transform .5s;
	
	position: absolute;
	right: 0;
	top: .4rem;
}
.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 .1rem .15rem 0 rgba(137, 178, 207, 0.3);
    opacity: 0;
    visibility: hidden;
	z-index: 1;
}
.menu .jzz_nav.active{
	height: .9rem;
    opacity: 1;
    visibility: visible;
}

.menu .jzz_nav .jzz_nav_w{
	width: 100%;
	height: .9rem;
    font-size: 0;
    white-space: nowrap;
	
    overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none; 
}
.menu .jzz_nav .jzz_nav_w li{
	display: inline-block;
	line-height: .9rem;
	padding: 0 .3rem;
	
}
.menu .jzz_nav .jzz_nav_w li a{
	color: #1a1a1a;
	display: block;
	font-size: .3rem;
}
.menu .jzz_nav .jzz_nav_w li a:hover{
	color: #004088;
}


.menu_more{
/*	background: rgba(0, 0, 0, .2);*/
	background: #00336d;
	width: .9rem;
	height: .99rem;
	z-index: 2;
	
	position: absolute;
	top: 0;
	right: 0;
}
.menu_more i,
.menu_more i::after,
.menu_more i::before {
	content: '';
	width: .36rem;
	height: .03rem;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.menu_more i{
	display: block;
	top: .48rem;
	left: .26rem;
}
.menu_more i::after{
	top: .1rem;
	left: 0;
}
.menu_more i::before{
	top: -.1rem;
	left: 0;
}
.menu_more.on i{
	background: none;
}
.menu_more.on i:before, .menu_more.on i:after {
	background: #fff;
	top: 0;
}
.menu_more.on i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0;
}
.menu_more.on i:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0;
}

/*导航下拉*/
.menu_mb{
	position: absolute;
	width: 7.5rem;
	top: 2.5rem;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 9;
	padding: 0 .3rem .3rem;
	display: none;
	
	background: #F2F8FD;
	overflow-y: scroll;
	bottom: 0;
/*	height: calc(100vh - 2.45rem);*/
}
.menu_mb ul li{
	border-bottom: 0.01rem solid #7eb2d0;
}
.menu_mb ul li .title1 {
	line-height: 1rem;
	font-size: 0.32rem;
	padding: 0 0.3rem;
	position: relative;
}

.menu_mb ul li .title1 .icos {
	float: right;
	width: 0.14rem;
	height: 0.26rem;
	background: url(sk_df_2025_jt.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: 0.38rem;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.menu_mb ul li.on {
/*	background-color: #fafdfe;*/
}
.menu_mb ul li.on .title1 a {
	color: #004088;
}
.menu_mb ul li.on .title1 .icos {
	transform: rotate(90deg);
}

.menu_mb ul li .sonul {
	display: none;
	font-size: 0;
}

.menu_mb ul li .sonul .tas {
	display: inline-block;
	width: 50%;
	height: .87rem;
	padding: 0 0.62rem;
	line-height: 0.87rem;
	border-top: 0.01rem solid #d2e3ed;
	font-size: 0.3rem;
}

/*新闻*/
.new_h1{
	padding: .3rem;
	font-weight: bold;
	font-size: .45rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2px;
}

.newbox .lunbo{
	width: 100%;
	padding: 0 0.3rem;
	height: 4.12rem;
/*	overflow: hidden;*/
/*	position: relative;*/
}

.xj-right{
	width: 100%;
}

.xj-right .text-cont {
    width: 6.9rem;
    height: 1.1rem;
    line-height: 1.5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-indent: .3rem;
    font-size: .3rem;
    font-weight: bold;
    position: absolute;
/*    left: 0;*/
    bottom: 0;
	
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
	padding-right: 1rem;
	padding-top: .4rem;
}
.xj-right .coverImg{
	height: 100%;
}
.xj-right .coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.xj-right .pagination {
    position: absolute;
    z-index: 20;
    bottom: .13rem;
    text-align: right;
    right: .2rem;
}
.xj-right .swiper-pagination-switch {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    border-radius: 100px;
    background: #fff;
    margin: 0 .05rem;
    cursor: pointer;
    transition: all 0.4s;
}
.xj-right .swiper-active-switch {
    width: .26rem;
}

/*首页新闻-列表*/
.newlist{
	width: 6.9rem;
	margin: 0 auto;
	line-height: 1.6;
	margin-top: .4rem;
}
.newlist li{
	font-size: .3rem;
	padding: .2rem 0;
	border-bottom: .01rem dashed #d5dce7;
	
}

.newlist li:nth-child(5n + 1) {
	font-size: .32rem;
	font-weight: bold;
}
.newlist li:nth-child(6) {
	margin-top: .2rem; 
}

/*栏目间距 首页栏目title*/
.lm_tp{
/*	margin-top: .5rem;*/
}
.in_title{
	color: #1876a6;
	font-size: .42rem;
	font-weight: bold;
	line-height: 1.1rem;
}
.in_title a{
	color: #1876a6;
}
.in_title a:hover{
	color: #004088;
}
/*视频 新媒体*/
.in_spmt{
	margin-top: .5rem;
	width: 100%;
	height: 6.8rem;
	background: url(sk_df_2025_bg01.png);
	padding: 0 .3rem;
	position: relative;
}
.in_spmt .v_bk{
	content: '';
	height: .36rem;
	background:url(sk_df_2025_bg02.png) .03rem center repeat-x rgba(0, 64, 136, 0.1);
	background-size: auto .28rem;
	margin: 0 .5rem;
}
.in_spmt .v_bk_wz{
	position: absolute;
	top: 5rem;
	left: .2rem;
	right: 40px;
	z-index: 2;
}

.in_spmt .v_box{
	width: 5.9rem;
	position: relative;
	margin: 0 auto;
}
.in_spmt .v_box .v_img{
	width: 5.9rem;
	height: 3.53rem;
	border-top: .01rem solid #fff;
	border-bottom: .01rem solid #fff;
	overflow: hidden;
}
.in_spmt .v_box .v_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.in_spmt .v_box .tab_js{
	height: 5.2rem;
}
.in_spmt .v_box .v_text{
	position: absolute;
	line-height: 1.5;
	font-weight: bold;
	font-size: .3rem;
	top: 4rem;
	text-align: center;
	width: 5.9rem;
}
.in_spmt .v_box .prev,
.in_spmt .v_box .next{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: .3rem;
	height: .55rem;
	top: 1.5rem;
	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: -.5rem;
}
.in_spmt .v_box .next{
	background-image: url("sk_df_2025_next.png");
	background-size: 100% 100%;
	right: -.5rem;
}


/*首页 - 记者站*/
.in_jzz{
	width: 100%;
	padding: 0 .3rem;
	margin-top: .5rem;
}
.in_jzz .tab_t{
	width: 100%;
	background: #004088;
	padding-left: .2rem;
	margin-bottom: .3rem;
	height: .9rem;
	overflow-y: hidden;
	overflow-x: auto;
	scroll-behavior: smooth;
}
.in_jzz .tab_t::-webkit-scrollbar{
    display: none;
}
.in_jzz .tab_t ul{
	font-size: 0;
    white-space: nowrap;
}
.in_jzz .tab_t li{
	display: inline-block;
	padding: 0 .26rem;
	text-align: center;
	color: #fff;
	line-height: .9rem;
	font-size: .3rem;
}
.in_jzz .tab_t li:last-child{
	margin-right: .2rem;
}
.in_jzz .tab_t li a{
	color: #fff;
}
.in_jzz .tab_t li.on{
	margin-top: .11rem;
	height: .8rem;
	line-height: .7rem;
	font-weight: bold;
	background: #fff;
	color: #004088;
	border-radius: .08rem .08rem 0 0;
}
.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;
}

.more{
	display: block;
	text-align: center;
	font-size: .3rem;
	color: #214c99;
	border: .01rem solid #cddaf1;
	border-radius: .08rem;
	line-height: .8rem;
	margin-top: .2rem;
}
.more i{
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin-left: .1rem;
	margin-top: -.03rem;
	width: .16rem;
	height: .16rem;
    border: 0.03rem solid transparent;
	border-bottom-color: #214c99;
	border-right-color: #214c99;
    transform: rotate(-45deg);
}
/*首页栏目列表*/

.in_list{
	width: 100%;
	margin-top: .3rem;
}
.in_list .h3{
	margin-bottom: .15rem;
}
.in_list .h3 *{
	text-align: justify; 
}
.in_list .h3 h3{
	font-size: .3rem;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: .2rem;
}
.in_list .h3 .img{
	width: 3.5rem;
	height: 2.1rem;
	overflow: hidden;
	float: left;
}
.in_list .h3 img{
	width: 100%;
	height: 100%;
}
.in_list .h3 .text{
	float: right;
	width: 3rem;
	font-size: .26rem;
	color: #666;
	line-height: 1.8;
	
	overflow:hidden;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}

.in_list .img2{
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
}
.in_list .img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list02 .h3 .text{
	float: none;
	width: 100%;
	-webkit-line-clamp: 3;
}
.list02 .h3 h3{
	padding-bottom: .15rem;
}

.list_li{
	line-height: 1.6;
	font-size: .3rem;
}
.list_li li{
	border-bottom: .01rem dashed #d5dce7;
}
.list_li a{
	display: block;
	padding: .2rem 0;
}
.list_li li:last-child{
	border-bottom: 0;
}

.in_ad{
	display: none;
	margin-top: .5rem;
	height: 2.6rem;
	background: #eee;
	font-size: .32rem;
}
.in_ad img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_lmbox{
	width: 6.9rem;
	margin: 0 auto;
	margin-top: .5rem;
}
.in_lmbox .in_title{
	border-top: .06rem solid #004088;
}


.r_m{
}


/*大家印象轮播*/
.xj-lunbo{
	width: 6.9rem;
	margin: 0 auto;
	position: relative;
}
.xj-lunbo .swiper-container{}
.xj-lunbo .text-cont {
	padding-top: .2rem;
    width: 6.9rem;
    line-height: 1.5;
    box-sizing: border-box;
    font-size: .3rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .7rem;
}
.xj-lunbo .coverImg{
	height: 4.12rem;
	overflow: hidden;
}
.xj-lunbo .coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xj-lunbo .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    box-sizing: border-box;
    left: 45%;
}
.xj-lunbo .swiper-pagination-switch {
    display: inline-block;
    width: .15rem;
    height: .15rem;
    border-radius: 100px;
    background: rgba(0, 64, 136, .3);
    margin: 0 .05rem;
    cursor: pointer;
    transition: all 0.4s;
}
.xj-lunbo .swiper-active-switch {
/*    width: 20px;*/
    background: rgba(0, 64, 136, 1);
}




/* footer */

.sk_lianghui2023_footer_wrap {
	margin-top: .6rem;
    width: 100%;
    background-color: #2181b0;
	padding: 0 .3rem;
}

.sk_lianghui2023_footer {
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    font-size: .26rem;
}

.sk_lianghui2023_footer a {
    color: #FFF;
}

.sk_lianghui2023_footer .row {
    text-align: center;
}

.sk_lianghui2023_footer .footer_row1 {
    width: 5.8rem;
    line-height: .5rem;
    margin: 0 auto;
    font-size: .26rem;
}

.sk_lianghui2023_footer .footer_row1 a {
    display: inline-block;
}

.sk_lianghui2023_footer .footer_row1 span{
    margin: 0 .3rem;
}


.sk_lianghui2023_footer .footer_row2 {
    width: 6.9rem;
    margin-top: .2rem;
    font-size: .22rem;
    margin: .2rem auto;
    line-height: .5rem;
}


.sk_lianghui2023_footer .footer_row2 span {
    margin: 0 .2rem;
}

.sk_lianghui2023_footer .footer_row2 .gongan img {
    width: .22rem;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: .1rem
}


.sk_lianghui2023_footer .footer_row3 span {
    margin: 0 .05rem;
}

.sk_lianghui2023_footer .footer_row3 {
    width: 6.9rem;
    line-height: .5rem;
    font-size: .22rem;
    margin: 0 auto;
}

.sk_lianghui2023_footer .footer_row3 .sscp img{
    display: inline-block;
    vertical-align: middle;
    width: .4rem;
}

.sk_lianghui2023_footer .footer_row3 .star5 {
    text-align: center;
    display: inline-block;
    margin-top: .2rem;
}

.sk_lianghui2023_footer .footer_row3 .star5 img{
    width: 1.33rem;
    vertical-align: bottom;
}

/* footer */
.sk_footer{
    padding: .3rem 0 .6rem;
    min-height: 160px;
/*    background-color: #B70306;*/
    color: #fff;
    text-align: center;
    position: relative;
    font-size: .24rem;
}
.sk_footer .links{
    padding: .2rem 0;
    font-size: .3rem;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 10%;
    line-height: 2;
}
.sk_footer .links a{
    display: inline-block;
    margin: 0 .4rem;
}
.sk_footer a{
    color: #fff;
}
.sk_footer .icp{
    line-height: 2.5;
    margin-top: 1.6rem;
    text-align: center;
}
.sk_footer .icp span{
    display: inline-block;
    margin:  0 10px;
}
.sk_footer .icp_sscp span{
    display: inline-block;
    margin: 0;
}
.sk_footer .icp_sscp{
    margin-bottom: 0;
    margin: 0 auto 0;
    position: relative;
}

.sk_footer .icp_sscp .sk_sscp_logo{
}
.sk_footer .icp_sscp .sk_sscp_logo img {
    width: .29rem;
    height: .38rem;
    vertical-align: middle;
}
.sk_footer .icp_sscp .knet{
    /* position: absolute; */
    /* right: 90px; */
    /* top: -5px; */
    margin-top: .2rem;
    text-align: center;
}
.sk_footer .icp_sscp .knet img{
	width: 1.5rem;
	height: .54rem;
}

