

.newsMenu {
	width: 100%;
	line-height: 54px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}
.fxd {
	z-index: 102;
}
.newsMenu .inner {
	width: 100vw;
	margin: 0 auto;
	font-weight: 400;
}
.newsMenu .inner .subNavBtn {
	display: inline-block;
	padding: 0 10px;
	color: #333;
}
.newsMenu .inner .subNavBtn:first-child {
	padding-left: 20px;
}
.newsMenu .inner .subNavBtn:hover {
	color: #CD3426;
}
.newsMenu .inner .active {
	color: #CD3426;
}
.subPage {
}

.newsMenuDetail {
	padding: 60px 0 0;
	text-indent: 1.3em;
}


.container-search {
	padding: 16px 10px;
}
.search-box ._input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 20px 10px 20px;
	border: 0;
	border-bottom: 1px solid #A4A4A4;
	float: left;
	color: #666;
	box-shadow: none;
	border-radius: 0;
}
.search-box .col-xs-12 {
	position: relative;
}
.search-box img._btn {
	position: absolute;
	top: 50%;
	right: 24px;
	cursor: pointer;
}
.search-box ._input2 {
	width: 100%;
	box-shadow: none;
}



.news-content {
	padding-bottom: 40px;
	min-height: 700px;
}
.news_list {
	padding: 30px 0;
}
.news-item {
	padding: 16px 10px;
	position: relative;
	top: 0;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 26px;
	cursor: pointer;
	line-height: 1.7em;
	background-color: #fff; /* 初始背景颜色 */
	box-shadow: 0 1px 8px rgba(0,21,41,.03);
	transition: all 0.8s ease; /* 过渡属性：背景颜色，持续时间0.5秒，缓动效果为ease */
}
.news-item img {
	display: block;
	width: 100%;
}
.news-item h4 {
	padding: 10px 15px;
	font-size: 20px;
	line-height: 1.6em;
	color: #333;
	font-weight: 400;
}
.news-item p {
	padding: 0 15px 10px 15px;
	font-size: 13px;
	color: #999;
}
.news-item ._date {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
}

/*分页*/
.page_mode {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.page_mode a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding: 10px 3px;
	margin: 0 5px;
}
.page_mode a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.page_mode a._current {
	cursor: not-allowed;
	color: #fe5444;
}
.page_mode a._current:hover {
	opacity: 1;
	text-decoration: none;
}
.page_mode a._prev,
.page_mode a._next {
	margin: 0 15px;
	padding: 10px 25px;
	background: #000;
	color: #fff;
	text-decoration: none !important;
}
.page_mode a._disable {
	background: #ddd;
	color: #fff;
	cursor: not-allowed;
}
.page_mode a._disable:hover {
	opacity: 1;
}

/* 新闻详情 - PC */
.wrapper-news-detail {
	background: #FBFBFB url("https://ahxx.tk123.top/new/news_bg.png") no-repeat top center;
}
.container-news-detail {
	padding: 10px 0;
}
.container-news-detail ._left {
	padding: 0 20px;
	background: #fff;
}
.container-news-detail ._left ._title {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	line-height: 1.5em;
	padding: 20px 0;
}
.container-news-detail ._left ._info {
	padding-bottom: 30px;
	border-bottom: 1px solid #C4C4C4;
	font-size: 14px;
	color: #999;
}
.container-news-detail ._left ._info ._logo {
}
.container-news-detail ._left ._info ._logo img {
	height: 24px;
	padding-right: 15px;
}
.container-news-detail ._left ._info ._infos {
	display: inline-block;
	line-height: 24px;
	border-left: 1px solid #C4C4C4;
	padding-left: 15px;
}
.container-news-detail ._left ._info ._views {
}
.container-news-detail ._left ._info ._views img {
	height: 9px;
	position: relative;
	margin: 0 5px 0 10px;
}
.container-news-detail ._left ._info ._share {
	float: right;
}
.container-news-detail ._left ._info ._share img {
	height: 20px;
	margin-left: 12px;
}

.container-news-detail ._left ._content {
	padding: 30px 0;
}
.container-news-detail ._left ._content ._html {
	padding: 30px 0 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.9em;
}
.container-news-detail ._left ._content ._html p {
	margin-bottom: 1.2em;
}
.container-news-detail ._left ._content ._html img {
	max-width: 100%;
}

