@charset "utf-8";
/* CSS Document */

/*	头部*/

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
    width: 100%;
    /*overflow-x: hidden;*/
}

.cls {
    clear: both;
}

.header {
    width: 100%;
}
.headerBackground {
    background: url(../images/top_bg.png) no-repeat top center;
}

.header .top {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: table;
}

.header .top > a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.header .top .logo {
    margin-left: 20px;
    float: left;
    padding-top: 6px
}

.header .top .logoname {
    vertical-align: middle;
    display: table-cell;
    color: #0180b7;
    padding-left: 10px;
}

.header .top .logoname span {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.header .top .logoname .ywzm {
    font-size: 14px;
    font-weight: normal;
    word-spacing: 3px;
}

/*	导航*/
.nav {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #01a4ea;
}

.menu {
    height: 50px;
    display: block;
    padding: 0px;
    width: 1200px;
    margin: 0px auto 40px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    float: left;
   /*  overflow: hidden; */
    position: relative;
    line-height: 50px;
    text-align: center;
}

.menu ul li a {
    position: relative;
    display: block;
    width: 88px;
    height: 50px;
    font-family: "微软雅黑";
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.menu ul li a span {
    position: absolute;
    left: 0;
    width: 88px;
}

.menu ul li a span.out {
    top: 0px;
}

.menu ul li a span.over, .menu ul li a span.bg {
    top: -50px;
}

#menu2 ul li a {
    color: #fff;
}

#menu2 ul li a span.over {
    color: #fff;
    background-color: #4ec7fb;
}
.nav .navmenu a:hover{
	background-color: #4EC7FB;
}
.nav .navmenu .subnavul{
	display: none;
	float: left;
	position:absolute;
	top:49px;
	left:0px;
	z-index: 2;
}
.nav .navmenu .subnavul li{
	background-color: #0180B7;
	height: 35px;
	max-height: 35px;
	-moz-border-radius:3px;/*8px是圆角的角度，值越大则圆角效果越明显，如果修改此项，请修改以下两项的值，使之相同*/
	-webkit-border-radius:2px;
	border-radius: 2px;
	width: 110px;
	max-width: 110px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.nav .navmenu .subnavul li a{
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	max-height: 35px;
	width: 110px;
	max-width: 110px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.location_login {
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #333;
    font-size: 15px;
    /*margin-right: 10px;
    margin-top: 30px;*/
    padding-top:100px;
}
.location_login span {
    margin-left: 10px;
    padding: 3px 12px;
    border-radius: 20px;
    background: rgba(255,255,255,.7);
}
.location_login span .iconfont{
    font-size: 20px;
}
.location_login  span a {
    color: #333;
}
.location_login span:hover{    
    color: #00aaff;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,170,255,.5);  
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.location_login span:hover a {
    color: #00aaff;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

/*banner_快捷窗口*/
.content1 {
    width: 1200px;
    margin: 0 auto;
}

/* banner */
.banner {
    width: 680px;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 10px;
}

.banner-btn {
    display: none;
}

.banner-btn a {
    display: block;
    line-height: 40px;
    position: absolute;
    top: 120px;
    width: 40px;
    height: 40px;
    background-color: #000;
    opacity: 0.3;
    color: rgb(255, 255, 255);
    overflow: hidden;
    z-index: 4;
}

.prevBtn {
    left: 0px;
}

.nextBtn {
    right: 0px;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px; /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
    display: inline-block;
    *display: inline;
    *zoom: 1; /* IE6、7 */
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
}

.banner i {
    background: url(../images/icons/bannerbtn.png) no-repeat;
    width: 15px;
    height: 23px;
    cursor: pointer;
    margin: 8px 0 0 12px;
    display: block;
}

.banner .nextBtn i {
    background-position: -200px -24px;
}

.banner .prevBtn i {
    background-position: -200px 0px;
}

.banner-circle {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 13px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.banner-circle li {
    border-radius: 8px;
    margin: 2px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
}

.banner-circle li a {
    display: block;
    padding-top: 9px;
    width: 9px;
    height: 0;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.banner-circle .selected a {
    background: #01a4ea;
}

/*快捷窗口*/

#con {
    float: right;
    width: 480px;
    height: 300px;
    margin: 10px;
}

#tags {
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #01a4ea;
}

#tags LI {
    float: left;
    text-align: center;
    list-style-type: none;
    width: 25%;
    height: 38px;
    line-height: 40px;
}

#tags LI A {
    text-decoration: none;
    color: #666;
}

#tags LI.emptyTag {
    background: none transparent scroll repeat 0% 0%;
}

#tags LI.selectTag {
    position: relative;
    background-color: #01a4ea;
}

