.news-all {
	padding-top: 72px;
	padding-bottom: 98px;
	border-top: 1px solid #d7d7d7;
}

.news-all-dtl {
	padding-top: 80px;
	border-top: 1px solid #d7d7d7;
	/*margin-bottom: 90px;*/
	border-bottom: 1px solid #d7d7d7;
}

.menu-news-dtl {
	background: #f3f3f3;
}

.news-ctrl {
	height: 90px;
}

a.news-ctrl-l,
a.news-ctrl-r {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
}

a.news-ctrl-r {
	float: right;
}

a.news-ctrl-l::before,
a.news-ctrl-r::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 46px;
	height: 46px;
	background: #d9d9d9;
	border-radius: 50%;
	opacity: .7;
	transition: .45s;
}

a.news-ctrl-l:hover::before,
a.news-ctrl-r:hover::before {
	background: #d51b32;
}

a.news-ctrl-l span.words,
a.news-ctrl-r span.words {
	position: absolute;
	width: 80px;
	font-size: 14px;
	color: #515151;
	transition: .45s;
}

a.news-ctrl-l span.words {
	left: 110%;
}

a.news-ctrl-r span.words {
	right: 110%;
}

a.news-ctrl-l:hover span.words,
a.news-ctrl-r:hover span.words {
	color: #d51b32;
}

.news-list {
	margin-bottom: 34px;
	text-align: center;
	font-size: 0;
}

.news-one {
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
	border: 1px solid #ececec;
	width: 1180px;
	height: 88px;
	font-size: 0;
	text-align: left;
	transition: .3s;
}

.news-one:hover {
	background: #f2f2f2;
}

.news-one-date,
.news-one-desc {
	display: inline-block;
	vertical-align: top;
}

.news-one-date {
	/*padding-top: 29px;
	padding-left: 42px;*/
	width: 220px;
	height: 100%;
	background: #f2f2f2;
}

.news-one-date p.day {
	margin-bottom: 5px;
	line-height: 88px;
	font-size: 28px;
	font-weight: bold;
	color: #e00012;
	text-align: center;
}

.news-one-date p.month,
.news-one-date p.year {
	margin-bottom: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #979797;
}

.news-one-date p.month {
}

.news-one-words {
	margin-top: 32px;
	margin-left: 52px;
	width: 630px;
}

