/* 未能缩小。正在返回未缩小的内容。
(301,1): run-time error CSS1019: Unexpected token, found '@charset'
(301,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(301,17): run-time error CSS1019: Unexpected token, found ';'
(652,1): run-time error CSS1019: Unexpected token, found '@charset'
(652,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(652,17): run-time error CSS1019: Unexpected token, found ';'
 */
@charset "utf-8";
/* CSS Document */
/**
* Author: Shenfei  304350726@qq.com
* Last Changed by Shenfei
* Last Update : 2012-02-27
*/

/************************************** reset ***********************************************/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{ color:#000;background:#fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}

/* 去掉列表前的标识, li 会继承 */
menu, ol, ul,li { list-style: none; }

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea, option, optgroup { font:12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:500; }

/* 去除默认边框 */
fieldset , img { border:0 }

/* 去掉各Table  cell 的边距并让其边重合 */
table { border-collapse: collapse; border-spacing: 0; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{ border:0;font-variant:normal; }

/* 表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{ font:12px/1.5 tahoma,arial,\5b8b\4f53; }
input,select,textarea,button{ font-size:100%; }

/* 清除输入框边框 */
input{ border:0 none; }


code, kbd, pre, samp { font-family:'courier new',courier,monospace;}
abbr[title]{ border-bottom: 1px dotted; cursor: help; }

/* 一致的 del 样式 */
del { text-decoration:line-through; }
address,caption,cite,code,dfn,em,th,var { font-style:normal;font-weight:500; }

/* IE bug fixed: th 不继承 text-align*/
th{ text-align:inherit;}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display:block; }

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1; }

/*清除chrome Safari浏览器中的外边框*/
input,button,select,textarea { outline:none }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{ display:block; }

/* IE6下默认不缓存背景图片 */
.zoom { *zoom: 1; }

.in{ width: 1200px; margin: 0 auto;}

a{ text-decoration: none;	color: #000;}
a:hover{text-decoration: none;	}

/* clearfix */
.clear{clear:both;}
.clearfix {display: block;zoom:1;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; } /* End hide from IE-mac */
/*safari去除小图标/按钮*/
input:focus::-webkit-contacts-auto-fill-button {
    opacity: 0;
}
/*************************************** End reset ***********************************************/





.XYTipsWindow .boxLoading {
    position: absolute;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin-left: -45px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
    color: #f00;
}

.XYTipsWindow .boxLoading {
    width: 28px;
    margin-left: -14px;
    background: url("img/loading.gif") no-repeat;
    text-indent: -999em;
    text-align: center;
}

.XYTipsWindow .boxTitle, .XYTipsWindow .boxTitle span, .XYTipsWindow .boxTitle span.hover, .XYTipsWindow .loadinglayer, .XYTipsWindow .tipslayer, .XYTipsWindow .arrowLeft, .XYTipsWindow .colseBtn, .XYTipsWindow .boxError em, .XYTipsWindow .dialogBtn, .XYTipsWindow .dialogBtn.hover {
    background-image: url("img/ico.png");
    background-repeat: no-repeat;
}

.XYTipsWindow .boxTitle {
    position: relative;
   
    border-bottom: none;
    background:#2A4F67;
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
}

    .XYTipsWindow .boxTitle h3 {
        float: left;
        font-weight: normal;
        color: #fff;
        font-size: 14px;
        margin: 0;
        text-indent: 10px;
    }

    .XYTipsWindow .boxTitle span {
        position: absolute;
        width: 17px;
        background:url("img/bi.png");
        text-indent: -10em;
        right: 10px;
        top: 10px;
        height: 16px;
        overflow: hidden;
        cursor: pointer;
    }

        .XYTipsWindow .boxTitle span.hover {
            background-position: -90px -40px;
        }

.XYTipsWindow .loadinglayer {
    line-height: 40px;
    background-position: 0 -100px!important;
}

.XYTipsWindow .tipslayer {
    line-height: 20px;
    text-align: left;
}

.XYTipsWindow .arrowLeft {
    position: absolute;
    width: 8px;
    height: 16px;
    background-position: -20px -170px;
    text-indent: -9999em;
    z-index: 20591;
    overflow: hidden;
}

.XYTipsWindow .colseBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background-position: -55px -170px;
    text-indent: -9999em;
    cursor: pointer;
    z-index: 20591;
    overflow: hidden;
}

