body {
	background-color: #fff;
}

.page {
	background-color: #fff;
}

.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
	color: red;
}

.foatButton {
	font: .85em/1.2 "微软雅黑", "microsoft yahei", arial;
	position: fixed;
	right: 10px;
    /*top: 74px;*/
    bottom:140px;
	/*width: 40px;
	height: 40px;*/
	width: 2rem;
    height: 2rem;
	line-height: 2rem;
	/*line-height: 40px;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
	/*background-color: #4ECDC4;*/
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	/*opacity: 0.5;*/
}

.foatButton img{
	width:1rem;
	height: 1rem;
	margin-top: 0.5rem;
}
.foatButton1 {
	font: .85em/1.2 "微软雅黑", "microsoft yahei", arial;
	position: fixed;
	right: 10px;
    bottom: 6.3rem;
	width:2rem;
	height: 2rem;
	line-height: 2rem;
	/*line-height: 40px;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
	/*background-color: #4ECDC4;*/
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	/*opacity: 0.5;*/
}

.foatButton1 img{
	width:1rem;
	height: 1rem;
	margin-top: 0.5rem;
}

.foatButton2{
	font: .85em/1.2 "微软雅黑", "microsoft yahei", arial;
	position: fixed;
	right: 10px;
    bottom:140px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	 width: 50px;
    height: 50px;
    background-color: rgba(73,80,90,0.8);
    right: 21px;
}

.foatButton2 img{
	width: 50%;
    margin-top: 12px;
}
.catalogue {
	background-color: #cc0000;
	font: .85em/1.2 "微软雅黑", "microsoft yahei", arial;
	position: fixed;
	bottom: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	left: 45%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.contentShare {
	top: 80px;
}

.content-padded p {
	text-indent: 2em;
}

.content-padded p img {
	margin: 0 auto !important;
	margin-left: -2em !important;
	max-width:100% !important;
	height:auto !important;
	display: inline-block !important;
}

.content-padded h2,
h4 {
	text-align: center;
}

.content-padded h4 {
	color: #717171;
}

.picker-calendar-day span {
	background: #0894ec none repeat scroll 0 0;
	color: #fff;
}

.picker-calendar-day.picker-calendar-day-selected span {
	background: #cc0000 none repeat scroll 0 0;
	color: #fff;
}

.picker-calendar-day.picker-calendar-day-disabled {
	color: #d4d4d4;
	cursor: auto;
}

.picker-calendar-day-disabled span {
	background: #d4d4d4 none repeat scroll 0 0;
	color: #fff;
}

.bar-tab::before {
	background-color: #bbb;
}

.bar {
	background-color: #f3f3f3;
}

.swiper-slide {
	/*padding: 15px;*/
	/*padding-bottom: 25px;*/
}
.bigpage {
    /*width: 100%; 
     border: 1px solid #eee; */
    width: 100%;
    height: auto;;
    /*padding:15px 0;*/
    margin: 0 auto;
	box-shadow:0px 0px 15px 0px rgba(4,0,0,0.2);
}
@media (orientation:landscape){
    .bigpage {
        width: auto;
        height: 100%;
        /*padding: 15px 0;*/
        margin: 0 auto;
		box-shadow:0px 0px 15px 0px rgba(4,0,0,0.2);
    }

}
.bigpage1{
	width: 100%;
	padding:0 15px;
}

.popup-share {
	height: 30%;
	bottom: 0;
	top: auto;
}

.share_icon {
	float: left !important;
	margin-left: 10% !important;
}

.news-item {
	display: block;
	width: 100%;
}


/*==========================================搜索列表========================================================*/

ul,
li {
	list-style: none;
}

p,
img,
span,
ul,
li {
	margin: 0;
	padding: 0;
}


/*text-ellipsis*/

.text_ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text_ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text_ellipsis_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*float*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clx:before {
	content: '';
	display: block;
	clear: both;
}

.clx:after {
	content: '';
	display: block;
	clear: both;
}

/*.search_header {
	height: 60px;
	background: #e83836;
	padding: 10px 15px;
	line-height: 1;
}*/
.search_header {
	height: 32px;
	background: #efefef;
	padding: 0 15px;
	line-height: 32px;
	border-bottom: #e1e2e2 1px solid;
	
}


.search_bar {
	background: #eee;
	padding: 15px;
}

.date_input {
	background: #fff;
	height: 40px;
	line-height: 40px;
	border: #ddd 1px solid;
	border-radius: 5px;
	padding-left: 10px;
	width: 47%;
	display: inline-block;
	font-size: 16px;
	color: #3e3a39;
}

.search_input {
	background: #fff;
	border: #ddd 1px solid;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	position: relative;
	padding-left: 10px;
	width: 75%;
}

.search_input .search_input_inp {
	border: 0;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
	width: 75%;
}

.search_input .shutdown_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 20px;
	height: 20px;
}

