/**!
 * [大连]
 * date:2018-12-12
 * author: [黄伟平];
 */

/* .index-layout>div {
    position: relative;
    padding: 0;
    height: 100%;
} */

.index-layout .index-content{
	position: relative;
    padding: 0;
    height: 90%;
}

.survey-title {
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 13px;

}

.survey-title>h1 {
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #2081d4;
}


.index-layout{
	/* padding: 7.5px;  */
	left: 0px;  width: 100%; height: 100%; 
	position: absolute;
	overflow:auto;
}

.theme-skin-black  .left-nav{
	  position: absolute;
    left: 14px;
    top: 14px;
    background-color: #21385C;
    width: 130px;
    bottom: 14px;
    overflow: auto;
}
.left-nav {
   position: absolute;
    left: 14px;
    top: 14px;
    background-color: #fff;
    width: 130px;
    bottom: 14px;
    overflow: auto;
}

.theme-skin-black .nav-list>li>a{
	display: block;
    height: 47px;
    border-bottom: 1px solid #6b6c78;
    color: #fff;
    line-height: 47px;
    padding-left: 50px;
}

.nav-list>li>a {
    display: block;
    height: 47px;
    border-bottom: 1px solid #cdc5c5;
    color: #4f6c8f;
    line-height: 47px;
    padding-left: 50px;
}

.nav-list>li>a:hover {
    color: #2081d4;
}  

.nav-list>.active>a {
    color: #fff;
}


.nav-list>.active>a:hover {
    color: #fff;
}

.depart06 {
    background: url("../images/depart06.png") no-repeat 21px center;
}

.depart06:hover {
    background: url("../images/survey-ho.png") no-repeat 21px center;
}

.nav-list>.active>.depart06 {
    background: url("../images/survey-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}


.depart04 {
    background: url("../images/depart04.png") no-repeat 21px center;
}

.depart04:hover {
    background: url("../images/safeguard-ho.png") no-repeat 21px center;
}

.nav-list>.active>.depart04 {
    background: url("../images/safeguard-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}


.project {
    background: url("../images/projected.png") no-repeat 21px center;
}

.project:hover {
    background: url("../images/project-ho.png") no-repeat 21px center;
}

.nav-list>.active>.project {
    background: url("../images/project-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}



.depart03 {
    background: url("../images/depart03.png") no-repeat 21px center;
}

.depart03:hover {
    background: url("../images/examine-ho.png") no-repeat 21px center;
}

.nav-list>.active>.depart03 {
    background: url("../images/examine-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}

.depart01 {
    background: url("../images/depart01.png") no-repeat 21px center;
}

.depart01:hover {
    background: url("../images/depart-ho.png") no-repeat 21px center;
}

.nav-list>.active>.depart01 {
    background: url("../images/depart-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}

.depart05 {
    background: url("../images/depart05.png") no-repeat 21px center;
}

.depart05:hover {
    background: url("../images/supervise-ho.png") no-repeat 21px center;
}

.nav-list>.active>.depart05 {
    background: url("../images/supervise-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}


.depart02 {
    background: url("../images/depart02.png") no-repeat 21px center;
}

.depart02:hover {
    background: url("../images/dynamic-ho.png") no-repeat 21px center;
}

.nav-list>.active>.depart02 {
    background: url("../images/dynamic-ac.png") no-repeat 21px center,url("../images/nav-active.jpg");
}

.page-content {
    height: 100%;
    width: 100%;
}

.main-content {
    position: absolute;
    left: 158px;
    top: 14px;
    right: 14px;
    bottom: 14px;
    background-color: #fff;
}

.theme-skin-black .main-content{
	 position: absolute;
    left: 158px;
    top: 14px;
    right: 14px;
    bottom: 14px;
    background-color: #21385C;
}

