.content {
    padding: 40px 0 60px 0;
    background-color: #e3e7eb;
}

.content-box {
    display: flex;
    justify-content: space-between;
}

.content-left {

}
 
.content-left-top {
    width: 250px;
	height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-image: linear-gradient(-85deg, 
    #18b6f1 0%, 
    #1228cd 100%), 
linear-gradient(
    #1228cd, 
    #1228cd);
    font-size: 26px;
	color: #ffffff;
}

.content-left-nav {
    width: 250px;
    display: flex;
}

.content-left-nav>img {
    height: 100%;
}

.content-left-nav-list>ul {
    min-height: 300px;
    background-color: #ffffff;
}

.content-left-nav-list>span {
    display: block;
    width: 240px;
	height: 3px;
	background-image: linear-gradient(-85deg, 
		#18b6f1 0%, 
		#1228cd 100%), 
	linear-gradient(
		#1570df, 
		#1570df);
}

.content-left-nav-list>ul>li {
    position: relative;
    width: 240px;
    /* height: 50px; */
    border-bottom: 1px solid #e2e4e5;
}

.content-left-nav-list>ul>li>ul {
    display: none;
}

.content-left-nav-list>ul>li>ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 16px;
	color: #a5a5a5;
}

.content-left-nav-list>ul>li>ul {
    border-top: 1px solid #e2e4e5;
}

.content-left-nav-list>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    font-size: 16px;
	color: #333333;
}
.nav-item-icon {
    display: none;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translate(0%,-50%);
    width: 20px;
    height: 20px;
    background-image: url(../imgs/icon_left2.png);
    background-repeat: no-repeat;
}

.nav-item-icon2 {
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translate(0%,-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.item-icon1{
    background-image: url(../imgs/icon_left2.png);
}
.item-icon2{
    background-image: url(../imgs/icon_left2_hui.png);
}
.item-icon3{
    background-image: url(../imgs/icon_bottom_blue.png);
}
.item-icon4{
    background-image: url(../imgs/icon_bottom_hui.png);
}

.content-left-nav-list-active>a {
    color: #1232d0 !important;
    font-weight: 800;
}
.content-left-nav-list-active>.nav-item-icon {
    display: block;
}

.content-left-nav-list-active>ul {
    display: block !important;
}

.content-right {
    width: 1310px;
	min-height: 500px;
	background-color: #ffffff;
}

/* 标题样式 */
.content-title {
    margin: 0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cecfd8;
}

.content-title-left {
    display: flex;
    align-items: center;
}

.title-left-icon {
    display: flex;
    flex-direction: column;
}
.title-left-icon>span:nth-child(1) {
    width: 11px;
	height: 8px;
	background-color: #18b6f1;
}
.title-left-icon>span:nth-child(2) {
    width: 11px;
	height: 25px;
	background-color: #1228cd;
}

.content-title-left>h2 {
    margin-left: 15px;
    font-size: 26px;
    font-weight: 700;
	color: #333333;
}

.content-title-right {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
	color: #666666;
}
.content-title-right>img {
    margin-right: 5px;
}






@media screen and (max-width: 1600px) {
    .content-left-top {
        width: 230px;
    }
    .content-left-nav-list>ul>li {
        width: 220px;
    }
    .content-left-nav-list>span {
        width: 220px;
    }
    .content-left-nav-list {
        width: 220px;
    }
    .content-right {
        width: 930px;
    }
}

@media screen and (max-width: 768px) {
    .content {
        width: 1600px;
    }
}