body{background-color: #f5f5f5;}
main {background: url("../images/bzgfList_bg.jpg") top center no-repeat #dcf1fd;padding: 90px 0 100px;overflow: hidden;}

.breadcrumbs{padding-top: 108px;}
.breadcrumbs .top_tle{margin-bottom: 120px;color: #fff;}
.breadcrumbs .top_tle h2{font-size: 50px;font-weight: bold;}
.breadcrumbs .top_tle p{font-size: 20px;margin-top: 10px;}

.bzgf_box{background-color: #fff;padding: 40px 30px;border-radius: 6px;}
.bzgf_box .bzgf_title{border-bottom: 1px solid #ededed;padding-bottom: 40px;position: relative;}
.bzgf_box .bzgf_title h2{font-size: 30px;font-weight: bold;padding-bottom: 10px;}
.bzgf_box .bzgf_title p{margin-top: 16px;}
.bzgf_box .bzgf_title a{background-color: #f0ad4e;color: #fff;position: absolute;right: 0;top: 0;width: 180px;height: 50px;line-height: 50px;text-align: center;font-size: 20px;font-weight: bold;border: 1px solid #f0ad4e;border-radius: 6px;}
.bzgf_box .bzgf_title a:hover{background-color: #fff;color: #f0ad4e;}
.bzgf_box .txt ul li{border-bottom: 1px solid #ededed;}
.bzgf_box .txt ul li p{color: #333;display: inline-block;width: 49%;height: 64px;line-height: 64px;}
.bzgf_box .txt ul li span{color: #000;display: inline-block;width: 180px;font-weight: bold;margin-right: 20px;}

@media screen and (max-width:959px){
    .bzgf_box{padding: 20px 20px;border-radius: 0;}
    .bzgf_box .bzgf_title a{position: initial;padding: 10px 20px;}
    .bzgf_box .bzgf_title p{margin-bottom: 16px;}
    .bzgf_box .txt ul li p{display: block;width: 100%;}
}
@media screen and (max-width:600px){
    .bzgf_box .txt ul li p{height: auto;line-height: 25px;margin-bottom: 10px;}
    .bzgf_box .bzgf_title p{margin-bottom: 10px;line-height: 25px;margin-top: 5px;}
    .bzgf_box {padding: 10px;}
    .bzgf_box .bzgf_title{padding-bottom: 20px;}
    .bzgf_box .bzgf_title h2 {font-size: 24px;}
    .bzgf_box .bzgf_title a{font-size: 16px;}
}
