@charset "UTF-8";

/*這支css是用來設定首頁與內頁的共同項目，如header、nav、footer*/

/**/
body .mm-listview .mm-next{
    width: 100%;
}

/*手機板選單的開關按鈕*/

.menuBtn {
    display: none;
    text-indent: -9999px;
}

header nav>ul>li.otherLink {
    display: none;
}


/*文字設定*/

header .leftBox .info .time p,
header .leftBox .info .weather .term p,
header .rightBox .subNav ul li a,
header .rightBox .search .box,
header .rightBox .search .box label,
header .rightBox .search .link li a,
header .rightBox .language a,
footer {
    color: #fff;
    font-size: 1rem;
    line-height: 1.7em;
}

header .rightBox .subNav ul li a:hover,
header .rightBox .subNav .lanBox li a:hover,
header .rightBox .search .link li a:hover,
header .rightBox .language a:hover,
header .rightBox .language .lanBox a:hover {
    color: #FFEB3B;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.under_menu li ul li a:hover,
footer .copyrightLink a:hover {
    color: #7c9914;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/*通用項目*/

.wrap {
    width: 1280px;
    margin:  0 auto;
}

.wrap::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.leftBox {
    float: left;
}

.rightBox {
    float: right;
}

.title {
    text-align: center;
}

.newsList::after,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearBoth {
    clear: both;
}

.tagImg figure {
    display: inline-block;
    position: relative;
}

.tagImg figure img {
    width: 100%;
    display: block;
}

/*.tagImg figure::before {
    content: '';
    width: 0;
    height: 0;
    border: 30px solid #fff;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 0;
}*/


/*搜尋工具*/

.searchTools {
    text-align: center;
    margin-bottom: 1rem;
    background-color: #fff;
}

.searchTools .searchSel {
    margin: 30px 15px 30px 0px;
    display: inline-block;
}

.searchTools input,
.searchTools select {
    width: 190px;
    height: 40px;
    padding: 5px 10px;
    font-size: 1rem;
}


/*一些共用圖形設定*/

.circleBtn {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    display: table;
    text-align: center;
}

.circleBtn>span,
.circleBtn>i {
    display: table-cell;
    vertical-align: middle;
}

.home {
    background-color: #79952e;
    background-image: url(../../images/icon/home.svg);
}

.mapIcon {
    display: inline-block;
    width: 70px;
    margin: 10px 25px 10px 0;
    float: left;
    background: url(../../images/icon/btn_map.svg) no-repeat top center/contain;
    padding-top: 80px;
    text-align: center;
    font-size: 1rem;
}

.toolIcon_fontReduce {
    background-color: #efb134;
    background-image: url(../../images/icon/fontsize-minus.svg);
}

.toolIcon_fontAddition {
    background-color: #efb134;
    background-image: url(../../images/icon/fontsize-plus.svg);
}

.toolIcon_print {
    background-color: #e99415;
    background-image: url(../../images/icon/print.svg);
}

.toolIcon_mail {
    background-color: #e99415;
    background-image: url(../../images/icon/mail.svg);
}

.toolIcon_share {
    background-color: #e99415;
    background-image: url(../../images/icon/share.svg);
}

.shareIcon_share {
    background-image: url(../../images/icon/share-large-gray.svg);
}

.shareIcon_FB {
    background-color: #3b5998;
    background-image: url(../../images/icon/facebook.svg);
}

.shareIcon_TW {
    background-color: #00aced;
    background-image: url(../../images/icon/twitter.svg);
}

.shareIcon_PK {
    background-color: #c6602b;
    background-image: url(../../images/icon/plurk.svg);
}

.shareIcon_GL {
    background-color: #d64136;
    background-image: url(../../images/icon/google.svg);
}

.shareIcon_LN {
    background-color: #2cbf13;
    background-image: url(../../images/icon/line.svg);
}

.shareIcon_IG {
    background-color: #c536a4;
    background-image: url(../../images/icon/instagram.svg);
}


/*Header*/

header {
    width: 100%;
    position: absolute;
    z-index: 1000;
}

header .acc {
/*
    position: absolute;
    z-index: -1;
*/
    position: absolute;
    left: -20px;
    font-weight: bold;
}

header .topNav {
    padding: 15px 2% 0;
}

header .topNav::after,
header .leftBox::after,
header .rightBox::after,
header .rightBox .subNav ul::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header .leftBox {
    float: left;
}

header .leftBox .logo {
    background: url(../../images/icon/logo.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 307px;
    height: 78px;
    text-indent: -9999px;
    float: left;
}

header .leftBox .info {
    float: left;
    margin: 9px 0 0 30px;
}

header .leftBox .info .time,
header .leftBox .info .time span {
    color: #f7b52d;
}

header .leftBox .info .time p,
header .leftBox .info .weather .term p {
    padding: 0;
    margin: 0;
}

header .leftBox .info .weather .term {
    display: inline-block;
    padding-right: 65px;
    position: relative;
    margin-right: 10px;
}
header .leftBox .info .weather .term:last-child{
    margin-right: 0;
}

header .leftBox .info .weather .term p {
    color: #fff;
}

header .leftBox .info .weather .term .icon {
    position: absolute;
    right: 0;
    top: 0;
}

header .leftBox .info .weather .term .degree {
    background: url(../../images/weather_icon.png) no-repeat;
    background-position: 25px;
    height: 30px;
    padding-right: 30px;
    font-size: 1.3rem;
}

header .rightBox {
    float: right;
    position: relative;
}

header .rightBox .subNav {
    display: block;
    padding-right: 100px;
}

header .rightBox .subNav ul {}

header .rightBox .subNav ul li {
    float: left;
    margin: 0 10px;
}

header .rightBox .search {
    padding: 0 10px;
}

header .rightBox .search .box {
    margin-top: 10px;
}

header .rightBox .search .box input {
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 70%;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    padding-left: 5px;
    font-size: 16px;
    padding: 0 15px;
}

header .rightBox .search .box a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: url(../../images/icon/btn_search-i.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    vertical-align: middle;
}

header .rightBox .search .link {
    overflow: hidden;
    padding-left: 70px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 400px;
    max-height: 30px;
}

header .rightBox .search .link li {
    float: left;
    margin: 0 5px;
}

header .rightBox .search .link li:hover {}

header .rightBox .language {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

header .rightBox .language .lan {
    position: relative;
}

header .rightBox .language .lanBtn::after {
    content: '';
    background-image: url(../../images/icon/down-small.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

header .rightBox .language .lanBtn.selt::after {
    background-image: url(../../images/icon/up-small.svg);
}

header .rightBox .language .lanBtn:hover::after {
    background-image: url(../../images/icon/down-small-yellow.svg);
}

header .rightBox .language .lanBtn.selt:hover::after {
    background-image: url(../../images/icon/up-small-yellow.svg);
}

header .rightBox .language .lanBox {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1010;
    border-radius: 20px;
    top: 40px;
}

header .rightBox .language .lanBox li {
    padding: 10px;
    margin: 0;
    float: none;
}

header .rightBox .language .lanBox li a {
    color: #fff;
    display: block;
}

header nav {
    width: 100%;
}

header nav.fixed {
    -webkit-transition: all .8s;
    transition: all .8s;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

header nav>ul {
    padding: 0 5%;
    position: relative;
}

header nav>ul::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header nav>ul>li {
    width: 14.285%;
    float: left;
}

header nav>ul>li>a {
    display: table;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}

header nav>ul>li>a span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    letter-spacing: 0.2rem;
    border-left: 1px solid rgba(222, 222, 222, 0.5);
    font-size: 110%;
    text-shadow: 1px 1px 3px #000;
}

header nav>ul>li:first-child>a span {
    border-left: none;
}

header nav>ul>li .subMenu {
    width: 100%;
    min-height: 250px;
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    padding: 20px 3%;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}

header nav>ul>li .subMenu>li {
    display: inline-block;
    width: 24%;
    border: none;
    vertical-align: top;
}

header nav>ul>li .subMenu>li a {
    display: table;
    width: 100%;
    padding: 10px;
}

header nav>ul>li .subMenu>li>a span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
}

header nav>ul>li .subMenu>li>ul a {
    display: table;
}

header nav>ul>li .subMenu>li>a:hover span,
header nav>ul>li .subMenu>li>ul a:hover span {
    color: #FFEB3B;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding:0 0 0 3px;
}

header nav>ul>li .subMenu>li>ul li {
    /*display: inline-block;*/
}

header nav>ul>li .subMenu>li>ul li a {
    padding: 0 10px 0 35px;
}

header nav>ul>li .subMenu>li>ul a span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.1rem;
}

header nav {
    background-color: #8ba62b;
}

header nav>ul>li:hover,
header nav>ul>li .subMenu {
    background-color: #7c9914;
}


/*旅遊資訊區塊*/

.infoBox {}

.infoBox .wrap {
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 5%;
}

.infoBox ul li {
    width: 16.6%;
    border-left: 1px #e0e0e0 solid;
    float: left;
}

.infoBox ul li:first-child {
    border-left: none;
}

.infoBox ul li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 60%;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.infoBox ul li a.btn01 {
    background-image: url(../../images/icon/Item_info-1.svg);
}

.infoBox ul li a.btn02 {
    background-image: url(../../images/icon/Item_info-2.svg);
}

.infoBox ul li a.btn03 {
    background-image: url(../../images/icon/Item_info-3.svg);
}

.infoBox ul li a.btn04 {
    background-image: url(../../images/icon/Item_info-4.svg);
}

.infoBox ul li a.btn05 {
    background-image: url(../../images/icon/Item_info-5.svg);
}

.infoBox ul li a.btn06 {
    background-image: url(../../images/icon/Item_info-6.svg);
}
/*
.infoBox ul li a.btn01:hover,
.infoBox ul li a.btn01:focus {
    background-image: url(../../images/icon/Item_info-1-green.svg);
}

.infoBox ul li a.btn02:hover,
.infoBox ul li a.btn02:focus {
    background-image: url(../../images/icon/Item_info-2-green.svg);
}

.infoBox ul li a.btn03:hover,
.infoBox ul li a.btn03:focus {
    background-image: url(../../images/icon/Item_info-3-green.svg);
}

.infoBox ul li a.btn04:hover,
.infoBox ul li a.btn04:focus {
    background-image: url(../../images/icon/Item_info-4-green.svg);
}

.infoBox ul li a.btn05:hover,
.infoBox ul li a.btn05:focus {
    background-image: url(../../images/icon/Item_info-5-green.svg);
}

.infoBox ul li a.btn06:hover,
.infoBox ul li a.btn06:focus {
    background-image: url(../../images/icon/Item_info-6-green.svg);
}
*/
.infoBox ul li a span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80%;
    color: #9e9f9f;
    font-size: 110%;
}

.infoBox ul li a:hover span,
.infoBox ul li a:focus span {
    color: #7c9914;
}

/*網站錯誤回報連結(報馬仔)*/

.webdebug {
    overflow: hidden;
    padding: 1rem 0;
}
.webdebug .wrap{
    text-align: center;
}
.webdebug .icon {
    background: #fff url(../../images/icon/webdebug.svg) no-repeat center/contain;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
}

.webdebug span {
    display: block;
}

.webdebug a {
    color: #ea5514;
    line-height: 2.3em;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}

.webdebug a:hover {
    color: #e73828;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

/*分享區塊*/

.ShareBox {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #dedede;
}

.ShareBox .wrap {
    overflow: hidden;
    padding: 9% 10% 10%;
}

.ShareBox .wrap .box {
    display: inline-block;
}

.share_title {
    font-size: 2.4rem;
    line-height: normal;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 75px;
    padding: 0 20px 0 75px;
    display: inline-block;
    vertical-align: middle;
}

.ShareBox ul {
    display: inline-block;
    vertical-align: middle;
}

.ShareBox ul li {
    display: inline-block;
    margin: 0 8px;
}

.ShareBox ul li a {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
}

.ShareBox ul li a::before {
    border-radius: 100%;
}

.ShareBox ul li a.shareIcon_FB::before {
    border-color: #3b5998;
}

.ShareBox ul li a.shareIcon_TW::before {
    border-color: #00aced;
}

.ShareBox ul li a.shareIcon_PK::before {
    border-color: #c6602b;
}

.ShareBox ul li a.shareIcon_GL::before {
    border-color: #d64136;
}

.ShareBox ul li a.shareIcon_LN::before {
    border-color: #2cbf13;
}

.ShareBox ul li a.shareIcon_IG::before {
    border-color: #c536a4;
}

.ShareBox ul li a:hover::before {}

.ShareBox .photo {
    background-image: url(../../images/s_photo.png);
    width: 35%;
    height: 0;
    padding-bottom: 23%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


/*底下展開的網站導覽MENU選單*/

.under_box {
    background: #fff;
    position: relative;
    text-align: center;
}

.under_menu {
    background: #fff;
    width: 100%;
}

.under_box>a {
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    left: calc((100% - 60px)/2);
    top: calc(-60px + 30px);
    display: block;
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px #7c9914 solid;
    text-indent: -9999px;
}

.under_box>a::before,
.under_box>a::after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 20px;
    left: calc((100% - 4px)/2);
    top: 15px;
    background: #7c9914;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 50% 95%;
    transform-origin: 50% 95%;
}

.under_box>a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.under_box>a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.under_box>a.selt::before,
.under_box>a.selt::after {
    top: 0;
}

.under_box>a.selt::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.under_box>a.selt::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.under_box>.prompt {
    display: inline-block;
    padding: 60px 0 10px;
}

.under_menu ul {
    position: relative;
    overflow: hidden;
    padding: 0 5%;
}

.under_menu ul li {
    float: left;
    width: 20%;
    padding: 10px 5px;
}

.under_menu ul li a {
    display: block;
    color: #7c9914;
    border-bottom: 1px solid #dedede;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.under_menu ul li>ul {}

.under_menu ul li>ul li {
    width: 100%;
    padding: 0;
}

.under_menu li ul li a {
    width: 100%;
    color: #595757;
    border-bottom: none;
    margin: 0;
    padding: 0;
    font-size: 0.96rem;
}


/*交換Banner區域*/

.F_banner {
    background: #fff;
    padding: 8% 10% 6%;
    overflow: hidden;
}

.F_banner ul {
    text-align: center;
}

.F_banner ul li {
    width: 140px;
    height: 64px;
    display: inline-block;
    margin: 0 0.3%;
    overflow: hidden;
    position: relative;
}

.F_banner ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.F_banner ul li a>img {
    width: 100%;
    height: 100%;
    display: block;
}

.F_banner ul li .auto {
    background-color: #7c9914;
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

.F_banner ul li .auto span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    height: 100%;
}

.F_banner ul li .auto:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #5b7109;
}

.F_banner ul li .auto::before {
    background: #5b7109;
}


/*Footer*/

footer {
    background: #fff;
    position: relative;
}

footer .wrap {
    overflow: hidden;
    padding: 0 5% 30px;
    height: 270px !important;
}

footer .leftBox,
footer .rightBox {
    width: 50%;
    float: left;
    vertical-align: bottom;
    padding: 20px 0;
    position: relative;
    height: 250px;
}

footer .leftBox {
    /*padding-top: calc(20px + 41px);*/
}

footer .rightBox {
    border-left: 1px solid #dedede;
}

footer .content {
    padding: 0px 10%;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .leftBox .content .box {
    float: right;
}

footer .copyrightLink {
    padding-bottom: 20px;
}
footer .copyrightLink>a{
    display: inline-block;
}

footer .copyright p {
    padding: 0;
    margin: 0;
}
footer .copyright a{
    width: 150px;
    height: 54px;
    position: relative;
    display: block;
    margin: 10px 0;
}
footer .copyright a>img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
footer .leftBox .logo,
footer .leftBox .copyright {
    display: inline-block;
    vertical-align: middle;
}

footer .leftBox .logo {
    width: 30%;
}

footer .leftBox .logo img {
    width: 100%;
}

footer span {
    color: #7c9914;
}


/*Facebook浮動連結*/

.facebookLink {
    position: fixed;
    z-index: 1000;
    right: -250px;
    bottom: 0;
}

.facebookLink .autoBox {
    display: inline-block;
    vertical-align: top;
    background-color: #3b5998;
    margin-left: -7px;
    height: 400px;
}

.facebookLink a {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    display: inline-block;
    vertical-align: top;
    background: #fff url(../../images/icon/Item_facebook.svg) no-repeat;
    width: 50px;
    padding: 70px 10px 10px;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.2);
}

.facebookLink a span {
    color: #3b5998;
}



.facebookLink.isSafari{
    right: -400px;
}


/*BACK按鈕與TOP按鈕*/

.otherBtn {
    position: fixed;
    right: 1%;
    bottom: 3%;
    display: none;
    z-index: 1000;
}

.otherBtn .backBtn,
.otherBtn .topBtn {
    float: left;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.backBtn {
    background-color: #ea5514;
    background-image: url(../../images/icon/left.svg);
    background-size: 25%;
}

.backBtn:hover {
    /*background-position: 40% 33%;*/
    background-position: 40% 20%;
}

.topBtn {
    background-color: #7c9914;
    background-image: url(../../images/icon/up.svg);
    background-size: 40%;
}

.topBtn:hover {
    background-position: 50% 25%;
}

.backBtn>span,
.topBtn>span {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 35%;
    font-size: 0.85rem;
}


/*全文檢索*/
.searchTools>.link{
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
.searchTools>.link>li{
    float: left;
    margin: 0 5px;
}
.searchTools>.link>li a:hover{
    color: #8ba62b;
}
.gsc-input .gsc-input-box{
    height: auto;
}
.gsc-input .gsc-input-box .gsib_a{
    padding: 5px 10px;
}
.gsc-input .gsc-input-box .gsib_b .gsst_a{
    padding: 5px 10px;
}
.gsc-input .gsc-input-box .gsib_b .gsst_a>span{
    vertical-align: middle;
    color: #8ba62b;
}
table.gsc-search-box td.gsc-search-button{
    width: 44px;
    height: 44px;
    background-color: #d9d9d9;
    text-align: center;
    border-radius: 100%;
}
.gsc-search-button:hover{
    background-color: #7c9914;
}

.gsc-search-button > input.gsc-search-button-v2{
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    vertical-align: middle;
    border: none;
}
.gsc-search-button > input.gsc-search-button-v2:hover{
    background-color: transparent;
}
.gsc-search-button > input.gsc-search-button-v2[type="image"]{
    background-size: contain;
}
.gs-webResult.gs-result .gs-title{
    height: auto;
    text-decoration: none;
}
.gsc-results .gs-webResult.gs-result a.gs-title{
    height: auto;
    display: block;
    overflow: auto;
    color: #ea5514;
    text-decoration: none;
}

.gsc-results .gs-webResult.gs-result a.gs-title:link,
.gsc-results .gs-webResult.gs-result a.gs-title:link>b,
.gsc-results .gs-webResult.gs-result a.gs-title,
.gsc-results .gs-webResult.gs-result a.gs-title>b,
.gsc-wrapper .gs-webResult.gs-result a.gs-title:visited,
.gsc-wrapper .gs-webResult.gs-result a.gs-title:visited b,
.gsc-wrapper .gs-imageResult a.gs-title:visited,
.gsc-wrapper .gs-imageResult a.gs-title:visited b{
    color: #ea5514;
    text-decoration: none;
}

.gs-webResult.gs-result a.gs-title>b{
    display: inline-block;
}
.gs-webResult .gs-snippet{
    font-size: 15px;
}
.gsc-results .gsc-cursor-box{
    text-align: center;
    font-size: 16px;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl{
    font-size: 16px;
}
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page{
    color: #ea5514;
}
.gsc-wrapper .gsc-table-result, .gsc-wrapper .gsc-thumbnail-inside, .gsc-wrapper .gsc-url-top{
    padding: 0;
}