/*自定义分页器的样式*/
.swiper-pagination-custom {
	text-align: center;
	margin: 15px 0px;
}
/*自定义分页器的样式*/
.swiper-pagination-customs {
	width: 50px;
	height: 6px;
	display: inline-block;
	border-radius: 5px;
	margin: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
}

.swiper-pagination-customs:last-child {}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
	width: 50px;
	height: 6px;
	background: #0176DF;
}
.content {
    width: 1280px;
    display: flex;
    margin: 40px auto;
}
/* 路由导航 */

.lanmu{
    width: 248px;
    height: 70px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #DCDADD;
    border-left: 1px solid #DCDADD;
    border-right: 1px solid #DCDADD;
    color:#000;
}
.page-route {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
}

.page-route img {
    width: 18px;
    height: 16px;
}

.page-route a {
    font-size: 14px;
    font-weight: 400;
    color: #3E3E3E;
    padding-left: 10px;
    padding-right: 10px;
}
/* 左 */

.content .contentL {
    width: 250px;
    /* border: 1px red solid; */
    line-height: 70px;
}

.content .contentL .Txtop {
    background: #0176DF;
    font-size: 18px;
    color: #FFFFFF;
    height: 70px;
}

.content .contentL .Txtop>img {
    width: 15px;
    height: 17px;
    margin: 0px 12px;
}

.content .contentL .Txs {
    height: 70px;
    background-color: #F3F3F3;
}

.content .contentL .Txsimg>img {
    visibility: hidden;
    width: 5px;
    height: 7px;
    margin: 0px 15px 0px 7px;
}
.content .contentL .Txs>img {
    visibility: visible;
}
.contentL .contact {
    color: #fff;
    padding: 10px 0px;
    background-color: #0176DF;
}

.contentL .contact>img {
    margin-left: 10px;
    margin-right: 10px
}

.contentL .txb {
    margin-left: 10px;
    font-size: 24px;

}

.content .contentL .TxsBg {
    background-color: #FFFFFF;
}

/* 右 */
.content .contentR {
    margin-left: 30px;
    width: 960px;
}

.contentR .contentRList {
    display: flex   ;
    margin: 20px;
    padding: 5px 0px;
    font-size: 14px;  
    border-bottom: 1px #F1F1F1 solid;
}
.mafimg{
    width: 220px;

}
.mafimg a img{
    width: 200px;
    height: 200px; 
    margin: auto;
}
.maf{
    padding-left: 20px;
}
.contentR .contentRList .top {
    padding: 5px 0px;
    font-size: 18px; 
    color: #000;
    width: 100%;
}

.contentR .contentRList .top a{ 
    color: #000;

}
.contentR .contentRList .tx1 a{ 
    color: #000;
}

.contentR .contentRList .tx1 {
    display: inline-block; 
    padding: 10px 0px;
    font-size: 14px; 
    color: #666666;
    text-indent: 2em;
    color: #000;
    width: 100%;
}

.contentR .contentRList .top a:hover { 
    color:#0176DF; 
}
.contentR .contentRList .tx1 a:hover { 
    color:#0176DF; 
}

.contentR .contentRList .tx2 {
    display: inline-block;
    /* width: 491px; */
    bottom: 20px;
    font-size: 12px;
    /* scale: 0.8; */
    color: #B8B7B7;
}
.b_b2{
    margin-top:20px;
}