#tags LI.selectTag A {
    color: #fff;
}

/*	公告动态*/
#tagContent {
    padding: 20px;
    border: 1px solid #d6f1ff;
    height: 218px;
    /*background-color: #ebf8ff;*/
}

#tagContent:hover {
    box-shadow: 0 8px 16px #ebf8ff;
    background: #fff;
    border: 1px solid #fff;
}

#tagContent ul li {
    list-style-type: none;
    margin-bottom: 12px;
}

#tagContent ul li span {
    background-color: #b8b8b8;
    color: #fff;
    font-family: "方正兰亭细黑_GBK";
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 15px;
}

#tagContent ul li a {
    clear: left;
    float: right;
    color: #666;
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#tagContent ul li a:hover {
    color: #01a4ea;
}

#tagContent ul li .current1 {
    background-color: #ff334b;
}

#tagContent ul li .current2 {
    background-color: #fea802;
}

#tagContent ul li .current3 {
    background-color: #6dcdfd;
}

.tagContent {
    display: none;
}

#tagContent DIV.selectTag {
    display: block
}

/*	进度查询*/
#kjbl_title {
    font-size: 16px;
    font-weight: bold;
    color: #ff7733;
    border-bottom: 1px solid #ff7733;
    padding-bottom: 8px;
}

#tagContent .form-group {
    width: 440px;
    margin-bottom: 10px;
    float: left;
}

#tagContent .form-group .srk {
    width: 256px;
    height: 34px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 10px;
    color: #666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #cccccc;
}

#tagContent .form-group .srk:hover {
    color: #fff;
}

#tagContent .form-group .input-group {
    float: left;
}

#tagContent .form-group .input-group #srk2 {
    width: 148px;
    float: left;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border: 1px solid #cccccc;
}

#tagContent .form-group .input-group .input-group-btn .hqyzm_btn {
    height: 36px;
    width: 108px;
    font-size: 14px;
    line-height: 36px;
    background-color: #b8b8b8;
    color: #fff;
    border: none;
    cursor: pointer;
}

#tagContent .form-group .input-group .input-group-btn .hqyzm_btn:hover {
    opacity: 0.8;
}

#tagContent .form-group .srts {
    font-size: 14px;
    color: #999;
    margin-left: 6px;
    line-height: 34px;
}

#tagContent .form-group .cxcz_btn {
    margin-top: 5px;
    margin-right: 48px;
    height: 36px;
    width: 108px;
    font-size: 16px;
    line-height: 36px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
}

#tagContent .form-group .cxcz_btn:hover {
    opacity: 0.8;
}

#tagContent .form-group .cx_btn {
    color: #fff;
    background-color: #01a4ea;
}

#tagContent .form-group .cz_btn {
    color: #666666;
    background-color: #e1e1e1;
}

/*快捷办理*/
#kjbl2_title {
    font-size: 16px;
    font-weight: bold;
    color: #ff7733;
    border-bottom: 1px solid #ff7733;
    padding-bottom: 8px;
}

#tagContent .ul3 .li3 {
    /*	width: 50%;*/
    float: left;
    margin-bottom: 10px;
}

#tagContent .ul3 #blli {
    margin-left: 20px;
}

#tagContent .ul3 .li3 .blbox {
    display: table;
    width: 198px !important;
    height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

#tagContent .ul3 .li3 .blbox:hover {
    border: 1px solid #33bbff;
}

#tagContent .ul3 .li3 .blbox span {
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;
}

#tagContent .ul3 .li3 .blbox img {
    float: left;
    margin-right: 10px;
}