.search_bar .search_btn {
	width: 20%;
	background: #fff;
	border-radius: 5px;
	border: #ddd 1px solid;
	height: 40px;
	line-height: 40px;
	color: #3e3a39;
	font-size:16px ;
}

.search_bar .row_2 {
/*	margin-top: 10px;*/
	height: 40px;
	line-height: 40px;
}

.search_content {
	background: #fff;
}

.search_list {
	border-bottom: #e5e6e6 1px solid;
	padding: 15px;
}

.search_list .tit a {
	color: #3e3a39;
	font-size: 18px;
}
.search_list .cont{color: #9fa0a0;font-size: 16px;line-height: 22px;margin:5px 0;}
.search_list .tips p{font-size: 16px;color: #3e3a39;}


.with-picker-modal .mask_overlap{
	opacity: 1; 
	height: 100%;
}
.mask_overlap{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	
    background: rgba(0, 0, 0, .7);
    z-index: 10000;
    opacity: 0;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.4s;
}
.bar .button-link{
	color: #595757;
}
/*.content_box{
	position: relative;
	
}*/
.font_change{
	position: fixed;
	bottom: 70px;
	left: 20px;
	text-align: left;
}
.font_change img{
	width: 50px;
}
.content_p{
	font-size: 20px;
	padding-bottom: 30px;
}
.js-load-more {
    padding: 0 15px;
    width: 120px;
    height: 30px;
    background-color: #D31733;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin: 20px auto;
    border: 0 none;
    font-size: 16px;
    display: none;
}
/*.bar{
	position: relative;
	
}*/

/*@media screen and (max-width:750px){
	.wide_inner{
		width: 100% !important;
		height: 700px;
		padding:0;
		overflow: scroll;
	}
	.wide{
		width:1500px;
		overflow: scroll;
		padding:15px;
	}
}
*/

/*修改swiper图标*/
.swiper-button-next{
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/Public/img/png_9.png');
    background-size: 100% 100%;
    right: 0.2rem;
    opacity: 0.5;
}

.swiper-button-prev{
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('/Public/img/png_9.png');
    background-size: 100% 100%;
    transform:rotate(180deg);
    left: 0.2rem;
    opacity: 0.5;
}

.swiper-button-disabled{
	opacity: 0!important;
}


/*2020/03/09 长按下载分享版图*/
.down_shareImg{
	width:2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	right: 10px;
    bottom: 3.3rem;
    line-height: 2rem;
    z-index: 10000;
    text-align: center;
}

.down_shareImg img{
	width:1rem;
	height: 1rem;
	margin-top: 0.5rem;
}
.content-padded{
    margin: auto;
    display: flex;
    flex-direction: column;
}

.content-padded .top_content{
    margin: 0.5rem;
    flex: 1;
}

.top_conent{
	flex: 1;
}

.bottom_content{
    width: 100%;
    box-shadow: 0 -0.5rem 0.3rem rgba(38, 38, 38, 0.05);
    position: relative;
    margin-top: 2rem;
    padding-top: 0.6rem;
    padding-bottom: 2.9rem;
    height: 100%;
}

.bottom_content p{
    width: 100%;
    text-align: center;
    text-indent: 0;
    margin: 0;
    color: rgba(153, 153, 153, 1);
    font-size: 0.5rem;
    transform: scale(0.9);
    line-height: 1rem;
}

.bottom_content .bottom_bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}


/*2020/6/28 新闻详情新增*/
.news_detail{
	width:100%;
	border-top:6px solid rgba(243,243,243,1);
	padding:15px;
}

.news_detailList li a{
	display: block;
	margin-top: 10px;
	border-top:1px solid #EEEEEE;
	padding:10px 0 0 0;
	font-family: PingFang-SC-Medium;
}
.news_detailList li:nth-of-type(1) a{
	border-top:none;
}
.news_detailList li a p{
	display: block;
	color: #333333;
	font-size: 16px;
	/*height: 52px;*/
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 0
}

.news_detailList li a span{
	font-size: 10px;
	color: #CCCCCC;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px
}

.red_tip{
	width:15px;
	height:3px;
	background:rgba(198,1,11,1);
	border-radius: 3px;
    margin: 0 auto;
}