.ba_list-right{
	width: 1200px;
	margin:  10px auto;
}
.ba_list-right_title{
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ba_list-right_title p{
	color: #344b58;
	font-size: 18px;
	text-indent:.5em;
	font-weight: 500;
}
.mianbao a{
	font-size: 12px;
	color: #666;
}
.borderimg{
	width: 100%;
	height: 9px;
	background: url(../images/border.png);
	background-size: 100%;
	margin-bottom: 25px;
}
.img_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_list li{
	width: 263px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.img_list li img{
	width: 263px;
	height: 198px;
	margin-bottom: 15px;
	cursor: pointer;/*鼠标变成手指样式*/
	transition: all 0.6s;/*所有属性变化在0.6秒内执行动画*/


}
.img_list li img:hover{
	transform: scale(1.05);/*鼠标放上之后元素变成1.4倍大小*/
}
.img_list li a{
	text-align: center;
	font-size: 14px;
	color: #333;
	display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     overflow: hidden;
}
/*分页*/
.paging{
 width: 440px;
 display: flex;
 align-items: center;	
 margin: 0 auto;
}
.paging a{
	color: #666;
	font-size: 12px;
	display: block;
}
.paging input{
	width: 24px;
	height: 24px;
	text-align: center;
	padding-left: 13px;
}
.paging img{
	width: 15px;
	height: 10px;
}
.page{
	display: flex;
	align-items: center;
}
.pages{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.paging  .pageactive{
	background: linear-gradient(#009ead,#008a97);
	color: #fff;
}
.paging span{
color: #666;
font-size: 12px;
}

.arcbody .bg-gray{padding:20px 0;background: #0355ad;}
.arcbody h1{font-size:30px;color:#fff; text-align: center; line-height:45px; }
.arcbody .times{font-size:16px;color:#fff; text-align: center;}
.arcbody .times a{color:#fff}
#textbody{padding:30px 0;min-height: 600px;}
#textbody .content p{font-size:16px;padding:10px 0}
.arcbody .read-more h3{font-size:20px;border-bottom:2px solid #0355ad;color: #0355ad;}
.arcbody .read-more ul{padding:10px 0}
.arcbody .read-more ul li{color: #0355ad;}
.arcbody .read-more li a{margin-left:5px;color: #0355ad;font-size:16px;}
.arcbody .near{float:right;margin:30px 0}
.arcbody .near a{background: #f3f3f3;border:1px solid #cccccc;color:#7e4532;display: block;float:left;padding:2px 10px;margin:0 2px}
.linkes,.switch-about{margin:20px 0;overflow: hidden;}
.linkes .w50{width:50%;text-align:center;float:left}
.linkes .center{    font-size: 16px;
    border: 1px solid #dcdcdc;
    width: 80%;
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
  .linkes .center,  .linkes .center a{color:#666;}
.linkes .center:hover,.linkes .center:hover a{border-color:#355ad0;color:#0355ad}
