﻿/*
Theme Name: Dkn Blog 1
Description: 
Version: 1 
*/

/*** Reset ***/

.only table img {
    max-width: 100%;
}
.only table td {
    width: auto !important;
}
.only table {
    table-layout: fixed;
}
* {
    font-family: 微軟正黑體;
}
li.pre {
    list-style-type: none !important;
}
li.active {
    list-style-type: none !important;
}
li.ntx {
    list-style-type: none !important;
}
.pagenum ul {
    list-style-type: none !important;
}
.Olivine_news {
    border-radius: 5px;
    background: #C4BF66 !important;
    color: #FFF;
    padding: 2px 12px;
}
.fuchsia_news
{
    border-radius: 5px;
    background: #ca5089 !important;
    color: #FFF;
    padding: 2px 12px;
}
.cheese_news
{
    border-radius: 5px;
    background: #FBCC7E !important;
    color: #FFF;
    padding: 2px 12px;
}
#explore-nav li {
    
    list-style: none;
}
.green_news
{
    border-radius: 5px;
    background: #00a161 !important;
    color: #FFF;
    padding: 2px 12px;
}
.purple_news
{
    border-radius: 5px;
    background: #848abc !important;
    color: #FFF;
    padding: 2px 12px;
}
.orange_news
{
    border-radius: 5px;
    background: #FF7800 !important;
    color: #FFF;
    padding: 2px 12px;
}
.Light_green_news
{
    border-radius: 5px;
    background: #9BCDB5 !important;
    color: #FFF;
    padding: 2px 12px;
}
fieldset {
    border: 0px;
}
/*table, tbody, tfoot, thead, tr, th, td*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, {
    background: transparent;
    border: 1px;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}



blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

img {
    vertical-align: bottom;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
table.a2q {
    border: 0px !important;
}
.main-table 
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table {
   /* border-collapse: collapse;
    border-spacing: 0;*/
    width: 100%;
}


/*** Clearfix ***/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

/*** Positioning and Alignment ***/
.fl {
    float: left;
}

.fr {
    float: right;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

/*** General Settings ***/
html, body {
    height: 100%;
}

body {
    background: url(../images/bg-body.png) repeat;
    color: #4b4b4b;
    font-family: Georgia, serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 15px;
}

h1 {
    color: #4b4b4b;
    font-size: 24px;
}

h2 {
    color: #4b4b4b;
    font-size: 18px;
}

p {
    line-height: 18px;
    margin: 0 0 15px 0;
}

ul {
    list-style: disc;
    margin: 0px 0px;
    padding-left: 25px;
}

ol {
    list-style: decimal;
    margin: 15px 0px;
    padding-left: 25px;
}

a:hover {
    text-decoration: none;
    color: #3a72a9;
}

#topheader {
    float: right;
}

    #topheader ul li {
        float: left;
        list-style: none;
        margin-right: 10px;
    }

#wrapper {
    background: url(../images/bg-wrapper.png) repeat;
    margin: 0px auto;
    width: 1042px;
}

#container {
    background: #ffffff;
    min-height: 100%;
    margin: 0px auto 50px auto;
    width: 1042px;
}

#footerbottom {
    background: #7D8488;
    display: block;
    color: #ffffff;
    text-align: center;
    height: 150px;
    position: absolute;
    /*width: 100%;*/
    width: 106.5%;
    border: 0;
    padding: 0;
    margin: 0;
}
/*** Header ***/
#header {
    clear: both;
}

.clearboth {
    clear: both;
}

#logo {
    float: left;
    margin: 25px 0px 0px 15px;
}

    #logo h1 {
        color: #898989;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    #logo p {
        color: #c4c3c3;
        font-size: 12px;
        font-style: italic;
    }

#nav {
    float: right;
    list-style: none;
    margin: 5px 20px 0px 0px;
    padding: 0px;
}

    #nav li {
        float: left;
        width: 88px;
        height: 93px;
    }

        #nav li a {
            color: #808080;
            display: block;
            font-size: 15px;
            padding: 57px 5px 5px 5px;
            font-family: Microsoft JhengHei;
            text-align: center;
        }

            #nav li a:hover, #nav li.active a {
                color: #3A72A9;
                text-decoration: none;
                text-align: center;
            }

/*** Banner ***/


