.project-body {
    background: #F4F6F7;
    padding-bottom: 1px;
}

.bread {
    height: 50px;
}

/* ----- 面包屑----- */
.ym-crumbs {
    height: 50px;
    background: #F4F6F7;
}

.ym-crumbs .layui-breadcrumb {
    padding: 0;
}

.layui-body {
    background-color: #fff;
}

.layui-row {
    padding: 0 15px;
}

.layui-index-list {
    padding: 5px;
}

.layadmin-header {
    height: 50px;
}

.layui-breadcrumb {
    line-height: 50px;
    padding: 0 15px;
}

.layui-logo {
    background: #fff;
}

.layui-breadcrumb a cite {
    color: #333333;
}

.layui-breadcrumb a:hover {
    color: #00B1FB !important;
}

/* ----- 面包屑----- */

/* ----- 项目列表----- */
.project-index {
    background: #FFFFFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 40px;
}

.project-indexTitle {
    width: 100%;
    display: inline-block;
    line-height: 44px;
    height: 44px;
    background: #DCDCDC;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.project-indexTitle:hover {
    color: #333333;
}

.indexBox {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    padding: 25px 0 18px 0;
}

.indexBox-index {
    width: 33.3%;
    font-size: 14px;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
}

.indexBox-index:hover .circle {
    background: #00B1FB;
}

.indexBox-index:hover .indexBox-text {
    color: #00B1FB;
}

.circle {
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 6px 9px 0 0;
}

.indexBox-text {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ----- 新闻模块----- */

.newBox-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 40px 0;
}

.newBox {
    margin-bottom: 44px;
    display: flex;
    justify-content: space-between;
}

.newBox-index {
    display: flex;
    margin-bottom: 22px;
}

.newBox-text {
    display: inline-block;
    width: 484px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newBox-circle {
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 7px 9px 0 0;
}

.newBox-text:hover {
    color: #00B1FB;
}

.newBox-index:hover .newBox-circle {
    background: #00B1FB;
}

 /* ----- 底部资讯 ----- */
.about-info-title {
    width: 100%;
    padding-bottom: 8px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: none;
}
.about-info{
    margin-top: 34px;
}

.about-info-text{
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    margin-top: 25px;
}

.info-text-outBox:nth-child(1){
    margin-right: 134px;
}

.info-text-box{
    display: flex;
    align-items: center;
    width: 498px;
    margin-bottom: 18px;
}