#tagContent .ul3 .li3 .blbox a {
    float: left;
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
}

#tagContent .ul3 .li3 .blbox a:hover {
    color: #33bbff;
}

/*不动产类型-在线帮助文书下载*/

/*不动产类型*/
.bdc-bz-xz {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.bdc-bz-xz .left-bdc {
    width: 890px;
    float: left;
}

/*大标题*/
.bdc-bz-xz .left-bdc .bdc-title {
    width: 100%;
    height: 38px;
    border-bottom: 2px solid #01a4ea;
    line-height: 38px;
}

.bdc-bz-xz .left-bdc .bdc-title span {
    float: left;
    height: 38px;
    width: 120px;
    line-height: 38px;
    text-align: center;
    background-color: #01a4ea;
    color: #fff;
    font-size: 16px;
}

.bdc-bz-xz .left-bdc .bdc-title img {
    float: right;
    margin-top: 7px;
}

/*不动产内容*/
.bdc-content .yjul {
    margin-top: 10px;
}

.bdc-content .yjul .yjli {
    float: left;
    width: 398px;
    height: 258px;
    border: 1px solid #d6f1ff;
    /*background-color: #ebf8ff;*/
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.bdc-content .yjul .yjli:hover {
    box-shadow: 0 8px 16px #ebf8ff;
    border: 1px solid #fff;
}

.bdc-content .yjul .yjli .lxmc img {
    margin-right: 15px;
}

.bdc-content .yjul .yjli .lxmc .lxmc-text {
    float: right;
    width: 310px;
    overflow: hidden;
}

.bdc-content .yjul .yjli .lxmc .lxmc-text h3 {
    font-size: 18px;
    color: #666;
}

.bdc-content .yjul .yjli .lxmc .lxmc-text p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    overflow: hidden;
    width: 310px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*不动产分类-分类类别*/
/*土地*/
#tags2 {
    width: 100%;
    height: 23px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #01a4ea;
    margin-top: 10px;
}

#tags2 LI {
    float: left;
    text-align: center;
    list-style-type: none;
    width: 12.5%;
    height: 23px;
    line-height: 23px;
}

#tags2 LI A {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

#tags2 LI.emptyTag {
    background: none transparent scroll repeat 0% 0%;
}

#tags2 LI.selectTag_2 {
    position: relative;
    background-color: #01a4ea;
}

#tags2 LI.selectTag_2 A {
    color: #fff;
}

/*	具体内容*/
.tagContent_2 {
    display: none;
}

#tagContent_2 DIV.selectTag {
    display: block
}

#tagContent_2 {
    margin-top: 20px;
}

#tagContent_2 .ul2 .li2 {
    width: 50%;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

#tagContent_2 .ul2 .li2 img {
    float: left;
    margin-right: 10px;
}

#tagContent_2 .ul2 .li2 a {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

#tagContent_2 .ul2 .li2 a:hover {
    color: #01a4ea;
}

#tagContent_2 .nryc_btn {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    clear: both;
    padding-top: 10px;
}

#tagContent_2 .nocontent {
    margin: 0 auto;
}

#tagContent_2 .nocontent img {
    display: inline-block;
    margin-left: 160px;
    margin-top: 20px;
}

#tagContent_2 .nocontent p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

/*房地*/
#tags3 {
    width: 100%;
    height: 23px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #01a4ea;
    margin-top: 10px;
}

#tags3 LI {
    float: left;
    text-align: center;
    list-style-type: none;
    width: 12.5%;
    height: 23px;
    line-height: 23px;
}

#tags3 LI A {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

#tags3 LI.emptyTag {
    background: none transparent scroll repeat 0% 0%;
}

#tags3 LI.selectTag_3 {
    position: relative;
    background-color: #01a4ea;
}

#tags3 LI.selectTag_3 A {
    color: #fff;
}

/*	具体内容*/
.tagContent_3 {
    display: none;
}

#tagContent_3 DIV.selectTag {
    display: block
}

#tagContent_3 {
    margin-top: 20px;
}

#tagContent_3 .ul2 .li2 {
    width: 50%;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

