
    .container {
        margin-top: 70px;

    }
    .container a,h3,p{
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;

    }
    .index{
        border-radius: 2px;
        border: 1px solid #ececec;
        background-color: #f7f7f7;
        margin-bottom: 20px;
    }
    .index a{
        font-size: 18px;
    }
    .text_index{
        font-size: 18px;
        line-height:50px;
       
    }
    .initial{

    }
    .initial_item{
        display: flex;
        justify-content: space-around;

    }
    .item_pr{

    }
    .item_pr h3,p{
        width: 500px;
    }
    .news{

    }
    .list_news{
        
    }
    .item_news{
        
    }
    .item_news ul li{
        margin: 50px;
    }
    .item_news a{
        display:flex;

    }
    .content{
        margin-left: 20px;
    }
    .next{
        height:70px;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .next a{
        font-size:20px;
        color:#e77e24;
        display: block;
        border:1px solid ;
        border-radius: 10px;

    }
    @media screen and (max-width:739px) {
        .initial_item{
            display: block;
        }
        .item_pr img{
            width:100%;
        }
        .item_news a{
            display:block;
        }
        .item_pr h3, p{
            width: 100%;
        }
        .item_news ul li{
            margin:20px;
        }
        .content{
            margin-left:0;
        }
    }