body{background-color: #f5f5f5;}
main {background:#e5f3fc;padding: 0 0 60px;}

.breadcrumbs{padding-top: 100px;}
.breadcrumbs .top_tle{position: relative;color: #fff;}
.breadcrumbs .top_tle h2{font-size: 50px;font-weight: bold;}
.breadcrumbs .top_tle p{font-size: 20px;margin-top: 10px;}
.gxbtn_box{display: flex;justify-content: center;position: absolute;top: 20px;right: 0;}
.gxbtn_box a{display: block;color: #000;border-radius: 60px;padding: 16px 80px;margin: 0 30px;font-size: 22px;background-image: linear-gradient(to top,#c4e3fb,#fff);}
.gxbtn_box a:hover{background-image: linear-gradient(to top,#00dafe,#00abff);color: #fff;}

.supply_box{position: relative;}
.supply_box .list_mune{position: relative;background: linear-gradient(to bottom, #fff, #c5e4fc);border-radius: 10px 10px 0 0;padding: 10px 60px;margin-bottom: -1px;}
.supply_box .list_mune li{float: left;margin-right: 40px;}
.supply_box .list_mune li a{display: block;font-size: 22px;color: #000;height: 60px;line-height: 60px;position: relative;}
.supply_box .list_mune li.on a{font-weight: bold;color: #2b90ee;}
.supply_box .list_mune li a::before{display: none;}
.supply_box .list_mune li a:hover::before{width: auto;}
.supply_box .list_mune li a:hover{font-weight: bold;color: #2b90ee;}

.search_box{padding: 0;position: relative;}
.search_box input:focus{outline: none;border-color: #007BFF;}
.search_box .search_word{width: 300px;height: 40px;border: 1px solid #ccc;line-height: 40px;padding: 0 60px 0 10px;margin-right: 20px;border-radius: 4px;}
.search_box .search_btn{height: 40px;border: none;cursor: pointer;background-color: #2b90ee;color: #fff;padding: 0 20px;border: 1px solid #3a7ef4;transition: all 0.3s ease;border-radius: 4px;vertical-align: middle;}
.search_box .search_btn:hover{color: #fff;background-color: #0039d2;}

.query_box{padding: 10px 60px 30px;position: relative;background-color: #fff;margin-bottom: 20px;}

.query_box .bsxbk-ico{background-repeat: no-repeat;background-color: transparent;}
.query_box .btn_list1{margin-bottom: 30px;padding: 16px 0;border-bottom: 1px solid #ececec;}
.query_box .btn_list2{margin-bottom: 30px;padding: 16px 0;border-bottom: 1px solid #ececec;}
.query_box .btn_list h3{float: left;width: 8%;font-weight: normal;font-size: 20px;}
.query_box .btn_list ul{float: left;width: 92%;}
.query_box .btn_list ul li{float: left;width: auto;margin-bottom: 20px;margin-right: 20px;}
.query_box .btn_list ul li a{display: block;font-size: 20px;}
.query_box .btn_list ul li a:hover{color: #2b90ee;}
.query_box .btn_list ul li.on a{color: #2b90ee;}
.query_box .btn_list ul li a i{display: block;margin: 0 auto 10px;background-position: center;width: 48px;height: 44px;transition: all .3s ease;}
.query_box .btn_list ul li a p{display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;font-size: 18px;line-height: 20px;}
.query_box .btn_list ul li a p span{color: #a1a0a0;}
.query_box .btn_list ul li.on a p span{color: #fff;}
.query_box .btn_list ul li a:hover p span{color: #fff;}

.supply_list{width: 100%;border-radius: 6px;}
.supply_list .filter_box{background-color: #fff;position: relative;padding: 10px;margin-bottom: 20px;display: flex;align-items: center;padding: 20px 60px;}
.supply_list .filter_box form.xgdsty{display: block;}
.supply_list .filter_box form.xgdsty label, .supply_list .filter_box form.xgdsty input{cursor: pointer;}
.supply_list .filter_box form.xgdsty label{font-weight: bold;font-size: 15px;margin-right: 20px;}
.supply_list .filter_box .result{position: absolute;top: 50%;right: 20px;transform: translateY(-50%);font-size: 15px;color: #666;}
.supply_list .filter_box .result span{color: #3a7ef4;font-weight: bold;margin: 0 4px;}

.gxlist_box{width: 100%; min-height: 200px;}
.gxlist_responsive{min-height:260px;position: relative;}
.gxlist_responsive .loading {position: absolute;top: 60px;left: 50%;transform: translateX(-50%);}
.gxlist_responsive h2 {width: 100%;text-align: center;font-size: 24px;padding-top: 120px;}
.gxlist_responsive .cyCont{width: calc((100% - 120px) / 4);margin-bottom: 30px;overflow: hidden;border-radius: 2px;float: left;margin-right: 40px;background-color: #fff;height: 250px;}
.gxlist_responsive .cyCont:nth-child(4n){margin-right: 0;}
.gxlist_responsive .cyCont:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.gxlist_responsive .cyCont a{display: block;padding: 30px 30px;}
.gxlist_responsive .cyCont h4{margin-bottom: 20px;font-size: 22px;font-weight: normal;color: #2F92EE;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.gxlist_responsive .cyCont p{font-size: 18px;line-height: 26px;color: #333;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.gxlist_responsive .cyCont p span{font-size: 18px;font-weight: bold;color: #000;}

@media screen and (max-width: 959px) {
    .breadcrumbs .top_tle{padding-bottom: 80px;}
    .gxbtn_box{right: 0;left: 0;top: auto;bottom: 0;}
    .gxbtn_box a{padding: 10px 20px;margin: 0 20px;font-size: 16px;}
    .supply_box .list_mune{padding: 10px;}
    .supply_box .list_mune li{margin: 0 25px;}
    .supply_box .list_mune li a{font-size: 18px;height: 36px;line-height: 36px;}
    .query_box{padding: 10px;margin-bottom: 0;}
    .query_box .btn_list1, .query_box .btn_list2{margin-bottom: 10px;padding: 10px 0;}
    .query_box .btn_list h3{width: 100%;font-size: 16px;margin-bottom: 10px;font-weight: bold;}
    .query_box .btn_list ul{width: 100%;}
    .query_box .btn_list ul li{float: left;width: auto;margin-bottom: 10px;margin-right: 16px;}
    .query_box .btn_list ul li a{font-size: 16px;}
    .search_box .search_word{width: 250px;padding: 0 10px;margin-right: 10px;}
    .supply_list .filter_box{padding: 10px 10px 30px;margin-bottom: 10px;}
    .supply_list .filter_box form.xgdsty label, .supply_list .filter_box form.xgdsty input{display: inline-block;width: 5%;margin-bottom: 10px;}
    .supply_list .filter_box form.xgdsty label{margin-right: 0;width: 26%;}
    .supply_list .filter_box .result{top: auto;bottom: 10px;left: 16px;right: auto;transform: none;}
    .gxlist_box{padding: 0 10px;}
    .gxlist_responsive .cyCont{width: 100%;margin-bottom: 10px;margin-right: 0;height: auto;}
    .gxlist_responsive .cyCont a{padding: 20px;}
    .gxlist_responsive .cyCont h4{font-size: 16px;margin-bottom: 10px;}
    .gxlist_responsive .cyCont p{font-size: 16px;line-height: 24px;}
    .gxlist_responsive .cyCont p:last-child{margin-bottom: 0;}
    .gxlist_responsive .cyCont p span{font-size: 16px;}
    
}