body {
    /* background: #f6f6f6 !important; */
}
/*新闻列表*/
.news {}
.news ul {
	overflow:hidden;
} 
.news ul li {
	float:left;
	width:32%;
	border: solid 1px #656363;
	border-radius: 4px;
	padding:2.5%;
	margin:0.5%;
	max-height:480px;
	min-height:288px;
	overflow:hidden;
	/* background:#fff; */
}
.news ul li .item{
	 width:100%;
	}
.news ul li .item h3{
    font-size:18px;
    color: #fff;
    height: 30px;
    margin:7.5% 0 5% 0;
    position: relative;
    font-weight:0;
    padding-left: 15px;
}
.news ul li .item h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2%;
    height: 23px;
    background: #ffdf7d;
    z-index: -1;
    transition: all 0.3s;
}
.news ul li .item p{ font-size:12px; color:#bbb;height:78px; overflow:hidden;}
.news ul li .item em{
	font-size:13px;
	line-height:30px;
	margin-top:5px;
	font-style:normal;
	color: #d6d6d6;
	background: url(../images/time.svg) no-repeat center left;
	background-size: 14px;
	padding-left: 20px;
}
.news ul li .item em font{ display:inline-block; font-size:13px;}
.news ul li .thumb{ width:100%;transition: all 0.5s;}
.news ul li .thumb img{width:100%;min-height:200px;max-height:200px;object-fit: cover;}
.news ul li:hover{border: solid 1px #fede7c;}
.news ul li:hover .thumb img{
	opacity:0.9;
}
.news ul li:hover .item h3{ color:#000;}
.news ul li:hover .item p{color:#666;}

.news ul  li:nth-of-type(1){animation-delay: 0.3s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(2){animation-delay: 0.4s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(3){animation-delay: 0.5s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(4){animation-delay: 0.6s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(5){animation-delay: 0.7s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(6){animation-delay: 0.8s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(7){animation-delay: 0.9s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(8){animation-delay: 1.0s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(9){animation-delay: 1.1s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(10){animation-delay: 1.1s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(11){animation-delay: 1.3s; visibility: visible; animation-name: fadeInUp;}
.news ul  li:nth-of-type(12){animation-delay: 1.4s; visibility: visible; animation-name: fadeInUp;}
.news ul li:hover {box-shadow: 4px 4px 0px #000000;}
.news ul li:hover .item h3:after {
	 width: 100%;
}

/*新闻详情页*/
.news-artilce {
    padding:2% 0;
}

.news-box {
	width:75%;
	padding:10px 20px;
	/* background:#fff; */
}
.news-box .news-title{
    text-align: center;
    padding:3% 0;
    border-bottom: 1px dotted #777777;
}
.news-box .news-title h1 {
    line-height: 40px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1%;
    overflow: hidden;
}
.news-box .news-title p {
	padding: 10px 0;
}
.news-box .news-title span {
    display:inline-block;
    padding:0 20px;
}
.news-box .news-content {
    padding: 2.5% 0;
    max-width:1056px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
    color: #d8d8d8;
    overflow: hidden;
}
.news-box .news-content>p {
    text-indent:2em;
}
.news-box .news-content span {display:inline;}
.news-box .news-content img {
    max-width:700px !important;
    height:auto !important;
}

.news-box .goback {
    margin: 2% 0 2% 0;
}
.news-box .goback a {
    display: block;
    width: 108px;
    padding: 5px;
    color: #3a3a3a;
    text-align: center;
    border-radius: 25px;
    background: #f4de26;
    margin:0 auto;
}


.news-hot {
	width:24%;
	padding:10px;
	background:#fff;
}
.news-hot .title {
}
.news-hot .title font {
    font-size: 20px;
	color:#555;
	line-height: 27px;
}
.news-hot {}
.news-hot li {
	width:100%; 
	border:solid 1px #fff; 
	padding:2.5%; 
	margin:0.5%;
	padding-bottom:40px; 
	max-height:480px; 
	overflow:hidden; 
	min-height:288px;
	background:#fff;
	border-bottom: solid 1px #d9d9d9;
}
.news-hot li .item{ 
	width:100%;
}
.news-hot li .item h3{ 
    font-size: 18px;
    color: #000;
    font-weight:0;
	margin:7.5% 0 5% 0;
	position: relative;
	z-index: 1;
}
.news-hot li .item h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 5%;
    height: 12px;
    background: #f4de26;
    z-index: -1;
    transition: all 0.3s;
}
.news-hot li .item h3:hover:after {
    width:100%;
}
.news-hot li .thumb{ width:100%;transition: all 0.5s;}
.news-hot li .thumb img{ width:100%;min-height:200px;max-height:200px;}