.container-news-detail ._nextcontent {
	padding: 16px 10px;
	margin-top: 20px;
	background: #fff;
	font-size: 12px;
	color: #999;
	height: 130px;
	overflow: hidden;
}
.container-news-detail ._nextcontent p {
	padding: 20px 10px 5px 0;
}
.container-news-detail ._nextcontent h5 {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;           /* 启用弹性伸缩盒模型 */
	-webkit-box-orient: vertical;    /* 文本垂直排列 */
	-webkit-line-clamp: 2;          /* 限制显示行数 */
	overflow: hidden;               /* 隐藏溢出内容 */
	text-overflow: ellipsis;        /* 溢出时显示省略号 */
	word-break: break-word;         /* 长单词或URL强制换行 */
}


.container-news-detail ._right {
	background: #fff;
}
.container-news-detail ._right .hot_news_item {
	border-bottom: 20px solid #FBFBFB;
}
.container-news-detail ._right .hot_news_item ._img {
	position: relative;
}
.container-news-detail ._right .hot_news_item ._img span {
	position: absolute;
	left: 10px;
	bottom: 7px;
	color: #fff;
	font-size: 12px;
}
.container-news-detail ._right .hot_news_item ._img span img {
	height: 9px;
	position: relative;
	margin: -2px 5px 0 0;
}
.container-news-detail ._right .hot_news_item ._title {
	padding: 15px 15px 10px;
	font-size: 15px;
	color: #333;
}
.container-news-detail ._right .hot_news_item ._time {
	padding: 0 15px 10px;
	font-size: 12px;
	color: #999;
}
.container-news-detail ._right .hot_news_item ._time span {
	float: right;
	 color: #CC483C;
 }
.container-news-detail ._right .hot_news_item ._time span a {
	color: #CC483C;
}










.xndatepicker{
	font-size: 14px;
	line-height: 26px;
	background:#fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	display: none;
	position: fixed;
	top: 100px;
	left: 100px;
	border: 1px solid #efefef;
	border-radius: 4px;
	user-select: none;
	z-index: 1000;
}
.xndatepicker-input.icon-xndatepickerrili{
	padding-right:30px;
}
.xndatepicker-input.icon-xndatepickerrili:before{
	position: absolute;
	right:10px;
}
.xndatepicker-input:empty:after{
	content:attr(data-placeholder);
}
.xndatepicker .xn-top{
	display: flex;
	align-items: flex-start;
}
.xndatepicker .xn-bottom{
	border-top:1px solid #e2edff;
	display: flex;
	justify-content: flex-end;
	line-height:31px;
	font-size:12px;
}
.xndatepicker .xn-bottom>a{
	padding:0 20px;
	cursor: pointer;
	border-left: 1px solid #e2edff;
}
.xndatepicker .xn-bottom>a.confirm-date{
	background: #2264d1;
	color: #fff;
	border-radius: 0 0 4px;
}
.xndatepicker .shortcut{
	padding: 10px;
	line-height: 36px;
	white-space: nowrap;
	font-size: 12px;
	padding-top:0;
}
.xndatepicker .shortcut li{
	cursor: pointer;
	color: #5d90e6;
}
.xndatepicker .shortcut li:hover{
	color:#1650b0;
}
.xndatepicker .date-main{
	border-left:1px solid #e2edff;
}
.xndatepicker .timepicker{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e2edff;
	line-height: 34px;
	font-size: 12px;
}
.xndatepicker .datepicker{
	display: flex;
	align-items: flex-start;
}
.xndatepicker .timepicker>div{
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px 0;
}
.xndatepicker .dater>span{
	width:36px;
	text-align: center;
	color: #ccc;
}
.xndatepicker .dater>span.active-day{
	color: #333;
	cursor: pointer;
}
.xndatepicker .dater>span.active-day.disable-day:hover{
	cursor: not-allowed;
	background: none;
	color:#333;
}
.xndatepicker .dater>span.active-day.cur-date{
	color: #fff;
}
.xndatepicker .cur-date{
	border-radius: 4px 0 0 4px;
}
.xndatepicker .cur-date.right-date{
	border-radius:0 4px 4px 0;
}
.xndatepicker .cur-date.circle-date{
	border-radius: 4px;
}
.xndatepicker .cur-date.circle-date.year-item,.xndatepicker .cur-date.circle-date.month-item{
	border-radius:4px;
}
.xndatepicker .dater>span.active-day:hover{
	background:#2979ff;
	color:#fff;
	/*border-radius:15px;*/
}
.xndatepicker .week{
	display: flex;
	align-items: center;
	margin-bottom:4px;
	color: #888;
	font-size: 12px;
}
.xndatepicker .week span{
	width:32px;
	text-align: center;
	display: inline-block;
}
.xndatepicker .year-picker{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:6px;
	line-height: 45px;
	border-bottom: 1px solid #e2edff;
}
.xndatepicker .date-item{
	border-left:1px solid #e2edff;
	padding:10px;
	width:224px;
	padding-top:0;
}
.xndatepicker .date-item:first-child{
	border:0;
}
.xndatepicker .year-info span{
	cursor: pointer;
	margin:0 2px;
	letter-spacing: 1px;
}
.xndatepicker .year-info span:hover{
	color: #2264d1;
}
.xndatepicker .next>span:hover,.xndatepicker .prev>span:hover{
	color: #4a9bfe;
	cursor: pointer;
}
.xndatepicker .next,.xndatepicker .prev{
	color: #2264d1;
}
.xndatepicker .next span,.xndatepicker .prev span{
	font-size:12px;
}
.xndatepicker .next>span:before{
	transform: rotate(180deg);
	transform-origin: center;
	display: inline-block;

}

