.ba_list{
	width: 1200px;
	margin:0 auto;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
	margin-bottom:20px;
}
.ba_list_left_top{
	width: 225px;

	background: #e0eaeb;
	padding-top: 5px;
}
.left_top_tilte{
	width: 217px;
	height: 65px;
	line-height:65px;
	text-align: center;
	margin:  0 auto;
	font-size: 22px; font-weight:bold;
	color: #fff; background-color:#C00;
	border: 1px solid #fff;
	border-top: 1px solid #ACACAC;
}
.left_top_list{
	width: 210px;
	height: 29px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	background-color:#035aba;
	background-size: 100%;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
}
.left_top_list a{
	font-size: 14px;
	color:#fff;
	margin-left: 17px;
}
.left_top_list img{
	width: 13px;
	height: 13px;
	margin-right: 9px;
}
.ba_list_left_bottom{
	width: 225px;
	height: 241px;
	margin-top: 15px;
	background: #333; background-image:url(../images/i-woshou.jpg); BACKGROUND-POSITION: top center; BACKGROUND-REPEAT: no-repeat;
	display: flex;
	align-items: center;
}
.left_bottom_conter{
	width: 200px;
	height: 220px;
	border:1px solid #ccc;
	color: #fff;
	font-size: 12px;
	margin:  0 auto;
}
.left_bottom_conter p:nth-child(1){
	margin: 15px 0 0 15px;
}
.left_bottom_conter p:nth-child(2){
	margin: 9px 0 0 15px;
}
.left_bottom_conter p:nth-child(3){
	margin: 24px 0 0 15px;
}
.left_bottom_conter p:nth-child(4){
	margin: 18px 0 0 15px;
}
/*右边
 */
.ba_list-right{
	width: 917px;
}
.ba_list-right_title{
	width: 917px;
	height: 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ba_list-right_title p{
	color: #000;
	font-size: 24px;
	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: 10px;
}
.img_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_list li{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 16px;
	border-bottom: 1px dashed #ccc;
}
.text_list_title,.img_list li p{
	width: 865px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	color: #7a7a7a;
	font-size: 14px;
}
.text_list_title{
	color: #1a1a1a;
	font-size:20px;
}
.text_list_title span{
	color: #ccc;
	font-size:11px;
	text-decoration: underline; font-weight:inherit;
}
.img_list li p{
	margin-top: 17px; line-height:24px;
	display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     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;
}


 .pagination p{
                margin:0;
                cursor:pointer
            }
            .pagination{
                height:40px;
                padding:20px 0px;
            }
            .pagination a{
                display:block;
                float:left;
                margin-right:10px;
                padding:2px 12px;
                height:24px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;
                line-height:24px;
            }
            .pagination a:hover{
                color:#077ee3;
                background: white;
                border:1px #077ee3 solid;
            }
            .pagination a.cur{
                border:none;
                background:#077ee3;
                color:#fff;
            }
            .pagination p{
                float:left;
                padding:2px 12px;
                font-size:12px;
                height:24px;
                line-height:24px;
                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin-right:8px;
            }
            .pagination p.pageRemark{
                border-style:none;
                background:none;
                margin-right:0px;
                padding:4px 0px;
                color:#666;
            }
            .pagination p.pageRemark b{
                color:red;
            }
            .pagination p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#808080;
            }
            .dates li {font-size: 14px;margin:20px 0}
            .dates li span{float:right}



