body,div,img,a,p,ul,li,span,h1,h2,label{
    padding:0;
    margin:0;
}

a{
    text-decoration:none; 
    outline:none;
}

img{
    border:none;
}

ul{
    list-style:none;
}

/* 列表 */


/* 头部 */
.header-container{
    width:100%;
    height: 178px;
}

.header-wrap{
    background-color: #10d3bd;
}

.header{
    width: 960px;
    height: 131px;
    margin: 0 auto;
}

.logo{
    float: left;
    width: 350px;
    height: 100px;
    margin-top: 20px;
}

.logo img{
    float: left;
}

.logo_1{
    float: left;
    margin-top: 8px;
    margin-left: 10px;  
}

.title{
    float: left;
    width: 140px;
    height: 76px;
    border-left: 2px solid #96ebe1;
    margin-top: 30px;
    margin-left: 15px;
}

.title img{
    margin-left: 20px;
    margin-top: 20px;
}

.aim{
    float: left;
    width: 380px;
    height: 35px;
    margin-top: 50px;
    margin-left: 60px;
    
}

.aim-1{
    float: left;
    height: 22px;
    border-right: 2px solid #5ee0d1;
    margin-top: 8px;
}

.aim-2{
    float: left;
    height: 22px;
    margin-top: 8px;
}

.aim-1 img{
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
}

.aim-2 img{
    margin-top: -5px;
    margin-left: 10px;
}

.nav-wrap{
    background-color: #527681;
}
/* 导航栏 */
.nav{
    width: 960px;
    height: 47px;
    margin: 0 auto;
}

.nav li{
    float: left;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fdfafa;
}

.nav li:hover{
    color: #000;
    background-color: #fffdcb;
}

.container{
    width: 1028px;
    margin: 0 auto;
    position: relative;
}

.background{
    float: left;
    margin-top: 5px;
}

/* 侧栏 */

.main-title{
    float: left;
    position: absolute;
    width: 149px;
    height: 51px;
    top: 270px;
    left: 80px;
}

.main-title-1 li{
    float: left;
    width: 149px;
    height: 47px;
    background-color: #10d3bd;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.main-title-2{
    float: left;
    width: 149px;
    height: 4px;
    background-color: #fffdcb;
}

.menu{
    float: left;
    width: 149px;
    margin-left: 80px;
}

.menu li{
    float: left;
    width: 149px;
    height: 37px;
    background-color: #f5f5f5;
    color: #527681;
    text-align: center;
    line-height: 40px;
    margin-bottom: 3px;
}

.menu a{
    color: #527681;
}

.menu li:hover a{
    color: #10d3bd;
}

.menu li:hover{
    color: #10d3bd;
}


/* 内容 */
.content{
    float: left;
    width: 705px;
    height: 425px;
    margin-top: 14px;
    margin-left: 20px;
}

.content-top{
    float: left;
    width: 705px;
    height: 30px;
    border-bottom: 2px solid #10d3bd;
}

.content-title{
    float: left;
}

.path{
    float:right;
    color: #aeadad;
    font-size: 12px;
    line-height: 25px;
}

.main-content{
    float: left;
    margin-top: 10px;
}

.main-content ul{
    list-style: initial;
    list-style-position: inside;
}

.main-content li{
    width: 705px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.main-content a:visited{
    color: #000;
}

.main-content li:hover{
    color: #10d3bd;
}

.main-content li:hover a{
    color: #10d3bd;
}


/* 页数 */
.pagination{
    display:inline-block;
    padding-left:0;
    margin-top: 30px;
    height:20px;
    width: 100%;
    text-align: center;
}

.pagination a:hover{
    color: #10d3bd;
}

/* 底部 */
.footer-container{
    float: left;
    width: 100%;
    height: 132px;
    background-color: #10d3bd;
    margin-top: 50px;
    position: relative;
}

.footer-1{
    float: left;
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 110px;
    color: #fff;
}

.footer-2{
    float: left;
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 132px;
    color: #fff;
}