﻿@charset "utf-8";
/* CSS Document */

body, div, table, tr, td, p, a, span, img, em, i, ul, ol, li, form, dl, dd, dt {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: '微軟正黑體',Arial,Helvetica,sans-serif;
    line-height: 21px;
    border: none;
}

font, strong {
    font-size: 14px;
    font-family: '微軟正黑體',Arial,Helvetica,sans-serif;
    line-height: 21px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: '微軟正黑體',Arial,Helvetica,sans-serif;
    color: #333;
    line-height: 21px;
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-size: 16px;
    }

ul, ol {
    list-style: none;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
}

img {
    border: none;
    display: block;
}

html {
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: none;
        -moz-outline: none;
    }

body {
    background: #fff;
}

input {
    background-color: #eff0f0;
    border-style: solid;
    border-color: silver;
    border-width: 1px;
    height: 16px;
    line-height: 16px;
    padding: 6px;
    margin-bottom: 5px;
    font-size: 14px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*header*/
#header {
    width: 100%;
    background-image: url("../../images/headerbg.jpg");
    /*background: #1b2c3e;*/
}

    #header .header_inner {
        width: 1200px;
        height: 70px;
        margin: 0 auto;
    }

    #header .headernav {
        width: 450px;
        float: left;
        margin-top: 10px;
    }

        #header .headernav .ttweblogo {
            float: left;
        }

    #header .header_inner .line {
        float: left;
        height: 70px;
        border-left: 1px solid #fff;
        width: 0;
        overflow: hidden;
    }

.loginlist {
    float: left;
    padding-top: 24px;
}

    .loginlist ul {
    }

    .loginlist li {
        float: left;
        margin-left: 25px;
    }

        .loginlist li a {
            font-size: 14px;
            color: #222;
            cursor: pointer;
        }

        .loginlist li.rss {
            margin-left: 40px;
        }

            .loginlist li.rss > span, .loginlist li.rss .head span {
                background: url(/../images/rss.png) no-repeat;
                height: 18px;
                width: 18px;
                float: left;
                margin: 2px 10px 0 0;
            }

        .loginlist li.fb {
            margin-left: 40px;
        }

            .loginlist li.fb > span, .loginlist li.fb .head span {
                background: url(/../images/facebook.png) no-repeat;
                height: 18px;
                width: 18px;
                float: left;
                margin: 2px 10px 0 0;
            }

        .loginlist li.calendar {
            margin-left: 40px;
        }

            .loginlist li.calendar > span, .loginlist li.calendar .head span {
                background: url(/../images/Calendar-icon.png) no-repeat;
                height: 18px;
                width: 18px;
                float: left;
                margin: 2px 10px 0 0;
            }

        .loginlist li.fourm {
            margin-left: 40px;
        }

            .loginlist li.fourm > span, .loginlist li.fourm .head span {
                background: url(/../images/m_icon_macmm5.png) no-repeat;
                height: 18px;
                width: 18px;
                float: left;
                margin: 2px 10px 0 0;
            }

#header .header_inner .ttlogo {
    float: right;
    margin: 14px 10px 0 0;
}

    #header .header_inner .ttlogo a.img_logo {
        width: 133px;
        height: 46px;
        display: inline-block;
        background: url(/res/images/spriteimg/hta.png) no-repeat 0px -167px;
    }

#nav {
    width: 100%;
    background: #fff;
}

    #nav .mainnav {
        
        width: 1200px;
        padding: 8px 0;
        overflow: hidden;
        margin: 0 auto;
    }

        #nav .mainnav ul {
            width: 80%;
        }

        #nav .mainnav li {
            float: left;
            margin: 0 1.2%;
        }

            #nav .mainnav li a {
                float: left;
                font-size: 16px;
                color: #00b3ad;
            }

        #nav .mainnav .searchcon {
            float: right;
        }

            #nav .mainnav .searchcon .navsearchbox {
                float: left;
                width: 140px;
                height: 25px;
                background: #f2f2f2;
                border: 1px solid #eee;
                border-top-left-radius: 14px;
                border-bottom-left-radius: 14px;
                line-height: 23px;
                text-indent: 10px;
            }