.XYTipsWindow .boxError {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -15px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #f00;
}

    .XYTipsWindow .boxError em {
        float: left;
        width: 30px;
        height: 30px;
        background-position: -35px -140px;
    }

.XYTipsWindow .dialogBtn {
    margin: 5px 5px 0 0;
    width: 80px;
    height: 35px;
    background-position: 0 -30px;
    border: none;
    color: #333;
}

    .XYTipsWindow .dialogBtn.hover {
        background-position: 0 -65px;
    }

.XYTipsWindow.shadow {
    box-shadow: 2px 2px 5px #C0BBB5;
    -moz-box-shadow: 2px 2px 5px #C0BBB5;
    -webkit-box-shadow: 2px 2px 5px #C0BBB5;
}

#gtow_greentreeLoad{ 
    width: 100%;height: 100%;background-color: rgba(255,255,255,0.5);position: fixed;z-index: 999999;left: 0;top: 0; 
    overflow:hidden;
    filter: Alpha(Opacity=50);
    z-index:999999999;
}


 .gtow_greentreeGif{
    width: 88px;
    height: 88px;
    position: fixed;
    z-index: 999999;
    left: 48%;
    top: 50%;
    margin-left: -88px;
    margin-top: -44px;
    background-image: url(/Images/Amendment/Loading/loadDark.gif);/*和导航栏一样色调*/
    /*background-image: url(/Images/Amendment/Loading/loadGreen.gif);*//*green绿*/
    /*background-image: url(/Images/Amendment/Loading/loadLong.gif);*//*小木龙*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: all linear 0.1s;
    -moz-animation: all linear 0.1s;
    -ms-animation: all linear 0.1s;
    animation: all linear 0.1s;
    float:left;
 }
 .gtow_greentreeWord
 {
     float:left;
    position: absolute;
    left: 49%;
    top: 49%;
    color: #2A4F67;
    font-size:14px;
    font-family:'微软雅黑';
    /*禁止选中文字*/
    moz-user-select: -moz-none; 
    -moz-user-select: none; 
    -o-user-select:none; 
    -khtml-user-select:none; /* you could also put this in a class */ 
    -webkit-user-select:none;/* and add the CSS class here instead */ 
    -ms-user-select:none; 
    user-select:none;/**禁止选中文字*/ 
 }

 .noselect {
    /*禁止选中文字*/
    moz-user-select: -moz-none; 
    -moz-user-select: none; 
    -o-user-select:none; 
    -khtml-user-select:none; /* you could also put this in a class */ 
    -webkit-user-select:none;/* and add the CSS class here instead */ 
    -ms-user-select:none; 
    user-select:none;/**禁止选中文字*/
}

 /**通用的列表尾巴样式*/
 .CommonListTail{
    margin: 120px auto;
    height: 100px;
    width:300px;
    text-align:center;
}

.CommonListTail .tail_icon{
    width:100px;
}
.CommonListTail .tail_content{
    font-size:14px;
    margin-top:25px;
    color: #999999;
}
@charset "utf-8";
/* CSS Document */
.header {
    background: none repeat scroll 0 0 #fff;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 2px #D2D2D2;
    height: 60px;
}

    .header .header_top {
        margin: 0 auto;
        width: 1003px;
        background: #fff;
    }

    .header .logo {
        float: left;
        height: 60px;
        width: 360px;
        margin-left: 30px;
    }

/*  #header .logo a {
            background: url(img/logo-hp.jpg) no-repeat scroll 0 0;
            display: block;
            height: 60px;
            text-indent: -99999em;
            width: 360px;
        }*/

.mt10 {
    margin-top: 10px;
}

.header .tools {
    float: right;
    margin-top: 35px;
}

    .header .tools .other {
        color: #BBBBBB;
        float: right;
        font-family: Tahoma, Geneva, sans-serif;
        margin-right: 15px;
    }

        .header .tools .other a {
            font-family: Microsoft yahei, simsun;
            font-size: 14px;
            padding: 3px 8px;
            text-decoration: none;
        }

