
.news-all {
	padding-top: 44px;
	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;
	padding-top: 10px;
}

.news-ctrl .words{
    font-size: 15px;
    position: relative;
    top: -15px;
    height:40px;
    line-height: 40px;
    color: #333;
}
a.news-ctrl-l,a.news-ctrl-r{
    display: inline-block;
    width: 50%;
    float: left;
}
.news-ctrl-r{text-align:right}
.news-ctrl-l-icon,
.news-ctrl-r-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
    background-color: #cecece;
    
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.news-ctrl-l-icon{
    background-image: url('../images/ctrl-one-img-l.png');
}
.news-ctrl-r-icon{
    background-image: url('../images/ctrl-one-img-r.png');
}


.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: 143px;
	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: 146px;
	height: 100%;
	background: #f2f2f2;
}

.news-one-date p.day {
	margin-bottom: 5px;
	line-height: 56px;
	font-size: 56px;
	font-weight: bold;
	color: #8B85FF;
}

.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: 20px;
	font-size: 20px;
	font-weight: bold;
	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: 65px;
	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: 94px;
	}

	.news-one-date {
		padding-top: 12px;
		padding-left: 16px;
		width: 82px;
	}

	.news-one-date p.day {
		margin-bottom: 2px;
		line-height: 34px;
		font-size: 34px;
	}

	.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: 40px;
		padding-top: 0;
	}

	.news-ctrl .words{
        font-size: 14px;
        top: -5px;
        height: 20px;
        line-height: 20px;
    }


    .news-ctrl-l-icon,
    .news-ctrl-r-icon{

        width: 20px;
        height: 20px;

    }


}

@media (max-width:544px) {
	.news-one-desc {
		width: calc(100% - 94px);
	}

	.news-one-desc a.link {
		display: none;
	}

	.belong-one {
		font-size: 12px;
	}

	.belong-one {
		margin-right: 13px;
	}

}

/*pages*/
.pagination-wrapper {
	margin: 20px 0;
	text-align: center;
}

.pagination .disabled span {
	background-color: #f1f1f1;
}

.pagination .disabled span:hover {
	background-color: #f1f1f1;
	border-color: #ddd;
}

.pagination .active span {
	background: #8B85FF;
	color: #fff;
	border: #8B85FF;
}

.pagination li.active span:hover {
	background: #8B85FF;
	color: #fff;
	border: #8B85FF;
	cursor: default;
}