  @charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background: #f9fafc url(../images/bg.jpg) center top no-repeat;
    font: menu;
    font-size: 14px;
    color: #333;
    line-height: 2em;
}

a:link {
    /*color:#005580;*/
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

a:active {
    color: #333;
}

.thumbnails a:link {
    color: #005580;
}

.thumbnails a:visited {
    color: #005580;
}

.thumbnails a:hover {
    color: #005580;
}

.thumbnails a:active {
    color: #005580;
}

.dd .more {
    text-align: right;
}

p {
    margin-bottom: 5px;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-size: 12px !important;
    color: #d5d5d5 !important;
}

::-moz-placeholder {
    font-style: italic;
    font-size: 12px !important;
    color: #d5d5d5 !important;
}

:-ms-input-placeholder {
    font-style: italic;
    font-size: 12px !important;
    color: #d5d5d5 !important;
}

#top {
    width: 100%;
    height: 32px; /*background: rgba(0,0,0,0.0);
	box-shadow:0 0 20px #ddd;
	background:#000 \9;
	filter: alpha(opacity=70) \9;
	*background:#000 ;
	*filter: alpha(opacity=70);*/
}

    #top > div {
        width: 1000px;
        margin: 0 auto;
        text-align: right;
        font-size: 12px;
        line-height: 30px;
        color: #FFF;
    }

        #top > div a {
            color: #FFF !important;
        }
/*#top input[type=text] ,#top input[type=password] ,#top input[type=button]{
	width:80px;
	height:18px;
	line-height:14px;
	padding:1px;
	vertical-align:baseline;
}
*/ #header {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    background: url(/images/logo.png) left 5px no-repeat;
    background-size: 52px 52px;
}

.search {
    float: right;
    margin-top: 20px;
}

#nav {
    width: 1001px;
    /*height:390px;
	margin-bottom: 1px;*/
    margin-left: auto;
    margin-right: auto;
}

.nav-header {
    background: #f5f5f5;
    height: 32px;
    /*padding-left: 10px;
	font-size: 11px;
	color: #aaaaaa;*/
    border-bottom: 1px solid #eee;
    margin: 0;
}

#menu {
    /*width: 1000px;
	z-index: 100;*/
    list-style: none;
    font-size: 15px;
    height: 30px; /*overflow:hidden;*/
    text-align: center;
    /*width: 100%; auto;*/
    margin: 0;
    padding: 0;
    /*text-shadow: 1px 1px 1px #fff;*/
    font-weight: bold;
    border-bottom: 3px solid rgb(5,78,125);
    display: flex;
}

    #menu > .mList {
        /*float: left;*/
        /*position: relative;*/
        z-index: 102;
        /*margin: 0 14px;
	height: 30px;
	line-height: 30px;*/
        flex: 1;
    }

        #menu > .mList > a {
            color: #054e7d;
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
            /*padding: 0 12px;*/
        }

        #menu > .mList .active a {
            color: #fff;
        }

        #menu > .mList a:hover {
            color: #fff;
            text-decoration: none;
            text-shadow: none;
        }

    #menu > li > a.backLava {
        background-color: rgba(5,78,125,0.4);
        /*background-color: rgba(0,0,0,.4);*/
        border: none;
        position: relative;
        z-index: 101; /*border-radius: 2px 2px 0 0;*/
        color: #fff;
    }

    #menu > .backLava a {
        /*color: #fff;text-shadow: none;
	display:block;
	width:100%;
	height:100%;*/
    }

    #menu > .menu-active {
        background: rgb(5,78,125) /*url(../images/arr.png) center bottom no-repeat*/;
        border: none;
        position: relative;
        z-index: 101;
        border-radius: 0;
    }

        #menu > .menu-active a {
            color: #fff;
            text-shadow: none; /*display:block;
	width:100%;
	height:100%;*/
        }

.dd {
    position: absolute;
    /*top: 30px;*/
    width: 994px;
    height: 357px;
    border: 3px solid rgb(5,78,125);
    border-top-width: 0px;
    background: #fff;
    \9 *background: #FFF;
    background: rgba(255,255,255,0.92) url(../images/menu_bg.jpg) left bottom no-repeat;
    display: none;
    text-align: left;
    overflow: hidden;
    z-index: 99999;
    /*text-shadow: 1px 1px #ccc;*/
    font-size: 14px;
    font-weight: normal;
}

    .dd h4 {
        border-left: 6px solid #900;
        padding-left: 5px;
        padding-bottom: 2px;
        line-height: 16px;
    }

    .dd a:link {
        color: #054e7d !important;
    }

    .dd a:visited {
        color: #054e7d !important;
    }

    .dd a:hover {
        color: #3f88e6 !important;
    }

    .dd a:active {
        color: #054e7d !important;
    }

