﻿@charset "utf-8";
.content_box .more {
	background-color:#FFF;
	color:#444	
}
.content_box .more:hover {
	background-color: #e6e6e6;
    border-color: #adadad;
}

#outbox{
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count:4;
    column-gap: 10px;
    width:100%;
    margin:20px auto 0;
}
.now .more:hover {
    background-color: #b53b15;
    border-color: #b53b15;
    color: #FFF;
}
.mt-0 {
	margin-bottom:0;
}
.content_box.now .rightnow {
	background-color: #FF5722;
}
.content_box.now .more {
	background-color: #ff5722;
    border-color: #ff5722;
	color:#FFF;
}
.content_box .more {
	background-color:#FFF;
	color:#444	
}
.content_box .more:hover {
	background-color: #e6e6e6;
    border-color: #adadad;
}
.content_box{
    width:100%;
    display: inline-block;
    font-size:12px;
    margin: 5px 15px 5px 0;
    overflow:hidden;
    font-size:15px;
    line-height: 1.5em;
    color:#353535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #FFF;
}
.tag {
	position:fixed;
	right:40px;
	top:15%;
	z-index:99;
	width:100px;
}
.tag a {
	border-radius:50%;
	height:100px;
	width:100px;
	background-color:#FFF;
	display: block;
    border: 3px solid #2196f3;
    margin-bottom: 10px;
	text-align:center;
	padding:15px 10px 10px;
}
.tag a:hover {
	background-color:#03a9f4;
	border-color:#FFF;
	color:#FFF;
	transition:.3s;
}

.tag a i {
	font-size:26px;
}
.tag a h3 {
	font-size:14px;
	margin-top:10px;
}
.tag a:nth-child(1), .tag a:nth-child(2), .tag a:nth-child(4) {
	padding-top:20px;
}

.stepbox input[type="checkbox"] {
    display: none;
}
.stepbox input[type="checkbox"] + label {
    display: inline-block;
    background-color: #e6e6e6;
    cursor: pointer;
    padding: 5px 25px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.stepbox input[type="checkbox"]:checked + label {
    background-color: #327fbd;
    color: #FFF;
}

#msform .form-group label.control-label {
	text-align:right;
}

.bgimg04 {
	padding: 96px 0;
	background-image:url(../Images/bg-4.jpg);
	background-size: cover;
    z-index: 99;
	background-attachment: fixed;
	position:relative;
	box-shadow: none;
}
.bgimg04::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(232,237,238,.8);
}

.mb-30 {
	margin-bottom:30px !important;
}

.add {
	padding: 12px;
    border-radius: 2px;
    margin: 10px 0;
	background-color: #ff5722;
    border-color: #ff5722;
    color: #FFF;
}
.add:hover, .add:active:hover, .add:focus {
	background-color: #b53b15;
    border-color: #b53b15;
    color: #FFF;
}
.color-white {
	color:#FFF;
}
.tittle2 {
	margin-bottom: 50px;
    font-weight: bold;
    font-size: 34px;
    position: relative;
}
.tittle2 {
	margin-top:0;
}
.tittle2::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 64px;
    height: 3px;
    background: #2196f3;
}
.bgimg03 {
	padding: 96px 0;
	background-image:url(../Images/bg-3.jpg);
	background-size: cover;
    z-index: 99;
	background-attachment: fixed;
	position:relative;
}
.bgimg03::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,.9);
}

.btn-p {
	padding:12px;
}

