.jgznlist li {
    display: inline-block;
    width: 33.3%;
    float: left;
    padding: 15px;
    font-size: 16px;
    background-image: url(../images/xxgkml/icoArrow.jpg);
    background-repeat: no-repeat;
    background-position: 2px 22px;
}
.jgznlist li {
    width: 33.3%;
}
.theme-dqwz{ padding:15px 0;}
@media (min-width: 1220px) {
    .theme-ct {
        min-height: 600px;
    }
}

.list-fl {
    width: 20%;
    float: left;
}

.list-fl {
    width: 20%;
    float: left;
}

.list-fl>p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    margin-bottom: 20px;
    line-height: 40px;
}

.list-lm li {
    line-height: 37px;
    background: #eff4f9;
    border-bottom: 3px solid white;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.list-lm li:before {
    content: " ";
    background: url(../images/xxgkml/list_nav.png);
    width: 8px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 12px;
    transform: rotate(180deg);
    transition: transform .3s;
}

.list-lm li:hover:before,
.list-lm li.active:before {
    transform: rotate(270deg);
}

.list-lm li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
    padding: 0 25px 0 20px;
}

.list-lm li.active a,
.list-lm li:hover a {
    font-weight: bold;
    color: #3871a6;
}

.list-fr {
    width: 78%;
    float: right;
}

.list-fr>p {
    background: #f3f3f3;
    margin-bottom: 20px;
}

.list-fr>p span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #3871a6;
    line-height: 40px;
    float: left;
    padding: 0 50px;
}

.list li {
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/xxgkml/dian2.jpg) no-repeat 0 center;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.list li:hover {
    margin-left: 1em;
}

.list li span {
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    position: relative;
}

.list hr {
    border-bottom: dashed 1px #cccccc;
}



@media (max-width: 1220px) {
	.theme-ct {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* list */
	.list-fl {
		width: 100%;
		display: none;
	}

	.list-lm {
		overflow: hidden;
	}

	.list-lm li {
		background: none;
		line-height: 31px;
	}

	.list-lm li:before {
		background: none;
	}

	.list-fl p {
		text-align: left;
		background-color: #FFFFFF;
		color: #000000;
		padding-left: 10px;
		border-left: solid 4px #3871a6;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.list-fl li {
		float: left;
	}

	.list-fr {
		width: 100%;
		margin-top: 10px;
	}
}