/*新闻列表*/
.news li {
	float:left;
	width:32%;
	padding:2.5%;
	margin:0.5%;
	max-height:480px;
	overflow:hidden;
	min-height:288px;
	border:1px solid #f6f6f6;
	box-shadow: 0 10px 10px rgb(0 0 0 / 1%);
}
.news li .item {
	width:100%;
}
.news li .item h3 {
	font-size:18px;
	color:#252525;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin:5% 0 5% 0;
}
.news li .item p {
	font-size:13px;
	color:#797979;
	height:80px;
	overflow:hidden;
}
.news li .item em {
    opacity: 0.6;
	font-size:14px;
	line-height:30px;
	margin:0px;
	font-style:normal;
	color:#666;
}
.news li .item em font {
	display:inline-block;
	font-size:14px;
}
.news li .thumb {
	width:100%;
}
.news li .thumb img {
	width:100%;
	min-height:200px;
	max-height:200px;
}
.news li.l {
	margin-right:0.5%;
}
.news li.r {
	margin-left:0.5%;
}
.news li:hover {
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.news li:hover .item h3 {
	color:#d30000;
}



/*新闻详情页*/

.news-artilce {
    padding:5% 0;
}
.news-title{
    text-align: center;
    padding-bottom:3%;
    border-bottom: 1px solid #e5e5e5;
}
.news-title h1 {
    line-height: 40px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1%;
    overflow: hidden;
}
.news-title span {
    display:inline-block;
    padding:0 20px;
}
.news-content {
    padding: 2.5% 0;
    max-width:1056px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
    color: #777;
    overflow: hidden;
}
.news-content>h3 {
	font-size:18px;
    color: #000;
	padding-left: 20px;
	margin:20px 0 10px 0;
	position: relative;
}
.news-content>h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 4px;
    height: 14px;
    background: #d22633;
    transition: all 0.3s;
}
.news-content>h4 {
	margin:30px 0 10px 0;
	padding: 5px 0;
    color: #3a3a3a;
}
.news-content>h5 {
	font-size:16px;
    color: #3a3a3a;
	padding: 10px 0;
    
}
.news-content>p {
    text-indent:2em;
	padding: 5px 0;
    color: #666;
}
.news-content span {display:inline;}
.news-content img {
    max-width:100% !important;
    height:auto !important;
}

.goback {
    margin: 10% 0 0 0;
}
.goback a {
    display:block;
    width:110px;
    padding: 0.5% 0;
    margin:0 auto;
    font-size:14px;
    color:#fff;
	text-align: center;
    background:#d22633;
}




/*以下代码是自适应样式*/

@media screen and (max-width:1320px){
.news li {width:49%;}
}

@media screen and (max-width:1178px){
.news li {width:49%;}
}


@media screen and (max-width:800px){
.news li{ width:100%;max-height: 488px;padding:5%; margin:2.5% 0 !important;} 
.news li .item{ width:100%;}
.news li .thumb{ width:100%; margin-top:5%;}
.news li .item span{ margin:5% 0;text-overflow:unset;white-space: inherit;}
.news li .item p{ max-height:inherit;}

.news-title h1 {line-height: 24px;font-size: 20px;margin-bottom: 3%;}
}

.news-top {}
.news-top .word {
    width: 50%;
}
.news-top .word h1 {
    font-size: 30px;
    color: #2d2926;
    font-weight: bold;
    margin: 0 0 5% 0;
}
.news-top .word h3 {
    font-size: 16px;
    color: #999;
    margin: 0 0 5% 0;
}
.news-top .word .about {
    padding: 30px 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.news-top .word .about p {
    font-size: 16px;
    color: #666;
    line-height:1.8;
    margin:0 0 10px 0;
}
.news-top .photo {
    width: 45%;
}
.news-top .photo img  {
    max-width: 100%;
}
@media screen and (max-width:800px){
.news-top {}
.news-top .word {
    width: 100%;
}
.news-top .word h1 {
    font-size: 20px;
    color: #2d2926;
    font-weight: bold;
    margin: 5% 0 5% 0;
}
.news-top .word h3 {
    font-size: 14px;
    color: #666;
    margin: 0 0 5% 0;
}
.news-top .word .about {
    padding: 30px 0;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.news-top .word .about p {
    font-size: 16px;
    color:#666;
    line-height:1.8;
    margin:0 0 10px 0;
}
.news-top .photo {
    width: 100%;
}
.news-top .photo img  {
    max-width: 100%;
}    
}