 .my-newsList{
            width: 100%;
            min-width: 1171px;
            height: auto;
            overflow: hidden;}
             .my-banner{width:100%;min-width:1171px;}
        .my-newsList .content{
            width: 1171px;
            height: auto;
            overflow: hidden;
            margin: 20px auto;
            box-sizing: border-box;}
        .my-newsList .content .left{
            width: 249px;
            height: auto;
            overflow: hidden;
            float: left;}
        .my-newsList .content .left .header{
            width: 100%;
           
            height: 87px;
            text-align: center;
            line-height: 87px;
            font-size: 24px;
            color: #ffffff;
            background: url(../my-img/my-news-header.png) no-repeat;
            background-size: 100% 100%;}
        .my-newsList .content .left ul li{
            width: 100%;
            height: 56px;
            line-height: 56px;
            background: #ebf3f8;
            text-align: center;
            line-height: 56px;
            color: #6e6e6e;
            font-size: 18px;}
        .my-newsList .content .left ul li a{
            color: #6e6e6e;
            cursor: pointer;}
        .my-newsList .content .left ul li.check{
           
            background: #e6e5eb;
            color: #9c0c15;}
        .my-newsList .content .left ul li.check a{
            color: #9c0c15;}

        .my-newsList .content .right{
            width: 895px;
            height: auto;
            overflow: hidden;
            float: right;}
        .my-newsList .content .right .header{
            display: flex;
            justify-content: space-between;
            border-bottom: 5px solid #edf0f2;
            box-sizing: border-box;
            line-height: 44px;}
        .my-newsList .content .right .header div:nth-child(1){
            font-size: 22px;
            color: #9c0c15;}
        .my-newsList .content .right .header div:nth-child(2){
            font-size: 16px;
            color: #6e6e6e;
            background: url(../my-img/address-logo.png) left center no-repeat;
            text-indent: 22px;}
        .my-newsList .content .right .header div:nth-child(2) a{
            cursor: pointer;color:#6e6e6e;}
        .my-newsList .content .right .list{
            width: 100%;
            height: auto;
            min-height: 500px;
            overflow: hidden;
            padding-top: 30px;
            box-sizing: border-box;}
        .my-newsList .content .right .list ul li{
            font-size: 16px;
            color: #333333;
            position: relative;
            text-indent: 10px;
            border-bottom: 1px solid #a0a0a0;
            padding: 15px 0 15px 0;
            box-sizing: border-box;}
        .my-newsList .content .right .list ul li::before{
            content: "";
            position: absolute;
            width: 5px;
            height: 6px;
            border-radius: 50%;
            left:0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #b5b5b5;}
        .my-newsList .content .right .list ul li a{
            display: block;
            width: 100%;
            color: #333333;
            cursor: pointer;}
        .my-newsList .content .right .list ul li a span{
            display: block;
            float: right;color:#717171;font-size:12px;}
        .my-newsList .content .right .list ul li a:hover{
            color: #9c0c15;}