#slider {
    height: 267px;
    margin: 0px;
    overflow: hidden;
    width: 1043px;
}

    #slider ul {
        list-style: none;
        margin: 0px;
        overflow: hidden;
        padding: 0px;
    }

        #slider ul li {
            position: relative;
        }

    #slider .caption {
        background: url(../images/bg-banner-caption.png) repeat;
        bottom: 0px;
        height: 30px;
        left: 0px;
        padding: 10px;
        position: absolute;
        width: 900px;
        display: none;
    }

        #slider .caption h1 {
            color: #ffffff;
            font-size: 14px;
            margin-bottom: 0px;
        }

        #slider .caption p {
            color: #ffffff;
            font-size: 12px;
            margin-bottom: 0px;
        }

#banner .page-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 20px;
}

/*** Main ***/
#main {
    padding: 0px 10px;
    min-height: 1000px;
    box-shadow: 2px 2px 20px #8EA0A9;
    display: block;
    overflow: auto;
}

/*** Content ***/
#content {
    float: right;
    padding-right: 20px;
    width: 730px;
}

.post {
    margin-bottom: 10px;
    margin-top: 25px;
}

.post-head {
    margin-bottom: 24px;
    padding-bottom: 40px;
    border-bottom: 2px #E6E6E6 solid;
    background: url(../images/news_icon.png) no-repeat;
}

    .post-head h1 {
        margin-bottom: 0px;
    }

        .post-head h1 a, .album h1 a, .post-head h1 span {
            color: #3a72a9;
            font-size: 17px;
            padding-left: 20px;
            padding-top: 4px;
            display: block;
            font-weight: bold;
        }

    .post-head p {
        margin-bottom: 0px;
    }

    .post-head .meta {
        font-size: 12px;
        font-style: italic;
    }

        .post-head .meta a {
            color: #4b4b4b;
            text-decoration: underline;
        }

            .post-head .meta a:hover {
                text-decoration: none;
            }

.post-content {
    margin-bottom: 15px;
}

.post-thumb {
    float: left;
    margin-right: 20px;
}

.post-utility {
    background: url(../images/bg-post-utility.jpg) no-repeat;
    height: 31px;
    padding: 0px 20px;
}

    .post-utility p {
        font-size: 11px;
        line-height: 31px;
    }

#page .thumb.fl {
    margin: 0px 20px 20px 0px;
}

#page .thumb.fr {
    margin: 0px 0px 20px 20px;
}

/*** Sidebar ***/
#sidebar {
    float: left;
    width: 210px;
    padding-left: 20px;
}

.widget {
    margin-bottom: 15px;
}

    .widget h2 {
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .widget ul {
        list-style: disc;
        padding-left: 0px;
    }

        .widget ul li {
            line-height: 20px;
        }

.widget-search {
}

    .widget-search .input-account, .widget-search .input-pwd {
        border: 1px solid #E6E6E6;
        color: #4b4b4b;
        float: left;
        padding: 5px;
        width: 105px;
    }

    .widget-search .input-send {
        background: #bae3f9;
        border: 0px none;
        color: #3a72a9;
        cursor: pointer;
        float: left;
        height: 28px;
        text-align: center;
        width: 100px;
        margin-top: 10px;
        border-radius: 5px;
    }

    .widget-search .input-login {
        background: #fff;
        border: 1px solid #bae3f9;
        color: #000;
        cursor: pointer;
        float: left;
        height: 28px;
        padding: 0px 10px;
        width: 77px;
        margin-top: 10px;
        border-radius: 5px;
    }

.widget-text .thumb.fl {
    margin-right: 10px;
}

.widget-text p {
    font-size: 12px;
}



/*** Footer ***/
#footer {
    border-top: 1px dotted #878787;
    padding: 15px 10px;
    text-align: center;
}

    #footer p {
        color: #878787;
        font-size: 11px;
        margin: 0px;
    }

        #footer p a {
            color: #878787;
        }


/*** 首頁 ***/
.newstitle {
    float: left;
}

.location {
    float: right;
}

/*** menu選單那一排***/
.menu_subtitle {
    font-size: 10px;
    margin-top: -3px;
}

.clearfix {
    padding-bottom: 5px;
    border-bottom: 3px #3A72A9 solid;
    border-top: 1px rgba(158, 198, 216, 0.38) solid;
}


/**Tab那裏**/
.wrapper {
    background: white;
    margin: auto;
    padding: 1em;
    width: 50%;
}

