.container {background: url(../images/xzzfjdgs_bg.png) top center no-repeat;}
.container .head_tle {text-align: center;padding: 80px 0 160px}

.xzzfjdgs_listbox{border-left: 4px solid #0036b9;background: url(../images/xzzfjdgs_listbg.png) top center no-repeat;padding: 36px 0;margin-bottom: 60px;}
/* 左边导航 */
.listbox_left{width: 30%;}
.fullmain{width: 100%;}
.listbox_left-inner{width: 90%;}
.listbox_left-inner h3{text-align: center;font-size:1.4rem;color: #fff;background-color: #1e55b0;border-top-left-radius:10px;border-top-right-radius: 10px;padding:20px 10px;}
.listbox_left_nav{position: relative;}
.listbox_left_nav li{margin-bottom: 20px;}
.listbox_left_nav li a{display: block;color: #fff;padding-left: 20px;background-color: #69a2ff;width: 90%;font-size: 20px;font-weight: bold;height: 60px;line-height: 60px;}
.listbox_left_nav li a:hover{color: #1363e4;}
.listbox_left_nav .on{border-bottom: 0;}
.listbox_left_nav .on a{background: url(../images/xzzfjdgs_actbg.png) left center no-repeat;color: #fff;position: relative;left: 10px;width: 96%;}
.listbox_left_nav .on a:hover{color: #6bc7f5;}
.listbox_left_nav .on a span{display:inline-block;width:74%;}

/* 右边内容 */
.listbox_right{position: relative;width: 70%;padding: 0 20px;}
.listbox_right h2{color:#0036b9;font-size: 20px;font-weight:bold;}
.listbox_right h2 img{margin-left: 20px;}
.listbox_right h2 .more{font-size: 14px;color: #0036b9;height: 25px;line-height: 25px;float: right;font-weight:normal;}
.listbox_right h2 .more:hover{color:#3f85e0;}
.listbox_right ul.cot li{margin-top: 20px;background:url(../images/xzzfjdgs_dian.png) left center no-repeat}
.listbox_right ul.cot li:nth-child(5){margin-bottom: 60px;}
.listbox_right ul.cot li a{color: #000;padding-left: 20px;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 80%;font-size: 18px;}
.listbox_right ul.cot li i{font-style: normal;margin-right: 4px;}
.listbox_right ul.cot li span{color: #666;float:right;}
.listbox_right ul.cot li a:hover{color:#0036b9;}

@media screen and (max-width:768px){
    .container .head_tle{padding: 40px 0}
    .container .head_tle img{width: 90%;}
    .xzzfjdgs_listbox{border-left: none;padding: 20px 0;margin-bottom: 0;}
    .listbox_left{width: 100%;}
    .listbox_left_nav li{margin-bottom: 10px;}
    .listbox_left_nav li a{padding-left: 20px;width: 90%;font-size: 18px;height: 50px;line-height: 50px;margin: 0 auto;}
    .listbox_left_nav .on a{width: 90%;}
    .listbox_right{width: 100%;padding-top: 20px;}
    .listbox_right h2 img{display: none;}
    .listbox_right ul.cot li{margin-top: 10px;}
    .listbox_right ul.cot li a{max-width: 76%;padding-left: 10px;font-size: 16px;}
    .listbox_right ul.cot li:nth-child(5){margin-bottom: 20px;}
}