﻿@charset "utf-8";
.i-kfc-qq {
	display:none !important;
}
@media (min-width: 768px) {
    .sive_1 {
        display:;
    }
    .sive_2 {
        display: none;
    }
    .prelImg {
        width:;
    }   /* show press release */
    .showNewsImg {
        width:;
    }   /* what's news */
    .PInsideContent {
    width: 960px;
    min-height: 650px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    }
}
@media (max-width: 768px) {
    .sive_1 {
        display:none;
    }
    .sive_2 {
        display:;
    }
    .prelImg {
        width:80%;
        height:80%;
    }   /* show press release */
    .showNewsImg {
        width:95%;
    }   /* what's news */
    .PInsideContent {
    width:auto;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    }

}