/*******************************header**********************************/
#main .ctleft_o .depthmic {
    margin-top: 20px;
    overflow: hidden;
}

    #main .ctleft_o .depthmic .title h1 {
        width: 100%;
        border-bottom: 1px solid #00b3ad;
        overflow: hidden;
    }

        #main .ctleft_o .depthmic .title h1 span {
            float: left;
            font-size: 24px;
            font-weight: normal;
            color: #00b3ad;
            border-bottom: 3px solid #00b3ad;
            line-height: 36px;
        }

            #main .ctleft_o .depthmic .title h1 span a {
                font-size: 24px;
                color: #00b3ad;
                margin: 0;
                line-height: 36px;
            }

        #main .ctleft_o .depthmic .title h1 a {
            float: right;
            font-size: 14px;
            color: #444;
            margin: 10px 20px 0 0;
        }

    #main .ctleft_o .depthmic li {
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
    }

        #main .ctleft_o .depthmic li.last {
            border-bottom: none;
        }

        #main .ctleft_o .depthmic li dt {
            float: left;
            width: 30%;
            margin-right: 3%;
            text-align: center;
            max-height: 212px;
            overflow: hidden;
        }

            #main .ctleft_o .depthmic li dt img {
                width: 100%;
                max-width: 228px;
                margin-top: 10px;
            }

        #main .ctleft_o .depthmic li dd {
            float: left;
            width: 65%;
            margin: 0 2% 0 0;
        }

            #main .ctleft_o .depthmic li dd h4 {
                line-height: 30px;
                padding: 12px 0 10px;
                font-weight: 700;
            }

                #main .ctleft_o .depthmic li dd h4 a {
                    font-size: 30px;
                    color: #222;
                    font-weight: 700;
                }

            #main .ctleft_o .depthmic li dd p {
                font-size: 16px;
                color: #0055a5;
                line-height: 26px;
            }

                #main .ctleft_o .depthmic li dd p.time {
                    padding-top: 5px;
                }

                #main .ctleft_o .depthmic li dd p span {
                    font-size: 14px;
                    color: #888;
                }

                    #main .ctleft_o .depthmic li dd p span.linep {
                        padding: 0 10px;
                    }

    #main .ctleft_o .depthmic .topickwords {
        background: #f2f2f2;
    }

        #main .ctleft_o .depthmic .topickwords ul {
            padding: 20px 40px;
            overflow: hidden;
        }

        #main .ctleft_o .depthmic .topickwords li {
            border: none;
            float: left;
            padding: 8px 10px;
        }

            #main .ctleft_o .depthmic .topickwords li a {
                color: #00b3ad;
                font-size: 16px;
                float: left;
            }

    #main .ctleft_o .depthmic .topiclist li .listmore li {
        width: 50%;
    }

    #main .ctleft_o .depthmic .topiclist {
        padding-bottom: 50px;
    }

        #main .ctleft_o .depthmic .topiclist li {
            border-bottom: none;
            border-top: 1px solid #f2f2f2;
        }

            #main .ctleft_o .depthmic .topiclist li h4, #main .ctleft_o .depthmic .topiclist li h4 a {
                color: #00b3ad;
                font-size: 22px;
                font-weight: bold;
                line-height: 36px;
            }

            #main .ctleft_o .depthmic .topiclist li p {
                color: #444;
                font-size: 16px;
                line-height: 24px;
            }

            #main .ctleft_o .depthmic .topiclist li .listmore {
                padding: 10px 0;
                overflow: hidden;
            }

                #main .ctleft_o .depthmic .topiclist li .listmore li {
                    border: none;
                    float: left;
                    width: 50%;
                    padding: 2px 0;
                }

                    #main .ctleft_o .depthmic .topiclist li .listmore li span {
                        height: 6px;
                        width: 6px;
                        border-radius: 3px;
                        background: #00b3ad;
                        float: left;
                        margin: 9px 8px 0 0;
                    }

                    #main .ctleft_o .depthmic .topiclist li .listmore li a {
                        color: #444;
                        font-size: 14px;
                    }

.topbanner {
    width: 100%;
    background: #f2f2f2;
}

    .topbanner .topbannerbox {
        width: 1200px;
        margin: 0 auto;
        height: 70px;
        background: #f2f2f2;
        text-align: center;
        position: relative;
    }

    .topbanner .topbannerpic {
        height: 70px;
        width: 970px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -45px 0 0 -485px;
    }

.spanred {
    color: red;
}

#main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    background: #fff;
    overflow: hidden;
}

    #main .content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; /*display: -webkit-box;*/
        background: #fff;
        overflow: hidden;
        padding-top: 20px;
        width: auto;
    }

        #main .content .ctleft_o .conrightips .rightul li.ru {
            display: none;
        }

        #main .content .ctleft_o .conrightips .rightul li.curr {
            display: block;
        }

        #main .content .ctleft_o .conrightips .rightultop {
            padding: 40px 0 30px;
            border-bottom: 1px solid #e3e3e3;
            overflow: hidden;
        }

            #main .content .ctleft_o .conrightips .rightultop li {
                float: left;
                width: 25%;
            }

                #main .content .ctleft_o .conrightips .rightultop li img {
                    height: 125px;
                    width: 120px;
                    overflow: hidden;
                }

        #main .content .ctleft_o .conrightips .rightulbot {
            padding-top: 30px;
        }

            #main .content .ctleft_o .conrightips .rightulbot li {
                float: left;
                width: 47%;
                margin-right: 3%;
                line-height: 30px;
                height: 30px;
                overflow: hidden;
            }

                #main .content .ctleft_o .conrightips .rightulbot li span {
                    height: 6px;
                    width: 6px;
                    border-radius: 3px;
                    background: #00b3ad;
                    float: left;
                    margin: 9px 10px 0 0;
                }

                #main .content .ctleft_o .conrightips .rightulbot li a {
                    font-size: 16px;
                    color: #444;
                }

                #main .content .ctleft_o .conrightips .rightulbot li span .li_content {
                    color: red;
                }

    #main .ctleft {
        float: left;
        width: 300px;
        width: 75%\0;
        padding-bottom: 30px;
        background: #fff;
    }

        #main .ctleft .focuspiccon {
            position: relative;
        }
/*#main .ctleft .focuspicconbgimg{width:100%; opacity:0;}*/
#ganbenlunbo {
}

    #ganbenlunbo .focuspic {
    }

        #ganbenlunbo .focuspic ul {
            list-style: none;
            max-height: 444px;
            overflow: hidden;
        }

            #ganbenlunbo .focuspic ul li { /*position: absolute; top:0; left:0;*/
                display: none;
                width: 100%;
            }

                #ganbenlunbo .focuspic ul li img {
                    width: 100%;
                    opacity: 0.9; /**/
                }

                #ganbenlunbo .focuspic ul li:hover img {
                    opacity: 1;
                }

                #ganbenlunbo .focuspic ul li.no1 {
                    display: block;
                }

    #ganbenlunbo .focuspiont {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        z-index: 99;
    }

        #ganbenlunbo .focuspiont ul {
            float: right;
            width: 100px;
            list-style: none;
        }

            #ganbenlunbo .focuspiont ul li {
                float: left;
                width: 8px;
                height: 8px;
                margin-right: 10px;
                border-radius: 4px;
                background: #fff;
                cursor: pointer;
            }

                #ganbenlunbo .focuspiont ul li.cur {
                    background: #00b3ad;
                }

