article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

ul {
    list-style: none;
    /* margin-top:10px; */
    display:block;
    padding-left:0px;
}

body {
  font-family: "Helvetica Neue",HelveticaNeue,helvetica,arial,sans-serif, "Microsoft YaHei";
  color: #555;
  /* Move down content because we have a fixed navbar that is 50px tall */
  /*
  padding-top: 50px;
  padding-bottom: 20px;
  */
}

.font-black-b {
   color: #000;
   font-size: 14px;
   font-weight: bold;
}

body.site {
    /* border-top: 3px solid #105eab #e77500 #0088cc */;
    /* padding: 20px; 
    background-color: #f4f6f7; */
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
.container {max-width: 1200px;}

.body .container {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif,"Microsoft Yahei";
    font-weight: normal;
    color: #333;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a {
  background-color: transparent;
  color: #1976d2; 
}
a:not([href]), a:not([href]):hover {
    color: #414141; 
}
a:hover, a:active, a:focus {
    color: #640411;
    outline: 0;
    text-decoration: none; 
}
a > img {
    display: block;
}

.topbg {
    width: 100%;
    /* background: url(../images/book-bg.jpg) top center no-repeat; 
    padding-top: 5px; */
    background-color: #fff;
}

.header {
    /* width:1200px; */
    margin:0 auto;
    /* height: 180px; */
    background: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /* opacity: .9;
    filter: alpha(opacity=90); */
    background-image: url(../images/header_bg.jpg);
}

.topnav-menu {
    background:#2b579a;
    border-bottom: 3px solid #d66d00;
}

.topnav-menu .navbar-nav .nav-link {
    color:#fff;
}
.topmenu-nav .navbar-nav > li > a:hover,
.topmenu-nav .navbar-nav > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #a21888!important;
    border-bottom: 2px solid #a21888;
}

.search-form {
    transition: top 0.3s;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 3px 2px rgba(0,0,0,.3);
}
.search-field {
  line-height: 16px;
  color: #333;
  padding: 9px 15px;
  width: 160px;
  border: 1px solid #fff;
  border-color: #a11c79;
}
.search-field:focus{
    border-color: #a11c79;
}
.btn-search {
    color:#a11c79;
}

.searchform-toggler {
    /* padding: .25rem .75rem; */
    /* font-size: 1.25rem; */
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.flink {
    padding:30px 0;
    background-color: #fff; 
    border-top: 1px dashed #e0e1e3;    
}

.flink .link-url {
    margin-bottom: 20px;
    padding-left: 20px;
    display: block;
    height: 40px;
    width: 100%;
}

.flink .link-url li {
    float: left;
}

.flink .card:hover {
    opacity: .7;
}

.footer {
    bottom: 0;
    padding:30px 0;
    color:#fff;
    background-color: #302a29;
    border-top:5px solid #e77500;
}
.footer a { color: #fff; }
.footer a:active, .footer a:hover{ color:#fff!important; }
.footer p { line-height: 120%; }
.footer .addr-info, .footer .site-qrcode {
    padding: 0 20px;
}

.footer .site-qrcode ul li {
    display: inline;
    margin-left: 5px;
}

article {
    /*
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    */
}

#main-content  {
    /* width: 580px;*/
    margin-right: 10px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    clear: both;
    /* font-size: 14px; */
    line-height: 24px;
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 3px solid #a21888;   
    /* box-shadow: 0 1px 3px #cecece; */
    padding: 20px 20px;    
    margin-bottom: 30px;  
}
#main-content h1.headline {
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: -1px;
    padding-bottom: 9px;
}
#main-content h1.pagetitle {
    font-size: 32px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eeeeee;
}
#main-content h2 { font-size: 14px; }

#main-content .info-section {border-bottom: 1px solid #e2e2e2;  /* overflow: auto; */ padding-bottom: 5px;  width: 100%;}
#main-content .info-section .date, .publish_up, .modified_time, .author, .editor {margin-right: 10px; }
#main-content .article-summary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #E5E5E5 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    color: #434343;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 3px;
    overflow: auto;
    padding: 10px 24px 10px 20px;
    /* width: 586px; */
}
#main-content .article-body { margin: 30px 0;}
#main-content .article-body p:lang(en) {
    font-size: 1.125em;
    color: #404040;
    margin:20px 0;
}
#main-content .article-body p:lang(zh) {
    font: 18px/32px "Microsoft Yahei";
    color: #404040;
    margin:20px 0;
}
#main-content .article-body > object{text-indent:0;margin-left:-30px;}
#main-content .article-body > embed{text-indent:0;margin-left:-40px;}
#main-content .article-body img {/* display: block; */ margin-left: auto; margin-right: auto; /* max-width:688px */ }
#main-content .article-body table {
	border: 1px solid #aaa;
	color: #252525;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
