body{
    min-height: 500px;
}
.container{
    width: 1200px;
    overflow: hidden;
    margin: 18px auto 0 auto;
}
.container>.fl{
    width: 790px;
    overflow: hidden;
}
.container>.fr{
    width:390px;
    overflow: hidden;
}

/*新闻*/
.bordertop{
    border-top: 1px solid #eeeeee;
}
.news{
    width: 100%;
    overflow: hidden;
}
.news .listbox {
    width: 385px;
    margin: 0;
}

.news .listbox .hd ul {
    width: 100%;
    background: url(../images/tabbdbg.png) top left no-repeat;
}

/*新闻轮播图*/
.news .newsimage{
    width: 385px;
    height: 262px;
    overflow: hidden;
    position: relative;
    float: left;
}
.news .newsimage ul{
    width: 100%;
    height: 262px;
    position:relative;
    z-index:99;
}
.news .newsimage ul li{
    position:absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height: 262px;
    list-style-type: none;
}
.news .newsimage ul li a{
    width:100%;
    height: 262px;
    display:block;
}
.news .newsimage ul li a span.bannertitle{
    width: 98%;
    padding: 0 1%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: url("../images/bannertextbg.png") repeat;
    color: #ffffff;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.arrow_left {
    background:url(../images/newarrowicon.png) top left no-repeat;
    position:absolute;
    left:10px;
    top: 50%;
    margin-top: -15px;
    cursor:pointer;
    border:0;
    display: block;
    width:20px;
    height:29px;
    z-index: 9999;
}
.arrow_right {
    background:url(../images/newarrowicon.png) top right no-repeat;
    position:absolute;
    right:10px;
    top: 50%;
    margin-top: -15px;
    cursor:pointer;
    border:0;
    display: block;
    width:20px;
    height:29px;
    z-index: 9999;
}