.news-one-desc h3 {
	margin-bottom: 16px;
	line-height: 28px;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-one-desc h3 a {
	color: #666;
}

.news-one-desc p.words {
	display: -webkit-box;
	line-height: 26px;
	font-size: 14px;
	color: #979797;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-one-desc a.link {
	position: absolute;
	right: 44px;
	top: 35px;
	font-size: 14px;
	color: #666;
}

.news-one-desc a.link img {
	margin-left: 18px;
	transition: .25s;
}

.news-one:hover .news-one-desc a.link img {
	transform: translateX(10px);
}

.news-dtl {
	margin: 0 auto;
	width: 945px;
}

h2.news-title {
	margin-bottom: 85px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.news-belong {
	font-size: 0;
}

.belong-one {
	display: inline-block;
	margin-right: 80px;
	font-size: 14px;
	color: #747474;
	vertical-align: top;
}

.belong-one img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.news-edit {
	padding-top: 70px;
	border-top: 1px dashed #a0a0a0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
}

.news-edit img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.news-one {
		width: 100%;
	}

	.news-one-desc {
		width: calc(100% - 300px);
	}

	.news-one-desc a.link span.more {
		display: none;
	}

	.news-one-words {
		width: auto;
	}
}

@media (max-width: 1000px) {
	.news-dtl {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.news-all {
		padding-top: 30px;
		/*padding-top: 0;*/
		padding-bottom: 40px;
	}

	.news-all-dtl {
		padding-top: 80px;
		padding-top: 1.066667rem;
		padding-bottom: 65px;
		padding-bottom: 0.866667rem;
		/*margin-bottom: 55px;*/
	}

	.news-list {
		margin-bottom: 6px;
	}

	.news-one {
		margin-bottom: 25px;
		height: 62px;
	}

	.news-one-date {
		/*padding-top: 12px;*/
		/*padding-left: 16px;*/
		width: 108px;
	}

	.news-one-date p.day {
		margin-bottom: 2px;
		line-height: 60px;
		font-size: 16px;
	}

	.news-one-date p.month, 
	.news-one-date p.year {
		margin-bottom: 3px;
		line-height: 13px;
		font-size: 13px;
	}

	.news-one-desc {
		width: calc(100% - 130px);
	}

	.news-one-desc a.link {
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.news-one-words {
		margin-top: 24px;
		margin-left: 14px;
	}

	.news-one-desc h3 {
		margin-bottom: 8px;
		line-height: 16px;
		font-size: 16px;
		font-weight: normal;
	}

	.news-one-desc p.words {
		-webkit-line-clamp: 1;
	}

	.news-one-desc a.link img {
		width: 20px;
	}

	.news-one:hover .news-one-desc a.link img {
		transform: translateX(5px);
	}

	h2.news-title {
		margin-bottom: 80px;
		margin-bottom: 1.066667rem;
	}

	.belong-one {
		margin-right: 20px;
	}

	.news-edit {
		padding-top: 65px;
		padding-top: 0.866667rem;
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	h2.news-title {
		font-size: 36px;
		font-size: 0.48rem;
	}

	.news-ctrl {
		height: 88px;
		height: 1.173333rem;
	}

	a.news-ctrl-l, 
	a.news-ctrl-r {
		margin-top: 20px;
		width: 46px;
		width: 0.613333rem;
		height: 46px;
		height: 0.613333rem;
		line-height: 0;
		margin-top: 0.266667rem;
	}

	a.news-ctrl-l img, 
	a.news-ctrl-r img {
		position: relative;
		top: 15px;
		top: 0.2rem;
		width: 10px;
		width: 0.133333rem;
	}

	a.news-ctrl-l::before,
	a.news-ctrl-r::before {
		width: 46px;
		width: 0.613333rem;
		height: 46px;
		height: 0.613333rem;
	}

	a.news-ctrl-l span.words, 
	a.news-ctrl-r span.words {
		line-height: 44px;
		line-height: 0.586667rem;
	}
}

@media (max-width: 544px) {
	.news-one-desc {
		width: calc(90% - 94px);
	}

	.news-one-desc a.link {
		display: none;
	}

	.belong-one {
		font-size: 12px;
	}

	.belong-one {
		margin-right: 13px;
	}
}

.page {
    height: 48px;
    text-align: center;
   
}

.page .pagination li {
    border: 1px solid #e1e1e1;
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.page .pagination li:first-child {
    color: white;
    font-weight: bolder;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page .pagination li:last-child{
	color: white;
    font-weight: bolder;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page .pagination li.active {
    background: #e83e43;
    border-color: #e83e43;
}

.page .pagination li:hover{
	background: #e83e43;
	 border-color: #e83e43;
}

.page .pagination li:hover a, .page .pagination li:hover span{
	color: #fff;
}

.help-cont{
	width: 1200px;
	margin:0 auto;
	background: #fff;

}

.help-cont h2{
	text-align: center;
	height: 109px;
	line-height: 109px;
	font-size: 26px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;

}

.help-eid{
	padding: 44px 33px;
}
.help-eid p{
	line-height: 24px;
	font-size: 13px;
}
.help-eid strong{
	display: block;
	margin: 12px 0;
	font-size: 16px;
}
.help-all {
	background: #f3f3f3
}

@media(max-width: 768px){
	.help-all{
		background: none;

	}

	.help-text{
		padding-left: 0;
		padding-right: 0;
	}

	.help-text, .help-text-cont{
		width: 100%;
	}
	.help-eid{
		padding: 44px 4%;
	}
}

.news-return{
	position: relative;
	display: inline-block;
}

.news-return a{
	display: inline-block;
	transition: .55s;
}

.news-ret{
	background: #d9d9d9; 
	display: inline-block; 
	width: 46px; 
	height: 46px; 
	line-height: 46px;
	text-align: center; 
	border-radius: 50%;
	position: absolute;
	top: 0; 
	left: 0;
	cursor: pointer;
	z-index: 1;
	transition: .85s;
}


.news-turn{
	background: #2e2e2e; 
	color: #fff; 
	font-size: 12px; 
	display: inline-block; 
	height: 46px; 
	line-height: 46px; 
	border-radius: 100px; 
	text-indent: 55px; 
	opacity: 0;
	z-index: -1;
	transition: .85s;
	

}

.news-return a:hover .news-ret{
	background: #d51b32;
	transition: .85s;
}

.news-return a:hover .news-turn{
	width: 125px;
	opacity: 1;
	

}

.news-return a:hover{
	transform: translateX(-15%);
}

@media(max-width: 768px){
	.page .pagination li {
	   
	    width: 32px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 13px;
   
	}
}