.focuspiccon .artcon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 88%;
    padding: 4% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.7) 100%);
}

    .focuspiccon .artcon h3 {
        padding-bottom: 10px;
        line-height: 36px;
    }

        .focuspiccon .artcon h3 a {
            font-size: 30px;
            font-weight: normal;
            color: #fff;
        }

    .focuspiccon .artcon p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

#main .ctleft h4 a {
    font-size: 20px;
    color: #222;
    height: 21px;
    display: block;
    overflow: hidden;
}

#main .ctleft .focusnews, #main .ctleft .dbase, #main .ctleft .deepmic {
    margin-top: 30px;
    overflow: hidden;
}

    #main .ctleft .focusnews .title h3, #main .ctleft .dbase .title h3, #main .ctleft .deepmic .title h3 {
        border-bottom: 1px solid #00b3ad;
        overflow: hidden;
    }

        #main .ctleft .focusnews .title h3 span, #main .ctleft .dbase .title h3 span, #main .ctleft .deepmic .title h3 span {
            float: left;
            font-size: 24px;
            font-weight: normal;
            color: #00b3ad;
            border-bottom: 3px solid #00b3ad;
            line-height: 36px;
        }

        #main .ctleft .focusnews .title h3 a, #main .ctleft .dbase .title h3 a, #main .ctleft .deepmic .title h3 a {
            float: right;
            font-size: 14px;
            color: #444;
            margin: 10px 20px 0 0;
        }

    #main .ctleft .focusnews li {
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
        overflow: hidden;
    }

        #main .ctleft .focusnews li:last-child {
            border-bottom: none;
        }

        #main .ctleft .focusnews li dl {
            margin: 0px;
        }

        #main .ctleft .focusnews li dt {
            float: left;
            width: 260px;
            height: 135px;
            overflow: hidden;
            margin-right: 3%;
        }

            #main .ctleft .focusnews li dt img {
                width: 100%;
            }

        #main .ctleft .focusnews li dd {
            margin: 0 2% 0 0;
        }

            #main .ctleft .focusnews li dd h4 {
                line-height: 28px;
                padding-bottom: 10px;
            }

            #main .ctleft .focusnews li dd p {
                font-size: 16px;
                color: #666;
                line-height: 24px;
                max-height: 72px;
                overflow: hidden;
            }

                #main .ctleft .focusnews li dd p.time {
                    padding-top: 5px;
                }

                #main .ctleft .focusnews li dd p span {
                    font-size: 14px;
                    color: #888;
                }

                    #main .ctleft .focusnews li dd p span.linep {
                        padding: 0 10px;
                    }

/*左側廣告ad1 840*90*/
#main .ctleft .ctleftad {
    background: #f2f2f2;
    text-align: center;
    margin-top: 30px;
}

    #main .ctleft .ctleftad .ctleftadpic {
        width: 840px;
        overflow: hidden;
    }

/*數據*/
#main .ctleft .dbase .dbasewrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

    #main .ctleft .dbase .dbasewrap .dbbaseleft {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 30px;
        padding: 10px 0 0px;
        float: left;
        width: 60%\0;
        *width: 59%;
    }

        #main .ctleft .dbase .dbasewrap .dbbaseleft li {
            padding: 20px 0;
            border-bottom: 1px solid #f2f2f2;
        }

            #main .ctleft .dbase .dbasewrap .dbbaseleft li.last {
                border-bottom: none;
            }

        #main .ctleft .dbase .dbasewrap .dbbaseleft h4 {
            padding-bottom: 10px;
        }

        #main .ctleft .dbase .dbasewrap .dbbaseleft p {
            font-size: 16px;
            color: #666;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
        }

    #main .ctleft .dbase .dbasewrap .dbbaseright {
        width: 300px;
        width: 35%\0;
        float: right;
        padding-top: 10px;
    }

        #main .ctleft .dbase .dbasewrap .dbbaseright li {
            margin: 20px 0;
            height: 22px;
            overflow: hidden;
        }

            #main .ctleft .dbase .dbasewrap .dbbaseright li span {
                height: 6px;
                width: 6px;
                border-radius: 3px;
                background: #00b3ad;
                float: left;
                margin: 9px 10px 0 0;
            }

            #main .ctleft .dbase .dbasewrap .dbbaseright li a {
                font-size: 16px;
                color: #666;
            }

#main .ctleft .deepmic {
    padding-bottom: 50px;
}

    #main .ctleft .deepmic li {
        padding: 20px 0;
        border-bottom: 1px solid #f2f2f2;
        overflow: hidden;
    }

        #main .ctleft .deepmic li:last-child {
            border-bottom: none;
        }

    #main .ctleft .deepmic dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
    }

    #main .ctleft .deepmic dt {
        float: left;
        width: 180px;
        height: 160px;
        overflow: hidden;
        margin-right: 30px;
        width: 23%\0;
        margin-right: 2%\0;
    }

        #main .ctleft .deepmic dt img {
            width: 100%;
        }

    #main .ctleft .deepmic dd {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px;
        padding-right: 2%\0;
    }

        #main .ctleft .deepmic dd h4 {
            padding: 10px 0;
        }

        #main .ctleft .deepmic dd p {
            font-size: 16px;
            color: #666;
            line-height: 24px;
        }

/*正文右側*/
#main .ctright {
    float: right;
    width: 300px;
    width: 25%\0;
    padding-bottom: 30px;
    background: #fff;
}
/*正文右側廣告11 300*250*/
#main .rightad1 {
}
/*正文右側廣告3 300*60*/
#main .rightad3 {
    padding: 40px 0;
}
/*話題*/
#main .ctrighttopicbox {
    height: 288px;
}