/*国有产权*/
.listbox{
    width: 100%;
    max-height: 322px;
    overflow: hidden;
    margin-top: 20px;
}
.tablelistbox{
    max-height: 284px;
}
.listbox .hd{
    height: 53px;
    overflow: hidden;
}
.listbox .hd span.title{
    font-size: 36px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #515a6e;
}
.listbox .hd ul{
    width: 635px;
    overflow: hidden;
    float: right;
    background: url("../images/tabbdbg.png") top no-repeat;
}
.listbox .hd ul li{
    float: left;
    line-height: 53px;
}
.listbox .hd ul li a{
    display: inline-block;
    padding: 0 5px;
    float: left;
    font-weight: bold;
}
.listbox .hd ul li span{
    margin: 0 10px;
    float: left;
    color: #bbbbbb;
}
.listbox .hd ul li a:hover,.listbox .hd ul li.on a{
    color: #b11016;
}
.listbox .bd{
    min-height: 210px;
    width: 100%;
    position: relative;
}
.listbox .bd a.more{
    position: absolute;
    top: -53px;
    right: 0px;
    line-height: 53px;
    display: inline-block;
    color: #999999;
    font-size: 12px;
}
.listbox .bd ul{
    width: 100%;
    overflow: hidden;
}
.listbox .bd ul li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.listbox .bd ul li a{
    display: block;
}
.listbox .bd ul li i{
    color: #bbbbbb;
    display: inline-block;
    float: left;
}
.listbox .bd ul li span{
    display: inline-block;
    height: 100%;
    float: left;
}
.listbox .bd ul li span.type{
    /*width: 90px;*/
    /*margin: 0 10px;*/
    /*text-align: center;*/
}
.listbox .chanquan ul li span.type {
    color: #05a4fb;
    margin-right: 10px;
}
.listbox .chanquan ul li span.code {
    width: 160px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listbox .bd.chanquan ul li span.tit {
    margin: 0 10px 0 0;
    padding-right: 0;
    width: 400px;
}
.listbox .bd ul li span.tit{
    width: 530px;
    margin: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 40px;
}
.listbox .bd ul li span.tit i{
    color: #111111;
    max-width:90%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listbox .bd ul li span.tit .newicon{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../images/newicon.png") center center no-repeat;
}
.listbox .bd ul li span.date{
    float: right;
    color: #999999;
    font-size: 12px;
}
.listbox .bd ul li:hover i{
    color: #05a4fb;
}
.listbox .bd ul li:hover span.tit i{
    color: #05a4fb;
}

/*表格*/
.tabtable{
    width: 100%;
    table-layout: fixed;
}

.tabtable th {
    color: #bbbbbb;
    text-align: left;
    padding: 10px 10px 10px 0;
}

.tabtable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 10px 10px 0;
}

.tabtable tr:hover td a, .tabtable tr:hover td{
    color: #05a4fb;
}

/*右上链接入口及广告部分*/
.box{
    width: 100%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    min-height: 262px;
}
.enterbox{
    padding: 1px 5px;
}
.enterbox ul{
    overflow: hidden;
}
.enterbox ul li{
    width: 174px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 5px 7px;
}
.enterbox ul li a{
    display: inline-block;
}
.enterbox ul li span.icon{
    width:52px;
    height: 48px;
    line-height: 48px;
    margin: 3px;
    float: left;
    display: inline-block;
    background: url("../images/sm_int_bg.png") no-repeat;
    text-align: center;
    padding-right: 5px;
}
.enterbox ul li span img{
    vertical-align: middle;
}
.enterbox ul li span.name{
    width: 111px;
    text-align: center;
    display: inline-block;
    float: right;
    color: #ffffff;
}

.box .tit{
    width: 96%;
    height: 35px;
    line-height: 35px;
    background: #f6f8fc;
    border-bottom: 1px solid #eeeeee;
    padding: 0 2%;
}
.box .tit span{
    display: inline-block;
    float: left;
    color: #515a6e;
    font-weight: bold;
}
.box .tit a{
    float: right;
    display: inline-block;
    color: #999999;
    font-size: 12px;
}

/*企业风采*/
.company ul{
    height: 226px;
    margin: 0 20px;
    overflow: hidden;
}
.company ul li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eeeeee;
}
.company ul li img{
    width: 100px;
    height: 40px;
    overflow: hidden;
    margin: 9px 10px;
}
.company ul li span{
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.company ul li:last-child{
    border-bottom: 0;
}

.planbox ul{
}
.planbox ul li{
    height: 111px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin: 0 20px;
}
.planbox ul li a{
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.planbox ul li a i{
    display: inline-block;
    float: left;
    color: #b11016;
}
.planbox ul li a span{
    width: 264px;
    display: inline-block;
    float: left;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.planbox ul li p{
    width: 100%;
    height: 22px;
    line-height: 22px;
    float: left;
    padding: 0 10px;
    font-size: 12px;
}
.planbox ul li:last-child{
    border-bottom: 0;
}

/*电子交易系统风采*/
.logolist ul li{
    height: 75px;
    line-height: 75px;
}
.logolist ul li a{
}
.logolist ul li img{
    width: 100px;
    height: 50px;
    overflow: hidden;
    margin: 12px 10px;
}

/*代理机构风采*/
.agencybox {
    height: 262px;
}
.agencybox ul{
}
.agencybox ul li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0 20px;
}
.agencybox ul li span.name{
    float: left;
    display: inline-block;
}
.agencybox ul li span.star{
    width: 40px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    text-align: right;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.agencybox ul li span.star img{
    /*margin: 7px 2px 0 2px;*/
}

/*下方全屏广告*/
.greybox{
    /*background: #f6f8fc;*/
    /*padding: 30px 0 45px 0;*/
}
.bottomcontain{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px;
}
.bottomcontain:last-child {
    margin-bottom: 60px;
}
.bottomcontain .title{
    width: 100%;
    height: 71px;
    overflow: hidden;
    background: url("../images/title_bottomplus.png") top 17px center no-repeat;
    text-align: center;
    margin-bottom: 30px;
}
.bottomcontain .title a{
    display: inline-block;
}
.bottomcontain .title a span{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    text-align: center;
    color: #515a6e;
}
.bottomcontain .title a em{
    line-height: 28px;
    display: block;
    text-align: center;
    color: #bbbbbb;
}
.bottomcontain .artlistbox {
    min-height: 200px;
}

/*融资备案*/
ul.security{
    width: 100%;
    height: 290px;
    margin-top: 35px;
}
ul.security li{
    width: 280px;
    height: 290px;
    overflow: hidden;
    float: left;
    margin: 0px 10px 0 10px;
    border-radius:5px;
    background: #ffffff;
}
ul.security li .imgbox{
    width: 100%;
    height: 179px;
    overflow: hidden;
}
ul.security li .imgbox a{
    display: block;
}
ul.security li .text{
    padding: 10px;
}
ul.security li span{
    font-size: 20px;
    line-height: 48px;
}
ul.security li a{
    display: none;
    line-height: 28px;
}
ul.security li:hover{
    margin-top: 0px;
}
ul.security li:hover{
    background: #05a4fb;
}
ul.security li:hover span{
    display: none;
}
ul.security li:hover .text a{
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    color: #ffffff!important;
}

.whitebox{
    /*padding: 30px 0 45px 0;*/
}
/*尚客优酒店*/
ul.hotellist{
    width: 100%;
    height: 233px;
    margin-top: 40px;
    padding-bottom: 10px;
}
ul.hotellist li{
    width: 600px;
    height: 233px;
    float: left;
}
ul.hotellist li .imgbox{
    width: 172px;
    height: 205px;
    overflow: hidden;
    margin: 15px;
    float: left;
    position: relative;
}
ul.hotellist li .imgbox .model{
    width: 100%;
    height: 100%;
    background: url("../images/dian.png") repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
ul.hotellist li .imgbox .model a{
    width: 67px;
    height: 67px;
    display: block;
    margin: 62px auto;
    line-height: 67px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/reddian.png") repeat;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}
ul.hotellist li .text{
    width: 380px;
    height: 205px;
    overflow: hidden;
    float: left;
    margin: 15px 15px 15px 0;
}
ul.hotellist li .text a{
    line-height: 46px;
    font-weight: bold;
    font-size: 20px;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.hotellist li .text p{
    margin-top: 7px;
    line-height: 26px;
    color: #bbbbbb;
    text-indent: 2em;
}
ul.hotellist li:hover{
    background: #ffffff;
    border: 1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px 2px #cccccc;
    -moz-box-shadow: 3px 10px 5px 2px #cccccc;
    box-shadow: 3px 3px 5px 2px #cccccc;
}
ul.hotellist li:hover .text a{
    color: #b11016;
}
ul.hotellist li:hover .model{
    display: block;
}


/*文化艺术品*/
ul.artlist{
    height: 211px;
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0 0;
}
ul.artlist li{
    width: 280px;
    overflow: hidden;
    margin: 0 10px;
    float: left;
}
ul.artlist li .imgbox{
    width: 280px;
    height: 179px;
    overflow: hidden;
}
ul.artlist li .text{
    padding: 0 10px;
    line-height: 32px;
    text-align: center;
}
ul.artlist li .text a{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.artlist li .text a:hover{
    color: #05a4fb;
}

/*数据服务*/
.databox{
    overflow:hidden;
    margin:0 auto;
}
.databox .box{
    width: 580px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.databox .box .tit{
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    background: #f6f8fc;
}
.bing_contain,.tiao_contain{
    margin: 10px 0;
}

/*菏泽宣传视频*/
.videobox{
    margin-top: 0;
    height: 262px;
}
.video{
    width: 100%;
    height: 262px;
    overflow: hidden;
}
.videobox>p{
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}
/*监督平台入口*/
.supervise_box {
    cursor:pointer;
    height: 262px;
}

/* by JingLuo */
/*暂无数据*/
.no_data {
    width: 100%;
    text-align: center;
}

.bottomcontain .securitybox {
    height: 290px;
}

.data_empty {
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

/*附件*/
.detail-file {
    padding: 30px;
    font-size: 16px;
}
.detail-file a {
    color: #108cee;
    font-size: 16px;
}