body{min-width:1200px; margin:0 auto;}

.hader{ width: 100%; }
.footer{ width: 100%;}

.w1200{ width:1200px; min-width:1200px; margin:30px auto;}
.clearfix {zoom: 1;}
.clearfix:after { content: ""; display: block; height: 0;clear: both;visibility: hidden;}
.content0 {padding:40px 0 60px;}



.bsfwtitle{    border-bottom: 1px solid #e7c692;color: #bd1b2d; font-size:20px; line-height:300%; margin-bottom:20px;}
.bsfwtitle span{}
/*模板1*/
.bsfwlist1{}
.bsfwlist1 li{border-bottom: 1px dashed #e7e7e7;    padding: 10px 0;}
.bsfwlist1 li>a{ display:block; float:left; max-width:70%; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap; font-size:14px; line-height:30px;}
.bsfwlist1 li>a:hover{color:#bd1a2d;}
.bsfwlist1 li span{ display:block; float:right;}
.bsfwlist1 li span a{ display: inline-block; border:1px solid #bd1a2d; font-size:14px; line-height:28px; padding:0 15px; margin-left:15px;}
.bsfwlist1 li span a:hover{ background:#bd1a2d; color:#fff;}

/*模板2*/
.bsfwlist2{    margin-left: -2%;}
.bsfwlist2 li{ float:left; width:27.333%; margin:0 0 20px 2%; background:#fafafa; padding:20px 2% 30px;transition: all .5s ease-in;}
.bsfwlist2 li>a,.bsfwlist2 li span,.bsfwlist2 li em{ display:block;}
.bsfwlist2 li>a{ font-size:16px;    font-weight: bold;line-height: 150%;height:3em;}
.bsfwlist2 li>a:hover{color:#bd1a2d;}
.bsfwlist2 li em{ font-style:normal;font-size:14px; color:#666; line-height:200%;    padding: 15px 0;}
.bsfwlist2 li span a{ display: inline-block; border:1px solid #bd1a2d; font-size:14px; line-height:28px; padding:0 15px; margin-right:15px;}
.bsfwlist2 li span a:hover{ background:#bd1a2d; color:#fff;}
.bsfwlist2 li:hover{    box-shadow: 0 5px 10px rgba(0,0,0,.1);}
/*模板3*/
.bsfwlist3{margin-left: -2%;padding-bottom:40px;}
.bsfwlist3 li{float:left; width:27.333%; margin-left:2%;padding:30px 2% 0;}
.bsfwlist3 li a{ display:block;}
.bsfwlist3 li a span{ display:block; margin:0 auto; width:120px; height:120px;border:1px solid #bd1a2d;border-radius: 50%;transition: all .5s ease-in;}
.bsfwlist3 li a span img{ display:block; height:70px; margin:25px auto;}
.bsfwlist3 li a em{ display:block; font-style:normal; margin-top:20px; line-height:150%;font-size:16px;    font-weight: bold;    text-align: center;}
.bsfwlist3 li:hover span{    box-shadow: 0 0 20px rgba(0,0,0,.2);}
.bsfwlist3 li:hover em{color:#bd1a2d;}


@media screen and (max-width:959px){
.bsfwlist2{    margin-left: 0; display: flex;flex-wrap: wrap;justify-content: space-evenly; width: 100%;}
.bsfwlist2 li{width: 42%; margin: 0 0 20px 0; padding: 20px 2% 30px}

}

@media screen and (max-width:500px){
.bsfwlist2 li{width:88%;}
}