* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans - serif;
    width: 100%;
    background-color: #ccc;
    display: flex;
    justify-content: center
}

.main-container {
    background-color: #fff;
   /* width: 1000px;*/
    height: auto;
    margin: 20px 0;
    padding: 10px;
    box-sizing: border-box;
}

/*
.container-top {
    width: 100%;
    height: auto;
    display: flex;
}
*/
 @media (min-width: 992px) {
            .container-top {
                              width: 100%;
                              height: auto;
                              display: flex;
                           }
        }


.left-section {
    width: 30%;
    height: 325px;
    border: 2px solid #aaa;
    margin-right: 15px;
}

.l-tilte-top {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #0075AA;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}

.l-titie {
    color: #0075AA;
    line-height: 40px;
    font-weight: 600;
    margin-left: 15px;
    font-size: 18px;
}

.b-active {
    width: 42%;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 0;
    background-color: #0075AA;
}

.left-section .item-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
}

.left-section .item-list img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.left-section .left-button {
    height: 45px;
    width: 100%;
    background-color: #0075AA;
    color: #fff;
    line-height: 45px;
    text-align: center;
    margin-top: 10px;
}

.right-section {
    width: 70%;
    height: 325px;
    border: 2px solid #aaa;
}

.right-section .item {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
}

.right-section .item .title {
    /* width: 100%; */
    font-size: 16px;
    line-height: 35px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 85%;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.right-section .item .r-content {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    box-sizing: border-box;
}

.right-section .item .title-item {
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 13px;
    width: 85%;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    color: #555;
}

.right-section .item .r-content span {
    font-size: 13px;
    color: #555;
}



.container-button {
    width: 100%;
    min-height: 200px;
    border: 1px solid #aaa;
    border-top-left-radius: 6px;
    /* 左上角弧形半径为20px */
    border-top-right-radius: 6px;
    /* 右上角弧形半径为20px */
    margin-top: 20px;
}

.container-button .l-tilte-top {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #0075AA;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}



.container-button .l-titie {
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin-left: 15px;
    font-size: 18px;
}

.container-button .activeColor{
    display: none;
}
.container-button .activeColors{
    color: #0075AA;
}

.container-button .b-active {
    width: 72px;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 0;
    background-color: #0075AA;
}





.container-button-centent{
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
}


.container-button-centent .c-b-letf{
    width: 30%;
    height: auto;
    margin-right: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.container-button-centent .c-b-letf .item{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.container-button-centent .c-b-letf .item span{
   display: inline-block;
   margin-top: 35%;
   /* width: 30%; */
   font-size: 35px;
   color: #0075AA;
   font-weight: 600;
   padding: -1px 15px;
}
.container-button-centent .c-b-letf .item p{
    font-size: 14px;
    color: #0075AA;
 }

@media (min-width: 992px) {
                            .container-button-centent .c-b-right{
                                                                    width: 70%;
                                                                    height: auto;
                                                                    padding-right:3%;
                            									}
  							 } 
      

        

.container-button-centent .c-b-right .c-b-right-list {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 30px;
}

.container-button-centent .c-b-right .c-b-right-list .dian{
    font-size: 16px;
    background-color: #aaa;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-right: 6px;
}

.container-button-centent .c-b-right .c-b-right-list p{
   width: 92%;
   white-space: nowrap;
   /* 防止文本换行 */
   overflow: hidden;
   /* 超出部分隐藏 */
   text-overflow: ellipsis;
   /* 显示省略号 */
   font-size: 14px;
}

.container-button-centent .c-b-right .c-b-right-list span{
    color: #555;
    font-size: 13px;
 }