.xndatepicker.week .dater>span.active-day:hover,.xndatepicker.week .dater>.hover,.xndatepicker .dater>.active-day.hover,.month-item.hover,.year-item.hover{
	background: rgb(233, 241 ,255);
	color:#2264d1;
}
.xndatepicker .cur-date,.xndatepicker .hover.cur-date,.xndatepicker .dater>span.cur-date.hover{
	background: #2264d1;
	color:#fff;
}
.year-list,.month-list{
	display: flex;
	flex-wrap: wrap;
}
.year-list .year-item,.month-list .month-item{
	flex: 0 0 calc(100% / 3 - 3%);
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 2px;
	margin: 9px 1%;
	font-size:12px;
	position: relative;
}
.year-list .year-item.disable-year,.month-list .month-item.disable-month{
	color:#ccc;
}
.year-list .year-item.disable-year:hover,.month-list .month-item.disable-month:hover{
	background:none;
	color:#ccc;
}
.year-list .year-item:hover,.month-list .month-item:hover{
	background:#4a9bfe;
	color: #fff;
	border-radius:4px;
}
.xndatepicker .dater{
	font-size:12px;
	display: flex;
	flex-wrap: wrap;
}
.xndatepicker .dater>span{
	flex:0 0 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	margin:1px 0;
	position: relative;
	overflow: hidden;
}
.xntimepicker{
	position: fixed;
	background: #fff;
	padding: 10px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	z-index: 9;
	padding-bottom:0;
}
.xntimepicker div.time-cont{
	display: flex;
	justify-content: space-around;
}
.xntimepicker div.time-btns{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding: 0 14px;*/
	font-size:12px;
}
.xntimepicker .cur-time{
	color: #2979ff;
}
.xntimepicker .confirm-time{
	color: #fff;
	line-height: 22px;
	padding: 0 9px;
	background: #2979ff;
	border-radius: 2px;
}
.xntimepicker .confirm-time:hover{
	background: #4a9bfe;
}
.xntimepicker ul{
	height: 180px;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.xntimepicker ul:hover{
	overflow: auto;
	overflow: overlay;
}
.xntimepicker ul:last-child{
	border-right: 0;
}
.xntimepicker ul li{
	padding:0 24px 0 14px;
	color: rgba(0,0,0,.85);
	line-height: 28px;
	font-size:12px;
	cursor: pointer;
}
.xntimepicker ul li:hover{
	background: #879FFF;
	color: #fff;
}
.xntimepicker ul li.on{
	background: #2979ff;
	color: #fff;
}
.timeitem .timecont{
	width: 100px;
	flex: 0 0 100px;
	height: 28px;
	border: 1px solid #eee;
	line-height: 28px;
	background: #fff;
	text-align: left;
	padding: 0 6px;
	box-sizing:border-box;
	cursor: pointer;
	position: relative;
}
.timeitem .timecont>span{
	line-height: 26px;
	position: absolute;
	top: 0;
}
.timeitem>input{
	border: 1px solid #eee;
	outline: none;
	line-height: 26px;
	flex: 0 0 100px;
	width: 100px;
	margin-right: 10px;
	padding:0 6px;
	font-size:12px;
	box-sizing:border-box;
}
.xndatepicker .month-info:hover{
	cursor: pointer;
	color:#2264d1;
}
/*.xndatepicker.week .shortcut,.xndatepicker.year .shortcut,.xndatepicker.yearrange .shortcut{*/
/*	display: none;*/
/*}*/
.xndatepicker .xntriangle{
	display: block;
	width:12px;
	height:12px;
	background: #fff;
	position: absolute;
	border: 1px solid #e2edff;
	transform: rotate(45deg);
}
.xndatepicker .is-today:after{
	content: '';
	display: block;
	width: 10px;
	height: 3px;
	background: #cf3824;
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
}
.xndatepicker .is-today{
	font-weight: bold;
}
.xndatepicker.multiple .day-item{
	border-radius:15px !important;
}


.mobileSubMenu {
	margin-top: 0;
}