h1 {
    text-align: center;
}

ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.tabs li {
        border: gray solid 1px;
        border-bottom: none;
        float: left;
        margin: 0 .25em 0 0;
        padding: .25em .5em;
    }

        ul.tabs li a {
            color: gray;
            font-weight: bold;
            text-decoration: none;
        }

        ul.tabs li.active {
            background: gray;
        }

            ul.tabs li.active a {
                color: white;
            }

.clr {
    clear: both;
}

article {
    padding: 0 0em;
}
/*左側選單的背景CSS_未完成**/
.contentarea ul li {
    background: url('../images/blue_bg.png') no-repeat;
    font-size: 18px;
    text-align: left;
    padding: 5px 20px;
    margin-bottom: 5px;
}

    .contentarea ul li:hover {
        background: url('../images/blue_bg_hover.png') no-repeat;
    }

.assist ul li {
    background-image: none;
    margin-right: 10px;
    margin-bottom: -28px;
    padding-left: 5px;
}

    .assist ul li a {
        color: #808080;
        font-size: 15px;
        font-weight: bold;
    }

.Offices {
    border-bottom: 1px #C6E0EC solid;
}

    .Offices a {
        padding: 33px 0px 0px 0px;
        margin: 8px;
    }

.assist {
    margin-top: -13px;
}

/*
   CSS-Tricks Example
   by Chris Coyier
   http://css-tricks.com
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Georgia, serif;
}

html {
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

p {
    font-size: 15px;
    margin: 0 0 15px 0;
}

#page-wrap {
    width: 440px;
    margin: 20px auto;
}



    ul li a {
        display: block;
        border-bottom: 0px solid #666;
        padding: 4px;
        color: #ffffff;
    }

        ul li a:hover {
            text-decoration: none;
        }

    ul li:last-child a {
        border: none;
    }

#organic-tabs {
    background: #ffffff;
    padding: 0;
    margin: 0px 0px 0px 0px;
    border: 1px solid #66ACD3;
    min-height: 554px;
}

#explore-nav {
    overflow: hidden;
    margin: 0px 0px 0px -27px;
}

    #explore-nav li {
        width: 90.5px;
        float: left;
        margin: 0px 1px 0px 0px;
    }

        #explore-nav li.last {
            margin-right: 0;
        }

        #explore-nav li a {
            display: block;
            padding: 5px;
            color: #578FAE;
            font-size: 14px;
            text-align: center;
            border: 0;
            font-family: Microsoft JhengHei;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border: 1px #CFEDFB solid;
            font-weight: bold;
        }

            #explore-nav li a:hover {
                background-color: #111;
            }

#jquerytuts, #core, #classics {
    display: none;
}

#explore-nav li#ex-featured a.current, ul#featured li a:hover {
    background-color: #66ACD3;
    color: white;
    font-weight: bold;
}

#explore-nav li#ex-core a.current, ul#core li a:hover {
    background-color: #66ACD3;
    color: white;
}

#explore-nav li#ex-jquery a.current, ul#jquerytuts li a:hover {
    background-color: #8d01b0;
    color: white;
}

#explore-nav li#ex-classics a.current, ul#classics li a:hover {
    background-color: #FE4902;
    color: white;
}

#explore-nav li a:hover {
    background-color: #66ACD3;
    color: #FFF;
}

/**這個是表格Table的 th**/
.main-form {
    background-color: #FFF;
    min-height: 554px;
}

.main-table {
    background-color: #FFF;
    min-height: 524px;
}

    .main-table a {
        color: #5D5D5D;
    }

        .main-table a:hover {
            color: #66ACD3;
            text-decoration: none;
        }

    .main-table td {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

article.featured > table > thead > tr > th,
div.main-table > table > thead > tr > th {
    background-color: #ffffff;
    color: #3A72A9;
    font-size: 13px;
    border-bottom: 2px #CCCCCC dotted;
    padding: 5px 0px;
}

article.featured > table > tbody > tr > td,
div.main-table > table > tbody > tr > td {
    text-align: left;
    font-size: 14px;
    padding: 6px;
}



    article.featured > table > tbody > tr > td:first-child,
    div.main-table > table > tbody > tr > td:first-child {
        padding: 0 10px;
        border-right: 1px solid #ddd;
        width: 10%;
    }

    article.featured > table > tbody > tr > td:nth-child(2),
    article.featured > table > tbody > tr > td:nth-child(4),
    div.main-table > table > tbody > tr > td:nth-child(2),
    div.main-table > table > tbody > tr > td:nth-child(4) {
        width: 13%;
    }

    article.featured > table > tbody > tr > td:nth-child(5),
    div.main-table > table > tbody > tr > td:nth-child(5) {
        width: 10%;
    }

article.featured > table > tbody > tr:nth-child(odd) > td,
div.main-table > table > tbody > tr:nth-child(odd) > td {
    background-color: #E6EBEE;
}

article.featured > table > thead > tr > th,
div.main-table > table > thead > tr > th {
    background-color: #ffffff;
    color: #3A72A9;
    font-size: 13px;
    border-bottom: 2px #CCCCCC dotted;
    padding: 5px 0px;
}

article.featured > table > tbody > tr > td:nth-child(3) a,
div.main-table > table > tbody > tr > td:nth-child(3) a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 330px;
}

