
/* 最小宽度为320象素用以下样式 */
@media screen and (min-width:320px) {
.g_gy h2{height: 52px; padding-top: 10px;}
.g_ys h2{padding-top: 19px;height: 221px;}
.g_ys .u_dlst1 dt i{width: 33px;height: 44px; line-height: 44px;}


}

/* 最小宽度为360象素用以下样式 */
@media screen and (min-width:360px) {
.g_gy h2{height: 58px; padding-top: 11px;}
.g_ys h2{padding-top: 21px;height: 247px;}
.g_ys .u_dlst1 dt i{width: 36px;height: 49px; line-height: 49px;}


}

/* 最小宽度为480象素用以下样式 */
@media screen and (min-width:480px) {
.g_gy h2{height: 78px; padding-top: 15px;}
.g_ys h2{padding-top: 28px;height: 331px;}
.g_ys .u_dlst1 dt i{width: 49px;height: 66px; line-height: 66px;}



}

/* 最小宽度为568象素用以下样式 */
@media screen and (min-width:568px) {
.g_gy h2{height: 93px; padding-top: 17px;}
.g_ys h2{padding-top: 33px;height: 393px;}
.g_ys .u_dlst1 dt i{width: 58px;height: 79px; line-height: 79px;}



}

/* 最小宽度为639象素用以下样式 */
@media screen and (min-width:639px) {
.g_gy h2{height: 105px; padding-top: 20px;}
.g_ys h2{padding-top: 38px;height: 442px;}
.g_ys .u_dlst1 dt i{width: 66px;height: 89px; line-height: 89px;}



}
