#article{
	min-height: 500px;
	margin-top: 50px;
	padding-bottom: 100px;
}
#new{
	width: 1200px;
	margin: 0 auto;
}
#article .article{
	width: 1200px;
	margin: 0 auto;
}
.artilce-content{
	width: 850px;
	float: left;
	margin-right: 30px;
}
.artilce-content .img{
	height: 440px;
	width: 390px;
	float: left;
}
.artilce-content .txt{
	float: left;
	padding-left: 20px;
}
.artilce-content .txt p{
	line-height: 40px;
	letter-spacing:5px;
}
#article img{
	max-width: 100%;
}
.artilce-right{
	width: 320px;
	float: left;
}
.title{
   font-size: 25px;
   color: red;
   font-weight: bold;
}
.one {
	margin-top: 30px;
	color: white;
}
.introList{
	min-height: 200px;
}
.introList:hover .intro{
	background-color: #b01f2c;
}

.one .intro{
	height: 40px;
	line-height: 40px;
	background-color: black;
	padding-left: 5px;
	font-size: 20px;
}
.artilce-right:hover .right-title{
	background-color: #b01f2c;
}
.al:hover .intro{
	background-color: #b01f2c;
}
.right-title{
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	background-color: black;
	padding-left: 5px;
	color: white;
}
.right-list {
	padding: 20px;
	box-sizing: border-box;
}
.right-list img{
	width: 80px;
	float: left;
}
.right-list .txt{
	float: left;
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
}
.intro-img img{
    width: 250px;
    height: 250px;
    float: left;
    padding: 15px;
}