.topTag{
	text-align: left;
                width: 90%;
    	max-width: 1230px;
    	margin: 1vw auto;
    }
    .topTag img{
	width: 20px;
    }
    .topTag span{
	font-size: 12px
    }
    .blogTop{
        width: 100%;
        margin: 1vw 0;
        text-align: center;
    }
    .blogTop img{
        width: 90%;
        max-width: 1230px;
    }
    .BottomContant{
        width: 90%;
        max-width: 1230px;
        position: relative;
        margin: 1.5vw auto 1vw;
        border-bottom: 1px solid #fea30b;
        padding-bottom: 1.5vw;
    }
    .CenterContant{
        display: flex;
    }
    .leftImg{
        width: 50%;
    }
    .leftImg img{
        width: 100%;
    }
    .fontStyle{
        margin-left: 3vw;
        margin-top: 2vw;
        line-height: 40px;
    }
    .fontStyle .bigTitle{
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
    }
    .fontStyle .smallTitle{
        font-size: 14px;
        line-height: 20px;
        color: #5a5a5a;
        margin-top: 1vw;
    }
    .dateTime img{
        width: 2%;
    }
    .dateTime span{
        font-size: 12px;
    }
    @media (max-width: 768px){
        .leftImg{
            display: none;
        }
        .topTag{
            margin: 1vw 5vw;
        }
        .topTag img{
             width: 15px;
        }
        .topTag span{
            font-size: 12px
        }
    }