/*版心区*/
.inner {
    width: 1200px;
    margin: 0 auto;
}

/*清除浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

/*全局字体*/
* {
    font-family: "微软雅黑";
}

a {
    color: #333333;
}

a:hover {
    color: #0187e6;
}

.box {
   box-shadow: 0px 0px 25px 0px rgba(4, 0, 0, 0.07);
   background: #FFFFFF;
   padding:0 30px 30px;
   margin-bottom: 30px;
}

/*添加背景*/
body{background-image:url('banner.png');/*背景图片*/
	background-repeat: no-repeat;/*设置不重复帖图*/
	background-color: #FFFFFF;/*设置背景颜色与图片背景色一致*/ 
	background-position: bottom center;/*设置图片居中防止屏幕大小不同而跑偏*/
}


/*当前位置*/
.dqwz {
    width: 1140px;
    height: 16px;
    line-height: 16px;
    margin: auto;
    margin-bottom: 20px;
    color: #999999;
}
/*侧边导航*/
.sidenav{
    width: 260px;
    min-height: 828px;
    background-color: #f8f8f8;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.cont{
    width: 850px;
    min-height: 828px;
}
.sidenav .swld{
    width: 260px;
    height: 50px;
    background: url("swld.png");
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}
.sidenav ul li a.navactive{
    color: #0187e6;
    background: url("jt_active.png") no-repeat right center;
}
.sidenav ul li{
   /*height: 45px;*/
    padding: 0 20px;
}
.sidenav ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    border-bottom: 1px solid #d6d6d6;
    padding-right: 20px;
    background: url("jt.png") no-repeat right center;
}
.sidenav ul li a:hover{
    color: #0187e6;
    background: url("jt_active.png") no-repeat right center;
}

/*栏目*/
.cont .title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    color: #0187e6;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
}
.cont .title span{
    display: inline-block;
    float: left;
    padding:0 0 10px;
    border-bottom: 3px solid #0187e6;
    position: absolute;
    top: 0;
    left: 0;
}

.cont dd{
	display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #e6e6e6;
    padding: 0;
    margin: 10px 0;
}

.cont ul{
    padding: 10px 0;
}
.cont ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.cont ul li a{
    padding-left: 15px;
    background: url("dian.png") no-repeat left center;
}
.cont ul li a:hover{
    background: url("dian_active.png") no-repeat left center;
}

.cont ul li span{
    display: inline-block;
    float: right;
    color: #999999;
}

.cont br{
	display:none  !important;
}