#bdshare {
    clear: both;
}
#mainxtz {
    width: 100%;
    margin-top: 40px;
    line-height: 36px;
    overflow: hidden;
}
/*footer*/
#footer {
    width: 100%;
    background: #095BA7;
}

    #footer .footercon {
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex; /**/
        padding: 20px 0 30px;
        overflow: hidden;
    }

        #footer .footercon .left { /*width:152px;*/
            width: 16%;
            max-width: 152px;
            float: left;
        }

            #footer .footercon .left .ttlogo {
                height: 54px;
                width: 152px;
                margin: 10px 0 35px;
            }

                #footer .footercon .left .ttlogo a.img_logo {
                    background: url(../../hta-slogo.png.png) no-repeat 0px -215px;
                    display: block;
                    height: 54px;
                    width: 152px;
                }

            #footer .footercon .left p {
                font-size: 14px;
                text-align: center;
            }

        #footer .footercon .mid { /*-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1; */
            width: 60%;
            width: 56%\0;
            overflow: hidden; /* width:788px\0;*/
            float: left\0;
        }

            #footer .footercon .mid ul {
            }

                #footer .footercon .mid ul li {
                    float: left;
                    width: 19%;
                    margin: 5px 3%;
                    background: url(/res/images/spriteimg/hta.png) repeat-x bottom center;
                    line-height: 40px;
                    text-align: center;
                }

                    #footer .footercon .mid ul li a {
                        font-size: 14px;
                        color: #fff;
                    }

        #footer .footercon .right { /*width:260px;*/
            width: 27%;
            max-width: 260px;
            float: right;
            float: left\0;
            background: #00b3ad;
        }

            #footer .footercon .right .footeright_l {
                width: 86px;
                float: left;
                margin-left: 20px;
            }

                #footer .footercon .right .footeright_l .img_wx {
                    background: url(/res/images/spriteimg/hta.png) no-repeat -86px -78px;
                    width: 86px;
                    height: 86px;
                }

            #footer .footercon .right .footeright_r .img_wb {
                background: url(/res/images/spriteimg/hta.png) no-repeat 0px -78px;
                width: 86px;
                height: 86px;
            }

            #footer .footercon .right .footeright_l p, #footer .footercon .right .footeright_r p {
                padding: 0px 0 5px;
                font-size: 14px;
            }

            #footer .footercon .right .footeright_r {
                width: 86px;
                float: right;
                margin-right: 20px;
            }

        #footer .footercon .rightline {
            width: 100%;
            text-align: center;
            padding-top: 20px;
            display: none;
        }

        #footer .footercon .right p {
            font-size: 12px;
            text-align: center;
            padding-top: 120px;
        }

            #footer .footercon .right p a {
                font-size: 12px;
                color: #fff;
                display: inline-block;
            }

                #footer .footercon .right p a.sitemap {
                    margin: 0 0 -1px 5px;
                    width: 23px;
                    height: 12px;
                    display: inline-block;
                    background: url(/res/images/spriteimg/hta.png) no-repeat right -200px;
                }

        #footer .footercon .rightline p a {
            font-size: 12px;
            color: #fff;
        }

/*文章頁topbanner*/
.sctopbanner {
    width: 100%;
    background: #fff;
}

    .sctopbanner .sctopbannerimg {
        width: 100%;
        background: #f2f2f2;
        text-align: center;
        max-height: 260px;
        overflow: hidden;
    }

        .sctopbanner .sctopbannerimg .imgbox {
            width: 1200px;
            margin: 0 auto;
        }

        .sctopbanner .sctopbannerimg img {
            display: block;
            width: 100%;
        }

    .sctopbanner .sctopbannercon {
        width: 1200px;
        margin: 0 auto;
    }

        .sctopbanner .sctopbannercon h1 {
            font-size: 32px;
            padding: 25px 0 20px;
            line-height: 44px;
            text-align: center;
            color: #414141;
        }

        .sctopbanner .sctopbannercon p {
            font-size: 14px;
            color: #414141;
            text-align: center;
        }

            .sctopbanner .sctopbannercon p span {
                padding-right: 30px;
                color: #414141;
            }

                .sctopbanner .sctopbannercon p span a {
                    font-size: 14px;
                    color: #414141;
                    margin-right: 15px;
                }

                    .sctopbanner .sctopbannercon p span a:last-child {
                        margin-right: 0;
                    }

                    .sctopbanner .sctopbannercon p span a:hover {
                        color: #00b3ad;
                    }

        .sctopbanner .sctopbannercon .intro {
            overflow: hidden;
            padding: 10px 0 0;
        }

            .sctopbanner .sctopbannercon .intro p.tips {
                overflow: hidden;
                text-align: center;
            }

                .sctopbanner .sctopbannercon .intro p.tips a {
                    font-size: 16px;
                    color: #212121;
                    display: inline-block;
                    padding: 0 10px;
                    margin: 5px 1px 0 0;
                    height: 42px;
                    line-height: 42px;
                    background: #e0e0e0;
                }
/*文章頁左側部分*/
#main .ctleft_o {
    float: left;
    margin-right: 5%; /**/
    padding-bottom: 50px;
    background: #fff;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 63%\0; /**/
    background: #fff;
    *width: 63%;
}
/*文章頁左側部分--分享*/
.fixedshare {
    position: fixed;
    background-color: #eee;
    top: 0;
    z-index: 1;
}

.ttop {
    padding: 10px;
}

a.edit {
    padding: 0 5px 0 18px;
    line-height: 18px;
    height: 18px;
    color: #7d7d7d;
    margin: 2px 5px 0 0;
    cursor: pointer;
    background: url(/template/images/qa/op.png) no-repeat 0 -18px;
}

    a.edit span {
        padding: 2px;
        line-height: 1em;
    }

a.delete {
    background: url(/template/images/qa/op.png) no-repeat 0 0;
}

a.zan {
    background: url(/template/images/qa/op.png) no-repeat 0 -54px;
}

a.cai {
    background: url(/template/images/qa/op.png) no-repeat 0 -72px;
}

a.favo {
    background: url(/template/images/qa/op.png) no-repeat 0 -36px;
}