.Offices a:hover {
    color: #E7508C;
    text-decoration: none;
    font-weight: bold;
    font-family: Microsoft JhengHei;
}

.activity_detail > table > tbody > tr > td > h1 > a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 478px;
    margin-top: 10px;
}

img.icon_img {
    display: inline;
    float: right;
}

/**模板王_相冊的**/
.rollBox {
    width: 730px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 15px;
    display: block;
}

    .rollBox .Cont {
        width: 690px;
        overflow: hidden;
        margin: 0 auto;
        z-index: 999;
        position: relative;
    }

img.img1 {
    position: absolute;
    z-index: 0;
    margin-top: 3%;
}

.rollBox .ScrCont {
    width: 10000000px;
}

.rollBox .Cont .pic {
    width: 150px;
    float: left;
    text-align: center;
    padding-right: 25px;
}

* + html .rollBox .Cont .pic {
    width: 130px;
    float: left;
    text-align: center;
    padding-right: 30px;
}

    .rollBox .Cont .pic img {
        padding: 4px;
        background: #fff;
        display: block;
        margin: 0 auto;
        border-radius: 10px;
    }

    .rollBox .Cont .pic p {
        line-height: 26px;
        color: #505050;
    }

.rollBox .Cont a:link, .rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
    font-size: 14px;
}

.rollBox .Cont a:hover {
    color: #3a72a9;
    text-decoration: none;
}

.rollBox #List1, .rollBox #List2 {
    float: left;
    margin-left: 6px;
}

img.img2 {
    float: right;
    position: relative;
    z-index: 0;
    right: 0;
    bottom: 100px;
}

/**左側欄選單內的英文小字**/
.left_menu {
    font-size: 10px;
    color: #9DDEFF;
    display: block;
    padding-top: 1px;
}

/**Table內的分類小圖角**/
.good_news {
    border-radius: 5px;
    background: #20AEE5 !important;
    color: #FFF;
    padding: 2px 12px;
}

.outside_school {
    border-radius: 5px;
    background: #8CC66D !important;
    color: #FFFFC2;
    padding: 2px 12px;
}

.bulletin {
    background: #E7508C !important;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 2px 12px;
}

/**Footer頁尾開始**/
span.first {
    font-family: Microsoft JhengHei;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}


/**最新消息的小字英文News Bulletin**/
.new_blletin {
    font-size: 10px;
    color: #CCC;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}


/*Sharpay_fix*/
.widget-search {
    background: #f9f9fb;
    padding: 25px;
    margin: 0;
    border: 1px solid #eee;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 2px 3px 5px -3px #9E9E9E;
}

ul.sidebarmenu {
    margin-top: 10px;
    list-style: none;
}

.search_features {
    float: right;
    width: 445px;
    position: relative;
    z-index: 9999;
}

div#topheader a {
    color: #4d4d4d;
}

.bottomlogo {
    width: 100px;
}

.footerwrap {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
}

.detailinfo {
    width: 100%;
    font-size: 13.5px;
    text-align: center;
    line-height: 2;
}

#all-list-wrap td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.album h1 {
    background: url(../images/album_icon.png) no-repeat 0% 0%;
    height: 35px;
    display: block;
    margin: 0px 0px 0px 8px;
}

.album {
    border: 1px solid rgba(221, 221, 221, 0.31);
    padding: 8px 0px 0px 0px;
    box-shadow: 4px 4px 12px -2px rgba(158, 158, 158, 0.43);
    border-radius: 8px;
    height: 205px;
}

#sidebar img {
    box-shadow: 5px 8px 5px -3px #9E9E9E;
    margin-bottom: 10px;
}

#topheader span {
    color: #3a72a9;
    font-weight: bold;
}

