.banner img{
	width: 100%;
	display: block;
}
.tab_ul{
	border-bottom: 1px solid #d0d0d0;
	height: 49px;
	margin-bottom: 40px;
}
.tab_ul li{
	float: left;
	height: inherit;
	line-height: 49px;
	border-bottom: 1px solid transparent;
	font-size: 15px;
	margin-right: 60px;
}
.tab_ul li:hover{
	cursor: pointer;
}
.tab_active{
	color: #da251d !important;
	border-color: #da251d !important;
}
.tab_active a{
	color: #da251d !important;
	border-color: #da251d !important;
}
.com_title1{
	font-size: 22px;
	margin-bottom: 5px;
}
.com_title2{
	font-size: 18px;
	color: #c9c9c9;
	margin-bottom: 30px;
}


.com_infor{
	padding-bottom: 100px;
}
.com_infor .main_ul{
	margin-bottom: 40px;
}
.com_infor .main_ul li{
	padding: 25px;
	border: 2px solid transparent;
	transition: all 0.3s;
}
.com_infor .main_ul li:hover{
	border-color: #da251d !important;
}
.com_infor .main_ul li:hover .more{
	color: #da251d;
}
.com_infor .main_ul li:nth-child(2n+1){
	background: #F0F0F0;
}
.com_infor .main_ul li:nth-child(2n){
	background: #fff;
}
.com_infor .main_ul li .img_box{
	width: 226px;
	height: 138px;
	overflow: hidden;
	margin-right: 28px;
}
.com_infor .main_ul li .img_box img{
	display: block;
	width: 100%;
}
.com_infor .main_ul li .cont{
	width: 77%;
}
.com_infor .main_ul li .p1{
	height: 34px;
	line-height: 34px;
	display: block;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
.com_infor .main_ul li .p2{
	color: #a0a0a0;
	margin-bottom: 10px;
}
.com_infor .main_ul li .p3{
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 10px;
}
.com_infor .main_ul li .more{
	color: #333;
	transition: all 0.3s;
}


.detail_content{
	padding-bottom: 85px;
}
.detail_content>.title{
	font-size: 26px;
	margin-bottom: 20px;
}
.detail_content>.title2{
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}
.detail_content .content{
	padding-bottom: 40px;
	border-bottom: 1px dashed #686868;
	margin-bottom: 25px;
}
.a_box{
	margin-top: 40px;
	margin-bottom: 36px;
}
.a_box a{
	width: 288px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	background: #da251d;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.about_read{
	font-size: 16px;
	margin-bottom: 20px;
}
.about_list li{
	width: 50%;
	margin-bottom: 15px;
	padding-right: 5%;
	float: left;
}
.about_list li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.about_list li a:hover{
	color: #da251d;
}

@media screen and (max-width: 1220px){
	.com_infor .main_ul li .cont {
	    width: 72%;
	}
}

@media screen and (max-width: 999px){
	.banner{
		padding-top: 62px;
	}
	.tab_ul{
		padding-left: 20px;
	}
	.tab_ul li{
		font-size: 18px;
		margin-right: 40px;
	}
	.com_title1,.com_title2{
		padding-left: 20px;
	}
	.com_infor .main_ul{
		width: 600px;
		margin: 0 auto 40px;
	}
	.com_infor .main_ul li{
		padding: 10px;
	}
	.com_infor .main_ul li .img_box{
		margin-right: 10px;
	}
	.com_infor .main_ul li .cont {
	    width: 59%;
	}
	.com_infor .main_ul li .p1{
		font-size: 18px;
		line-height: 18px;
		height: auto;
		padding-bottom: 5px;
	}
	.com_infor .main_ul li .p2,.com_infor .main_ul li .p3,.com_infor .main_ul li .more{
		font-size: 16px;
	}
	.com_infor{
		padding-bottom: 40px;
	}
	.detail_content .content,.share{
		width: 600px;
		margin: 0 auto 20px;
	}
	.a_box{
		margin-top: 0;
	}
	.a_box a{
		font-size: 18px;
	}
	.detail_content{
		padding-bottom: 40px;
	}
	.about_read{
		font-size: 20px;
		width: 600px;
		margin: 0 auto 20px;
	}
	.about_list{
		width: 600px;
		margin: 0 auto;
	}
	.about_list li a{
		font-size: 18px;
	}
}