.its {
    /*width: 1003px;*/
    width: 1026px;
    margin: 10px auto;
    background: #fff;
}

.leftPanel {
    float: left;
    margin: 20px 0 0 30px;
    padding: 10px 0 0;
    border-right: 1px dotted #CCCCCC;
    padding: 0 20px 0 0;
    /*width: 620px;
    min-height: 630px;*/
    width: 660px;
    min-height: 660px;
}

    .leftPanel .searchbar {
        background: #a5cd4e;
        background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cd4e), color-stop(100%, #6b8f1a));
        background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
        background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
        background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
        background: linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
        border-radius: 10px;
        color: #FFFFFF;
        margin-bottom: 15px;
        padding: 15px;
    }

        .leftPanel .searchbar a {
            color: #FFFFFF;
            margin-right: 10px;
            text-decoration: none;
        }

            .leftPanel .searchbar a:hover {
                color: #FF6600;
                text-decoration: underline;
            }

    .leftPanel h2, .bodyContent h3 {
        font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

.searchbar h2.pageTitle {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 15px;
    text-transform: none;
}

.leftPanel .searchForm {
    border-radius: 10px;
    padding-right: 0;
}

.searchForm {
    background: none repeat scroll 0 0 #F1F1F1;
    overflow: hidden;
    padding: 14px 11px 14px 14px;
}

.leftPanel .searchForm p {
    background-color: #FFFFFF;
    overflow: hidden;
    width: 98%;
}

.searchForm p {
    border-top: 1px solid #909090;
}

.searchForm input {
    float: left;
}

    .searchForm input.field {
        background-color: #FFFFFF;
        border-color: #909090;
        border-style: solid;
        border-width: 0 0 0 1px;
        color: #575757;
        padding: 3px;
        width: 84px;
    }

.leftPanel .searchForm {
    border-radius: 10px;
    padding-right: 0;
}

    .leftPanel .searchForm input.field {
        font-size: 18px;
        line-height: 30px;
        padding: 6px 8px 8px;
        width: 460px;
        height: 30px;
    }

    .leftPanel .searchForm p input.btn {
        float: right;
        margin-right: 5px;
        margin-top: 15px;
    }

.warp {
    position: relative;
}

.feature_main {
    height: 500px;
}

.hajn {
    font-size: 14px;
    line-height: 24px;
    width: 700px;
    float: left;
}

    .hajn span {
        width: 300px;
        height: 35px;
        overflow: hidden;
        float: left;
    }

        .hajn span a {
            color: #999;
        }

.fmc_info p {
    line-height: 25px;
}

.rightPan {
    float: right;
    margin: 0 0 20px 0;
    padding: 0;
    width: 315px;
}

    .rightPan .inner {
        padding: 10px 18px 0 20px;
        margin: 10px 0 0 0;
    }

.widgetBlock {
    padding-bottom: 18px;
}

.rightPan h3 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: bold;
}

.widgetBlock .tagcloud a {
    background: none repeat scroll 0 0 #E8F5FF;
    border: 1px solid #FFFFFF;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 3px;
    padding: 1px 7px;
    white-space: nowrap;
}

    .widgetBlock .tagcloud a:hover {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #0082FF;
        color: #0082FF;
    }

.f_main_nav {
    position: relative;
    z-index: 1;
}

    .f_main_nav ul {
        position: relative;
        width: 630px;
    }

    .f_main_nav li {
        height: 244px;
        float: left;
        cursor: pointer;
        border-bottom: 8px solid #fff;
        border-right: 8px solid #fff;
        position: relative;
    }

    .f_main_nav .fm4, .f_main_nav .fm8 {
        border-right: 0;
    }

.fm1, .fm2 {
    background: url(img/help_nav.png) no-repeat 0 0;
    position: relative;
    z-index: 1;
}

.fm1 {
    background-position: -195px -60px;
    background-color: #E5E5E5;
    width: 305px;
}

