.banner {
    width: 100%;
    height: 300px;
    /* border: 1px solid salmon; */
    margin-top: 80px;
    position: relative;
    /* background: url('../images/advertising/集团资讯-广告图.png') 0px 0px no-repeat;
    background-size: cover; */
}

.banner img {
    /* height: 400px; */
    width: 100%;
    height: 100%;


}

.banner span {
    position: absolute;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    top: 134px;
    left: 120px;
}



.nav-list {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #D7D6D6;
}

.nav-list .nav-cen {

    height: 70px;
    width: 1200px;
    margin: 0 auto;
    /* background-color: #95cce8; */
}

.nav-list .nav-cen ul {
    display: flex;
}

.nav-list .nav-cen ul {
    display: flex;
}

.nav-list .nav-cen ul li {
    width: 110px;
    height: 70px;
    /* border: 1px solid #ddd; */
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: black;
}

.nav-list .nav-cen ul li:nth-of-type(1) {
    /* background-color: #E19636;
    color: white; */
}

.nav-list .nav-cen ul li:hover {
    /* background-color: rgba(255, 255, 255, 0.1000); */
    cursor: pointer;
    /* background-color: #b7b4b4; */
    color: #E19636;
    border-bottom: 2px solid #E19636

}

.contain {
    /* height: 1000px; */
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid darkblue; */
    /* height: 100%; */
    overflow: hidden;
}

.contain .title {
    width: 100%;
    height: 100px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 100px;
    margin: 20px 0px;
}

/* .contain .page {
    display: none;
} */

.contain .page0 {
    display: block;
    /* height: 1000px; */
}

.contain .page .top-contain {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #DAD9D9;
}

.contain .page .top-contain .top-left {
    width: 430px;
    /* border: 1px solid red; */
}

.contain .page .top-contain .top-right {
    width: 100%;
    /* border: 1px solid red; */
    margin-left: 40px;
}

.contain .page .top-contain .top-right p:nth-of-type(1) {

    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
}

.contain .page .top-contain .top-right p:nth-of-type(2) {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 36px;
}

.contain .page .top-contain .top-right p:nth-of-type(3) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    margin: 40px auto;
}

.contain .page .top-contain .top-right .show-detail {
    width: 136px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CBCACA;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.contain .page0 .bot-list {}

.contain .page .bot-list .list-item {
    padding: 40px 0;
    border-bottom: 1px solid #DAD9D9;
    display: flex;
    justify-content:space-between ;
}

.contain .page .bot-list .list-item .item-left {
    text-align: center;
    width: 96px;
    height: 98px;
    background: #FFFFFF;
    border: 1px solid #CBCACA;
    color: #AAAAAA;
    padding-top: 10px;
    box-sizing: border-box;
}

.contain .page .bot-list .list-item .item-left p:nth-of-type(1) {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
}

.contain .page .bot-list .list-item .item-right {
    width: 164px;
    height: 110px;
    box-sizing: border-box;
    margin-top: -5px;


}

.contain .page .bot-list .list-item .item-center p:nth-of-type(1){
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
}
.contain .page .bot-list .list-item .item-center p:nth-of-type(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    margin-top: 18px;

}

.contain .page .bot-list .list-item .item-center {
    width: 840px;
    height: 98px;

}

.contain .page1 {
    display: block;
    /* height: 1000px; */
}

.contain .page1 .bot-list {}

.contain .page1 .bot-list .list-item {
    padding: 40px 0;
    border-bottom: 1px solid #DAD9D9;
}

.contain .page1 .bot-list .list-item .item-left {
    text-align: center;
}
.show-detail{
    cursor: pointer;
}
.show-detail:hover{
    color: black !important;
    border: 1px solid #000 !important;
}
.pagination{
    height: 120px;
    width: 100%;
    /* border: 1px solid #333333; */
    line-height: 120px;
    padding-top: 40px;
    box-sizing: border-box;
}