.red-text {
	color:#F00;
}
.over {
    position: absolute;
    /*top: -100px;*/
    right: 10px;
    /*background-color: #2196f3;*/
    background-color: #f32121;
    text-align: center;
    padding: 25px 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
.over span {
	font-size:24px;
}

.card {
	background-color: #FFF;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	margin-bottom:30px;
}
.card p {
	font-size:16px;
}
.card.right-t label.control-label {
	text-align:right;
}

.content .card ul.message li {
	font-size:16px;
	line-height:30px;
}
.card h3 {
	font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content_box{
    width:100%;
    display: inline-block;
    font-size:12px;
    margin: 5px 15px 5px 0;
    overflow:hidden;
    font-size:15px;
    line-height: 1.5em;
    color:#353535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #FFF;
}
.content {
	padding:15px;
	position:relative
}
.content ul.message {
	padding:0;
	list-style:none;
}
.content ul.message li {
	font-size: 12px;
    color: #656565;
}
.content ul.message li i {
	color:#2196f3;
	margin-right:5px;
}
.content h4 {
	color: #2d2d2d;
    font-weight: bold;
    border-left: 3px solid #2196f3;
    padding-left: 10px;
}
.rightnow {
	position: absolute;
    top: -20px;
    padding: 5px 10px;
    background-color: #565656;
    color: #FFF;
    right: 15px;
    font-size: 16px;
    font-weight: bold;
}
.content_box.now .rightnow {
	background-color: #FF5722;
}
.content_box.now .more {
	background-color: #ff5722;
    border-color: #ff5722;
	color:#FFF;
}
.content_box .more {
	background-color:#FFF;
	color:#444	
}
.content_box .more:hover {
	background-color: #e6e6e6;
    border-color: #adadad;
}

body, h1, h2, h3, h4, h5, p, span, div, li {
	font-family:"微軟正黑體";
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bgimg {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.bgimg02 {
	background-image:url(../images/bg-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
}
.container-fluid {
	min-width:1280px;
}
.nav>li {
	display:inline-block;
	text-align: center;
	border-right: solid 1px #e6e6e6;
}
.nav>li i {
	font-size: 25px;
    line-height: 10px;
    margin-top: 10px;
}
.nav>li:last-child {
	border:none;
}
.nav>li>a {
	padding:10px 8px;
}
.navbar-collapse {
	padding:0;
}
.container {
	min-width:1024px;
}
.collapse {
	display:block;
	border: none;
}
.header {
	width:100%;
	background-color: #FFF;
}
.top {
	background-color:#000;
	color:#FFF;
	font-size:14px;
	padding:5px 10px;
	text-align:right;
}
.top ul {
	margin:0;
	padding:0;
}
.top ul li {
	list-style:none;
	display:inline-block;
	margin-left:10px;
}
.logo {
	margin:13px 0;
	max-width:500px;
	float:left;
}
.logo img {
	width:100%;
}

.login {
	color:#FFF;
	background-color:transparent;
	border:solid 1px #FFF;
	border-radius:0;
	padding: 4px 8px;
}
.navbar-default {
    float: right;
    background-color: transparent;
    border: none;
	font-size: 16px;
	margin:0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #005ca5;
    background-color: transparent;
    border-bottom: solid 3px #2196F3;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #00bcd4;
    background-color: transparent;
    border-bottom: solid 3px #00BCD4;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    line-height: 30px;
    height: 82px;
}
.searchbox {
	background-color: #03A9F4;
    padding: 30px;
	margin: 20px 0 50px;
	border-bottom: solid 5px #034a82;
    border-right: solid 5px #034a82;
}
.searchbox h3 {
	color:#FFF;
	margin-bottom: 20px;
	margin-top:0;
}
.searchbox .form-control {
    border-radius: 0;
	margin:10px 0;
}
.hotnews {
	background-color:#FFF;
	padding: 20px 0;
    /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);*/
}
.hotnews_nbg {
	margin:50px 0;
}
.hotnews_nbg .tittle {
	color:#FFF;
}
.tittle {
	text-align:center;
	margin-bottom:20px;
}
.more {
	color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
	padding: 12px;
	border-radius:2px;
	margin: 10px 0;
}
.more {
	border-radius:0;
	margin:30px 0;
}
.thumbnail:hover {
	box-shadow: 1px 1px 10px #000000;
    border-color: #004479;
    transition: .3s;
}
.searchstudent label {
	 color:#FFF;
	 font-size: 16px;
}
.searchstudent {
	padding:0;
}
.searchA {
	background-color:#FFF;
	padding:10px;
	margin-top:30px;
	margin-bottom:30px;
}
.searchtable {
	margin:0;
}
.searchtable tr th {
	background-color:#004479;
	color:#FFF;
	text-align:center;
}
.searchtable tr td {
	text-align:center;
}
.searchtable tr td a {
	color:#333;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebf6ff;
}
.footer {
	color:#FFF;
	background-color:#000;
	text-align:center;
	padding:8px;
	font-size:12px;
}
.footer p {
	margin:0;
}



.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left:0;
    background: url(../images/tip_24.png) no-repeat;
	background-size: cover;
}

.nbs-flexisel-nav-right {
    right: 0;
    background: url(../images/tip_25.png) no-repeat;
	background-size: cover;
}
.choosebox {
	margin:30px 0;
}
.choosebox img {
	width:100%;
}
#myModal .modal-content img, #myModal01 .modal-content img {
	width:100%;
}
.choosebtn {
	margin:20px 0;
}
.choosebtn .btn {
	border-radius:0;
}
.news {
	margin:0 auto;
	padding:0;
}
.news li {
	list-style:none;
	line-height:40px;
    background-color: rgba(0, 170, 255, 0.19);
    margin-bottom: 5px;
    padding: 0 20px;
}
.news li:hover {
	background-color: rgba(0, 170, 255, 1);
}
.news li:hover a {
	color:#FFF;
}
.news li a i {
	margin-right:10px;
	font-size:10px;
}
.news li a {
	color:#666;
	display:block;
}

.thumbnail img {
	width:100%;
}
#back-top {
	position: fixed;
	bottom: 60px;
	left:60px;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	color: #FFF;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	height: 50px;
    border-radius: 50%;
    background-color: #03a9f4;
    line-height: 20px;
    padding: 15px;
}
#back-top a:hover {
	box-shadow:1px 1px 1px #000;
}
.gotopmessage {
	background-color: rgba(0, 0, 0, 0.55);
    color: #FFF;
    position: absolute;
    right: 60px;
    width: 90px;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
	display:none;
	bottom:5px;
}
.modal-header {
	text-align:center;
	border:none;
	background-color:#2196f3;
	color:#FFF;
	border-radius:5px 5px 0 0 ;
}
.modal-header .close {
	color:#FFF;
}
.modal-footer {
	border:none;
	text-align:center;
}