.fm2 {
    background-position: 100px 50px;
    background-color: #eee;
    width: 305px;
}

.f_main_nav li span {
    display: none;
}

.fm1 span, .fm2 span {
    display: block;
    height: 8px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
}

.fm1 span {
    background: #E5E5E5;
    top: 244px;
    width: 305px;
}

.fm2 span {
    background: #eee;
    top: 244px;
    width: 305px;
}

.fm_info {
    font: 30px "Microsoft Yahei";
    color: #999;
    text-align: center;
    margin-top: 180px;
}

.f_main_con {
    position: absolute;
    z-index: 2;
}

    .f_main_con li {
        position: absolute;
        width: 620px;
        height: 244px;
        border: 0;
        font-family: "Microsoft Yahei";
        color: #999;
        top: 0;
    }

.fmc_info {
    width: 620px;
    margin: 15px 0 0 40px;
}

    .fmc_info strong {
        font-size: 30px;
        font-weight: normal;
        padding: 5px 0 15px;
        display: block;
    }

    .fmc_info p {
        font-size: 14px;
    }

.fmc1, .fmc2 {
    top: -252px;
    display: none;
}

.fmc1 {
    background: #E5E5E5;
}

.fmc2 {
    background: #eee;
}

@charset "utf-8";
/* CSS Document */

.accordion, .accordion ul, .accordion li, .accordion a, .accordion span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

    .accordion li {
        list-style: none;
    }
        /* Layout & Style */

        .accordion li a {
            display: block;
            position: relative;
            min-width: 110px;
            /*padding: 0 10px 0 40px;*/
            padding: 0 10px 0 20px;
            height: 32px;
            color: #fdfdfd;
            font: bold 12px/32px Arial, sans-serif;
            text-decoration: none;
            text-shadow: 0px 1px 0px rgba(0,0,0, .35);
            background: #6c6e74;
        }

            .accordion li:hover a, .accordion li:target a, .accordion li a.active {
                text-shadow: 1px 1px 1px rgba(255,255,255, .2);
            }

            .accordion li a span {
                display: block;
                position: absolute;
                top: 7px;
                right: 0;
                padding: 0 10px;
                margin-right: 10px;
                font: normal bold 12px/18px Arial, sans-serif;
                background: #404247;
            }

    .accordion > li:hover > a span, .accordion > li:target > a span, .accordion > li > a.active span {
        color: #fdfdfd;
        text-shadow: 0px 1px 0px rgba(0,0,0, .35);
        background: #3e5706;
    }
/* Images */

/* Sub Menu */

.sub-menu li a {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: #e5e5e5;
    border-bottom: 1px solid #c9c9c9;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a {
    background: #efefef;
}

.sub-menu li:last-child a {
    border: none;
}

.sub-menu li > a span {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sub-menu em {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #a6a6a6;
    font: normal 10px/32px Arial, sans-serif;
}
/* Functionality */

.accordion li > .sub-menu {
    display: none;
}

.accordion li:target > .sub-menu {
    display: block;
}

.dabaodu {
    margin: 10px 0;
    display: inline-block;
    /*width: 600px;*/
    width: 660px;
    float: left;
}

    .dabaodu h1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px;
        word-wrap: break-word;
    }

.uck {
    margin: 10px 0;
    display: inline-block;
    line-height: 24px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    width: 600px;
}

.ucb {
    font-size: 12px;
    font-weight: bold;
}

    .ucb a {
        color: #6B8F1A;
    }

.sousuo {
    margin-bottom: 20px;
}

    .sousuo p {
        height: 30px;
    }

        .sousuo p input.ond {
            border: 1px solid #ddd;
            height: 25px;
            width: 219px;
        }

        .sousuo p input.errInfo {
            border: 1px solid #ddd;
            height: 25px;
            width: 200px;
        }

        .sousuo p input.uii {
            height: 25px;
            width: 50px;
            background: #F60;
            display: inline-block;
            line-height: 25px;
            text-align: center;
            color: #fff;
            cursor: pointer;
        }

.detaile_bast {
    /*width: 600px;*/
    width: 660px;
    color: #333;
}

    .detaile_bast h2 {
        background: #f8f8f8;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
    }

