@charset "utf-8";
/* CSS Document */



/*内容代码开始 */

.show {
	width: 100%;
	float: left;
	padding: 0px 20px 0px 20px;
}
.show_content {
	width: 100%;
	margin: auto;
	height: 100%;
	max-width: 1580px;
	margin-top: 50px;
}
.news_left {
	width: calc(100% - 460px);
	float: left;    text-align: justify;
}
.art_top {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.art_top img {
	display: inline-block;
	width: 100%;
	height: auto;
}
.news_left2 {
	width: 100%;
	float: left;
	min-height: 300px;
	margin-top: 20px;
	padding: 25px 0;
	background-color: #fff;
}
.news_left2-1 {
	width: 100%;
	float: left;
	border-bottom: #d3d3d3 solid 1px;
}
.news_left2-1 h1 {
	font-weight: 100;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	width: 100%;
	float: left;
	line-height: 30px;
}
.art_date {
	width: 100%;
	float: left;
	color: #666;
	line-height: 35px;
	border-bottom: #d3d3d3 solid 1px;
}
.art_date_ymd {
	float: left;
	display: inline-block;
}
.art_shownum {
	float: right;
	display: inline-block;
}
.art_shownum p {
	display: inline-block;
	line-height:30px;
	float: left;
	margin-left: 20px;
}

.art_shownum p span{
	display:inline-block;
	color:#a6a6a6;
	margin-right:8px;
	
	
	}
.art_content {
	width: 100%;
	padding-top: 25px;
	line-height: 35px;
    font-family: 'Microsoft YaHei'!important;
    font-size: 16px;

	float: left;    
}
.art_content img {
	max-width: 100%;
	height: auto!important;
	display: inline-block;
}

.art_content a{
	color:#09F;
	
	}
	.art_content a:hover{
		text-decoration:underline;
		
		}
.news_left2-4 {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.last_next {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 100px
}
.art_last {
	display: inline-block;
	float: left;
	max-width: 345px;
}
.art_last a:hover .art_list_k {
	background-color: #000;
}
.art_last a:hover .art_list_title {
	color: #960000;
}
.art_list_k {
	width: 20px;
	height: 65px;
	background-color: #00aeef;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 22px;
	line-height: 65px;
	transition: all 0.5s;
}
.art_list_img {
	float: left;
}


.art_list_img img{
	display:inline-block;
	width:65px;
	height:65px;
	}
.art_list_title {

	
	height: 65px;
padding: 10px;
line-height: 45.5px;

color: #27282d;
float: left;
transition: all 0.5s;
background-color: #f6f6f6;
width: 260px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.art_next {
	display: inline-block;
	float: right;
	max-width: 345px;
}
.art_next a:hover .art_next_k {
	background-color: #000;
}
.art_next a:hover .art_next_title {
	color: #960000;
}
.art_next_k {
	width: 20px;
	height: 65px;
	background-color: #00aeef;
	color: #fff;
	text-align: center;
	float: right;
	font-size: 22px;
	line-height: 65px;
	transition: all 0.5s;
}
.art_next_img {
	float: right;
}
.art_next_title {
	height: 65px;
	padding: 10px;
	line-height: 45.5px;

	transition: all 0.5s;
	color: #27282d;
	float: right;
	background-color: #f6f6f6;
	width: 260px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news_article {
	width: 100%;
	float: left;
}
.news_article-1 {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-left: 20px;
	line-height: 50px;
}
.news_list {
	width: 100%;
	float: left;
	position: relative;
	height: 185px;
	margin-bottom: 20px;
}
.news_list_img {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
.news_list_title {
	background-color: #fff;
	height: 100%;
	padding: 20px 20px 20px 260px;
	width: 100%;
}
.news_title {
	width: 100%;
	line-height: 30px;
	color: #27282d;
	font-size: 16px;
	padding-left: 20px;
	transition: all 0.5s;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_des {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	height: 50px;
	overflow: hidden;
	color: #666;
	line-height: 25px;
}
.news_date {
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-top: 15px;
}

.news_list_img img {
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
	transition: 1s all;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
}
.news_list:hover .news_list_img img {
	-webkit-clip-path: polygon(9% 8%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(9% 8%, 100% 0, 100% 100%, 0 100%);
}
.news_list:hover .news_title {
	color: #960000;
}
.news_date-1 span {
	display: inline-block;
	float: left;
	line-height: 40px;
	color: #27282d;
}
.news_date_ymd {
	display: inline-block;
	line-height: 40px;
	float: right;
	color: #666666;
}
.news_left4 {
	width: 100%;
	float: left;
}
.news_left4-1 {
	width: 100%;
	float: left;
	line-height: 50px;
	padding-left: 20px;
}
.news_left4-2 {
	width: 100%;
	float: left;
	padding: 30px;
}
.youce {
	width: 450px;
	float: right;
	overflow: hidden;
}
.news_right_img {
	padding-left: 50px;
	margin-bottom: 30px;
	float: right;
}
.news_right_img img {
	max-width: 100%;
	height: auto;
}

.hot_label{
	width:100%;
	float:left;	margin-bottom:30px;padding-left: 60px;
	}
	
	.hot_label_title{
	width:100%;    
	color:#666;
	float:left;
	margin-bottom:10px;
	line-height:30px;
	
	}
	
	.hot_label_title p{
		display:inline-block;
		float:left;
		margin-right:15px;
		padding-top:10px;
		
		}
		
		.hot_label_title span{		display:inline-block;
		float:left;
			
			}	
	.hot_label_list{
		
		width:100%;
		float:left;  
		
	
		
		
		}
		
		.hot_label_list a{
			display:inline-block;
			line-height:30px;
			margin-right:15px;
			text-align:center;
			float:left;
			padding:0px 15px 0px 15px;
			
			background-color:#fff;
			
			}
			
			.hot_label_list a:hover{
				background-color:#000;
				color:#fff;
				
				}
	
	
	
	.youce3{
	width:100%;padding-left: 60px;
	
	float:left;	margin-bottom:30px;
	}
	.youce3-1{
		width:100%;
		float:left;
		margin-bottom:10px;
		}
		.youce3-1 p{
			display:inline-block;
			float:left;
			color:#666;
			
		
			}
			
			.youce3-1 span{	display:inline-block;
			font-weight:bold;
			color:#960000;
			float:left;
			margin-left:10px;
				
				}
				
				.youce3-2{
		width:100%;
		background-color:#fff;
		height:330px;
		padding: 20px 15px;
		float:left;	line-height:20px;
		
		}
		
		.youce3-2zong{
			display:inline-block;
			width:100%;
			float:left;
			
			}
		
			.youce3-2-1{
				display:inline-block;
				width:20px;
				font-size:12px;
				float:left;
				text-align:center;
				margin-bottom:10px;
				margin-right:10px;
				background-color:#960000;
				height:20px;	
				border-radius:100%;
				color:#fff;
				line-height:20px;
				
			}
			
			
			.youce3-2zong:nth-child(n+4) .youce3-2-1{background-color:#999999;
				
				}
				.youce3-2-2{
				display:inline-block;
			
				width:250px;
					float:left;
				
				}
				
					.youce3-2-2 a{
						display:inline-block;
							color:#666666;}
							
								.youce3-2-2 a:hover{color:#960000;
									
									}
		
		.youce3-2-3{
				display:inline-block;
				float:right;	    color: #a6a6a6;
		}
		
			.youce3-2-3 p{
				display:inline-block;	float:left;
				margin-right:5px;
				padding-top:4.5px;
				}
				
				.youce3-2-3 span{
				display:inline-block;	float:left;	
				}
/*内容代码结束 */





 @media screen and (min-width:320px) and (max-width:399px) {
/*内容代码开始 */
	  
.show {
	padding: 0px;
}
.show_content {
	margin-top: 0px;
}
.news_left {
	width: 100%;
}
.art_top {
	display: none;
}
.news_left2 {
	padding: 15px;
}
.news_left2-1 h1 {
	font-size: 16px;
}
.art_last {
	float: left;
	width: 100%;
	max-width: none;
}
.art_next {
	margin-top: 10px;
	float: left;
	width: 100%;
	max-width: none;
}
.art_next a {
	display: inline-block;
	float: left;
}
.art_list_img {
	display: none;
}
.art_next_img {
	display: none;
}
.news_list_img {
	display: none;
}
.news_list_title {
	padding: 20px 20px 20px 20px;
}
.news_title {
	padding-left: 0px;
}
.news_des {
	padding-left: 0px;
}
.news_date {
	padding-left: 0px;
}
.news_left4-2 {
	padding: 15px;
}
.youce {
	width: 100%;
	text-align: center;
	float: left;margin-top: 30px;
}
.news_right_img {
	padding-left: 0px;
	margin-left: 10px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}
/*内容代码结束 */
}
 @media screen and (min-width: 400px) and (max-width:499px) {
/*内容代码开始 */
.show_content {
	margin-top: 0px;
}
.news_left {
	width: 100%;
}
.art_top {
	display: none;
}
.news_left2 {
	padding: 10px;
}
.art_last {
	float: left;
	width: 100%;
	max-width: none;
}
.art_next {
	margin-top: 10px;
	float: left;
	width: 100%;
	max-width: none;
}
.art_next a {
	display: inline-block;
	float: left;
}
.news_list_img {
	display: none;
}
.news_list_title {
	padding: 20px 20px 20px 20px;
}
.news_title {
	padding-left: 0px;
}
.news_des {
	padding-left: 0px;
}
.news_date {
	padding-left: 0px;
}
.news_left4-2 {
	padding: 15px;
}
.youce {
	width: 100%;
	text-align: center;
	float: left;margin-top: 30px;
}
.news_right_img {
	padding-left: 0px;
	margin-left: 10px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}
/*内容代码结束 */
	 
}
 @media screen and (min-width: 500px) and (max-width:639px) {
/*内容代码开始 */
	  
.show_content {
	margin-top: 0px;
}
.news_left {
	width: 100%;
}
.art_top {
	display: none;
}
.news_left2 {
	padding: 10px;
}
.art_last {
	float: left;
	width: 100%;
	max-width: none;
}
.art_next {
	margin-top: 10px;
	float: left;
	width: 100%;
	max-width: none;
}
.art_next a {
	display: inline-block;
	float: left;
}
.news_list_img {
	display: none;
}
.news_list_title {
	padding: 20px 20px 20px 20px;
}
.news_title {
	padding-left: 0px;
}
.news_des {
	padding-left: 0px;
}
.news_date {
	padding-left: 0px;
}
.youce {
	width: 100%;
	text-align: center;
	float: left;margin-top: 30px;
}
.news_right_img {
	padding-left: 0px;
	margin-left: 10px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}
.news_left4-2 {
	padding: 15px;
}
/*内容代码结束 */
}
 @media screen and (min-width: 640px) and (max-width:767px) {
/*内容代码开始 */
.news_left {
	width: 100%;
}
.news_left2 {
	padding: 10px;
}
.art_last {
	float: left;
	width: 100%;
	max-width: none;
}
.art_next {
	margin-top: 10px;
	float: left;
	width: 100%;
	max-width: none;
}
.art_next a {
	display: inline-block;
	float: left;
}
.news_list_img {
	display: none;
}
.news_list_title {
	padding: 20px 20px 20px 20px;
}
.news_title {
	padding-left: 0px;
}
.news_des {
	padding-left: 0px;
}
.news_date {
	padding-left: 0px;
}
.news_left4-2 {
	padding: 15px;
}
.youce {
	width: 100%;
	text-align: center;
	float: left;margin-top: 30px;
}
.news_right_img {
	padding-left: 0px;
	margin-left: 10px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}
/*内容代码结束 */
}
 @media screen and (min-width: 768px) and (max-width:991px) {
/*内容代码开始 */
.news_left {
	width: 100%;
}
.youce {
	width: 100%;
	text-align: center;
	float: left;
}
.news_right_img {
	padding-left: 0px;
	margin-left: 10px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}
.news_left2 {
	padding: 10px;
}
.art_last {
	float: left;
	width: 100%;
	max-width: none;
}
.art_next {
	margin-top: 10px;
	float: left;
	width: 100%;
	max-width: none;
}
.art_next a {
	display: inline-block;
	float: left;
}
/*内容代码结束 */
}
 @media screen and (min-width: 992px)and (max-width:1199px) {
/*内容代码开始 */
.news_left {
	width: 100%;
}
.youce {
	width: 100%;
	text-align: center;
	float: left;margin-top: 30px;
}
.news_right_img {
	padding-left: 0px;
	margin-left: 10px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}
/*内容代码结束 */
	 
}
 @media screen and (min-width: 1200px)and (max-width:1366px) {
}
 @media screen and (min-width: 1367px)and (max-width:1582px) {
}