#main-content .article-body table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#main-content .article-body td {
	border: 1px solid #aaa;
	padding: 6px 6px 6px 6px;
}

#main-content .article-body table p {
    font-size: 12px;
    margin: 0 0;
}

#main-content .article-body table p:lang(zh) {
    font: 14px "Microsoft Yahei";
    color: #404040;
    margin:5px 0;
}

#main-content .wp_entry p:lang(en) {
    font-size: 1.125em;
    color: #404040;
    margin:20px 0;
}
#main-content .wp_entry p:lang(zh) {
    font: 18px/32px "Microsoft Yahei";
    color: #404040;
    margin:20px 0;
}

#main-content ul.inline,
#main-content ol.inline {
  margin-left: 0;
  list-style: none;
}
#main-content ul.inline > li,
#main-content ol.inline > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}

#main-content .article-body ol,
#main-content .article-body ul {
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    line-height: 1.714285714;
}
#main-content .article-body ul ul,
#main-content .article-body ol ol,
#main-content .article-body ul ol,
#main-content .article-body ol ul {
    margin-bottom: 0;
}
#main-content .article-body ul {
    list-style: disc outside;
}
#main-content .article-body ol {
    list-style: decimal outside;
}
#main-content .article-body li {
    margin: 0 0 0 36px;
    margin: 0 0 0 4.071428571rem;
}

.mypagination{
    display: inline; 
    padding:3px; 
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align:center; 
    /* font-family: ;    */ 
}
.mypagination a:link,.mypagination a:visited{
    background:#fff; 
    border:solid 1px #ddd; 
    padding: .5rem .75rem;
    margin-left: -1px;    
    line-height: 1.25;
    color: #007bff;
    text-decoration:none;
    color:#0061de;    
}
.mypagination a:hover,.mypagination a:active{
    background:#ddd; 
}
.mypagination span.active{
    padding: .5rem .75rem;
    font-weight:bold; 
    color:#fff; 
    margin-left: -1px;  
    background:#3666d4; 
    border:solid 1px #3666d4;
}
.mypagination span.disabled{display:none;}
.mypagination .badge {
    font-size: 1rem;
}

