*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 13px;
}
 html, body {
        position: relative;
        height: 100%;
    }
#show-Article, #show-Article p{
padding: 8px 0;
}
#show-Article img{
  box-shadow: 0 0 5px 3px rgb(0 0 0 / 20%);
}
#show-Article a{
  color: rgb(0, 0, 255);
  text-decoration: underline;
}
#show-Article a span{
   color: rgb(0, 0, 255) !important;
}
.ling_hui{
	width: 100%;
	height: 25px;
	background-color: #EFEFEF;
}
a{
	text-decoration: none;
	color: #333333;
}
a:active{
	color: #E23F45;
}
a:hover{
	color: #E23F45;
}
.active{
	color:  #E23F45 !important;
}

.yz_hide{
	display: none;
}
.yz_block{
	display: block;
}
input::-webkit-input-placeholder { 
color: #CFCFCF; 
} 
input:-moz-placeholder { 
color: #CFCFCF; 
} 
input::-moz-placeholder { 
color: #CFCFCF; 
} 
input:-ms-input-placeholder { 
color: #CFCFCF; 
}
/*头部*/
.banner1{
	width: 100%;
}
.header_box{
	height: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_title{
	
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_title:last-child{
	justify-content: flex-start;
	flex: 1;
	margin-right: 1.5%;
}
.header_title img{
	width: 25px;
}
/*轮播图*/
.swiper-container {
        width: 100%;
		margin-bottom: 20px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		width: 100%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	.swiper-slide  img{
		width: 100%;
	}
/*内容1 热门导航*/
.banner2,.banner2 img{
	width: 100%;
}
.cont1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont1_list{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.cont1_list img{
	height: 60px;
}

.cont1_list div{
	height: 35px;
	line-height: 35px;
}

/*内容2 推荐栏目*/
.cont2{
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
}

.cont2_list{
	height: 30px;
	margin: 25px 20px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 18px;
}
.cont2_list span{
font-size: 17px;
font-weight: bold;
color: #656565;
}	
.cont2_list img{
	height: 20px;
	margin: 0 5px;
}
.cont2_list_nr{
	width: 58%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color:#4C9BE2;
	font-weight: bold;
}
.cont2_list_gd{
	flex: 1;
	text-align: right;
	color: #4C9BE2;
	font-weight: bold;
}
.cont2_list a{
	font-size: 16.5px;
}
/*内容3-深圳积分入户 */
.cont3_title{
	height: 40px;
	line-height: 40px;
	background-image: url(../image/til1_10.jpg) ;
	background-repeat:repeat;
	padding: 0px 12px;
}
.bai_shu{
	height: 70%;
    width: 5px;
    background-color: white;
    float: left;
    margin-top: 6px;
}
.cont3_title_1{
	color: white;
	float: left;
	margin-left: 8px;
	font-weight: 900;
	font-size: 20px;
}
.cont3_title_2 a{
	font-size: 18px;
	color: white;
	float: right;
}
.cont3_nr{
	padding: 25px 20px;
	overflow: hidden;
}
.cont3_nr a {
	width: 28%;
	text-align: center;
	padding: 20px 0;
	box-shadow: 0px 0px 11px #EEEEEE;
	float: left;
	margin: 0 8% 20px 0;
}
.cont3_nr a:nth-child(3n){
	margin-right: 0px;
}
.cont3_nr_list img{
	width: 65px;
    height: 65px;
	
}

/*内容4 热点栏目*/
.cont4_title{
	height: 40px;
	line-height: 40px;
	background-image: url(../image/til1_10.jpg) ;
	background-repeat:repeat;
	padding: 0px 12px;
	color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont4_title div{
	color: white;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}
.cont4_title div span{
	font-size: 17px;
}
.active2{
	font-weight: 900;
	height: 35px;
	margin-bottom: 5px;
	border-bottom: 2px solid white;
	
}
.cont4{
	padding: 30px 20px;
}
.cont4_hot{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.cont4_hot .cont4_hot_left{
	flex: 1;
	width: 80px;
	
}
.cont4_hot .cont4_hot_right {
	flex: 4;
	padding-left: 15px;
}
.cont4_hot_right  p:first-child{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 4.5%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cont4_hot_right  p:last-child{
	font-size: 13px;
	color: #737373;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cont4_list{
	overflow: hidden;
	height: 70px;
	/* line-height: 70px; */
	    line-height: 40px;
	border-bottom: 1px solid #B9B9B9;
}

.cont4_list p:first-child{
	float: left;
	width: 70%;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-indent: 5px;
}
.cont4_list p:first-child img{
	height: 15px;
}
.cont4_list p:last-child{
	text-align: right;
	float: right;
	width: 25%;
	color: #B9B9B9;
}
.cont4_ljgd{
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2B7EE6;
	color:white ;
	font-size: 16px;
	 margin-top: 30px;
}
/*底部导航栏*/
.tabBar{
	background-color: #0168B7;
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height:65px;
	width: 100%;
	    z-index: 100;
	}
	.tabBar_item{
		margin-bottom: 5px;
		flex: 1;
	}
	.tabBar_item a{
		text-align: center;
		width: 100%;
	}
	.tabBar_item a p{
		color: white;
		display: block;
		margin: 0;
		font-size: 17px;
	}
	.tabBar_item a img{
		width: 35px;
		height: 35px;
		margin-bottom: -6px;
    	margin-left: 9px;
	}
/* 低部 */
.footer{
	text-align: center;
	margin-bottom: 125px;
	font-size: 13px;
	color: #686868;
}
.footer p{
	margin: 12px 0px;
}
.footer_img img{
	margin-top: 20px;
	width: 26%;
}
/*导航弹框*/
.daohan_tk{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: white;
	color: #3DABF0;
	font-size: 14px;
}
.tk_title{
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	position: relative;
	background-color: #F7F7F8;
}
.tk_title span:first-child{
	font-size: 17px;
	color: #3D4145;
}
.tk_title span:last-child{
	position: absolute;
	right: 20px;
	font-size: 16px;
}
.tk_search{
	height: 50px;
	line-height: 50px;
	background-color: #3D80E3;
	padding: 0px 20px;
}
.tk_search input{
	width: 100%;
	height:35px;
	border-radius: 5px;
	border: 0px;
	text-indent: 20px;
	outline: none;
	font-size: 16px;
}

.tk_search input:focus{
	border: 0;
}
.tk_cont{
	padding: 0 10px;
}
.tk_cont_title{
	height: 40px;
	line-height: 40px;
	width: 100%;
	background-color: #E4F1FF;
	text-indent: 20px;
	border-radius: 2px;
	margin-top: 20px ;
	
}
.tk_cont_title span{
	color: #888C93;
	border-left: 5px solid #2B7EE6;
	border-radius: 2px;
	padding-left: 5px;
	font-size: 17px;
}
.tk_cont_nr{
	padding: 10px 10px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap:wrap;
}
.tk_cont_nr_item{
	text-align: center;
    font-size: 14px;
    width: 27%;
    border: 1px solid #3DABF0;
    border-radius: 5px;
    padding: 7px 3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 9%;
    margin-bottom: 10px;
    color: #3DABF0;
}
.tk_cont_nr_item:nth-child(3n){
	margin-right: 0px;
}
.tk_cont_news{
	margin: 10px 10px;
	padding: 15px;
	box-shadow: 3px 3px 5px #D6D6D6;
	height: 70px;
	display: flex;
	align-items: center;
}
.tk_cont_news img{
	width: 44px;
	height: 38px;
}
.tk_cont_news div{
	margin-left: 8px;
    width: 73%;
}
.tk_cont_news div div{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 17px;
    margin-top: 4px;
}