.dd_list {
    line-height: 24px;
}

#news {
    /*width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;*/
}

#content {
    width: 1000px;
    min-height: 400px;
    margin: 10px auto;
    height: auto;
}

.col3 {
    margin: 0;
    padding: 0;
    width: 320px;
    margin: 20px 20px 20px 0;
    /*background:#eee;*/
    min-height: 375px;
    float: left;
    position: relative;
    background: #fff;
}

    .col3:before, .col3:after {
        content: '';
        z-index: -1;
        width: 50%;
        height: 5%;
        left: 4px;
        box-shadow: 0 15px 10px rgba(0,0,0,0.4);
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        position: absolute;
        bottom: 15px;
    }

    .col3:after {
        left: auto;
        right: 4px;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    .col3 ul li {
        line-height: 26px;
    }

    .col3 a:link {
        /*color:#333;*/
    }

.no-margin {
    margin-right: 0;
    clear: right;
}

.news-header {
    height: 32px;
    background: #eee;
    /*border-bottom: 2px solid #2f6699;*/
    margin-bottom: 10px;
}

    .news-header .title {
        line-height: 30px;
        background: #2f6699;
        width: 85px;
        height: 30px;
        color: #FFF;
        font-size: 15px;
        padding: 0 10px;
        white-space: nowrap;
        float: left;
        margin: 0;
        font-weight: normal;
        border-radius: 3px 3px 0 0;
        position: relative;
        top: -5px;
    }

    .news-header .title1 {
        float: left;
        height: 32px;
        line-height: 32px;
        margin-left: 30px;
    }

    .news-header .more {
        float: right;
        font-size: 11px;
        color: #3f88e6;
        /*margin: 3px;*/
        line-height: 32px;
        margin-right: 5px;
    }

.banner {
    width: 1000px;
    margin: 15px auto;
    clear: both;
    text-align: center;
    /*border: 1px solid #eee;*/
    overflow: hidden;
    vertical-align: middle;
}

#footer {
    background: url(/images/logo_bottom.png) 50px 35px no-repeat;
    width: 1000px;
    min-height: 150px;
    margin: 0 auto;
    padding: 10px;
}

#bottom {
    background: #eee;
    border-top: 2px solid #2f6699;
    text-align: right;
    clear: both;
    margin-top: 20px;
}

.slidorion .slidorion-nav {
    top: 166px;
}

.slidorion .slidorion-nav-right {
    right: 420px;
}

.line_v {
    background: url(/images/line_v.png) right center no-repeat;
    min-height: 320px;
}

.container {
    margin: 10px;
}

.photo {
    display: block;
    padding-bottom: 5px;
    background: url(/images/photo_shadow.png) center bottom no-repeat;
    width: 220px;
    margin: 30px auto;
}

    .photo .carousel-inner {
        border: 3px solid #eee;
    }

#link ul {
    list-style: none;
    margin: 40px auto;
    /*height: 40px;*/
}

    #link ul li {
        float: left;
        margin: 0 45px;
        height: 40px;
        /*width: 140px;*/
    }

.thumbnail {
    /*background: #ebf1f5;
	border-color: #C7D8E2;*/
    border: none !important;
    box-shadow: none !important;
}

.thumbnails > .span2 > a:hover {
    text-decoration: none !important;
}

.thumbnails > li {
    margin-left: 36px;
}

.thumbnail:hover {
    /*border-color: #ccc !important;*/
    box-shadow: 0px 0px 15px #ddd !important;
    border-radius: 0;
    background: #fff;
}

.thumbnails > .span2 h5 {
    text-align: center;
    color: #054e7d;
}

.thumbnails > .span2 {
    /*width: 215px;*/
    width: 160px;
    text-align: center;
    margin-left: 35px !important;
}

#login .container {
    width: 160px;
}

#login .form-signin {
    text-align: left;
    color: #333;
    margin: 0; /*max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px; background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
}

    #login.form-signin .form-signin-heading, #login .form-signin .checkbox {
        /*margin-bottom: 10px;*/
    }

    #login .form-signin input[type="text"], #login .form-signin input[type="password"] {
        font-size: 16px;
        /*height: auto;*/
        line-height: 16px;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

    #login .form-signin h5 {
        margin-top: 0;
    }