/* Image style */
#scrollUp {bottom: 30px; right: 20px; height: 38px;  /* Height of image */ width: 38px; /* Width of image */ background: url(../images/to-top.png) no-repeat; }
.highlight_word{color:#FF0000;}

/*
 * Main navigation
 *
 */

/* floating */
.float-left { float:left; }
.float-right { float:right; }

/* border */
.b-bd-r1-gray {
  border-right: 2px solid #e6e6e6; }

.b-no-bd {
  border: 0; }

.a-bd-r1 {
  border-right: none; }

.b-bd-b1 {
  border-bottom: 1px solid #f1f1f1; }

.b-bd-t1 {
  border-top: 1px solid #f1f1f1; }

.b-bd-t6-lightblue {
  border-top: 6px solid #0095d3; }

.b-bd-t6-yellow {
  border-top: 6px solid #c2cd23; }

.b-bd-t6-green {
  border-top: 6px solid #6db33f; }
.b-no-bd-t {
  border-top: none !important; }

.b-no-bd-b {
  border-bottom: none !important; }

.b-no-bd-r {
  border-right: none !important; }

.b-bd-l1-gray {
  border-left: 1px solid #cccccc; }

.b-bd-t1-gray {
  border-top: 1px solid #e6e6e6; }

.b-bd-b3-gray {
  border-bottom: 3px solid #e6e6e6; }

.last {
  margin-right: 0 !important;
}

.nav-unlist li {list-style: none;}

.treebar ul, li {
    list-style-type: none;
}

.treebar
{
    background-color: #fff;
    border:1px solid #1264c1;
    position:relative;
    width:100%;
}

.treebar h3
{
    background:#1264c1;
    color:#fff;
    font-size:18px;
    /* line-height:36px; */
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}
.treebar h3 a
{
    color:#fff;
}

.treebar li
{
    border-bottom:1px solid #ddd;
    font-size:15px;
    line-height:18px;
    zoom:1;
    position:relative;
}

.treebar ul, .sidebar ol
{
    border-top:1px solid #ddd;
    margin-top:20px;
    display:block;
    /* add by hutu */
    margin-left:20px;
    /* margin-bottom: 10px; */
    padding-left:0px;
}

.treebar li a
{
    color:#22132d;
    display:block;
    padding:0.5em 0 0.5em 10px;
    margin-right:28px;
    zoom:1;
}

.treebar li i
{
    position:absolute;
    font-size:10px;
    color:#7b5bda;
    /* border-left:1px solid #ddd; */
    padding:0.8em 4px;
    *padding:2.1em 4px;
    cursor:pointer;
    top:0;
    right:0;
    bottom:0;
}

.treebar li i:hover,.treebar li i.current
{
    background:#f7f7f7;
}

.treebar li a:hover
{
    color:#4F608C;
}

.treebar li.current a
{
    position:relative;
    /* border-left:4px solid #ff9600; */
    /* left:-4px; */
    color:#7b5bda;
}

.treebar li.current ul
{
    display:block;
}

.treebar li ul
{
    margin:0;
    border:0;
    background:#f7f7f7;
    position:relative;
    /* border-left:4px solid #7b5bda; */
    /* left:-4px; */
    width:100%;
    display:none;
    /* add by hutu */
    /* margin-left:20px; */
    /* margin-bottom: 10px; */
    padding-left:14px;
}

.treebar li ul li
{
    border-bottom:0;
    border-top:1px solid #ddd;
    font-size:12px;
}

.treebar li.current ul
{
    border-left:4px solid #ff9600;
}

.treebar li.current ul li a,.treebar li ul li a
{
    color:#22132d;
    font-family:"Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif,"Microsoft YaHei";
    padding:8px 5px 8px 14px;
    border:0;
    position:static;
    margin-right:0;
    line-height:18px;
}

.treebar li ul li a:hover
{
    background:#f0f0f0;
}

.treebar li ul li.current a
{
    font-weight:bold;
}
.treebar ul:first-of-type{
    border-top: 0;
}
.treebar ul li:first-of-type{
    border-top: 0px solid #EEE
}
.treebar ul li:last-of-type{
    border-bottom: 0;
}

.hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
}

.tags {font-size: 100%}
.tags a{opacity: 0.80;filter:alpha(opacity=80);color: #fff;background-color: #a50034;display: inline-block;margin: 0 5px 5px 0;padding: 2px 8px;line-height: 21px}
.tags a:hover,
.tags a:focus{
    color: #fff;
    text-decoration: none;
    background-color: #1264c1;
    opacity: 1;filter:alpha(opacity=100);
}
.article_next_prev {}
.article_next_prev ul {list-style: none; }
.article_next_prev li span {font-size: 16px;padding: 3px 0 3px 5px;color: #fff;background-color: #316595; border: 0px solid #ddd;}
.article_next_prev li>a {font-size: 16px; padding: 5px 5px 5px 0px; background-color: #fff; }
.article_next_prev li>a:hover {color: #ff0000; text-decoration: none;}
.article_next_prev li:hover span{background-color:#c00;}

.more{float:right;vertical-align:middle;}
.more a{color:#a7a7a7!important;font-size:0.6em;}
.more a:hover {color:#a50034!important;}
.more .btn{padding:0;}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .6rem;
  }
}

@media (min-width:768px) and (max-width:1020px){
    .navbar-nav>li>a {font-size:14px;padding-right:.5rem!important;padding-left:.5rem!important;}
    .topmenu-nav .navbar-nav  .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
@media (max-width:1021px) and (max-width:1200px){
    .navbar-nav>li>a {padding-right:.5rem!important;padding-left:.5rem!important;}
    .topmenu-nav .navbar-nav  .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
/*
@media (max-width: 767px) {
    .searchbox-content {
        position: relative;
        top: 0;
        z-index: 1;
    }
}
@media (min-width: 768px) {
    .searchbox-content {
        position: relative;
        top: 0;
        left: 35.66667%;
        width: 50.22223%;
        z-index: 1;
    }
}
*/
@media screen and (max-width:480px) {
    .footer .site-qrcode {display: none;}
    .footer .addr-info {text-align: left; font-size: 12px;}
}
/* =Print
----------------------------------------------- */
@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    body.site1 {
        border-top: none;
    }
    footer a[rel=bookmark]:link:after,
    footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }
    a {
        text-decoration: none;
    }
    a[href]:after {
        content: none !important;
    }
    .article-body img,
    .author-avatar img {
        border-radius: 0;
        box-shadow: none;
    }
    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }

    #footer,
    #latest-list,
    #categories-list,
    #tags-list,
    #breadcrumb,
    .share_wrap,
    .article_next_prev,
    .topmenu-nav,
    .searchbox,
    .iconsBtn {
        display: none;
    }

    .article-body {
        margin: 0;
        width: auto;
    }

    .headline {
        font-size: 21pt;
    }

    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }
    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }
    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }
    .site-header h1 a,
    .site-header h2 a {
        color: #000;
    }

}

#logo {
    /* margin-top: 30px;
    margin-bottom: 20px; */
}

.logo-img {
    margin-top: 0px;
    margin-bottom: 0px;
}
.topbar {
    top: 0;
    width: 100%;
    height: 25px;
    background-color:#e3f2fd;
    font-size: 12px;
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    border-bottom: 1px solid #ddd;
}
.topbar .subnav-left {
    padding-left: 10px;
}
.topbar .subnav-right {
    padding-right:12px;
}
.topbar ul {
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
}
.topbar ul li {
    display: inline;
    /* margin-left: 5px; */
}
.topbar .subnav  > li > a {
    color: #000;
    padding: 5px;
}
.topbar .subnav  > li > a:hover,
.topbar .subnav  > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #a21888;
    border-bottom: 0px solid #a21888;
}
.topbar .subnav  > .active > a,
.topbar .subnav  > .active > a:hover,
.topbar .subnav  > .active > a:focus {
    color: #fff;
    background-color: #a21888;
    border-bottom: 0px solid #a21888;
    background-repeat: repeat-x;
}

.topbar .input-group-sm > .form-control {
    padding: .25rem .5rem;
    font-size: .575rem;
    line-height: 1.2;
    border-radius: 0rem;
	border-color:#e3f2fd;
	background-color:#fff;
}

.topbar .input-group-sm .input-group-append .btn-sm {
    padding: .25rem .5rem;
    font-size: .575rem;
    line-height: 1.2;
    border-radius: 0rem;
}


@media screen and (max-width: 380px) {
    .topbar .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .topbar .subnav-left {
        padding-left: 0px;
    }
    .topbar .subnav-right {
        padding-right:0px;
    }
    .topbar ul li {
        margin-left: 3px;
    }
	
    .topbar .subnav  > li > a {
        padding: 3px;
    }	
}


.news {
    margin-top:0px;
    padding: 0 0 30px 0;
    /* background: #fff; */
    color: #000;
}

.enabled {
    background-color: #ffdebd;
    border-color: lightgrey;
    border-left: 3px solid #d66d00 !important;
}

.card-purple {
    border: 1px solid #dcdcdc;
    border-top: 3px solid #a21888;
    border-radius: 0px;
}

.card-green {
    border: 1px solid #dcdcdc;
    border-top: 3px solid #6db33f;
    border-radius: 0px;
}

.card-blue {
    border: 1px solid #dcdcdc;
    border-top: 3px solid #0065c9;
    border-radius: 0px;
}

.block {
    margin-bottom: 30px;
}

.card .card-header a {
    color: #a21888;
    font-family: "Microsoft Yahei";
}
.card .card-header a:hover {
    color: #a21888;
}
.card .card-header .bn-title {
    font-size:18px;
}

.truncate {
    white-space: nowrap;
    width: 100%; 
    overflow: hidden;
    text-overflow:    ellipsis;    /* IE, Safari (WebKit) */
    -o-text-overflow: ellipsis;    /* Opera */
}

.truncate ul li a {
    white-space: nowrap;
    width: 100%; 
    overflow: hidden;
    text-overflow:    ellipsis;    /* IE, Safari (WebKit) */
    -o-text-overflow: ellipsis;    /* Opera */
}

.cat-articles-list-group-item {
    position: relative;
    display: block;
    padding: .25rem .25rem;
    margin-bottom: -1px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}    

.cat-articles-list-group-item a:hover,
.cat-articles-list-group-item a:focus {
    color:#a50034!important;
    text-decoration:none;    
}
.cat-articles-list-group-item:active, .cat-articles-list-group-item:hover {
    border-top:2px solid #d2d2d2; border-bottom: 2px solid #d2d2d2; background-color: #f7f8fd;
}  
.cat-articles-list-time {
    font-size: 0.8rem;
    color: #a7a7a7;
    padding-left: 0.2rem;
}

.quick-link a {
    padding: 20px 10px;
    color: #fff;
}
.quick-link .link-item-1 {
    background: #f27042;
}
.quick-link .link-item-2 {
    background: #89c764;
}
.quick-link .link-item-3 {
    background: #5091cd;
}
.quick-link .link-item-4 {
    background: #800080;
}



#spotlight {
    position: relative;
    padding: 140px 0;
    background: #f8f9fa;
}

#spotlight h1{
    color: #fff;
}

#primary-header, #primary-header.has-featured-image .container, .page-header.has-featured-image, .page-header.has-featured-image .container {
    position: relative;
}
#spotlight.has-background,
#primary-header.has-featured-image,
.page-header.has-featured-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.entry-header.primary-hentry{
    background: #f3f4f5;
    background: rgba(0,0,0,0.02);
    border-bottom: 1px solid #ebecee;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 40px 0;
}

.entry-title {
    font-size: 32px;
    line-height: 1.2;
    padding: 0;
    margin: 0px;
    color: #ffffff;
}

#spotlight.has-background .overlay,
#primary-header .overlay,
.page-header.has-featured-image .overlay {
    position: absolute;
    top:0; left:0; right: 0; bottom: 0;
    opacity: 0.35;
    background: #000000;
}

#spotlight .hentry {
    position: relative;
    z-index: 1;
}

#spotlight.has-background .hentry {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#spotlight .hentry .entry-title {
    font-size: 39px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 25px;
}

#spotlight .hentry .entry-content {
    max-width: 65%;
}

#spotlight .hentry .entry-content a.button {
    display: inline-block;
    color: #ffffff;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 2px;
}

#spotlight .hentry .entry-content p:last-of-type {
    margin-bottom: 0;
}

