@charset "utf-8";
/* CSS Document */
body {
  text-align: left; font-size: 15px;
}

h3{    height: 40px;
    line-height: 40px;
    color:#4B4B4B;
    font-size: 18px
}
.cont{width: 100%;
    background: #efefef;}
.cont .box{width: 1280px;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 30px 0 60px 0;}
.cont .box .mulu{min-height: auto;
    height: auto;
    width: 17%;
    border-right: 1px solid #f4f0ef;
    float: left;
    position: sticky;
    top: 72px;
    background: #fff;
    border-radius: 5px;
    padding: 24px 0;
}
.cont .box .neirong{width: 82%;
    float: right;
    background-color: #fff;
    background: #fff;
    border-radius: 5px;}
.mulu .list li {position: relative;
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 16px;
    text-align: center;}

.neirong-content{padding: 30px;}
.neirong-content .title{font-size: 20px;
    color: #9f9f9f;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;}
.ofthe p{line-height: 30px;}


.clearfix {
	*zoom: 1
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.cur {
	background: #0EC5A1;
}
.cur a {
	display: block;color: #fff;
}
@media screen and (min-width:1600px){.header .navs{width:1200px}
.wlimit{width:1200px;margin:0 auto}

}