html{
    height: 100%;
    /*background-image: url("../assets/img/bg1.jpg");*/
   background: #f2f2f2;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
}
body{
    margin: 0px;
    height: 100%;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
}
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form {
    list-style: none;
}
.container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.header-panel{
    margin: 0 auto;
    height: 100px;
    background: #FFF;
    flex-direction: column;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.menubox_logo {
    float: left;
    display: inline;
}
.header-title{
    flex: 1;
    margin: 0 auto;
    padding: 0;
    height: 100px;
    width: 1200px;
    display: flex;
    align-items: center;
}
.header-img-panel{
    width: 63px;
    height: 58px;
    background: #fff;
    padding: 8px;
}
.header-img-panel img{
    width: 63px;
    height: 58px;
    background: #56a8da;
}
.header-title .title{
    height: 30px;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 30px;
    line-height: 30px;
    color: #0080cc;
    /*text-shadow: 0px 2px 4px #0080cc;*/
}
.header-menu{
	height: 10vh;
  	display: inline;
    /*margin-left: 18.5vw;*/
    position: relative;
}
.header-menu .title{
    float: right;
}
.menubox_lang {
    float: right;
    display: inline text-align:right;
    color: #888888;
    margin: 0;
}
.menubox_fun ul {
    float: right;
    display: inline-block;
    background: url(topbg3.png) right center no-repeat;
    overflow: hidden;
    height: 40px;
    min-width: 50px;
}
.menubox_fun a.mtbg_earth {
    background: url(topbg2.png) left center no-repeat;
    padding-left: 27px;
}
.menubox_lang a {
    color: #888888;
}
.menubox_fun a:hover {
    color: #0077cb;
}
.menubox_lang span {
    margin: 0 6px;
    
}
.menubox_fun a {
    display: inline-block;
    float: right;
    color: #333333;
    margin-left: 29px;
    height: 40px;
}
.menu_css{
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
    line-height: 38px;
    /*border-bottom: 3px #fff solid;*/
    cursor: pointer;
}
.menu_css:hover{
	color: #0077cd;
	border-bottom: 3px solid #0077cd; 
}
.wlsbCss{
	line-height: 50px;
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: normal;
    width: 1100px;
}

.menu_title{
    float: right;
    margin-top: 6vh;
    text-align: end;
    width: 890px;
}
.menubox_top{
	height: 55px;
    font-size: 14px;
    color: #333333;
        width: 896px;
    line-height: 40px;
}
.menubox_lang a.hover {
    color: #333333;
}

.menubox_fun {
    float: right;
    display: inline;
    color: #888888;
    margin-right: 27px;
}
.img_css {
	display: block;
    height: 100%;
}
.header-menu .menu{
    width: 20%;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 22px;
    color: #ffffff;
    padding: 14px 0 2px;
    justify-content: center;
    display: flex;
    cursor: pointer;
    flex: 1;
}
.back_a {
    text-decoration: none;
    color: black;
    position: absolute;
    right: 372px;
    font-size: 14px;
    bottom: 36px;
}
.header-menu .menu:hover, .header-menu .menu.active{
    background-image: linear-gradient(180deg,#02445c52 0%,#054b778a 100%);
    font-weight: bolder;
}
.header-menu .menu span{
    width: 100px;
    text-align: center;
}
.header-menu .menu.active span{
    border-bottom: 4px solid #ffcc20;
}
.bread {
    width: 963px;
    height: 58px;
    background-color: #f5f9ff;
    margin: 0 auto;
    display: flex;
    padding-left: 33px;
    align-items: center;
}
.bread ul{
    margin: 0;
    padding-inline-start: 0;
}
.bread .type-name {
    display: inline-block;
    cursor: pointer;
}
.bread .type-name span{
    text-decoration: none;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}
.bread .type-name + .type-name:before {
    content: ">\00a0";
}

.bread .type-name:hover span{
      color: #07cd5a;
}
.main-panel{
    /*min-height:calc(100% - 307px);*/
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-flow: column;
        width: 1200px;
    background: #fff;
    margin: 0 auto;
    border-top: 8px solid #0080cc;
    padding-bottom: 30px;
}
}
#main-body{
    display: flex;
    flex: 1;
    flex-flow: column;
}
.main-body{
    display: flex;
    flex: 1;
    flex-flow: column;
}
.center-container{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    /*padding: 1vh 2.5vw;*/
    flex: 1;
}
.full-container{
    /*background-color: #f4faff;*/
    margin: 0 auto;
    width: 100%;
}
.page-container{
    height: 100px;
}
.page-container .page{
    margin: 16px 0px 40px 0px;
}
.page-container .page_fenye{
    text-align: center;
}