#spotlight .hentry a.button:hover {
    background: #ffffff;
    color: #434445;
    text-shadow: none;
}

.homepage-widgets .widget {
    padding: 65px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.homepage-widgets  .col {
   min-width:140px; 
}

.homepage-widgets .front-page-block {
    padding-bottom: 30px;
}

.homepage-widgets .featured-three .card-header{
	color: #000;
	/* background: #5091cd; */
	font-size: 1.2rem;
}

.homepage-widgets .featured-three .bg-green {
   background: #89c764;
}
.homepage-widgets .featured-three .bg-purple {
   background: #993366;
}
.homepage-widgets .featured-three .bg-blue {
   background: #5091cd;
}

.homepage-widgets .featured-phone {
   color: #fff;
   background: #5091cd;
}

.homepage-widgets .widget .widget-title {
    margin-bottom: 55px;
    font-size: 24px;
    color: #414141;
    font-weight: 700;
    text-transform: none;
}

.homepage-widgets .widget:nth-child(even) {
    background: #f8f9fa;
}

.homepage-widgets .front-page-block:nth-child(even) .recent-post,
.homepage-widgets .front-page-block:nth-child(even) .grid-item,
.homepage-widgets .front-page-block:nth-child(even) .grid-sep {
    border-color: #d8d9db;
}

.hentry .entry-thumb {
    margin-bottom: 25px;
}

.list {
  font-size:1rem;
}

a.service-case { color: inherit; }
a.service-case:hover,
a.service-case:active,
a.service-case:focus {
  position: relative;
  border-color: #a21888;
  color: inherit;
  text-decoration: none;
}
a.service-case:hover::before,
a.service-case:active::before,
a.service-case:focus::before {
  content: '';
  display: block;
  position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10;
  border-radius: 4px;

  -webkit-box-shadow: inset 0 0 0 1px #a21888; /*, 0 0 0 2px #a21888;*/
          box-shadow: inset 0 0 0 1px #a21888; /*, 0 0 0 2px #a21888;*/
}


.breadcrumb {
    background-color: #ffffff;
}

.subheadline{
    color: #bbb6b6;
}

.btn-gxnu {
    color: #fff;
    background-color: #a11c79;
    border-color: #a11c79;
}

#ari-slick-gallery {
    width: 680px;
    height: 600px;
}
.ari-slick-gallery {
	position:relative;
}

