﻿.zcenter {
	    width: 1200px;
	    margin: 0 auto;
	    height: inherit;
	}
	.xxgk_nav{height:66px;background:#003E97}
	.xxgk_nav ul li{float:left;width:298px;border-left:solid 1px #124fa7;border-right:solid 1px #124fa7;height:66px;line-height:66px;text-align:center;}
	.xxgk_nav ul li a{color:#fff;font-size:18px; height:66px;line-height:66px; display:block; position:relative;text-decoration: none}
	.xxgk_nav ul li a img{ position:absolute; left:30px; top:13px;}
	.xxgk_nav ul{border-left:solid 1px #124fa7;border-right:solid 1px #124fa7;}
	.xxgk_nav ul li.current{background:#0849a6}
	.xxgk_nav ul li:hover{background:#0849a6}

	.xxgk_leftnav {
	    width: 228px;
	    border: solid 1px #efefef;
	    font-size: 26px;
	    color: #003E97;
	    font-weight: bold;
	    background: #ffffff;
	}
	.xxgk_titlelevel2 {
	    height: 86px;
	    line-height: 86px;
	    border-bottom: solid 3px #003E97;
	    background: url(../images/20211124/titlelevel2_bg.jpg);
	}
	.xxgk_titlelevel2 span {
	    background: url(../images/20211124/xxgkarrow.png) center left no-repeat;
	    padding-left: 56px;
	    display: block;
	    height: 86px;
	    margin-left:28px;
	}
	.accordion .linkbox {
	    cursor: pointer;
	    display: block;
	    padding: 17px 16px 17px 46px;
	    color: #4D4D4D;
	    font-size: 16px;
	    font-weight: 400;
	    border-bottom: 1px solid #ddd;
	    position: relative;
	    -webkit-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}
	.accordion .linkbox a {
		color: #4D4D4D;
		display: block;
		text-decoration: none;
	}
	.accordion li.open .linkbox {
	    color: #003E97;
	    font-weight: 800;
	}
	.accordion li i {
	    position: absolute;
	    top: 20px;
	    left: 20px;
	    font-size: 14px;
	    color: #aaa;
	    font-weight: 100;
	    -webkit-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}
	.accordion li i.fa-chevron-down {
	    right: 12px;
	    left: auto;
	    font-size: 16px;
	}
	.submenu {
	    display: none;
	    background: #eee;
	    font-size: 14px;
	}
	.submenu li {
	    border-bottom: 1px solid #fafafa;
	}
	.submenu a {
	    display: block;
	    text-decoration: none;
	    color: #333;
	    font-weight: 400;
	    padding: 12px;
	    padding-left: 42px;
	    -webkit-transition: all 0.25s ease;
	    -o-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	    position: relative;
	}
	.submenu a:hover {
	    background: #003E97;
	    color: #FFF;
	}

	.rightContent h3 {
	    font-size: 24px;
	    color: #333333;
	    width: auto;
	    height: 60px;
	    line-height: 60px;
	    margin: 0px;
	    position: relative;
	}

	.titlist span.line {
	    width: 100%;
	    height: 4px;
	    bottom: 0px;
	    left: 0px;
	    overflow: hidden;
	    background: #003E97;
	    position: absolute;
	}