﻿.news-list-content .main-content{
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.news-list-content .main-content h3{
	margin: 60px 0 18px 0;
	font-size: 36px;
	font-weight: bold;
	color: #D65702;
	text-align: center;
}

.news-list-content .img-box{
	width: 325px;
	height: 220px;
	display: block;
}

.news-list .img-box img{
	width: 100%;
	display: block;
}

.news-list li{
	width: 100%;
	height: 230px;
	padding: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E2E0E0;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
}


/* .news-list li::after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 20px;
	border-bottom: 1px solid #E2E0E0;
} */


.news-list li:hover{
	background: #f6f6f6;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
}

.news-list li a{
	display: flex;
}

.text-box{
	width: 800px;
	position: relative;
	margin: 20px 0 30px 25px;
}

.text-box span{
	color: rgb(146, 146, 146);
}

.text-box h5{
	width: 100%;
	max-width: 680px;
	line-height: 36px;
	height: 36px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: block;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
}

.text-box p{
	margin-top: 6px;
	line-height: 25px;
	color: #666;
	font-size: 16px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

.more{
	width: 130px;
	position: absolute;
	left:0px;
	bottom: -15px;
	padding: 8px 10px;
	color: #fff;
	background: #D65702;
	text-align: center;
	font-weight: normal;
}

.pagination-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.main-content-right{
	width: 900px;
	text-align: center;
}

.news-details-content .main-content{
	width: 1200px;
	margin: 0 auto 60px;
	display: block;
}


.news-details-content  h3{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin:70px 0 15px 0;
}

.news-details-content p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: left;
}

.news-details-content p img{
	max-width: 824px;
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.description{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 40px;
}

.description ul{
	display: flex;
	color: rgb(91, 91, 91);
}

.description ul li{
	margin-right: 20px;
}

.operation{
	width: 100%;
	margin: 60px auto 100px;
	display: flex;
	justify-content: space-between;
}

.operation a{
	width: 320px;
	padding: 0 20px;
	line-height: 34px;
	height: 34px;
    display: block;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	border-radius:100px;
    font-size: 16px;
    font-weight: normal;
	border: 1px solid #C9C9C9;
    color: #333333;
}

.operation a:hover{
	opacity:0.8;
}

.share-box{
	margin: 15px auto;
}