.info_wrapper{
	width:100%;	
	height: 100%;
}

/* banner_wrapper */
.banner_wrapper{
	width: 100%;
	padding: 202px 0 138px;
	box-sizing: border-box;
	background: url(../images/info_banner.png) no-repeat center/cover;
}
.banner_wrapper .banner_txt>h4{
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	margin-bottom: 76px;
}
.banner_wrapper .banner_txt .banner_btn>a{
	display: block;
	font-size: 16px;
	color: #0059df;
	float: left;
	width: 148px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
}
.banner_wrapper .banner_txt .banner_btn>a:last-child{
	color: #fff;
	background-color: transparent;
	margin-left: 32px;
}
/* banner_wrapper */

/* info_box */
.info_box{
	width: 100%;
	padding: 48px 0 68px;
	box-sizing: border-box;
}
.info_box .listleft{
	float: left;
	width: 70%;
}
.listleft .listleft_sorts{
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin-bottom: 32px;
	border-bottom: 1px solid #dfdfdf;
}
.listleft_sorts>li{
	float: left;
	width: 25%;
	line-height: 43px;
	text-align: center;
}
.listleft_sorts>li>a{
	font-size: 14px;
	color: #333;
}
.listleft_sorts>li.on{
	border-bottom: 6px solid #0088e1;
}
.listleft_sorts>li.on>a{
	font-weight: bold;
	font-size: 16px;
	color: #0088e1;
}

.listleft .listleft_news{
	width: 100%;
	display: inline-block;
}
.listleft .listleft_news li{
	width: 100%;
	height: 200px;
	margin-bottom: 20px; 
	border: 1px solid #eee;
	border-radius: 6px;
}
.listleft .listleft_news li:hover{
	background-color: #f4f4f4;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.listleft_news li .img_box{
	display: block;
	width: 41%;
	height: 100%;
	margin-right: 5%;
}
.listleft_news li .img_box>img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listleft_news li .txt_box{
	width: 54%;
}
.listleft_news li .txt_box>h6{
	line-height: 1;
	margin: 30px 0 14px 0;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.listleft_news li .txt_box>h6>a{
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.listleft_news li .txt_box>p.txt{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}
.listleft_news li .txt_box>p.time{
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	line-height: 1;
}
.listleft_news li .txt_box .tags {
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listleft_news li .txt_box .tags>img {
	width: 12px;
    height: 14px;
    margin: 0;
	vertical-align: middle;
}
.listleft_news li .txt_box .tags>a{
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	line-height: 1;
	margin-left: 5px;
	vertical-align: middle;
}
.listleft_news li .txt_box .tags>a:hover {
	color: #039be5;
	text-decoration: underline;
}

.info_box .listright{
	float: left;
	width: 26%;
	margin-left: 4%;
}
.info_box .listright .rec_right{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.rec_right .title{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #454545;
	border-bottom: 1px solid #B0B0B0;
	margin-bottom: 10px;
}
.rec_right ul li{
	width: 100%;
	display: inline-block;
}
.rec_right ul li a{
	width: 100%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rec_right ul li a span{
	font-size: 26px;
	line-height: 30px;
	float: left;
	margin:0 7px; 
}
.info_box .listright .input_right{
	width: 100%;
	padding: 12px 16px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.input_right .input_box{
	width: 248px;
	height: 20px;
	margin-right: 10px;
}
.input_right .input_box>input{
	width: 100%;
	height: 20px;
	line-height: 20px;
	border: none;
	background-color: transparent;
}
.input_right .input_box>input:focus{
	outline:none;
}
.input_right .input_box>input::placeholder{
	font-size: 14px;
	color: #666;
}
.input_right .search_img{
	cursor: pointer;
	width: 20px;
	height: 20px;
}
.input_right .search_img>img{
	max-width: 100%;
	width: 100%;
}

.listright .bannerR_swiper{
	margin: 42px 0 10px;
}
.bannerR_swiper .swiper-slide{
	width: 100%;
	height: 166px;
}
.bannerR_swiper .swiper-slide>a{
	position: relative;
	cursor: pointer;
	display: block;
}
.bannerR_swiper .swiper-slide>a>img{
	max-width: 100%;
	width: 100%;
}
.bannerR_swiper .swiper-slide>a .slide_txt{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.slide_txt>h6{
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.slide_txt>p{
	font-size: 14px;
	color: #fff;
}
/* info_box */

/* 分页 */
.page_p{ 
	width:100%;
	text-align: center;
	margin-top: 78px;
}
.page_p a{
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	color:#666;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border:1px solid #e5e5e5;
}
.page_p a.disabled{
	background-color: #ededed!important;
}
.page_p a:hover{
	color:#fff;
	background-color:#5097ff;
}
.page_p .cur{
	display:inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color:#5097ff;
	border:1px solid #5097ff;
}
/* 分页 */