.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 .newscontent{
            width: 100%;
            height: auto;
            min-height: 500px;
            overflow: hidden;
            padding-top: 30px;
            box-sizing: border-box;}
        .my-newsList .content .right .newscontent .header{
            width: 100%;
            height: auto;
            overflow: hidden;
            border-bottom: 1px solid #c9c9c9;
            box-sizing: border-box;
            display: block;}
        .my-newsList .content .right .newscontent .header p{
            width: 100%;
            float: left;
            text-align: center;}
        .my-newsList .content .right .newscontent .header p:nth-child(1){
            font-size:26px;
            color:#9c0c15;}
        .my-newsList .content .right .newscontent .header p:nth-child(2){
            font-size:14px;
            color:#4c4c4c;}
        .my-newsList .content .right .newscontent .cont{
            padding-top: 30px;
            box-sizing: border-box;
            font-size: 16px;
            color: #4c4c4c;}