#tagContent_3 .ul2 .li2 img {
    float: left;
    margin-right: 10px;
}

#tagContent_3 .ul2 .li2 a {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

#tagContent_3 .ul2 .li2 a:hover {
    color: #01a4ea;
}

#tagContent_3 .nryc_btn {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    clear: both;
    padding-top: 10px;
}

#tagContent_3 .nocontent {
    margin: 0 auto;
}

#tagContent_3 .nocontent img {
    display: inline-block;
    margin-left: 160px;
    margin-top: 20px;
}

#tagContent_3 .nocontent p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

/*林地*/
#tags4 {
    width: 100%;
    height: 23px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #01a4ea;
    margin-top: 10px;
}

#tags4 LI {
    float: left;
    text-align: center;
    list-style-type: none;
    width: 12.5%;
    height: 23px;
    line-height: 23px;
}

#tags4 LI A {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

#tags4 LI.emptyTag {
    background: none transparent scroll repeat 0% 0%;
}

#tags4 LI.selectTag_4 {
    position: relative;
    background-color: #01a4ea;
}

#tags4 LI.selectTag_4 A {
    color: #fff;
}

/*	具体内容*/
.tagContent_4 {
    display: none;
}

#tagContent_4 DIV.selectTag {
    display: block
}

#tagContent_4 {
    margin-top: 20px;
}

#tagContent_4 .ul2 .li2 {
    width: 50%;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

#tagContent_4 .ul2 .li2 img {
    float: left;
    margin-right: 10px;
}

#tagContent_4 .ul2 .li2 a {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

#tagContent_4 .ul2 .li2 a:hover {
    color: #01a4ea;
}

#tagContent_4 .nryc_btn {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    clear: both;
    padding-top: 10px;
}

#tagContent_4 .nocontent {
    margin: 0 auto;
}

#tagContent_4 .nocontent img {
    display: inline-block;
    margin-left: 160px;
    margin-top: 20px;
}

#tagContent_4 .nocontent p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

/*自然资源*/
#tags5 {
    width: 100%;
    height: 23px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #01a4ea;
    margin-top: 10px;
}

#tags5 LI {
    float: left;
    text-align: center;
    list-style-type: none;
    width: 12.5%;
    height: 23px;
    line-height: 23px;
}

#tags5 LI A {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

#tags5 LI.emptyTag {
    background: none transparent scroll repeat 0% 0%;
}

#tags5 LI.selectTag_5 {
    position: relative;
    background-color: #01a4ea;
}

#tags5 LI.selectTag_5 A {
    color: #fff;
}

/*	具体内容*/
.tagContent_5 {
    display: none;
}

#tagContent_5 DIV.selectTag {
    display: block
}

#tagContent_5 {
    margin-top: 20px;
}

#tagContent_5 .ul2 .li2 {
    width: 50%;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

#tagContent_5 .ul2 .li2 img {
    float: left;
    margin-right: 10px;
}

#tagContent_5 .ul2 .li2 a {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

#tagContent_5 .ul2 .li2 a:hover {
    color: #01a4ea;
}

#tagContent_5 .nryc_btn {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    clear: both;
    padding-top: 10px;
}

#tagContent_5 .nocontent {
    margin: 0 auto;
}

#tagContent_5 .nocontent img {
    display: inline-block;
    margin-left: 160px;
    margin-top: 20px;
}

#tagContent_5 .nocontent p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

/*在线帮助-文书下载*/
.bdc-bz-xz .right_bzxz {
    width: 290px;
    float: left;
    margin-left: 20px;
}

/*在线帮助-大标题*/
.bdc-bz-xz .right_bzxz .zxbz .zxbz-title {
    width: 100%;
    height: 38px;
    border-bottom: 2px solid #01a4ea;
    line-height: 38px;
}

.bdc-bz-xz .right_bzxz .zxbz-title span {
    float: left;
    height: 38px;
    width: 120px;
    line-height: 38px;
    text-align: center;
    background-color: #01a4ea;
    color: #fff;
    font-size: 16px;
}

.bdc-bz-xz .right_bzxz .zxbz-title img {
    float: right;
    margin-top: 7px;
}