a.accept {
    background: url(/template/images/qa/op.png) no-repeat 0 -90px;
}
/*文章頁左側部分--正文*/
#main .ctleft_o .article .maintext {
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #222;
    line-height: 1.6em;
    word-break: break-all;
}

    #main .ctleft_o .article .maintext * {
        font-size: 16px;
        line-height: 1.6em;
    }

    #main .ctleft_o .article .maintext > * {
        color: #222;
        padding-bottom: 1.6em;
    }

    #main .ctleft_o .article .maintext table, #main .ctleft_o .article .maintext table td {
        border: 1px solid;
    }

    #main .ctleft_o .article .maintext table {
        padding: 0;
        margin-bottom: 1.6em;
    }

    #main .ctleft_o .article .maintext ul {
        list-style: outside;
        padding: 10px 20px;
    }

    #main .ctleft_o .article .maintext ol {
        list-style: decimal;
        padding-left: 30px;
    }

    #main .ctleft_o .article .maintext li {
        line-height: 1.6em;
        padding-bottom: 1em;
    }

    #main .ctleft_o .article .maintext img {
        display: inline-block;
        margin: 10px;
        max-width: 96%;
        height: auto;
    }

    #main .ctleft_o .article .maintext h2 {
        font-size: 20px;
        color: #00b3ad;
        font-weight: bold;
        padding: 1.2em 0;
    }

    #main .ctleft_o .article .maintext h3, #main .ctleft_o .article .maintext h3 * {
        font-size: 18px;
        color: #0055a5;
        font-weight: bold;
    }

    #main .ctleft_o .article .maintext h4 {
        font-weight: bold;
    }

    #main .ctleft_o .article .maintext span.title_blue {
        font-size: 16px;
        color: #00b3ad;
        font-weight: bold;
        line-height: 1.6em;
        float: left;
        padding: 0;
    }

    #main .ctleft_o .article .maintext p.img {
        text-align: center;
    }

#main .ctleft_o .article .article_CP {
    margin: 20px 0;
}

    #main .ctleft_o .article .article_CP p.p1 {
        font-size: 16px;
        color: #00b3ad;
        line-height: 1.6em;
    }

    #main .ctleft_o .article .article_CP p.p3 {
        font-size: 14px;
        color: #a7a7a7;
        line-height: 1.6em;
        margin: 20px 0;
    }

#main .ctleft_o .article #LoginButton {
    text-align: center;
    margin: 20px auto;
}

    #main .ctleft_o .article #LoginButton a {
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        background-color: #00b3ad;
        color: #fff;
        padding: 8px 18px 8px 20px;
        border-radius: 5px;
        letter-spacing: 2px;
    }

.mutuality ul {
    margin: 30px 0;
}

    .mutuality ul h3 {
        border-bottom: 1px solid #00b3ad;
        margin-bottom: 20px;
    }

        .mutuality ul h3 span {
            border-bottom: 3px solid #00b3ad;
            font-size: 24px;
            line-height: 36px;
            color: #00b3ad;
        }

    .mutuality ul li {
        line-height: 2em;
        font-size: 16px;
    }

        .mutuality ul li a {
            color: #0055a5;
            font-size: 16px;
        }

div.imgs div.left:hover {
    cursor: url(http://img.techtarget.com.cn/template/images/component/left.cur),auto;
}

div.imgs div.right:hover {
    cursor: url(http://img.techtarget.com.cn/template/images/component/right.cur),auto;
}

.full_article {
    padding: 500px 10% 20px;
    overflow: hidden;
}
/*摘要--正文*/
#main .ctleft_o .article h1 {
    color: #00b3ad;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding: 10px 0 15px;
}

#main .ctleft_o .article .maintext_book {
    padding: 20px 0 40px;
}

    #main .ctleft_o .article .maintext_book .detailpic {
        float: left;
        margin: 0 20px 5px 0;
        padding: 5px;
        text-align: center;
    }

    #main .ctleft_o .article .maintext_book .detailtext {
    }

    #main .ctleft_o .article .maintext_book p {
        font-size: 16px;
        color: #444;
        line-height: 26px;
        padding-bottom: 10px;
    }

        #main .ctleft_o .article .maintext_book p.title_bold {
            font-weight: bold;
        }

/*評論*/
.panel_comment {
    overflow: hidden;
    padding: 10px 10px 20px;
    max-width: 840px;
}

    .panel_comment .title {
        overflow: hidden;
        padding-bottom: 15px;
    }

        .panel_comment .title h5 {
            float: left;
            font-size: 16px;
            color: #00b3ad;
            font-weight: bold;
            line-height: 28px;
        }

    .panel_comment .answerlist .answerone {
        border-bottom: 1px dashed #d5d5d5;
        padding-bottom: 10px;
    }

        .panel_comment .answerlist .answerone.rep {
            margin-left: 40px;
        }

        .panel_comment .answerlist .answerone .name {
            color: #8d8d8d;
            font-size: 12px;
            height: 50px;
            line-height: 50px;
        }

            .panel_comment .answerlist .answerone .name a {
                color: #111;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
            }

                .panel_comment .answerlist .answerone .name a.reply {
                    color: #8d8d8d;
                    float: right;
                    font-weight: normal;
                    font-size: 12px;
                    margin-right: 10px;
                    cursor: pointer;
                }

                .panel_comment .answerlist .answerone .name a span {
                    float: left;
                    height: 34px;
                    margin-right: 5px;
                    margin-top: 6px;
                }

        .panel_comment .answerlist .answerone .con img {
            display: inline;
        }

    .panel_comment .load_more {
        color: #00b3ad;
        display: none;
        cursor: pointer;
        margin: 10px auto 30px;
        text-align: center;
        width: 100px;
    }

    .panel_comment .myanswer {
        position: relative;
        margin-top: 30px;
    }

        .panel_comment .myanswer .login {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-image: linear-gradient(rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.25) 100%);
        }

            .panel_comment .myanswer .login div {
                text-align: center;
                margin: 30px auto;
                font-size: 16px;
            }

            .panel_comment .myanswer .login a {
                padding: 0 5px;
                font-weight: bold;
                color: #00b3ad;
                cursor: pointer;
                font-size: 16px;
            }

        .panel_comment .myanswer textarea {
            height: 129px;
            width: 99%;
            border: none;
        }

    .panel_comment p {
        font-size: 16px;
        color: #a7a7a7;
        padding-top: 30px;
        width: 75%;
    }

    .panel_comment button {
        width: 100px;
        height: 32px;
        background: #00b3ad;
        color: #fff;
        line-height: 32px;
        text-align: center;
        box-shadow: #bebebe 0 3px 6px;
        float: right;
        margin-top: -25px;
        cursor: pointer;
    }

