header .nav ul li:nth-child(4) a { color: #0d47a1; }

.content .title h2 { font-size: 30px; color: #e7eaf2; font-weight: bold; margin: 15px 0px 0px 25px; }
.content .title h3 { font-size: 20px; color: #0d47a1; font-weight: bold; margin-top: 0px; margin-bottom: 16px; }

.content .subNav { background: #fbfbfb; border-top: 1px solid #e8e7e7; height: 95px; }
    .content .subNav ul { float: right; line-height: 45px !important; }
        .content .subNav ul li { display: inline-block; padding-left: 5px; }
            .content .subNav ul li a { padding: 8px 15px; background: #ededed; font-size: 14px; color: #000000; }

.content .gis { margin-top: 80px; background: url(/Resources/webimg/bg.jpg) no-repeat; clear: both; }
    .content .gis .top { padding-top: 16px; }
        .content .gis .top img { background: #fff; margin-left: 68px; padding: 8px; border: 1px solid #e6e6e6; float: left; }
        .content .gis .top .right { float: right; width: 650px; padding-top: 32px; margin-right: 66px; }
            .content .gis .top .right h3 { font-size: 24px; color: #0d47a1; }
            .content .gis .top .right p { font-size: 16px; color: #323232; line-height: 26px; }
    .content .gis .bottom img { display: block; margin: 0 auto; padding-top: 110px; }

footer { margin-top: 60px; }

@media screen and (max-width: 750px) {
    .content { padding: 0 15px; }
        .content .gis { margin-top: 0 !important; }
            .content .gis .top img { margin-left: 0 !important; }
            .content .gis .top .right { width: 100% !important; margin-right: 0 !important; }
            .content .gis .bottom img { padding-top: 0 !important; }
        .content .subNav { height: auto !important; }
}