.p_30 {
	padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
	font-size: 16px;
    line-height: 30px;
}
.adminphoto {
	padding:3px;
	border:1px solid #CCC;
	box-shadow:1px 1px 1px #CCC;
	margin-left:10px;
}
.adminphoto img {
	width:100%;
}
.admin li {
	color: #4e4e4e;
}
.admin h4 {
	color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    background-color: #337ab7;
    border-radius: 10px 10px 0 0;
}
.admin p {
	line-height:26px;
	color:#4e4e4e;
}
.admin .col-xs-12 {
	padding:10px 30px;
}
.adminmessage {
	padding-left:50px;
	margin-left:-10px;
    word-break:break-all;
}
.bgimg01 {
	background-image:url(../images/bg_05.jpg);
}
.colorchange {
	position: fixed;
    left: 60px;
    top: 20%;
    padding: 8px 8px 0;
    background-color: #ffffff;
    border-radius: 10px;
}
.blue, .orange, .brown, .green, .purple, .red {
	width:20px;
	height:20px;
	margin-bottom:10px;
}
.blue {
	background-color:#2196F3;
}
.orange {
	background-color:#ffc107;
}
.brown {
	background-color: #795548;
}
.green {
	background-color: #4CAF50;
}
.purple {
	background-color: #673ab7;
}
.red {
	background-color: #f44336;
}
.modal-sm {
    width: 400px;
}
.table-striped > tbody > tr > th {
    text-align: center;
    background-color: #0061af;
    color: #FFF;
}

.table-striped > tbody > tr > td {
    vertical-align: middle;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}