.arislickgallery-item {
	position: absolute;
	background: transparent none no-repeat 50% 50%;
	border: 5px solid #EEEEEE;
	border-bottom: 18px solid #eeeeee;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow: 2px 2px 3px #333333;
	-webkit-box-shadow: 2px 2px 3px #333333;
	box-shadow: 2px 2px 3px #333333;
}

.arislickgallery-item a {
	text-indent: -999px;
	display: block;
	overflow: hidden;
}

.arislickgallery-title {
	position: absolute;
	bottom: -18px;
	height: 18px;
	padding: 1px 6px;
	overflow: hidden;
	width: 90%;
	text-align: left;
	font-size: 13px;
	white-space: nowrap;
}

.card-img:hover .mask {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.mask {
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.mask img{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

#splotlight {
	position: relative
}
#splotlight .carousel-caption {
	position: absolute;
	width: 100%;
	z-index: 10;
	bottom: 0;
	left: 0;
	background-color: #252525;
	padding: 0 20px;
	margin: 0 auto;
	opacity: .5
}
#splotlight .carousel-caption h3 {
	color: #fff;
	width: 90%;
	font-size: 18px;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	left: 0;
	bottom: 0;
	padding: 5px 5px 0 60px;
	margin-left: -15%;
	margin-top: 5px;
	margin-bottom: 5px
}
#splotlight .carousel-control {
	color: #fff;
	font-size: 38px;
	opacity: .6;
	line-height: 35px;
	width: 6%
}
#splotlight .carousel-control.right, .carousel-control.left {
	background-image: none
}
#splotlight .carousel-indicators {
	bottom: 0
}