.line{
    height: 1px;
    background-color: #d7d7d7;
}
.footer-panel{
    height: 70px;
    width: 100%;
    background-color: #FFF;
}
.footer-panel a{
    text-decoration: none;
    color: #333333;
}
.footer-panel span{
    margin-left: 10px;
}
.footer-panel .info{
    width: 1200px;
    margin: 0 35vw;
    border-top: 8px #0081cc solid;
    margin: 0 auto;
    
    height: 70px;
}
.footer-panel .info p{
    display: flex;
    vertical-align: middle;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}
.footer-panel .info .info-ghs{
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-left: 20px;
}

.info-blue{
    color:#0b68f5;
}

.card-panel{
    float: left;
    width: 543px;
    display: flex;
    flex-flow: column;
    flex: 1;
    background: #ffffff9c;
    padding: 20px;
}
.full-container .card-panel{
    margin-top: 0px;
}


.card-panel .title{
    display: flex;
    height: 46px;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 22px;
    font-weight: bold;
    color: #0081cd;
    position: relative;
    border-bottom: 2px solid #ddf2ff;
}
.card-panel .title span{
    border-bottom: 4px solid #0f86d1;
}
.card-panel .content{
    margin: 30px 0px 0px 0px;
    #background: #fff;
    flex: 1;
    min-height: 200px;
}
.card-panel .content .item{
    width: 33%;
    height: 320px;
    font-size: 21px;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
 .item_jubao{
    width: 33%;
    height: 230px;
    font-size: 21px;
    float: left;
    display: flex;
    /*margin: 0px 58px;*/
    flex-flow: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.card-panel .content .item:hover{
    background-color: #f5f9ff;
}
.card-panel .content ul li::marker {
    color: #0f86d1;
}
.card-panel .content ul li:hover {
    color: #0081cd;
    cursor: pointer;
}
.card-panel .content ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    display: block;
}

.card-panel .query-form{
    display: flex;
    flex-flow: column;

}
.card-panel .query-form input{
    font-size: 16px;
    padding-left: 10px;
}
.card-panel .query-form input,.card-panel .query-form input:focus{
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #008ee8;
    outline-color:#008ee8;
}

.card-panel .query-btn{
    height: 50px;
    background-color: #007fcf;
    line-height: 54px;
    text-align: center;
    color: #fff;
    margin-top: 28px;
    cursor: pointer;
}
.query-vaildkey{
    display: flex;
    /*width:469px;*/
}
.query-vaildkey input{
    flex: 1;
    margin-right: 16px;
}
.query-vaildkey-img{
    width: 100px;
}
.card-panel .title span.more{
    color: #5792db;
    float: right;
    border-bottom: none;
    position: absolute;
    right: 0px;
    font-size: 20px;
    cursor: pointer;
}
.navigation_main {
        display: block;
        height: 30px;
        font-family:"Microsoft YaHei",微软雅黑;
        font-size: 21px;
        color: #333333;
        white-space: pre-wrap;
    }
.div_minwhite{
	min-width: 1100px;
}
.div_imgliucheng{
    width: 100%;
}

div_imgliucheng_noQuery{
    width: 1196px;
}

.div_imgbiaoti{
	margin: 25px 0px 30px 0px;
    height: 48px;
    /*width: 853px;*/
}
.text_span{
	margin-top: 30px;
}
.img_bj{
	    width: 1196px;
    height: 352px;
}
.img_btbj{
	width: 1196px;
}
.query-form .el-form-item__label{
    font-size: 18px;
    padding: 0 0px 0 0;
}
.query-form .el-form-item__error{
    font-size: 14px;
}

.div_content {
    background-color: #ffffff;
    margin-top: 38px;
    padding: 40px 80px;
    flex: 1;
    border: 1px solid #dddddd;
}
.content_title {
    text-align: center;
    font-size: 40px;
    /*height: 56px;*/
    line-height: initial;
}
.content_timeOrOrgan {
    /*margin-top: 20px;*/
    height: 20px;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    /*margin-left: 37%;*/
    text-align: center;
}
.content_timeOrOrgan .organ {
    margin-left: 34px;
}
.ql-editor {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
}
.button_div {
    width: 100%;
    margin-top: 22px;
}
.button_div .button {
    display: flex;
    margin: 0 auto;
    width: 165px;
    height: 50px;
    background-color: #0081cd;
    border-radius: 2px;
    margin-top: 22px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.hecss {
    margin: 16px 0px 0px 0px;
}
.otherCss{
	margin: 4vh 0 0 9.5vw;
    line-height: 4.5vh;
}
.headercss{
	padding: 0;
}
.radioCss{
}


