﻿.content {
    width: 100%;
    min-height: 1075px;
    background: url(../../image/inside/web-bg.png) no-repeat 0 -620px;
    background-size: cover;
    background-color: #E9EDF6;
}

.banner {
    width: 100%;
    height: 392px;
    background: url(../../image/inside/banner.png) no-repeat center;
}


.left {
    float: left;
    width: 201px;
    height: 345px;
    margin-top: 40px;
}
.left-nav-header {
    width: 100%;
    height: 49px;
    background: url(../../image/inside/left-nav-header-bg.png);
}

.left-nav {
    width: 100%;
    min-height: 298px;
    background: url(../../image/inside/left-nav-bg.png) no-repeat center;
    background-size: 201px 100% ;
}

.title {
    height: 45px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #416df0;
    padding-top: 10px;
}
.title::after {
    display: block;
    content: "";
    width: 149px;
	height: 1px;
    background: url(../../image/inside/line1.png);
    margin-left: 27px;
}
.title p {
    height: 25px;
    line-height: 25px;
    padding-bottom: 20px;
    padding-left: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.left-nav >ul >li {
    width: 100%;
    min-height: 64px;
    line-height: 64px;
    margin-top: 1px;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.left-nav >ul >li a {
    display: block;
    height: auto;
    padding-left: 27px;
	color: #465a73;
    /*overflow: hidden;
    white-space: nowrap;*/
    text-overflow: ellipsis;
	line-height:24px;
}

.left-nav >ul >li a:hover {
    color: #4671f0;
}

/* 二级三级 */
.nav-two >li >a:first-child{
	margin-top:15px;
}
.nav-two >li >a {
    padding-left: 37px !important;
	font-size:16px;
	line-height:22px !important;
	margin-bottom:15px;
}
.three-nav >li >a {
    padding-left: 47px !important;
}
.nav-two,
.three-nav {
    display: none;
}

.active >a {
    color: #4671f0 !important;
}
.active::after {
    display: block;
    content: "";
    width: 149px;
	height: 1px;
    background: url(../../image/inside/line2.png);
    margin-left: 27px;
}


/* 右侧内容 */
.right-content {
    float: right;
    width: 977px;
    min-height: 795px;
    background: url(../../image/inside/content-bg.png) no-repeat center;
    background-size: 977px 100%;
    margin-top: 40px;
}

.file {
    width: 927px;
    height: 755px;
    padding: 20px 25px;
}