.archive_year {
    border-bottom: 1px solid #ddd;
}

    .archive_year .older {
        display: none;
    }

    .archive_year .archive_year_title {
        color: #0055a5;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0;
    }

#main .conrightips .archive_year .archive_year_title {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

#main .conrightips div.archive_year ul.archive {
    display: none;
}

#main .conrightips div.archive_year ul.show {
    display: block;
}

#main .ctleft_o div.archive_year ul.archive li, #main .conrightips div.archive_year ul.archive li {
    float: left;
    width: 25%;
    border: none;
    text-align: center;
}

    #main .ctleft_o div.archive_year ul.archive li a {
        font-size: 16px;
        color: #666;
    }

    #main .conrightips div.archive_year ul.archive li a {
        font-size: 14px;
        color: #666;
    }

ul.authors_list {
    padding: 0 2% 50px;
}

    ul.authors_list li {
        float: left;
        width: 23%;
        height: 90px;
        background: url(/res/images/spriteimg/border_diagonal.png) repeat-x 0 top;
        padding: 35px 0 30px;
        margin: 0 1%;
    }

        ul.authors_list li a.author_tx {
            float: left;
            display: block;
            height: 90px;
            width: 90px;
            border-radius: 45px;
            overflow: hidden;
            margin: 0 6px 6px 0;
        }

            ul.authors_list li a.author_tx img {
                width: 100%;
            }

        ul.authors_list li a.author_name {
            font-size: 18px;
            font-weight: bold;
            color: #222;
            display: block;
            margin: 5px 0;
            word-break: break-word;
        }

            ul.authors_list li a.author_name:hover {
                color: #00b3ad;
                text-decoration: none;
            }

        ul.authors_list li div {
            color: #666;
            overflow: hidden;
            height: 54px;
            padding: 0 3px;
        }

            ul.authors_list li div p {
                line-height: 18px;
            }

#main .ctright_o {
    float: right;
    width: 380px;
    padding-bottom: 50px;
    margin-top: 20px;
}

#main .conrightips {
    overflow: hidden;
    padding-bottom: 30px;
}

    #main .conrightips h3 {
        border-bottom: 1px solid #00b3ad;
        overflow: hidden;
    }

        #main .conrightips h3 span {
            float: left;
            font-size: 24px;
            font-weight: normal;
            color: #00b3ad;
            border-bottom: 3px solid #00b3ad;
            line-height: 36px;
        }

        #main .conrightips h3 a {
            float: right;
            font-size: 14px;
            color: #444;
            margin: 10px 5px 0 0;
        }

    #main .conrightips li {
        padding: 15px 0 15px;
        border-bottom: 1px solid #e3e3e3;
    }

        #main .conrightips li.last, #main .conrightips li:last-child {
            border-bottom: none;
        }

        #main .conrightips li h4 { /*line-height: 35px; height:35px; */
            overflow: hidden;
        }

            #main .conrightips li h4 a {
                font-size: 16px;
                color: #0055a5;
                line-height: 35px;
            }

        #main .conrightips li p {
            font-size: 14px;
            color: #666;
            line-height: 22px;
            max-height: 132px;
            overflow: hidden;
        }

    #main .conrightips .weibo_inner {
        width: 100%;
        padding-top: 20px;
    }

.sc_recommend {
    width: 100%;
    background: #f2f2f2;
    padding: 40px 0;
}

    .sc_recommend .sc_recommendcon {
        width: 95%;
        margin: 0 auto;
        background: #fff;
        overflow: hidden;
    }

        .sc_recommend .sc_recommendcon .left {
            width: 15%;
            float: left;
            margin-right: 5%;
            background: #e4e4e4;
            text-align: center;
        }

            .sc_recommend .sc_recommendcon .left p {
                font-size: 14px;
                color: #00b3ad;
                text-shadow: #fff 1px 1px 1px;
                padding-top: 25px;
            }

            .sc_recommend .sc_recommendcon .left h5 {
                font-size: 24px;
                color: #00b3ad;
                text-shadow: #fff 1px 1px 1px;
                padding-bottom: 25px;
            }

            .sc_recommend .sc_recommendcon .left ul {
            }

                .sc_recommend .sc_recommendcon .left ul li {
                    height: 50px;
                    line-height: 50px;
                    font-size: 16px;
                    color: #00b3ad;
                    text-shadow: #fff 1px 1px 1px;
                }

                    .sc_recommend .sc_recommendcon .left ul li.curl {
                        background: #fff;
                        color: #444;
                    }

        .sc_recommend .sc_recommendcon .right {
            width: 75%;
            margin-right: 5%;
            width: 75%\0;
            float: left;
            background: #fff;
        }

        .sc_recommend .sc_recommendcon .rightul {
        }

            .sc_recommend .sc_recommendcon .rightul li.ru {
                display: none;
            }

            .sc_recommend .sc_recommendcon .rightul li.curr {
                display: block;
            }

        .sc_recommend .sc_recommendcon .rightultop {
            padding: 40px 0 30px;
            border-bottom: 1px solid #e3e3e3;
            overflow: hidden;
        }

            .sc_recommend .sc_recommendcon .rightultop li {
                float: left;
                width: 25%;
            }

                .sc_recommend .sc_recommendcon .rightultop li img {
                    height: 125px;
                    width: 120px;
                    overflow: hidden;
                }

        .sc_recommend .sc_recommendcon .rightulbot {
            padding-top: 30px;
        }

            .sc_recommend .sc_recommendcon .rightulbot li {
                float: left;
                width: 47%;
                margin-right: 3%;
                line-height: 30px;
                height: 30px;
                overflow: hidden;
            }

                .sc_recommend .sc_recommendcon .rightulbot li span {
                    height: 6px;
                    width: 6px;
                    border-radius: 3px;
                    background: #00b3ad;
                    float: left;
                    margin: 9px 10px 0 0;
                }

                .sc_recommend .sc_recommendcon .rightulbot li a {
                    font-size: 16px;
                    color: #444;
                }

