﻿/*cssrest*/
html {
    color: #111;
    background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*clearfix*/
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}
/* font-family*/
body {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei", Arial, sans-serif;
    font-size: 13px;
    background: url(../images/body_bg.png) repeat #fff;
    width: 1280px;
    margin: 0px auto;
}

a {
    color: #444;
    text-decoration: none;
}

/*首页样式*/
.top_wrapper {
    background: url(../images/top_bg.png) no-repeat top center;
    width: 1280px;
    margin: 0px auto;
    border-top: solid 1px #d0ebfc;
    position: relative;
}

.top_swf {
    height: 120px;
    width: 1020px;
    margin: 0px auto;
    margin-left: 155px;
    background: url(/images/logo.png) no-repeat center;
}

    .top_swf object {
        display: none;
    }

.sub_page .top_swf {
    height: 120px;
    width: 1020px;
    margin: 0px auto;
    margin-top: 58px;
    margin-left: 130px;
}

.top_nav {
    width: 1000px;
    line-height: 33px;
    margin: 7px auto 10px;
    margin-left: 175px;
}

    .top_nav li {
        float: left;
        line-height: 28px;
    }

        .top_nav li a {
            font-size: 14px;
            color: #fff;
            width: 96px;
            text-align: center;
            display: block;
        }

.content_wrapper {
    width: 1020px;
    margin-left: 155px;
    background-color: #fff;
    border-top: solid 1px #fff;
}

