.container{background: url(../images/gxbcyjspt_bg.png) top center no-repeat;padding-bottom: 124px;}
.container .head_tle{text-align: center;padding: 80px 0 0;}
.container .head_tle img{display: block;}

.listbox{background: url(../images/gxbcyjspt_listbg.png) top center no-repeat;padding: 40px 0 60px;}
.listbox .bdbox{position: relative;max-width: 1200px;margin: 0 auto;}
.listbox .bdbox .rocket{position: absolute;bottom: -180px;right: -90px;}
.listbox .hd{margin: 0 auto 40px;}
.listbox .hd ul{display: flex;justify-content: center;align-items: center;}
.listbox .hd ul li{width: 160px;height: 50px;line-height: 50px;text-align: center;font-size: 26px;border-radius: 6px;margin: 0 20px;}
.listbox .hd ul li:hover{cursor: pointer;}
.listbox .hd ul li.on{background-image: linear-gradient(to right,#0071ff,#1f3bf8);color: #fff;}
/* 左边导航 */
.listbox_left_nav{position: relative;width: 30%;background: url(../images/gxbcyjspt_navbg.png) top left no-repeat;}
.listbox_left_nav .menuList{overflow-y: auto;height: 620px;}
.listbox_left_nav .menuList::-webkit-scrollbar {width: 4px; /* 设置滚动条宽度 */}
.listbox_left_nav .menuList::-webkit-scrollbar-thumb {background-color: #1399e1; /* 设置滑块背景颜色 */border-radius: 2px; /* 设置滑块圆角 */}
.listbox_left_nav .menuList::-webkit-scrollbar-track:hover {background-color: #f1f1f1; /* 设置轨道hover状态时的背景颜色 */}
.listbox_left_nav .menuList::-webkit-scrollbar-thumb:hover {background-color: #0048bb; /* 设置滑块hover状态时的背景颜色 */}
.listbox_left_nav li{margin: 0;}
.listbox_left_nav li a{display: block;padding: 0 50px;width: 100%;font-size: 20px;height: 60px;line-height: 60px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.listbox_left_nav li a:hover{color: #1363e4;}
.listbox_left_nav .on{border-bottom: 0;}
.listbox_left_nav .on a{background: url(../images/gxbcyjspt_onbg.png) left center no-repeat;color: #006bff;position: relative;padding: 0 80px 0 20px;font-weight: bold;}
.listbox_left_nav .on a:after{content: '';width: 40px;height: 32px;background: url(../images/gxbcyjspt_sjx.png) center no-repeat;position: absolute;right: 40px;top: 50%;transform: translateY(-50%);}

/* 右边内容 */
.listbox_right{position: relative;width: 70%;background-color: #eff6ff;}
.listbox_right .samllbox{padding: 40px;background-color: #fff;height: 580px;width: 96%;margin: 20px auto;border-radius: 6px;}
.listbox_right h2{font-size: 28px;font-weight:bold;height: 70px;line-height: 70px;border-bottom: 1px solid #ebebeb;}
.listbox_right .listbox_right_list{padding-top: 40px;}
.listbox_right .listbox_right_list .tle{font-size: 22px;}
.listbox_right .listbox_right_list ul{margin-top: 40px;}
.listbox_right .listbox_right_list ul li{margin-top: 20px;}
.listbox_right .listbox_right_list ul li img{display: inline-block;margin-right: 16px;}
.listbox_right .listbox_right_list ul li span{color: #666;font-size: 18px;}
.listbox_right .listbox_right_list .abtn{margin-top: 60px;display: flex;justify-content: center;align-items: center;}
.listbox_right .listbox_right_list .abtn a{display: block;width: 120px;height: 60px;line-height: 60px;font-size: 20px;background-color: #e5f2ff;text-align: center;margin: 0 5px;border-radius: 6px;}
.listbox_right .listbox_right_list .abtn a:hover{background-image: linear-gradient(to right,#0071ff,#1f3bf8);color: #fff;font-weight: bold;}

.listboxB{margin-top: 100px;position: relative;}
.listboxB .boxB_tle{text-align: center;}
.listboxB .boxB_tle a{display: block;margin: 0 auto;width: 376px;}
.listboxB .boxB_tle a:hover img{transform: scale(1.06);}
.listboxB .boxB_tle a img{display: block;transition: all 0.3s;}
.listboxB ul{margin-top: 50px;display: flex;position: relative;z-index: 2;}
.listboxB ul li{width: 288px;margin-right: 16px;background: url(../images/gxbcyjspt_Blibg.png) no-repeat left top;padding: 60px 20px 36px;}
.listboxB ul li:nth-child(2n){margin-top: 40px;}
.listboxB ul li:last-child{margin-right: 0;}
.listboxB ul li .tle{font-size: 19px;text-indent: 2em;background: url(../images/gxbcyjspt_twocircle.png) no-repeat 10px 10px;line-height: 30px;    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.listboxB ul li .time{font-family: serif;margin: 10px 0;}
.listboxB ul li .cont{font-size: 14px;color: #6b6b6b;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.listboxB ul li .btn{margin-top: 26px;}
.listboxB ul li .btn a{font-size: 14px;color: #2970ff;}
.listboxB ul li .btn a:hover{font-weight: bold;color: #014be1;}
.listboxB .woman{position: absolute;left: -160px;bottom: -150px;z-index: 1;}

@media screen and (max-width:768px){
    .listbox .bdbox .rocket, .listboxB .woman{display: none;}
    .container {background: none;padding-bottom: 40px;background-color: #caeafe;}
    .container .head_tle{padding: 20px 0}
    .container .head_tle img{width: 96%;margin: 0 auto;}
    .listbox{border-left: none;padding: 10px;background: none;}
    .listbox .hd {margin-bottom: 20px;}
    .listbox .hd ul li{height: 40px;line-height: 40px;font-size: 20px;width: 120px;margin: 0 10px;}
    .listbox .bdbox .bd{width: 100%;max-width: none;}
    .listbox .bdbox .bd .box{width: 100%;}
    .listbox_left_nav{width: 100%;padding: 0;background-color: #fff;}
    .listbox_left_nav .menuList{height: 300px;padding: 10px 0 0;}
    .listbox_left_nav li{margin-bottom: 10px;}
    .listbox_left_nav li a{padding: 0 20px;width: 100%;font-size: 18px;height: 40px;line-height: 40px;margin: 0 auto;}
    .listbox_left_nav .on a{width: 100%;padding-right: 60px;}
    .listbox_left_nav .on a:after{right: 20px;}
    .listbox_right{width: 100%;padding: 10px;}
    .listbox_right h2{line-height: 50px;height: 50px;font-size: 24px;}
    .listbox_right .samllbox{padding: 10px;width: 100%;margin: 0;height: auto;}
    .listbox_right .listbox_right_list{padding-top: 20px;}
    .listbox_right .listbox_right_list .tle{font-size: 20px;}
    .listbox_right .listbox_right_list ul{margin-top: 20px;}
    .listbox_right .listbox_right_list ul li{margin-top: 20px;}
    .listbox_right .listbox_right_list ul li span{font-size: 16px;}
    .listbox_right .listbox_right_list .abtn{margin-top: 20px;flex-wrap: wrap;justify-content: flex-start;}
    .listbox_right .listbox_right_list .abtn a{width: 30%;margin-bottom: 10px;font-size: 18px;}
    .listboxB{margin-top: 20px;}
    .listboxB .boxB_tle a{width: 70%;}
    .listboxB .boxB_tle a img{width: 100%;}
    .listboxB ul{overflow-x: auto;white-space: nowrap;margin-top: 10px;display: block;padding: 10px;}
    .listboxB ul::-webkit-scrollbar {height: 4px;}
    .listboxB ul::-webkit-scrollbar-thumb {background-color: #1399e1;border-radius: 2px;}
    .listboxB ul::-webkit-scrollbar-track:hover {background-color: #f1f1f1;}
    .listboxB ul::-webkit-scrollbar-thumb:hover {background-color: #0048bb;}
    .listboxB ul li:nth-child(2n), .listboxB ul li{margin: 0 4px;display: inline-block;}
    .listboxB ul li .tle, .listboxB ul li .cont{white-space: normal;}
}