.dropdown-submenu > .dropdown-menu {
    border-radius: 0px !important;
    left: 98%;
}

.dropdown-menu {
    top: auto;
    left: 0px;
    min-width: 120px;
}

    .dropdown-menu:after {
        position: absolute;
        top: 18px;
        left: -6px;
        display: inline-block;
        border-top: 6px solid transparent;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        content: ''
    }

    .dropdown-menu:before {
        position: absolute;
        top: 18px;
        left: -7px;
        display: inline-block;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #ccc;
        border-right-color: rgba(0, 0, 0, 0.2);
        content: ''
    }

.dropdown-submenu > a:after {
    content: normal;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
    filter: none;
    background: #eee;
    color: #980000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-image: none;
    filter: none;
    background: #f5f5f5;
    color: #980000;
}

    .dropdown-menu > .active > a:before {
        background-image: url(/js/bootstrap/img/glyphicons-halflings-white.png);
        background-repeat: no-repeat;
        background-position:
    }

.dropdown-menu > li > a {
    line-height: 24px;
}

.accordion .header.active {
    /*background: #054e7d !important;*/
}

.badge {
    padding: 0px 2px;
}

.label, .badge {
    font-size: 8px;
    font-weight: normal;
    text-shadow: none;
}

.form-horizontal .control-label {
    width: 80px;
}

.form-horizontal .controls {
    display: inline-block:;
    padding-left: 20px:;
    margin-left: 90px;
}
/**ÆµµÀ*/
#left {
    min-height: 850px;
    width: 200px;
    margin-left: 3px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    /*border-radius:2px;*/
    box-shadow: 0 0 5px #e0e0e0;
}

    #left .nav-list > li > a {
        height: 32px;
        line-height: 32px;
        border-bottom: 1px solid #ddd;
    }

    #left .nav-list > li .icon-chevron-right {
        /*margin-right: -6px;
	margin-top: 8px;*/
        opacity: .25;
    }

    #left .nav-list > li > a:hover .icon-chevron-right {
        opacity: .5;
    }

    #left .nav-list > li.active .icon-chevron-right, #left .nav-list > li.active a:hover .icon-chevron-right {
        opacity: 1;
    }

    #left .nav-list > .active > a {
        background: #2f6699;
        border-bottom: none;
    }

    #left h4 {
        border-left: 6px solid #900;
        padding: 1px 0 2px 5px;
        line-height: 16px;
        margin: 7px 0 0 0;
        color: #666;
    }

#right {
    min-height: 1000px;
    border: 1px solid #e5e5e5;
    background: #fff;
    /*border-radius:2px;*/
    box-shadow: 0 0 5px #e0e0e0;
    margin-bottom: 20px;
    width: 770px;
    line-height: 30px;
    float: right;
}

    #right p a:link {
        color: #00c;
        text-decoration: underline;
    }

    #right p a:visited {
        color: #00c;
        text-decoration: underline;
    }

    #right p a:hover {
        color: #00c;
        text-decoration: underline;
    }

    #right p a:active {
        color: #00c;
        text-decoration: underline;
    }

#local {
    background: #f5f5f5;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 11px;
    color: #aaaaaa;
    border-bottom: 1px solid #eee;
}

    #local a {
        color: #aaaaaa;
    }

        #local a:hover {
            color: #08c;
        }

#list {
    margin: 30px;
    text-align: left;
}

.pagination {
    text-align: center;
}

.title_list tr:nth-child(5n) {
    border-bottom: 1px solid #ddd;
}

    .title_list tr:nth-child(5n) td {
        padding-bottom: 30px;
    }

#right i, #right em {
    color: #999;
}

input, button {
    /*border-radius: 0px !important;*/
}

.slidorion {
    height: 360px;
}

.newsslider .newsslide {
}

.accordion .content {
    height: 144px;
}

#ad_3 {
    z-index: 999999;
}

.nav-list > li > a {
    padding-left: 12px;
    padding-right: 4px;
}

#cnzz_stat_icon_1258510582 {
    display: none;
}

.new {
    position: absolute;
    width: 33px;
    height: 16px;
    background: url(/images/new.png) center center no-repeat;
    top: 13px;
    left: 74px;
    z-index: 999999999999999;
}

.newLink:link {
    color: #d00 !important;
}

.newLink:visited {
    color: #d00 !important;
}

.newLink:hover {
    color: #fff !important;
}

.newLink:active {
    color: #d00 !important;
}

blockquote p {
    font-weight: normal;
}

#ad_1 {
    z-index: 9999;
}
#list p{
    font-size:1.14em;
}