/*关于我们*/
.about-list{
	margin-top: -25px;
	margin-bottom: 47px;
}
.about-list .item{
	display: flex;
	padding: 25px 0;
	border-bottom:1px solid #f2f2f2;
}
.about-list .item:hover .title{
	color: #13499a;
}
.about-list .item .img{
	min-width: 243px;
	width: 243px;
	height: 137px;
	overflow: hidden;
	margin-right: 30px;
}
.about-list .item .right-box{
	flex: 1;
}
.about-list .title{
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about-list .text{
	color: #555555;
	font-size: 14px;
	line-height: 28px;
}
.about-list .time{
	color: #555555;
	font-size: 14px;
}







@media (max-width: 768px){
.about-list .title {
    margin-bottom: 5px;
}
.about-list .text {
    line-height: 20px;
    margin-bottom: 5px;
}
.about-list .time{
	font-size: 12px;
}
.about-list .item .img {
	width: 42%;
    min-width: 42%;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
}



}