.input-search {
    color: #66ACD3;
    border: 1px solid #66ACD3;
    padding: 1px 5px;
    background: #fff;
    border-radius: 3px;
    height: 25px;
}

    .input-search:hover {
        color: #fff;
        background: #66ACD3;
    }

.input-group span {
    font-size: 13px;
    color: #999;
}

select {
    color: #999999;
    height: 25px;
    border-radius: 3px;
}

.input-txt {
    color: #999999;
    height: 23px;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px solid #999;
}

.post-content.bookmark a:hover {
    color: #66ACD3;
    text-decoration: none;
}

.post-content.bookmark a {
    color: #5D5D5D;
}

article.featured > table > tbody > tr > td:nth-child(4), article.featured > table > tbody > tr > td:last-child,
div.main-table > table > tbody > tr > td:nth-child(4), div.main-table > table > tbody > tr > td:last-child {
    text-align: center;
}

article.featured > table > tbody > tr > td:nth-child(3), article.featured > table > tbody > tr > td:nth-child(4),
div.main-table > table > tbody > tr > td:nth-child(3), div.main-table > table > tbody > tr > td:nth-child(4) {
    border-right: 1px solid #ddd;
}

.input-account {
    background: #e5e6ea url('../images/account.png') no-repeat 10% !important;
    padding-left: 45px !important;
    border: 1px solid rgba(153, 153, 153, 0.7) !important;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.input-pwd {
    background: #e5e6ea url('../images/pwd.png') no-repeat 10% !important;
    padding-left: 45px !important;
    border: 1px solid rgba(153, 153, 153, 0.7) !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px !important;
}

input.input-keep {
    margin-top: 10px;
}

ul.sidebarmenu {
    margin-top: 10px;
    list-style: none;
}

    ul.sidebarmenu a:hover {
        color: #fff;
    }


div#banner {
    width: 1043px;
    height: 267px;
    position: relative;
}

ul.sub_menu li, ul.sub_menu li:hover {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #f1f9fc;
    background: url('../images/menu_icon.png') no-repeat 100%;
}

ul.sub_menu > li:first-child {
    margin-top: 15px;
}

ul.sub_menu li a, ul.sub_menu li a:hover {
    color: #000;
    font-size: 15.5px;
}

.selected {
    display: block !important;
}