.tq {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 20px;
}

.footer {
    background: #F6F6F6;
}

#footer {
    margin: 0 auto;
    width: 1003px;
    background: #F6F6F6;
}

    #footer .about {
        width: 1003px;
        float: left;
        margin-top: 20px;
        height: 110px;
        display: inline-block;
        border-bottom: 1px solid #ddd;
    }

        #footer .about img {
            width: 42px;
            height: 40px;
            float: left;
        }

        #footer .about div {
            float: left;
        }

            #footer .about div div {
                float: left;
                width: 208px;
                margin-bottom: 15px;
            }

                #footer .about div div p {
                    font-size: 18px;
                    font-weight: bold;
                    font-family: "微软雅黑";
                }

            #footer .about div img {
                margin-top: -5px;
            }

            #footer .about div div img {
                width: 76px;
                height: 20px;
                float: none;
                border-bottom: 1px solid #00765B;
            }

        #footer .about span {
            display: block;
            width: 188px;
            line-height: 25px;
            font-family: "微软雅黑";
            font-size: 14px;
        }

    #footer .contact {
        width: 642px;
        float: right;
        border-left: 1px solid #00765B;
        padding-left: 10px;
    }

    #footer .telephone {
        width: 310px;
        float: left;
        padding: 0 10px;
        line-height: 40px;
    }


        #footer .telephone p {
            font-size: 24px;
            font-family: "微软雅黑";
            color: #00765B;
            font-weight: 500;
            margin-top: 20px;
        }

            #footer .telephone p span {
                color: #f60;
            }

            #footer .telephone p b {
                font-weight: 500;
            }

        #footer .telephone img {
            width: 230px;
            height: 22px;
            margin-right: 80px;
        }

    #footer .whyChose {
        color: #00765b;
        padding-top: 5px;
        font-size: 20px;
        font-weight: bolder;
        font-family: "微软雅黑";
    }

.footer_main {
    background: #fff;
    padding: 10px;
    display: inline-block;
}

.fot_top {
    width: 983px;
    display: inline-block;
}

#footer .introduce {
    float: left;
    text-align: center;
    padding-top: 10px;
    margin: 0 5px;
    width: 23%;
}

    #footer .introduce img {
        width: 46px;
        height: 40px;
        position: relative;
        left: -25px;
    }

    #footer .introduce div {
        font-weight: bolder;
        font-size: 12px;
        padding: 10px 0 5px 0;
        text-align: left;
        margin-left: 20px;
    }

    #footer .introduce span {
        font-size: 12px;
        display: block;
        text-align: left;
    }

#footer .copyright {
    text-align: center;
    padding-top: 10px;
    height: 120px;
    width: 1003px;
    display: inline-block;
}

    #footer .copyright span {
        display: block;
        font-size: 12px;
        font-family: "微软雅黑";
        color: #666666;
        line-height: 24px;
    }

    #footer .copyright img {
        height: 60px;
        width: auto;
        margin-top: 7px;
    }

        #footer .copyright img + img {
            margin-left: 50px;
        }
/*************footer**************/

/*create by suhua*/
.rightPan h3 {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}
.sousuo input[type=text] {
    border: 1px solid #e1e1e1;
    font-size: 16px;
    border-radius: 2px;
    width: 189px;
    height: 32px;
    padding-left: 10px;
    font-size: 1.2em;
    font: 400 13.3333px Arial;
}

.sousuo input[type=button] {
    margin-left: 6px;
    background-color: #92d12c;
    border: none;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 34px;
    font-size: 16px;
    color: white;
    font-weight: 700;
    margin-bottom: 4px;
    cursor:pointer;
}
    .sousuo input[type=button]:hover {
        background-color: #a6ec34;
    }
    .widgetBlock div {
        height: 60px;
    }
.widgetBlock a {
    color: #7b7a7a;
    background-color: #f6f6f6;
    float: left;
    width: 32%;
    margin: 0 1% 1% 0;
    padding: 0;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    text-align: center;
}
    .widgetBlock a:hover {
        color: white;
        background-color: #92d12c;
    }