form#examcontent {
    margin-right: 10px;
}

.questionbox * {
    color: #222;
    line-height: 1.8em;
}

.questionbox .QuesContent h3 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.questionbox .QuesContent ul {
    padding: 10px 20px 0;
}

.btn_tab {
    padding: 20px 0;
    text-align: center;
}

    .btn_tab input {
        background-color: #00b3ad;
        border-radius: 5px;
        border-style: none;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        height: 28px;
        margin: 2px 10px 2px 2px;
        padding: 0 10px;
    }

.exam_msg {
    text-align: center;
    margin-top: 30px;
    color: #666;
}

.exam_done {
    color: red;
}

#TB_window * {
    padding: 0;
    margin: 0;
}

#TB_window {
    font-size: 12px;
    color: #333;
}

#TB_secondLine {
    font-weight: 700;
    background-color: #E8E8E8;
    color: #00a498;
    line-height: 25px;
    padding: 0 5px;
    position: absolute;
    right: 25px;
}

    #TB_secondLine span {
        margin: 3px;
        cursor: pointer;
    }

#TB_window a:link {
    color: #666;
}

#TB_window a:visited {
    color: #666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666;
}

#TB_window a:focus {
    color: #666;
}

#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
}

* html #TB_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

    #TB_window img#TB_Image {
        display: block;
        margin: 15px 0 0 15px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
    }

#TB_caption {
    height: 25px;
    margin: 0 20px 0 10px;
    float: left;
    line-height: 25px;
    overflow: hidden;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    position: absolute;
    right: 0;
    font-size: 11px;
    line-height: 11px;
}

    #TB_closeAjaxWindow a {
        line-height: 11px;
        font-size: 11px;
    }

#TB_ajaxWindowTitle {
    font-weight: 700;
    float: left;
    padding: 3px 0 1px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

    #TB_ajaxContent.TB_modal {
        padding: 15px;
    }

    #TB_ajaxContent p {
        padding: 5px 0 5px 0;
    }

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}

* html #TB_load {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    position: absolute;
    bottom: 0;
}

.pop_wrap {
    position: fixed;
    top: 240px;
    right: 0;
    padding: 5px 5px 15px;
    background: #fff;
    border: #dbdbdb solid 1px;
}

    .pop_wrap .offbtn {
        line-height: 20px;
        padding-left: 13px;
        background: url(http://img.techtarget.com.cn/template/images/component/close.gif) left 4px no-repeat;
        font-size: 11px;
        font-family: "宋体";
        color: #777;
        position: absolute;
        z-index: 200;
        top: -18px;
        right: 0px;
    }
    /*.pop_wrap h6{height:30px; font-weight:normal; margin:0 6px; color:#222;line-height:30px;font-size:14px; text-align:center; overflow:hidden;}*/
    .pop_wrap h6 {
        height: 30px;
        font-weight: normal;
        margin: 0 6px;
        color: #222;
        line-height: 30px;
        font-size: 8pt;
        text-align: center;
        overflow: hidden;
    }

        .pop_wrap h6 a {
            color: #222;
            font-size: 8pt;
        }

    .pop_wrap .pop_pic img {
        width: 126px;
        padding: 1px;
        border: 1px #ccc solid;
        margin-left: 7px;
    }

    .pop_wrap .pop_pic a img {
        width: 126px;
        padding: 1px;
        border: 1px #ccc solid;
        margin-left: 7px;
    }

    .pop_wrap p {
        padding: 8px 8px 0 10px;
        height: 45px;
        overflow: hidden;
        color: #999;
        font-size: 11px;
    }

@media screen and (max-width: 500px) {
    #main {
        padding: 0;
    }

    .focuspiccon .artcon h3 {
        padding: 0;
        text-align: center;
        margin-bottom: 5px;
    }

    .focuspiccon .artcon p {
        display: none;
    }

    #ganbenlunbo .focuspiont {
        height: 15px;
    }

        #ganbenlunbo .focuspiont ul {
            float: none;
            margin: 0 auto;
            width: 72px;
        }

    ul.authors_list li {
        width: 98%;
    }

    #header .headernav .uplistcon {
        top: 60px;
        padding: 0;
        width: 136px;
    }

        #header .headernav .uplistcon li {
            width: 134px;
            background: #00b3ad;
            margin: 1px 0;
            height: auto;
            float: none;
        }

            #header .headernav .uplistcon li a {
                background: none;
                width: auto;
                padding: 8px;
                float: none;
                display: block;
                text-align: left;
                font-size: 16px;
                color: #fff;
            }

                #header .headernav .uplistcon li a span {
                    display: none;
                }

    #main .weiwrap .weibo {
        display: none;
    }

    #main .weiwrap .weixin {
        float: none;
        width: auto;
    }

    .full_article {
        display: none;
    }

    #main .ezineconwrap .ezinecon2 .ezine_article {
        width: 98%;
        height: auto;
    }
}


