/*html,body{
    min-width: 1140px;
    height: 100%;
}
.index{
    background: #fff;
    width:100%;
    height: 100%;
}
.wrap{
    min-height: 100%;
    width: 100%;
    margin-bottom: -150px;
}
.wrap::after{
    content: "";
    height:140px ;
    display: inline-block;
}*/

.middleDiv{
    min-height: 479px;
}

.feet_content{
    padding: 10px 0;
    background: #333;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    height: 165px;
    box-sizing: border-box;
}
.feet_s{
    width: 1140px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.feet_middle{
    width: 65%;
    height: 120px;
    /*padding: 10px 0;*/
    box-sizing: border-box;
}
.feet_middleContent{
    width: 80%;
    margin: auto;
}
.feet_middleContent h2{
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 10px 0;
}
.feet_middleContent h2 span{
    cursor: pointer;
}
.feet_middleContentList{
    margin-top: 15px;
}
.feet_middleContentList_item{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}
.feet_middleContentList_item div{
    margin-bottom: 10px;
    margin-right: 25px;
}


.layui-main{
    width:1200px;
}


/*******内容公共*******/
.contentPosition span:nth-child(2){
    color: #2D93CA;
}
.contentShow{
    width: 100%;
    display: flex;
    min-height: 600px;
}
.contentLeft{
    width: 70%;
}
.top_show {
    width: 100%;
    display: flex;
}
.top_show_item{
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.top_show_item p{
    padding-top: 10px;
    line-height: 20px;
}
.top_showImage{
    width: 100%;
    height: 150px;
}

.contentRight{
    padding-left: 15px;
    box-sizing: border-box;
    width: 30%;
}
.xySearch{
    width: 100%;
    height: 220px;
    border:1px solid #e0e0e0;
    padding: 10px;
    box-sizing: border-box;
}
.xySearch h3{
    font-size: 15px;
    font-weight: bold;
}
.activityImage{
    width:100%;
    height: 100px;
    background: #1E9FFF;
    margin-top: 20px;
}
.allAttention{
    margin-top: 20px;
}
.allAttention h3{
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.attentionListItem {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding-left: 10px;
}
.attentionListItem li{
    list-style: disc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/*****信易类公共样式******/

.creditLeft{
    width: 20%;
    border:1px solid #e0e0e0;
    /*/height: 400px;*/
    margin-top: 20px;
}
.creditLeft h2{
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
    position: relative;
    padding-left: 20px;
    color:#0264f9 ;
}
.creditLeft h2::after{
    content: "";
    height: 16px;
    width: 3px;
    position: absolute;
    left: 10px;
    top: 15px;
    background: #0264f9;
}
.creditRight{
    width: 78%;
    margin-top: 20px;
    border:1px solid #e0e0e0;
    /*height: 400px;*/
    margin-left: 2%;
}
.creditLeft_list{
    padding: 10px;
    border-top: 1px solid #e0e0e0;
}
.creditLeft_list li{
    height: 30px;
    line-height: 30px;
    background: #e0e0e0;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.creditLeft_list li i{
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 5px;
    color: #1e9fff;
}
.creditCheck{
    background: #01AAED;
    color: #fff;
}
.creditRight{
    padding: 20px;
    box-sizing: border-box;

}






















/**
.create_unit{
    width: 27%;
}
.topTitle{
    padding: 5px 25px;
    line-height: 26px;
    color: #666;
    margin-bottom: 6px;
    border-radius: 2px;
    display: block;
}
.contentBox{
    background: #fff;
    padding: 15px;
    border: 1px solid #e1e1e1;
    min-height:250px;
}*/


/****详情魔板****/
.detailTitle{
    margin-top: 15px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}
.detailTitle h2{
    text-align: center;
    font-weight: bold;
}
.detailTitle p{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #999;
}
.detailTitle p span{
    margin-right: 20px
}
.detailContent{
    padding: 30px 15px;
    min-height: 400px;
    width: 100%;
    background: #fff;
}
.detailContentShow{
    width: 100%;
    min-height: 600px;
}