.dropdown:hover>.dropdown-menu {
  display: block;
  background-color: #a21888!;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.bg-blue {
    background-color: #105eab!important;
}

.bg-blue-light {
    background-color: #0074d9!important;
}

.bg-purple {
    background-color: #a21888!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus {
    color: #fff;
    /* background-color: #1283BF;
    border-bottom: 1px solid #dd4b39; */
}


.cal {
     border: 1px solid #63065f;
     min-width: 90px;
     width: 90px;
}
.sj {
	display: table-cell;
	vertical-align: top;
        padding-right: 20px;
	height: 80px;
        width: 100%;
        max-width:90px;
	float: left;
	text-align: center
}
.sj .date-day {
   height: 40px;
    /* line-height: 28px;*/
    font-size: 24px;
    color: #e77500;
/*    padding: 0.8rem 0.6rem 0.4rem 0.6rem; */
    background-color: #f7f5f5;
    transition: all 0.4s ease-in-out;
}
.sj .date-week {
	font-size: 14px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	background-color: #eee;
	/* border: 1px solid #63065f */
}
.sj .date-month {
	font-size: 15px;
	color: #616161;
	height: 30px;
/*	line-height: 32px; */
	background-color: #eee;
	/* border: 1px solid #63065f */
        border-top: 3px solid #e77500;
        padding: .1rem 0.5rem;
}
.card-img-top {
    max-height: 220px;
}

.border-purle {
    /* border-color: #a21888!important; */
    border-top: 4px solid #a21888;	
}

.border-blue {
    /* border-color: #105eab!important; */
    border-top: 4px solid #105eab;	
}

.border-green {
    /* border-color: #89c764!important; */
	border-top: 4px solid #89c764;
}

.dropdown-menu-nc {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #a21888;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item-nc {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.ss{margin:0px 15px 0px 0px;float:right;height:22px;width:224px;}
.ss_txt{margin-top:2px;padding-left:71px;height:18px;width:49px;float:left;}
.ss input{background:#ffffff;height:16px;width:155px;line-height:16px;font-size:12px;border:1px solid #ffffff;}