ul#nav > li:first-child {
    background: url('../images/menu/about.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(4) {
    background: url('../images/menu/news.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(2) {
    background: url('../images/menu/honor.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(3) {
    background: url('../images/menu/student.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(5) {
    background: url('../images/menu/calendar.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(6) {
    background: url('../images/menu/mail.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(7) {
    background: url('../images/menu/FB.png') 50% 10% no-repeat;
}

ul#nav > li:first-child:hover {
    background: url('../images/menu/about_hover.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(4):hover {
    background: url('../images/menu/news_hover.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(2):hover {
    background: url('../images/menu/honor_hover.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(3):hover {
    background: url('../images/menu/student_hover.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(5):hover {
    background: url('../images/menu/calendar_hover.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(6):hover {
    background: url('../images/menu/mail_hover.png') 50% 10% no-repeat;
}

ul#nav > li:nth-child(7):hover {
    background: url('../images/menu/FB_hover.png') 50% 10% no-repeat;
}

/**Banner的輪播圖CSS**/
.core-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:0;
    height: 267px;
}

.core-slider_viewport {
    position: relative;
    overflow: hidden;
    height: 267px;
    z-index:0;
}

.core-slider_list {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    height: 267px;
    z-index:0;
}

.core-slider_item {
    float: left;
    height: 267px;
    z-index:0;
}

    .core-slider_item img {
        display: block;
        max-width: 100%;
        height: 267px;
        z-index:0;
    }

.core-slider_nav.is-disabled {
    display: none;
}

.core-slider_control-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
}

.core-slider_control-nav-item {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
}

    .core-slider_control-nav-item:hover {
        opacity: 0.3;
    }

    .core-slider_control-nav-item.is-active {
        opacity: 0.3;
        cursor: default;
    }

.core-slider_arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 26px;
    height: 49px;
    z-index: 999;
    cursor: pointer;
}

    .core-slider_arrow.is-disabled {
        cursor: default;
        opacity: 0.5;
    }

    .core-slider_arrow:hover {
        opacity: 0.5;
    }

.core-slider_arrow__right {
    right: 20px;
    /*background: url(images/arrow_right.png) no-repeat 0 0;*/
}

.core-slider_arrow__left {
    left: 20px;
    /*background: url(images/arrow_left.png) no-repeat 0 0;*/
}

.core-slider__fullwidth .core-slider_viewport::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/dot.png) repeat 0 0;
}

.core-slider__carousel {
    overflow: hidden;
}

    .core-slider__carousel::before, .core-slider__carousel::after {
        content: "";
        width: 150px;
        position: absolute;
        top: -5px;
        bottom: -5px;
        z-index: 200;
    }

    .core-slider__carousel::before {
        left: -5px;
        background: -webkit-linear-gradient(left, #fff 10%, transparent);
        background: linear-gradient(to right, #fff 10%, transparent);
    }

    .core-slider__carousel::after {
        right: -5px;
        background: -webkit-linear-gradient(right, #fff 10%, transparent);
        background: linear-gradient(to left, #fff 10%, transparent);
    }

    .core-slider__carousel .core-slider_viewport {
        overflow: visible;
        width: 250px;
        margin: 0 auto;
    }

    .core-slider__carousel .core-slider_arrow__left {
        left: 70px;
    }

    .core-slider__carousel .core-slider_arrow__right {
        right: 70px;
    }

.menu_list {
    width: 210px;
    margin-top: 13px;
}

.menu_head {
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: normal;
    background: url('../images/blue_bg.png') no-repeat;
    font-size: 18px;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 5px;
    color: #fff;
}

    .menu_head:hover {
        /*background: url('../images/blue_bg_hover.png') no-repeat;*/
    }

.menu_body {
    display: none;
}

    .menu_body a {
        background-color: #FFF;
        padding-left: 10px;
        font-weight: bold;
        list-style: none;
        padding: 0;
        border-bottom: 1px solid #f1f9fc;
        background: url('../images/menu_icon.png') no-repeat 90%;
        display: block;
        padding: 4px 40px 4px 20px;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 149px;
        font-size: 15px;
        color: #000;
    }

p.menu_head a {
    color: #fff;
    display: block;
}

#marqueecontainer {
    position: relative;
    width: 212px;
    height: 212px;
    background-color: white;
    overflow: hidden;
    padding: 2px;
}

.pagenum ul li {
    float: left;
}

.pagelist {
    width: 730px;
    font-size: 13px;
}

    .pagelist a {
        color: #5D5D5D;
    }

        .pagelist a:hover {
            color: #66ACD3;
            text-decoration: none;
        }

.listinfo {
    width: 200px;
    float: left;
    padding: 4px;
}

.pagenum {
    width: 400px;
    float: right;
    text-align: right;
}

    .pagenum > ul {
        float: right;
    }

li.active a {
    color: #66ACD3 !important;
}

.content {
    font-size: 14px;
}

.date {
    text-align: right;
    color: #e7508c;
    font-size: 10px;
}

.Related {
    margin-top: 10px;
    color: #5C7E29;
}

.post-head.contenttitle {
    margin-bottom: 10px;
}

.post-head h1 span {
    font-weight: normal;
}

.brem {
    text-align: left;
    font-size: 14px;
    padding: 6px 20px;
}

    .brem a {
        color: #4b4b4b;
    }

a.current {
    color: #3a72a9;
    font-weight: bold;
}

.brem img {
    margin-right: 5px;
    margin-top: -3px;
}

.activity_content {
    width: 730px;
    border-top: #3a72a9 solid 1px;
    float: left;
    margin-bottom: 5px;
}

.activity_detail h1 {
    text-align: left;
}

.activity_img {
    margin-top: 10px;
    margin-right: 20px;
    float: left;
    width: 150px;
    height: 150px;
    border-top: #fff solid 1px;
    background: url(../images/activity_img_bg.png) no-repeat top;
}

.activity_detail a {
    font-size: 15px;
    text-align: left;
}

.activity_img img {
    margin: 15px;
}

.activity_detail {
    width: 550px;
    float: left;
    line-height: 2em;
    padding-top: 5px;
}

    .activity_detail table {
        margin-bottom: 10px;
    }

#gallery {
    padding: 10px;
    width: 730px;
}

    #gallery ul, #gallery li {
        list-style: none;
        float: left;
    }

    #gallery ul {
        padding-left: 0px;
    }

        #gallery ul li {
            display: inline;
            width: 350px;
            height: 350px;
        }

        #gallery ul img {
            border-width: 5px 5px 20px;
        }

        #gallery ul a:hover img {
            border: 5px solid #fff;
            border-width: 5px 5px 20px;
            color: #fff;
        }

        #gallery ul a:hover {
            color: #fff;
        }