.bdc-bz-xz .right_bzxz .bznr img {
    margin-top: 10px !important;
}

.bdc-bz-xz .right_bzxz .bznr img:hover {
    opacity: 0.9;
    box-shadow: 0 6px 6px #ebf8ff;
}

/*文书下载-大标题*/
.bdc-bz-xz .right_bzxz .wsxz .wsxz-title {
    width: 100%;
    height: 38px;
    border-bottom: 2px solid #01a4ea;
    line-height: 38px;
}

.bdc-bz-xz .right_bzxz .wsxz-title span {
    float: left;
    height: 38px;
    width: 120px;
    line-height: 38px;
    text-align: center;
    background-color: #01a4ea;
    color: #fff;
    font-size: 16px;
}

.bdc-bz-xz .right_bzxz .wsxz-title img {
    float: right;
    margin-top: 7px;
}

.bdc-bz-xz .right_bzxz .wsxz .xznr {
    margin-top: 10px;
    border: 1px solid #d6f1ff;
    background-color: #fff;
    padding: 20px 10px;
}

.bdc-bz-xz .right_bzxz .wsxz .xznr:hover {
    box-shadow: 0 8px 16px #ebf8ff;
    border: 1px solid #fff;
}

.bdc-bz-xz .right_bzxz .wsxz .xznr ul li {
    margin-bottom: 6px;
    background: url(../images/icons/wsxz_icon_liststyle_default.png) no-repeat left;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bdc-bz-xz .right_bzxz .wsxz .xznr ul li:hover {
    background: url(../images/icons/wsxz_icon_liststyle_selected.png) no-repeat left;
}

.bdc-bz-xz .right_bzxz .wsxz .xznr ul li a {
    margin-left: 15px;
    color: #666;
    font-size: 16px;
}

.bdc-bz-xz .right_bzxz .wsxz .xznr ul li a:hover {
    color: #01a4ea;
    text-decoration: underline;
}

/*footer*/
.footer {
    margin-top: 30px;
    width: 100%;
}

.footer .dbnav {
    width: 100%;
    background-color: #ebebeb;
}

.footer .dbnav .dbnav_bg {
    width: 1200px;
    margin: 0 auto;
}

.footer .dbnav .dbnav_bg li {
    float: left;
    width: 20%;
    padding: 20px 0px 20px 60px;
}

.footer .dbnav .dbnav_bg li h4 {
    font-size: 18px;
    display: inline-block;
    color: #525252;
    margin-bottom: 10px;
    font-weight: normal;
}

.footer .dbnav .dbnav_bg li a {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    color: #666;
}

.footer .dbnav .dbnav_bg li a:hover {
    text-decoration: underline;
    color: #333;
}

.footer .dbnav .dbnav_bg li img {
    width: 90px;
    height: 90px;
    display: block;
}

.footer .dbtext {
    padding: 10px 0px;
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #525252;
}

.navabar {
    width: 100%;
    height: 23px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #01a4ea;
    margin-top: 10px;
}

.navabar li {
    float: left;
    text-align: center;
    list-style-type: none;
    width: 12.5%;
    height: 23px;
    line-height: 23px;
}

.navabar li a {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

.navabar .active {
    position: relative;
    background-color: #01a4ea;
}

.navabar .active a {
    color: white !important;
}

.nava_content {
    display: block;
    margin-top: 20px;
    height: 140px;
    /*overflow-y: scroll;*/
    overflow: auto;
}

.nava_content ul li {
    width: 50%;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
}

.nava_content ul li img {
    float: left;
    margin-right: 10px;
}

.nava_content ul li a {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

.nava_content ul li a:hover {
    color: #01a4ea;
}

.bdc-content .processes {
    margin-top: 10px;
    width: 850px;
    height: 580px;
    border: 1px solid #d6f1ff;
    background-color: #ebf8ff;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
}

.nocontent {
    margin: 0 auto;
}

.nocontent img {
    display: inline-block;
    margin-left: 160px;
    margin-top: 20px;
}

.nocontent p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}

.container {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.center {
    text-align: center;
}