/*改写滚动条样式  仅Google Chrome生效*/
::-webkit-scrollbar {width : 4px; height: 1px;}
/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {border-radius: 2px; background: #e6e6e6;}
/*滚动条里面轨道*/
::-webkit-scrollbar-track {border-radius: 2px; background: #f8f8f8;}/* css clear float */

@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular.ttf');
}

/* 页码容器 */
.table-page-box{border-width: 1px; box-sizing: border-box; margin-top: -6px;}

/* 面板标题 */
.public-title{height: 40px; line-height: 40px; font-size: 18px; font-weight: bold; position: relative;}
.public-title-sub{height: 40px; line-height: 40px; width: 50%; position: absolute; top: 0; right: 0;
    color: #888888; text-align: right; font-size: 14px; font-weight: normal; cursor: pointer;}

/* 弹窗容器 */
.popup-wrap{padding: 30px 0 30px 30px;}
.popup-box{height: 585px; padding-right: 30px; overflow-y: auto;}

/* 信息展示组件 */
.info-box{margin: 15px 0;}
.info-item{line-height: 24px; margin-bottom: 15px; position: relative;}
.info-item .name{width: 180px; position: absolute; top: 0; left: 0; text-align: right; color: #888888;}
.info-item .content{min-height: 24px; margin-left: 185px;}



.news-box{width: calc(100% + 10px); margin-left: -5px;}
.news-item{position: relative; width: 100%; height: 540px;}
.news-item p{height: 54px; line-height: 54px; font-size: 20px; color: #FFFFFF; background: rgba(0,0,0,.6);
    padding: 0 200px 0 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: absolute;
    left: 0; right: 0; bottom: 0;}
.news-box .layui-carousel-ind{text-align: right; width: 200px; float: right;}


.list-box{height: 490px; margin-top: 10px; padding-right: 10px; overflow-y: auto;}
.list-item{height: 52px; line-height: 42px; position: relative; padding-left: 52px; margin-bottom: 10px;}
.list-item:last-child{margin-bottom: 0;}
.list-img{width: 42px; height: 42px; border-radius: 8px; overflow: hidden; position: absolute; top: 0;
    left: 0;}
.list-img img{width: 100%; min-height: 42px;}
.list-content{display: flex; justify-content: space-between; border-bottom: 1px solid #f2f2f2; padding-bottom: 10px;
    padding-left: 10px;}
.list-name{font-size: 15px; width: 50%;}
.list-amount{text-align: right; color: #999999; font-size: 15px;}
.list-amount span{color: #117afa; font-size: 20px; font-family: Roboto-Regular, helvetica, arial, "microsoft yahei", sans-serif;
    margin-right: 5px;}



/* 政策详情 */
.news-detail-title{font-size: 28px; line-height: 1.2;}
.news-detail-info{color: #888888; margin: 15px 0 25px; font-size: 14px;}
.news-detail-info span{margin-right: 40px;}
.news-detail-content{}

/* 企业详情 */
.main-name{height: 90px; line-height: 90px; padding: 0 25px; font-size: 24px; color: #FFFFFF;
    background: url("../images/countyManage/bg01.jpg"); background-size: 100% 100%;
    border-radius: 8px; margin-bottom: 25px; overflow: hidden;}


















