.news1 {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 50px;
}
.news1 li {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 35px 20px;
}
.news1 li:before {
	left: 0px;
	bottom: 0px;
	content: '';
	width: 100%;
	height: 0px;
	display: block;
	overflow: hidden;
	position: absolute;
	border-bottom: 1px solid #dddddd;
}
.news1 li:after {
	left: 0px;
	width: 0px;
	opacity: 0;
	height: 3px;
	bottom: 0px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background-color: #d70110;
    transition: all 0.3s ease;
}
.news1-img {
    width: 22%;
	float: left;
    padding: 5px;
	overflow: hidden;
	max-width: 200px;
	border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.news1-img a {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.news1-img a img {
	width: 100%;
}
.news1-txt {
	width: 77%;
	float: right;
	overflow: hidden;
}
.news1-txt h4 {
	width: 100%;
	height: 1.5em;
    font-size: 20px;
    font-weight: 500;
    overflow: hidden;
    line-height: 1.5em;
}
.news1-txt h5 {
	width: 100%;
    margin: 8px 0;
	color: #666666;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
}
.news1-txt p a {
	color: #666666;
}
.news1-txt .news1-more {
    float: left;
    display: block;
    color: #333333;
	margin: 20px 0 0;
	padding: 0.2em 0;
    line-height: 1.8;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.news1-more:after {
	right: 0px;
	bottom: 4px;
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	background-color: #333333;
    transition: all 0.4s ease;
}
.news1 li:hover:after {
	opacity: 1;
	width: 100%;
}
.news1-txt .news1-more:hover {
    color: #ffffff;
	padding: 0.2em 0.8em;
    transition-delay: 0.3s;
    background-color: #d70110;
}
.news1-txt .news1-more:hover:after {
	width: 0px;
}
@media only screen and (max-width: 991px) {
	.news1 {
	    padding: 50px 0;
	}
	.news1 li {
	    padding: 60px 0;
	}
	.news1-img {
	    width: 100%;
	    float: none;
	    padding: 10px;
	    max-width: 100%;
	    margin: 0 0 50px;
	}
	.news1-txt {
    	width: 100%;
	    float: none;
	    font-size: 24px;
	}
	.news1-txt h4 {
		height: auto;
	    font-size: 36px;
	    max-height: 2.4em;
	    line-height: 1.2em;
	}
	.news1-txt h5 {
	    margin: 15px 0;
	    font-size: 24px;
	}
	.news1-txt .news1-more {
		margin: 40px 0 0;
		padding: 0.4em 0;
	}
	.news1-txt .news1-more:hover {
		padding: 0.4em 1.5em;
	}
}
@media only screen and (max-width: 750px) {
	.news1 {
	    padding: 20px 0;
	}
	.news1 li {
	    padding: 30px 0;
	}
	.news1-img {
	    padding: 5px;
	    margin: 0 0 20px;
	}
	.news1-txt {
	    font-size: 14px;
	}
	.news1-txt h4 {
	    font-size: 24px;
	}
	.news1-txt h5 {
	    margin: 8px 0;
	    font-size: 14px;
	}
	.news1-txt .news1-more {
		margin: 20px 0 0;
		padding: 0.2em 0;
	}
	.news1-txt .news1-more:hover {
		padding: 0.2em 0.8em;
	}
}
@media only screen and (min-width: 992px) {
	.news1 {
	    padding: 50px 0 30px;
	}
	.news1 li {
		padding: 35px 0;
	}
	.news1-txt {
		width: 75%;
	}
}
@media only screen and (min-width: 1200px) {
	.news1 {
	    padding: 90px 0 50px;
	}
	.news1 li {
		padding: 35px 20px;
	}
	.news1-txt {
		width: 77%;
	}
}
@media only screen and (min-width: 1500px) {
	.news1 .container {
		width: 1400px;
	}
}
.news2 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 70px;
}
.news2 h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
	padding: 10px 20px;
    background: #000000;
}
.news2-form {
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	background: #FFFFFF;
}
.news2-form input {
	width: 100%;
    padding: 0.5em;
	display: block;
	overflow: hidden;
	margin: 0 0 20px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.news2-form textarea {
	width: 100%;
	height: 100px;
    padding: 0.5em;

	display: block;
	overflow: hidden;
	margin: 0 0 20px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.news2-form button {
    width: 100%;
	display: block;
    color: #ffffff;
    line-height: 2;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    background: #000000;
    vertical-align: middle;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
.news2-form button:hover {
	background: #d70110;
}
@media only screen and (max-width: 750px) {
	.news2 {
	    padding: 30px 0 50px;
	}
	.news2 h4 {
		line-height: 1.2;
	}
	.news2-form {
	    padding: 20px;
	}
	.news2-form input {
	    margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1500px) {
	.news2 .container {
		width: 1400px;
	}
}
/*鏂伴椈璇︽儏*/
.news-content {
	width: 100%;
	color: #666666;
	overflow: hidden;
	padding: 90px 0 70px;
}
.news-content h3 {
    color: #000000;
	font-size: 30px;
	margin: 0 0 0.5em;
    line-height: 1.4em;
	text-align:center;

}
	.news-content .news-timenum {
		color: #9c9b9b;
		text-align: center;
		font-size:12px;
	}

	.news-content .news-timenum span {
		margin-right:30px;
	}

.news-content .details-content {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.8;
}
.details-content p {
	padding: 8px 0;
}
.details-content p strong {
	color: #2980b9;
	font-weight: bold;
}
.details-content p a {
	color: #0030FF;
	text-decoration: underline;
}
.details-content h4 {
	font-size: 18px;
	line-height: 1.5;
}
.details-content img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
.news-content .details-bottom {
	width: 100%;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 15px 0 0;
	border-top: 1px solid #c1c1c1;
}
.news-content .details-bottom span {
	font-weight: 500;
}
@media only screen and (max-width: 750px) {
	.news-content {
		padding: 40px 0 50px;
	}
	.news-content h3 {
	    font-size: 24px;
	    line-height: 1.2em;
	}
	.news-content .details-content {
		line-height: 1.5;
	}
}
@media only screen and (min-width: 1500px) {
	.news-content .container {
		width: 1400px;
	}
}