@charset "utf-8";
html{margin:0;padding:0;font-size:14px;font-family:"微软雅黑";min-width: 1100px;background: #f8f8f8;}
body{margin:0;padding:0;min-width: 1100px;}
a{
    text-decoration: none;
}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,button,img,button,select,iframe{text-decoration: none;list-style: none;text-decoration: none;padding:0;margin:0;border:0;}

img,input,button,select,textarea,fieldset,iframe{vertical-align:top;*vertical-align:middle;}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.flex{display: flex;}
.flex-ali{align-items: center;}
.flex-jus{justify-content: space-between;}
.flex-juc{justify-content: center;}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix{
    clear: both;
}
.header{
    width: 100%;
    height: 118px;
    background: #43B484;
    line-height: 118px;
    text-align: center;
}
.header img{
    margin-top: 20px;
    margin-right: 5px;
	width: 72px;
}
.header span{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.xmbj-text-box{
    width: 1040px;
    margin: 0 auto;
}
.topnav{
    width: 100%;
    background: #00A13D;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.topnav a{
    display: inline-block;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.topnav a img{
    position: absolute;
    bottom: -2px;
    left: 0;
    display: none;
}
.topnav a.active img{
    display: block;
}
.topnav a:after{
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    background: #fff;
    width: 1px;
    height: 16px;
}
.topnav a:last-child:after{
    width: 0;
}
.nametitle{
    position: relative;
    margin-top: 40px;
    border-bottom: 1px solid #fff;
}
.nametitle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 3%;
    width: 94%;
    height: 5px;
    background: #4EB88B;
}
.nametitle .nt-text{
    text-align: center;
    color: #167749;
    font-size: 30px;
    font-weight: bold;
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 16px;
}
.nametitle .nt-href{
    padding-left: 3%;
    text-align: left;
    color: #8d8d8d;
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}
.nametitle .nt-href-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    font-size: 16px;
    margin-bottom: 20px;
}
.nametitle .nt-href-box .nt-href {
    padding-left: 0;
    margin-bottom: 0;
}
.nametitle .nt-href a{
    color: #8d8d8d;
}
.htmlcontainer{
    background: #fff;
    border-top: 1px solid #fff;
    min-height: 495px;
}
.search-container{
    width: 100%;
}
.search-container .sc-title, .search-container .sc-title a{
    width: 100%;
    color: #15202c;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    margin-top: 40px;
}
.search-container .sc-title a{margin-top: 0;}
.search-container .c-tab .sc-title{
    width: auto;
    margin-right: 30px;
}
.search-container .c-tab .sc-title.on, .search-container .c-tab .sc-title.on a{
    color: #00A13D;
}
.search-container .c-tab .sc-title:last-child{margin-right: 0;}
.search-container .sc-inputbox{
    width: 435px;
    height: 42px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 0;
}
.search-container .sc-inputbox input{
    width: 365px;
    height: 40px;
    border: 1px solid #00A13D;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding-left: 15px;
    font-size: 14px;
    color: #8d8d8d;
}
.search-container .sc-inputbox button, .search-container .sc-search{
    width: 54px;
    height: 42px;
    background: #00A13D;
    color: #fff;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
}
.zsbox{
    width: 986px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 30px;
}
.zsbox ul li{
    width: 205px;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 30px;
}
.zsbox ul li:nth-child(4n){
    margin-right: 0;
}
.zsbox ul li .zs-top, .zsbox ul li .zs-top img{
    width: 100%;
}
.zsbox ul li .zs-bottom{
    text-align: center;
    font-size: 0;
    padding-top: 15px;
}
.zsbox ul li .zs-bottom .zs-b-name{
    font-size: 14px;
    color: #15202c;
    line-height: 14px;
    margin-bottom: 8px;
    font-weight: bold;
}
.zsbox ul li .zs-bottom .zs-b-num{
    font-size: 12px;
    color: #15202c;
    margin-bottom: 10px;
}
.zsbox .zspage{
    text-align: center;
}
.zspage{
    text-align: center;
}

.jzbox{
    width: 986px;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 50px;
}
.jzbox ul{
    width: 100%;
    margin-bottom: 50px;
}
.jzbox li{
    width: 94%;
    padding: 0 3%;
    border-bottom: 1px solid #dedede;
    height: 60px;
    line-height: 60px;
}
.jzbox li .jz-cell-1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
.jzbox li .jz-cell-1 span{
    color: #15202C;
    font-size: 16px;
    display: block;
    width: calc(100% - 45px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jzbox li  span.jz-green{
    color: #00A13D;
}
.jzbox li .jz-cell-1{
    display: flex;
    align-items: center;
    width: 35%;
    text-align: left;
    float: left;
    height: 60px;
}
.jzbox li .jz-cell-2{
    width: 40%;
    padding-left: 9%;
    float: left;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box !important;
}
.jzbox li .jz-cell-4{
    text-align: right;
    width: 25%;
    float: left;
}
.xmbox{
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.xmbox ul{
    width: 100%;
    margin-bottom: 40px;
}
.xmbox ul li{
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #dedede;
    box-sizing: content-box;
}
.xmbox ul li .imgleft{
    float: right;
    width: 215px;
    height: 145px;
}
.xmbox ul li .imgleft img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.xmbox ul li .textright{
    float: left;
    width: calc(100% - 300px);
}
.xmbox.noimg ul li .textright{
    width: 100%;
    float: none;
}
.xmbox ul li .textright .xm-title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
}
.xmbox ul li .textright .xm-text{
    font-size: 16px;
    color: #696969;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
}
.xmbox ul li .textright .xm-time{
    color: #696969;
    font-size: 16px;
    margin-bottom: 10px;
}
.xmbox ul li .textright .xm-canyu{
    color: #00A13D;
    font-size: 16px;
}
.xmbox ul li .textright .xm-canyu .left img{
    margin-top: -1px;
    margin-right: 5px;
}
.xmbox ul li .textright .xm-canyu .right{
    margin-top: -20px;
}
.xmbox ul li .textright .xm-canyu .status {
    display: inline-block;
    min-width: 50px;
    color: #00A13D;
    padding: 6px 12px;
    text-align: center;
    border: 1px solid #00A13D;
    border-radius: 3px;
}
.xmbox ul li .textright .xm-canyu .status.ended {
    color: #a0a0a0;
    border-color: #c5c5c5;
}
.xmbox ul li .textright .new-time{
    font-size: 16px;
    color: #8d8d8d;
    margin-top: 8px;
}
.stcyxmtime{
    text-align: center;
    font-size: 16px;
    color: #696969;
    margin: 10px 0 20px;
}
.stcyxmtime span{
    color: #00A13D;
    margin-left: 50px;
}
.newstextbox{
    width: 986px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
    text-indent: 28px;
}
.newstextbox img{
    max-width: 100%;
}
.onlinesign{
    border-top: 1px solid #dedede;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
}
.onlinesign .os-title{
    font-size: 24px;
    color: #333;
    line-height: 80px;
    font-weight: bold;
}
.xmboxcontainer{
    width: 94%;
    margin: 0 auto;
}
.xmboxcontainer img{
    max-width: 100%;
}
.os-inputbox{
    font-size: 0;
    margin-bottom: 20px;
    line-height: 42px;
}
.os-inputbox span{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.os-inputbox input{
    width: 420px;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 3px;
    outline: none;
}
.os-inputbox textarea{
    width: 420px;
    height: 80px;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 3px;
    outline: none;
}
.onlinesign button{
    background: none;
    margin-left: 66px;
    cursor: pointer;
}




.ellipsis, .xmbox ul li .textright .xm-title{
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.ellipsis2, .xmbox ul li .textright .xm-text{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}


.loading-box{
	width: 100%;
	min-height: 400px;
	height: 100%;
	background: rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.loading-box img{
	margin-bottom: 10px;
}
.loading-box p {
	margin: 0 !important;
	text-align: center;
}
.empty {
	height: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #788580;
	font-size: 16px;
}