.wrapper_margin {
    margin: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.banner_wrapper {
}

.banner {
    float: left;
    width: 547px;
    position: relative;
    height: 308px;
    overflow: hidden;
}

    .banner .switcher {
        position: absolute;
        right: 10px;
        bottom: 40px;
        z-index: 30;
    }

        .banner .switcher span {
            padding: 3px 6px;
            color: #fff;
            margin-left: 3px;
            background: #333;
            font-size: 12px;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

            .banner .switcher span.cur {
                background: #F76809;
            }

    .banner .banner_title {
        position: absolute;
        z-index: 30;
        width: 547px;
        height: 30px;
        left: 0px;
        bottom: 0px;
        background: #444;
        opacity: 0.9;
        filter: alpha(opacity=90);
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.ywnews {
    float: right;
    width: 431px;
}

.ywnews_title {
    height: 40px;
    background: url(../images/box_bg.png) -1px -2px no-repeat;
    position: relative;
}

    .ywnews_title h2 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .ywnews_title a {
        color: #0066cc;
        position: absolute;
        top: 13px;
        right: 15px;
    }

.ywnews_content {
    border: solid 1px #c1c9dc;
    position: relative;
    top: -3px;
    border-top: none;
    height: 270px;
}

ul.news_list {
    margin-left: 10px;
}

    ul.news_list li {
        list-style-type: square;
        list-style-position: inside;
        line-height: 2.5em;
        font-size: 13px;
        border-top: dashed 1px #ccc;
    }

        ul.news_list li.first_item {
            line-height: 2.6em;
            border: none;
        }

            ul.news_list li.first_item a {
                font-size: 15px;
                font-weight: bold;
                color: #0066cc;
            }

.mid_wrapper {
    margin-top: 20px;
}

.left_wrapper {
    width: 300px;
    float: left;
}

.mtjj_wrapper {
    background: url(../images/box_bg.png) no-repeat 0px -104px;
    height: 249px;
}

.mtjj_wrapper_title {
    position: relative;
    height: 32px;
}

    .mtjj_wrapper_title h2 {
        font-size: 15px;
        color: #0066cc;
        font-weight: bold;
        position: absolute;
        left: 55px;
        top: 10px;
    }

    .mtjj_wrapper_title span {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        left: 16px;
        top: 10px;
    }

    .mtjj_wrapper_title a {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 12px;
    }

.mtjj_wrapper ul.news_list {
    margin-top: 15px;
    margin-left: 20px;
}

    .mtjj_wrapper ul.news_list li {
        border: none;
        line-height: 2.3em;
        font-size: 12px;
    }

.tzgg_wrapper {
    margin-top: 10px;
    background-position: 0px -545px;
}

.mt_wrapper {
    margin-top: 10px;
    background-position: 0px -456px;
}

.links_wrapper {
    margin-top: 10px;
}

.links_wrapper_title {
    background: url(../images/box_bg.png) no-repeat 0px -367px;
    height: 30px;
}

.links_wrapper_content {
    margin-top: 10px;
    margin-left: 10px;
}

    .links_wrapper_content select {
        margin: 5px 0;
        width: 278px;
    }

.links_wrapper ul.news_list {
    margin-top: 15px;
    margin-left: 0px;
}

    .links_wrapper ul.news_list li {
        border: none;
        line-height: 1.6em;
        font-size: 12px;
    }

.center_wrapper {
    float: left;
    margin-left: 10px;
    width: 448px;
}

.xshd_wrapper {
}

.xshd_wrapper_title {
    background: url(../images/box_bg.png) no-repeat -1px -50px;
    height: 36px;
    position: relative;
}

    .xshd_wrapper_title h2 {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 8px;
        left: 30px;
    }

    .xshd_wrapper_title a {
        color: #0066cc;
        position: absolute;
        top: 13px;
        right: 11px;
        display: block;
        width: 75px;
        height: 15px;
    }

.xshd_wrapper_content {
    border: solid 1px #c1c9dc;
    border-top: none;
}

.xshd_wrapper ul.news_list {
    margin-left: 20px;
    padding-top: 15px;
}

    .xshd_wrapper ul.news_list li {
        line-height: 2.2em;
        border: none;
    }

.xshd_wrapper_content .hr {
    border: none;
    border-top: dashed 1px #ccc;
    margin: 7px 0px;
}

.kycg_wrapper {
    margin-top: 20px;
}

    .kycg_wrapper ul.news_list {
        padding-bottom: 8px;
    }

.right_wrapper {
    float: right;
    width: 217px;
    position: relative;
}

.other_door {
}

.other_door_title {
    background: url(../images/box_bg.png) no-repeat -1px -399px;
    height: 40px;
}

    .other_door_title h2 {
        font-size: 15px;
        font-weight: bold;
        color: #0577FD;
        position: absolute;
        top: 8px;
        left: 10px;
    }

.right_wrapper ul {
    position: absolute;
}

    .right_wrapper ul li {
        margin-top: 15px;
    }

.foot_wrapper {
    background: url(../images/foot_bg.png) no-repeat bottom center;
    width: 1280px;
    height: 300px;
    margin: 0px auto;
}

.foot_content {
    margin-left: 121px;
    text-align: center;
    width: 1024px;
    line-height: 2em;
    padding-top: 50px;
}


/**新增*/
ul.news_list .sublist {
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.news_list .sublist1 {
    width: 398px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.news_list .sublist2 {
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.news_list .sublist3 {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/**/

/***子页面样式***/
.sub_page {
}

    .sub_page .top_wrapper {
        background: url(../images/sub_page_02.jpg) no-repeat top center;
        width: 1280px;
        margin: 0px auto;
        border-top: solid 1px #d0ebfc;
    }

        .sub_page .top_wrapper .top_nav {
            margin: 0px auto;
            margin-top: 22px;
            margin-bottom: 10px;
            margin-left: 495px;
            width: 610px;
            line-height: 33px;
        }

            .sub_page .top_wrapper .top_nav li {
                width: 105px;
            }

                .sub_page .top_wrapper .top_nav li a.active {
                    background: url(../images/nav_bg.png) no-repeat top center;
                    color: #111;
                }

    .sub_page .content_wrapper {
        border: none;
        margin-top: 50px;
        width: 1022px;
        margin-left: 130px;
    }

    .sub_page .wrapper_margin {
        margin-left: 21px;
        margin-right: 25px;
    }

    .sub_page .left_menu_wrapper {
        position: relative;
        width: 260px;
        float: left;
    }

    .sub_page .left_menu_con {
        position: relative;
        top: -85px;
        background: url(../images/left_bg.gif) no-repeat top center;
        padding-top: 45px;
    }

        .sub_page .left_menu_con h2 {
            font-size: 28px;
            color: #14425A;
            font-weight: bold;
            padding-left: 25px;
        }

        .sub_page .left_menu_con ul {
            margin-top: 29px;
        }

            .sub_page .left_menu_con ul li {
                line-height: 40px;
                height: 40px;
                border-bottom: solid 1px #afc9ee;
                border-top: solid 1px #fff;
                margin: 0px;
                padding: 0px;
            }

                .sub_page .left_menu_con ul li.first_item {
                    border-top: none;
                }

                .sub_page .left_menu_con ul li a {
                    margin: 0px;
                    padding: 0px;
                    font-size: 16px;
                    font-weight: bold;
                    display: block;
                    color: #1d6ea9;
                    padding-left: 25px;
                    background: url(../images/list_arrow.png) no-repeat left center;
                    margin-left: 25px;
                    padding-left: 10px;
                }

                .sub_page .left_menu_con ul li.active {
                    background-color: #e4eaf9;
                }

                .sub_page .left_menu_con ul li:hover {
                    background-color: #e4eaf9;
                }

    .sub_page .right_content_wrapper {
        width: 680px;
        float: right;
        position: relative;
    }

    .sub_page .nav_guide {
        position: absolute;
        top: -30px;
        right: 5px;
    }

        .sub_page .nav_guide .last_item {
            color: #0a6cc6;
        }

    .sub_page .right_con {
        padding-bottom: 35px;
        padding-right: 24px;
    }

        .sub_page .right_con p {
            text-indent: 25px;
            line-height: 2.5em;
            margin-top: 7px;
        }

        .sub_page .right_con.xrld_con {
            padding-left: 25px;
        }

            .sub_page .right_con.xrld_con p.label_wrapper {
                text-indent: 0px;
                margin: 20px 0px
            }

        .sub_page .right_con .label_bg {
            background: url(../images/ld_bg.png) no-repeat left center;
            width: 155px;
            height: 33px;
            display: inline-block;
            padding-left: 10px;
        }

    .sub_page .right_content_wrapper .right_con_title {
        font-size: 18px;
        background: url(../images/arrow_icon.png) no-repeat left center;
        border-bottom: solid 1px #ccc;
        padding-left: 25px;
        line-height: 2em;
        font-weight: bold;
    }

    .sub_page .jgsz_con {
        margin-left: 45px;
    }

        .sub_page .jgsz_con table {
            width: 100%;
            border: solid 1px #C6D8DD;
            margin-top: 30px;
        }

            .sub_page .jgsz_con table th {
                background-color: #eee;
                color: #09609a;
            }

                .sub_page .jgsz_con table th h2 {
                    border: solid 2px #fff;
                    padding: 7px 15px;
                    font-weight: bold;
                }

            .sub_page .jgsz_con table td {
                padding: 7px 15px;
                line-height: 2em;
            }

    .sub_page .foot_wrapper {
        background: url(../images/sub_page_04.jpg) no-repeat top center;
        width: 1280px;
        height: 285px;
        margin: 0px auto;
    }

    .sub_page .foot_content {
        margin-left: 121px;
        text-align: center;
        width: 1024px;
        line-height: 2em;
        padding-top: 50px;
    }

    .sub_page .fzjg_con {
        margin-right: 0px;
        padding-right: 0px;
    }

    /********新增******/

    .sub_page .jgsz_con .jgsz {
        float: left;
        width: 280px;
        overflow: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 40px;
    }

    .sub_page .jgsz_con .fzjg {
        float: left;
        width: 80px;
        overflow: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 40px;
    }
/********新增******/


.fzjg_con table {
    width: 100%;
    margin-top: 30px;
}

    .fzjg_con table thead th {
        background-color: #a8dafb;
        line-height: 40px;
        padding: 10px;
        border: solid 1px #acb0b3;
    }

    .fzjg_con table td {
        border: solid 1px #acb0b3;
        line-height: 30px;
        height: 30px;
        padding-left: 10px;
    }

    .fzjg_con table tr.obg td {
        background-color: #f0f9ff;
    }

    .fzjg_con table tbody th {
        background-color: #a8dafb;
        height: 5px;
        border-right: solid 1px #acb0b3;
        border-left: solid 1px #acb0b3;
    }

.fzjg_con_2 .title_bg {
    background: url(../images/title_bg.png) no-repeat 0 0;
    width: 642px;
    height: 100px;
    margin-left: 10px;
    margin-top: 30px;
}

.fzjg_con_2 h2.box_bg_jj {
    text-align: center;
    font-size: 20px;
    color: #45A995;
    position: relative;
    top: 30px;
    ;
    padding-top: 13px;
    font-weight: bold;
}

.fzjg_con_2 h2.box_bg {
    background: url(../images/title_bg.png) no-repeat -1px -161px;
    width: 147px;
    height: 44px;
    font-size: 18px;
    color: #45A995;
    position: relative;
    top: 30px;
    left: 15px;
    padding-top: 13px;
    padding-left: 26px;
}

.fzjg_con_2 p {
    width: 610px;
    margin-left: 25px;
    margin-top: 30px;
}

.fzjg_con_3 .name_bg {
    background: url(../images/title_bg.png) no-repeat -1px -80px;
    width: 670px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.sub_page .zjxz_con {
    padding-right: 0px;
}

.zjxz_con .zjxz_list {
    margin-top: 30px;
}

    .zjxz_con .zjxz_list li {
        float: left;
        margin-right: 16px;
        width: 68px;
        height: 90px;
        background: url(../images/head_bg.png) no-repeat 0px 0px;
        margin-bottom: 20px;
    }

        .zjxz_con .zjxz_list li .img_wrapper {
            width: 50px;
            height: 50px;
            overflow: hidden;
            padding: 8px;
        }

            .zjxz_con .zjxz_list li .img_wrapper img {
                width: 50px;
                height: 50px;
            }

        .zjxz_con .zjxz_list li .name_wrapper {
            text-align: center;
            text-indent: 0;
            line-height: 1.6em;
            margin-top: 0px;
        }

.zjxz_con_2 {
}

    .zjxz_con_2 h2 {
        line-height: 50px;
        font-weight: bold;
        color: #526573;
        font-size: 16px;
    }

        .zjxz_con_2 h2 span {
            display: inline-block;
            width: 14px;
            height: 14px;
            background: #526573;
            margin-left: 10px;
            margin-right: 10px;
        }

.sub_page .left_menu_wrapper .name_list_wrapper {
    border-bottom: none;
    height: auto;
}

    .sub_page .left_menu_wrapper .name_list_wrapper:hover {
        background: none;
    }

    .sub_page .left_menu_wrapper .name_list_wrapper .name_list {
    }

        .sub_page .left_menu_wrapper .name_list_wrapper .name_list a {
            display: block;
            float: left;
            background: none;
            background-color: #EEE;
            width: 100px;
            text-align: center;
            margin-top: 14px;
            padding-left: 0px;
            margin-left: 20px;
        }

.news_page .top_wrapper {
    background: url(../images/news_top_02.jpg) no-repeat top center;
    width: 1280px;
    margin: 0px auto;
    border-top: solid 1px #d0ebfc;
}

    .news_page .top_wrapper .top_nav {
        margin: 0px auto;
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 152px;
        width: 980px;
        line-height: 33px;
    }

        .news_page .top_wrapper .top_nav li {
            width: 97px;
        }

.news_page .nav_guide {
    top: -35px;
    right: 25px;
}

.news_page .content_wrapper {
    position: relative;
    padding-bottom: 50px;
}

.news_page .wrapper_margin {
    margin-left: 160px;
    margin-right: 250px;
}

.news_page .news_con_title {
    width: 440px;
    border-bottom: solid 8px #709FBD;
    line-height: 30px;
    font-size: 18px;
    color: #709FBD;
    padding-left: 7px;
}

.news_page .news_list {
    padding-left: 0px;
    margin-left: 0px;
    border-top: dotted 1px #ccc;
    margin-bottom: 16px;
    padding-top: 14px;
}

    .news_page .news_list li {
        border: none;
        list-style-type: disc;
        margin-left: 10px;
    }

.pager {
    line-height: 40px;
    height: 40px;
    border: dotted 1px #ccc;
    border-left: none;
    border-right: none;
    text-align: center;
}

    .pager .page_num {
        background: none;
        border: solid 1px #ccc;
        width: 32px;
        height: 22px;
        margin: 0px 5px;
    }

    .pager .go {
        padding: 5px;
        background: #e1e4ff;
    }

    .pager a {
        color: #709fbd
    }

.news_detail_page .content_wrapper {
    padding-bottom: 5px;
}

.news_detail_page .wrapper_margin {
    border: solid 1px #ccc;
    border-bottom: none;
    background-color: #f0f0f0;
    position: relative;
    margin: 20px;
    margin-top: 28px;
}

.news_con_2 {
    background-color: #fff;
    width: 665px;
    border-top: solid 1px #fff;
}

    .news_con_2 .news_detail_margin {
        margin: 22px;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

    .news_con_2 .news_con_title {
        font-size: 23px;
        font-weight: bold;
        border-bottom: solid 1px #ccc;
        line-height: 50px;
        text-align: center;
        color: #2e3031;
        width: 100%;
        padding: 0px;
    }

    .news_con_2 .post_info {
        color: #969191;
        margin-top: 10px;
        text-align: center;
    }

    .news_con_2 .post_detail {
        margin: 22px;
    }

        .news_con_2 .post_detail p {
            text-indent: 25px;
            line-height: 2.0em;
            margin-top: 16px;
        }

.news_detail_page .news_top_wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/news_top_bg.png) left top no-repeat;
    width: 293px;
    height: 343px;
    padding-top: 45px;
}

    .news_detail_page .news_top_wrapper a.more {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .news_detail_page .news_top_wrapper ul {
        padding: 2px 6px;
    }

        .news_detail_page .news_top_wrapper ul li {
            line-height: 2.4em;
            background: url(../images/top_num.png) left top no-repeat;
            padding-left: 40px;
            font-size: 12px;
            width: 240px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .news_detail_page .news_top_wrapper ul li.item_1 {
                background-position: 0px 2px;
                color: #873416;
            }

            .news_detail_page .news_top_wrapper ul li.item_2 {
                background-position: 0px -24px;
                color: #873416;
            }

            .news_detail_page .news_top_wrapper ul li.item_3 {
                background-position: 0px -52px;
                color: #873416;
            }

            .news_detail_page .news_top_wrapper ul li.item_1 a {
                color: #873416;
            }

            .news_detail_page .news_top_wrapper ul li.item_2 a {
                color: #873416;
            }

            .news_detail_page .news_top_wrapper ul li.item_3 a {
                color: #873416;
            }

            .news_detail_page .news_top_wrapper ul li.item_4 {
                background-position: 0px -79px;
            }

            .news_detail_page .news_top_wrapper ul li.item_5 {
                background-position: 0px -107px;
            }

            .news_detail_page .news_top_wrapper ul li.item_6 {
                background-position: 0px -135px;
            }

            .news_detail_page .news_top_wrapper ul li.item_7 {
                background-position: 0px -161px;
            }

            .news_detail_page .news_top_wrapper ul li.item_8 {
                background-position: 0px -187px;
            }

            .news_detail_page .news_top_wrapper ul li.item_9 {
                background-position: 0px -215px;
            }

            .news_detail_page .news_top_wrapper ul li.item_10 {
                background-position: 0px -242px;
            }


.medio_page .wrapper_margin {
    margin-left: 250px;
    margin-right: 150px;
}

.medio_page .content_wrapper {
    position: relative;
}

.medio_page .news_menu {
    position: absolute;
    top: 0px;
    left: 10px;
}

    .medio_page .news_menu a {
        display: block;
        width: 205px;
        height: 30px;
        background: url(../images/button_bg.png) no-repeat left top;
        color: #064f82;
        line-height: 28px;
        padding-left: 16px;
        margin-bottom: 16px;
    }


/*********分页风格**********/
.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        padding: 1px 6px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none
    }

.prev {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #DADADA;
    color: #4085D3;
}

.next {
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #DADADA;
    padding: 0px;
    color: #4085D3;
}

.wheater {
    border: 0px solid #000;
    width: 1000px;
    height: 30px;
    margin: auto;
    margin-top: 70px;
    text-align: right;
}

.jCarouselLite {
    height: 581px;
}
/**飘窗*/
.floadAd {
    position: absolute;
    z-index: 999900;
    background: url("../images/FloatAd.jpg") no-repeat left;
    display: none;
    width: 340px;
    height: 200px;
    background-size: 340px 200px !important;
}
    .floadAd .Fdimg{
        width:340px;
        height:200px;
    }

    .floadAd .close {
        /* background: url("../images/FloatAd_close.png") no-repeat left;*/
        display: block;
        height: 18px;
        width: 18px;
        position: absolute;
        right: 0px;
        top: -18px;
        text-align: center;
        color: #000 !important;
        font-size:16px;
        border-radius:6px;
    }
        .floadAd .close:hover{
            background-color:crimson;
            color:#fff !important;
            cursor:pointer;
        }

        .floadAd .item {
            display: block;
        }

        .floadAd .item img {
            vertical-align: bottom;
        }

    .floadAd .fadcontent {
        padding: 20px 10px 10px 10px;
        text-align: center;
        height: 120px;
    }

        .floadAd .fadcontent a {
            color: White;
            font-size: 16px;
            font-weight: bold;
            display: block;
            height: 100%;
        }