.EU_TableScroll {
    overflow: auto;
    border: 1px solid #ccc;
}

.EU_DataTable {
    border-collapse: collapse;
    width: 100%;
}

    .EU_DataTable tr th {
        background-color: #3c454f;
        color: #ffffff;
        padding: 10px 5px 10px 5px;
        border: 1px solid #cccccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-transform: capitalize;
    }

    .EU_DataTable tr:nth-child(2n+2) {
        background-color: #f3f4f5;
    }

    .EU_DataTable tr:nth-child(2n+1) td {
        background-color: #FFFFFF;
        color: #454545;
    }

    .EU_DataTable tr td {
        padding: 5px 10px 5px 10px;
        color: #454545;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #cccccc;
        vertical-align: middle;
    }

    .EU_DataTable tr td:first-child {
         text-align: center;
     }

#container {
    margin: 0 auto;
    width: 50%; /* Ancho del contenedor */
}

    #container input {
        height: 2.5em;
        visibility: hidden;
    }

    #container label {
        background: #f9f9f9; /* Fondo de las pestañas */
        border-radius: .25em .25em 0 0;
        color: #888; /* Color del texto de las pestañas */
        cursor: pointer;
        display: block;
        float: left;
        font-size: 1em; /* Tamaño del texto de las pestañas */
        height: 2.5em;
        line-height: 2.5em;
        margin-right: .25em;
        padding: 0 1.5em;
        text-align: center;
    }

    #container input:hover + label {
        background: #ddd; /* Fondo de las pestañas al pasar el cursor por encima */
        color: #666; /* Color del texto de las pestañas al pasar el cursor por encima */
    }

    #container input:checked + label {
        background: #f1f1f1; /* Fondo de las pestañas al presionar */
        color: #444; /* Color de las pestañas al presionar */
        position: relative;
        z-index: 6;
        /*
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	*/
    }

#content {
    background: #f1f1f1; /* Fondo del contenido */
    border-radius: 0 .25em .25em .25em;
    min-height: 20em; /* Alto del contenido */
    position: relative;
    width: 100%;
    z-index: 5;
}

    #content div {
        opacity: 0;
        padding: 1.5em;
        position: absolute;
        z-index: -100;
        /*
	transition: all linear 0.1s;
	*/
    }

#content-1 p {
    clear: both;
    margin-bottom: 1em;
}

    #content-1 p.left img {
        float: left;
        margin-right: 1em;
    }

    #content-1 p.last {
        margin-bottom: 0;
    }

#content-2 p {
    float: left;
    width: 48.5%;
}

    #content-2 p.column-right {
        margin-left: 3%;
    }

    #content-2 p img {
        display: block;
        margin: 0 auto 1em auto;
    }

#content-3 p,
#content-3 ul {
    margin-bottom: 1em;
}

#content-3 ul {
    margin-left: 2em;
}

#container input#tab-1:checked ~ #content #content-1,
#container input#tab-2:checked ~ #content #content-2,
#container input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
    z-index: 100;
}

#main .ctrightguides {
    overflow: hidden;
    margin-bottom: 20px;
}

    #main .ctrightguides h3 {
        border-bottom: 1px solid #00b3ad;
        overflow: hidden;
    }

        #main .ctrightguides h3 span {
            float: left;
            font-size: 24px;
            font-weight: normal;
            color: #00b3ad;
            border-bottom: 3px solid #00b3ad;
            line-height: 36px;
        }

        #main .ctrightguides h3 a {
            float: right;
            font-size: 14px;
            color: #444;
            margin: 10px 5px 0 0;
        }

    #main .ctrightguides dl {
        padding-top: 16px;
    }

    #main .ctrightguides dt {
        float: right;
        padding-bottom: 5px;
        margin-right: 10px;
    }

        #main .ctrightguides dt a {
            height: 90px;
            border-radius: 45px;
            display: inline-block;
            overflow: hidden;
        }

        #main .ctrightguides dt img {
            width: 90px;
        }

    #main .ctrightguides dd {
        float: left;
    }

        #main .ctrightguides dd h5 {
            font-size: 20px;
            color: #222;
            font-weight: bold;
            padding: 20px 0 0 0;
            line-height: 50px;
        }

            #main .ctrightguides dd h5 a {
                color: #222;
            }

        #main .ctrightguides dd p {
            font-size: 20px;
            color: #00b3ac;
        }

    #main .ctrightguides p {
        clear: both;
        font-size: 20px;
        color: #666;
    }

.TextBoxObj {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 1px;
    border: 1px solid #848484;
    outline: 0;
    height: 32px;
}

.ButtonNormal {
    height: 32px;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #ffaa22;
    /*padding: 9px 18px;*/
    cursor: pointer;
    color: #333333;
    text-shadow: 1px 1px 0px #ffee66;
    box-shadow: inset 1px 1px 0px 0px #fff6af;
    background: -webkit-linear-gradient(90deg, #ffab23 5%, #ffec64 100%);
    background: -moz-linear-gradient(90deg, #ffab23 5%, #ffec64 100%);
    background: -ms-linear-gradient(90deg, #ffab23 5%, #ffec64 100%);
    background: -o-linear-gradient(90deg, #ffab23 5%, #ffec64 100%);
}

    .ButtonNormal:hover {
        background: -webkit-linear-gradient(90deg, #ffec64 5%, #ffab23 100%);
        background: -moz-linear-gradient(90deg, #ffec64 5%, #ffab23 100%);
        background: -ms-linear-gradient(90deg, #ffec64 5%, #ffab23 100%);
        background: -o-linear-gradient(90deg, #ffec64 5%, #ffab23 100%);
    }

    .ButtonNormal:active {
        position: relative;
        top: 1px;
    }

   