/* CSS Reset - Normalize HTML elements */
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
    display: block
}

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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ul,
ol {
    margin-left: 2em
}

ol {
    list-style-type: decimal
}

nav ul,
nav li {
    margin: 0;
    list-style: none;
    list-style-image: none
}

b,
strong,
th {
    font-weight: bold
}

em,
i {
    font-style: italic
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

/* Links */
a,
a:active,
a:visited {
    color: #09F;
    outline: 0
}

a:hover {
    color: #09F;
}

/* Body and Typography */
body {
    font: 14px "Microsoft YaHei", "微软雅黑", "Helvetica Neue", "Helvetica", "arial";
    background: #fff;
    min-height: 100%;
    position: static;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none
}

.skiplink {
    display: none
}

.clear {
    clear: both
}

img {
    max-width: 100%
}

/* Header Styles */
#main-header {
    width: 100%;
    height: 180px;
    position: fixed;
    z-index: 2000
}

#header-full {
    width: 100%;
    min-width: 1185px;
    background: rgba(250, 250, 250, 1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9FAFAFA, endColorstr=#C9FAFAFA)
}

#header-full.small {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    -ms-transition: height .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF, endColorstr=#F2FFFFFF)
}

#main-header.small {
    height: 60px;
    position: fixed
}

#header-full.small #header {
    height: 60px;
    position: relative
}

#header {
    width: 1125px;
    height: 60px;
    margin: 0 auto;
    padding: 0 30px
}

#logo {
    float: left;
    margin: 10px 0 0 0
}

#header-full.small #logo {
    margin: 5px 0 0 0
}

#header-full.small #logo img {
    width: 220px;
    height: 42px;
    position: absolute;
    left: 30px;
    top: 5px
}

#header-content {
    height: 90px;
    float: right
}

#header-full.small #header-content {
    display: none
}

#nav-header {
    float: left;
    list-style: none;
    margin: 15px 0 0 10px
}

#nav-header li {
    float: left;
    margin: 0 10px
}

#nav-header li a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none
}

#nav-header li:last-child {
    margin-right: 0
}

/* Navigation */
#nav {
    float: none;
    height: 50px;
    background: #09F;
    clear: both
}

#nav-container {
    height: 50px;
    float: none;
    width: 1125px;
    margin: 0 auto;
    padding: 0 30px
}

#nav-main,
#nav .menu ul {
    height: 50px;
    float: left
}

#nav-main li,
#nav .menu ul li {
    height: 50px;
    float: left;
    position: relative
}

#nav-main li a,
#nav .menu ul li a {
    height: 34px;
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 15px 0 15px
}

#nav-main li.current-menu-item a,
#nav .menu ul li.current-menu-item a {
    color: #fff;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    margin: -2px 0 0 0;
    padding-top: 18px;
    box-shadow: 1px 0 rgba(0, 0, 0, 0.7)
}

#header-full.small+#nav {
    background: 0;
    box-shadow: none;
    height: 40px
}

#header-full.small+#nav #nav-container {
    height: 40px;
    margin: -50px auto 0 auto
}

#header-full.small+#nav #nav-main,
#header-full.small+#nav .menu ul {
    padding-left: 230px;
    height: 40px
}

#header-full.small+#nav #nav-main li,
#header-full.small+#nav .menu li {
    height: 40px
}

#header-full.small+#nav #nav-main li a,
#header-full.small+#nav .menu li a {
    height: 30px;
    float: left;
    font-size: 13px;
    font-weight: 300;
    color: #333;
    padding: 10px 7px 0 7px
}

#header-full.small+#nav #nav-main li.current-menu-item a,
#header-full.small+#nav .menu ul li.current-menu-item a {
    height: 30px;
    margin: 0;
    background: 0;
    font-weight: bold;
    box-shadow: none
}

#header-full.small+#nav #nav-main li:hover a,
#header-full.small+#nav .menu ul li:hover a {
    background: 0
}

#button-registration {
    float: right;
    height: 48px;
    border: 1px solid #62462d;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background-color: #a02448;
    background-image: linear-gradient(top, #a02448, #771b28);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#a02448), to(#771b28));
    background-image: -webkit-linear-gradient(top, #a02448, #771b28);
    background-image: -moz-linear-gradient(top, #a02448, #771b28);
    background-image: -ms-linear-gradient(top, #a02448, #771b28);
    background-image: -o-linear-gradient(top, #a02448, #771b28);
    line-height: 48px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

#button-registration:hover {
    background: #771b28
}

#header-full.small+#nav #button-registration {
    height: 38px;
    line-height: 38px;
    font-size: 12px
}

#nav ul ul {
    position: absolute;
    z-index: 2000;
    display: none;
    width: 230px;
    margin: 0;
    top: 48px;
    left: 0;
    background: 0;
    float: none;
    text-align: left;
    background: #004c7f;
    padding: 5px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000)
}

#header-full.small+#nav ul ul {
    background: rgba(255, 255, 255, 0.95);
    top: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF, endColorstr=#F2FFFFFF)
}

#nav ul li ul li {
    display: inline;
    float: left;
    width: 230px;
    height: auto;
    padding: 0;
    position: relative;
    margin: 0;
    border: 0;
    box-shadow: none
}

#nav ul ul ul {
    position: absolute;
    z-index: 1300;
    display: none;
    width: 230px;
    margin: 0;
    top: -5px;
    left: 230px
}

#header-full.small+#nav ul ul ul {
    background: rgba(255, 255, 255, 0.95);
    top: -5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2FFFFFF, endColorstr=#F2FFFFFF)
}

#nav ul li ul li ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 0 1px 0;
    height: auto
}

#nav #nav-main li:hover ul li {
    background: 0
}

#nav #nav-main li:hover ul li a,
#nav #nav-main li:hover ul li a:link,
#nav #nav-main li:hover ul li a:visited {
    width: 180px;
    height: auto;
    text-transform: none;
    border: 0;
    padding: 8px 10px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: normal;
    background: 0;
    box-shadow: none
}

#header-full.small+#nav #nav-main li:hover ul li a {
    text-decoration: none
}

#nav #nav-main li:hover ul li a:hover,
#nav #nav-main li ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #09F
}

#header-full.small+#nav #nav-main li:hover ul li a:hover {
    font-weight: bold;
    color: #f63
}

#nav #nav-main li:hover ul li:hover {
    box-shadow: none
}

nav#nav li:hover ul ul,
nav#nav li li:hover ul ul {
    display: none
}

nav#nav li:hover ul,
nav#nav li li:hover ul {
    display: block
}

.open-menu,
.close-menu,
.close-menu-big {
    display: none
}

/* Slideshow */
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

/* Content Layout */
.home #content-container {
    width: 100%;
    background: #fff;
    min-width: 1185px;
    position: relative;
    z-index: 10;
    padding-top: 0
}

#content-container {
    padding-top: 150px;
}

.home #content-container {
    position: relative;
    z-index: 20;
    padding-top:20px
}

#content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px
}

#banner-homepage {
    margin: 0 0 50px 0;
    vertical-align: top
}

#main-content {
    width: 732px;
    float: left;
    padding: 0 0 50px 0
}

#nr-content {
    width: 900px;
    float: left;
    padding: 0 0 50px 0
}

.news-group{
    background: #fff;
    border-radius: 12px;
}

#full-width {
    padding: 0 0 50px 0
}

#intro {
    margin: 0 0 20px 0;
    padding-bottom: 44px
}

#intro h1 {
    font-size: 24px;
    color: #62462d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0
}

#intro figure {
    width: 363px;
    float: left;
    margin: 0 30px 0 0
}

#intro p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 24px
}

.more-intro {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-weight: bold
}

.more-intro:hover {
    color: #09F
}

.home #main-content {
    width: 1200px;
    float: none;
    margin: 0 auto;
    padding: 0 0 50px 0
}

.home #main-content .news-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px
}

.home #main-content .news-wrap > .widget-title {
    flex: 0 0 100%
}

.home #main-content .news-wrap > div {
    min-width: 0
}

#news-slider {
    width:512px;
    float:left;
}

#news-list {
    width:620px;
    float:right;
}

/* Sidebar Navigation */
#nav-sidebar {
    margin: 0 0 50px 0;
    list-style: none
}

#nav-sidebar li {
    margin: 0 0 25px 0;
    line-height: 1.4
}

#nav-sidebar li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: block
}

#nav-sidebar li a img {
    width: 36px;
    height: 36px
}

#nav-sidebar li a:hover figure {
    background: #09F;
    box-shadow: 0 0 0 4px #09F
}

#nav-sidebar li a .title-nav-sidebar {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    color: #222;
    font-size: 16px
}

#nav-sidebar li a:hover .title-nav-sidebar {
    color: #09F
}

#content-principal {
    padding-left: 341px
}

/* Breadcrumbs */
#breadcrumbs {
    margin: 25px 0
}

#breadcrumbs div {
    height: 34px;
    float: left
}

#breadcrumbs div a {
    height: 24px;
    float: left;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 0 0
}

#breadcrumbs div a.icon-home {
    width: 34px;
    height: 34px;
    background: #09F url(../images/icon-home.png) no-repeat 50% 8px;
    text-indent: -9999px;
    background-size: 17px 17px;
    padding: 0
}

#breadcrumbs div a.icon-home:hover {
    opacity: .7
}

#breadcrumbs div .arrow {
    width: 8px;
    height: 14px;
    background: url(../images/arrow-breadcrumbs.png) no-repeat;
    background-size: 8px 14px;
    text-indent: -9999px;
    margin: 9px 12px 0 12px;
    float: left
}

.last-breadcrumbs {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #09F;
    margin: 10px 0 0 0
}

#breadcrumbs div a:hover {
    color: #09F
}

/* Sidebar */
#sidebar {
    width: 200px;
    float: right;
    background: #f0f0f0;
    padding: 50px 20px 0 20px;
    margin: 0 0 50px 0;
    border-radius: 12px;
}

#nav-sidebar-bottom li {
    width: 179px;
    height: 200px;
    float: left;
    border-right: 1px solid #dadada
}

#nav-sidebar-bottom li a {
    width: 140px;
    height: 219px;
    float: left;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    padding: 0 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    line-height: 1.6
}

#nav-sidebar-bottom li a figure {
    width: 50px;
    height: 50px;
    background: #dadada;
    border-radius: 27px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #dadada;
    margin: -25px auto 25px auto;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

#nav-sidebar-bottom li a figure img {
    width: 34px;
    height: 34px;
    margin: 8px 0 0 0
}

#nav-sidebar-bottom li a:hover figure {
    background: #09F;
    box-shadow: 0 0 0 2px #09F
}

#nav-sidebar-bottom li a:hover {
    background: #fff
}

#nav-sidebar-bottom .title-nav-sidebar {
    display: block;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

/* News Styles */
.news-container {
    margin: 0 48px 40px 0;
    width: 220px;
    float: left;
    position: relative
}

.news-container.last {
    margin-right: 0
}

.news-container figure img {
    border-top: 3px solid #09F;
    margin: 0 0 5px 0
}

.news-container h2.title-news {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 5px 0;
    line-height: 1.2
}

.news-container header p {
    margin: 0 0 3px 0;
    font-size: 11px
}

.news-container header p a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none
}

.news-container h2.title-news a {
    color: #222;
    text-decoration: none
}

.news-container h2.title-news a:hover {
    color: #09F
}

.news-container header {
    margin: 0 0 15px 0
}

.news-container header time {
    font-size: 11px;
    color: #999;
    text-transform: uppercase
}

.news header aside {
    width: 340px;
    float: left
}

.news header aside.no-featured {
    width: 100%;
    float: none
}

.news header figure {
    width: 351px;
    float: right
}

.news header figure img {
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #dadada
}

#news-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #dadada
}

.news header p {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dadada
}

#link-category {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase
}

#link-category a {
    text-decoration: none
}

#blog-time time {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    float: left;
    padding: 0 7px 0 0;
    border-right: 1px solid #999;
    margin: 0 7px 0 0
}

#link-comment-header {
    float: left;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none
}

#link-comment-header:hover {
    text-decoration: underline
}

#social-link {
    list-style: none;
    margin: 10px 0 25px 0
}

#social-link li {
    float: left;
    margin: 0 10px 0 0
}

.news {
    border-bottom: 1px solid #dadada;
    margin: 0 0 25px 0
}

#slider-event {
    margin: 0 0 50px 0;
    height: 295px;
    position: relative
}


#main-title.event-title {
    float: left;
    margin-top: 0
}

#title-month {
    float: right;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-top: 8px
}



.title-event-one a {
    text-decoration: none;
    color: #222
}

.title-event-one a:hover {
    color: #7b1733
}

.content-faq {
    padding: 20px 0 0 10px
}

#sidebar .widget-container {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 0 20px 20px 20px;
border-radius: 12px;
}

/* 小部件标题样式 */
.sidebar-homepage .widget-title,
#sidebar .widget-title {
    background: #0CF;
    background-image: linear-gradient(top, #0CF, #09F);
    background-image: -webkit-linear-gradient(top, #0CF, #09F);
    background-image: -moz-linear-gradient(top, #0CF, #09F);
    background-image: -ms-linear-gradient(top, #0CF, #09F);
    background-image: -o-linear-gradient(top, #0CF, #09F);
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0
}

#sidebar .widget-title {
    margin-left: 0px;
    margin-top:20px;
    width: 160px;
   
}

#sidebar ul {
    list-style: none;
    margin: 0 0 10px 0
}

#sidebar ul li {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    line-height: 1.4
}

#sidebar ul li a {
    color: #444;
    text-decoration: none
}

#sidebar ul li a:hover {
    color: #09F
}

#sidebar img.alignleft {
    margin-right: 20px
}

#sidebar .text-widget img,
#sidebar .textwidget img {
    margin-bottom: 15px
}

#sidebar .text-widget,
#sidebar .textwidget {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px 0
}

#sidebar .text-widget {
    border-bottom: 1px solid #dadada
}

#sidebar .text-widget p,
#sidebar .textwidget p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 24px
}

#sidebar .text-widget ul {
    border-top: 1px solid #dadada;
    margin: 0 0 20px 0
}

#sidebar .map-area {
    width: 258px;
    height: 250px;
    margin: 0 0 20px 0;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #dadada
}

#sidebar .testimonial-header {
    float: left;
    background: url(../images/quote-sidebar.png) no-repeat 100% 100%;
    padding: 0 0 42px 0;
    width: 137px;
    background-size: 43px 35px
}

#sidebar .testimonial-header h4 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 0 0 2px 0
}

#sidebar .testimonial-header h5 {
    font-size: 11px;
    color: #666;
    font-weight: normal
}

#sidebar .text-widget blockquote {
    clear: both;
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #666
}

#sidebar ul.tabs-widget {
    width: 300px;
    margin: 0 0 0 -20px
}

#sidebar ul.tabs-widget li {
    width: 50%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0 0 20px 0
}

#sidebar ul.tabs-widget li a {
    text-align: center;
    display: block;
    padding: 12px 0;
    background-color: #6e5137;
    background-image: linear-gradient(top, #6e5137, #62462d);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#6e5137), to(#62462d));
    background-image: -webkit-linear-gradient(top, #6e5137, #62462d);
    background-image: -moz-linear-gradient(top, #6e5137, #62462d);
    background-image: -ms-linear-gradient(top, #6e5137, #62462d);
    background-image: -o-linear-gradient(top, #6e5137, #62462d);
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: .8
}

#sidebar ul.tabs-widget li.ui-tabs-active a {
    opacity: 1
}

#sidebar .team-sidebar-content h4 {
    font-size: 16px;
    color: #333;
    font-weight: bold
}

#sidebar .team-sidebar-content h5 {
    font-size: 14px;
    color: #898989;
    font-style: italic;
    margin: 0 0 5px 0
}

#sidebar .team-sidebar li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0
}

#sidebar .flickr a {
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px 15px 20px 15px
}

#sidebar .flickr a img {
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #dadada
}

/* 侧边栏小部件样式 */
.sidebar-homepage .widget-container {
    margin: 0 0 50px 0
}

.sidebar-homepage .widget-container ul {
    list-style: none;
    margin: 0 0 20px 0
}

.sidebar-homepage .widget-container ul li {
    font-size: 14px;
    color: #444;
    padding: 8px 0 7px 0;
    border-bottom: 1px solid #dadada;
    line-height: 1.4;
    word-wrap: break-word;
 
}

.sidebar-homepage .widget-container ul li a {
    color: #777;
    float:left;
    font-size: 14px;
    text-decoration: none
}

.sidebar-homepage .widget-container ul li a:hover {
    color: #09F
}

.sidebar-homepage .widget-container ul.news-sidebar li,
#sidebar .widget-container ul.news-sidebar li {
    padding: 0 0 35px 0;
    margin: 0 0 0px 0
}

.sidebar-homepage .widget-container ul.news-sidebar li img,
#sidebar .widget-container ul.news-sidebar li img {
    border: 1px solid #fff;

}

.sidebar-homepage .imgrame,
#sidebar .imgframe {
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #dadada
}

.sidebar-homepage .widget-container ul.news-sidebar h4,
#sidebar .widget-container ul.news-sidebar h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px 0;
    padding: 5px 0 0 0
}

.sidebar-homepage .widget-container ul.news-sidebar h4 a,
#sidebar .widget-container ul.news-sidebar h4 a {
    color: #444;
     text-align: left;
}

.sidebar-homepage .widget-container ul.news-sidebar h4 a:hover,
#sidebar .widget-container ul.news-sidebar h4 a:hover {
    color: #09F;
    font-weight: bold;
    float:left
}

.sidebar-homepage .widget-container ul.news-sidebar .date-news {
    font-size: 14px;
    color: #898989;
    text-transform: uppercase;
    font-weight: 300;
    float:left

}

#sidebar .widget-container ul.news-sidebar .date-news {
    font-size: 10px;
    color: #898989;
    text-transform: uppercase;
    font-weight: 300
}

.sidebar-homepage .widget-container ul.news-sidebar h5 {
    display: none
}

.sidebar-homepage .button-more,
#sidebar .button-more {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #09F;
    text-decoration: none;
    background-color: #3CF;
    background-image: linear-gradient(top, #3CF, #09F);
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#3CF), to(#09F));
    background-image: -webkit-linear-gradient(top, #3CF, #09F);
    background-image: -moz-linear-gradient(top, #3CF, #09F);
    background-image: -ms-linear-gradient(top, #3CF, #09F);
    background-image: -o-linear-gradient(top, #3CF, #09F);
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.sidebar-homepage .button-more:hover,
#sidebar .button-more:hover {
    background: #09F
}

.sidebar-homepage .event-date-widget,
#sidebar .event-date-widget {
    width: 61px;
    height: 120px;
    float: left;
    background: url(../images/icon-calendar-widget.png) no-repeat;
    background-size: 61px 80px;
    margin: 0 20px 0 0;
    text-align: center
}

.sidebar-homepage .widget-container ul.event-sidebar li,
#sidebar .widget-container ul.event-sidebar li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0
}

.sidebar-homepage .event-date-widget strong,
#sidebar .event-date-widget strong {
    display: block;
    font-size: 36px;
    color: #fff;
    padding: 12px 0 0 0
}

.sidebar-homepage .event-date-widget span,
#sidebar .event-date-widget span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0 0 0
}

.sidebar-homepage .event-content-widget {
    width: 260px;
    float: left
}

#sidebar .event-content-widget {
    width: 179px;
    float: left
}

.sidebar-homepage .event-content-widget article,
#sidebar .event-content-widget article {
    margin: 0 0 10px 0;
    vertical-align:middle
}

.sidebar-homepage .event-content-widget h4,
#sidebar .event-content-widget h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 2px 0
}

.sidebar-homepage .widget-container .event-content-widget h4 a,
#sidebar .widget-container .event-content-widget h4 a {
    color: #444
}

#sidebar .widget-container .event-content-widget h4 a:hover {
    color: #09F
}

.sidebar-homepage .event-content-widget p,
#sidebar .event-content-widget p {
    font-size: 10px;
    color: #898989;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.6
}

.sidebar-homepage .event-content-widget em,
#sidebar .event-content-widget em {
    font-size: 11px;
    color: #555
}

.sidebar-homepage .event-content-widget h4,
#sidebar .event-content-widget h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0 4px 0;
    line-height: 1.4
}

.sidebar-homepage .event-content-widget h4 a,
#sidebar .event-content-widget h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease
}

.sidebar-homepage .event-content-widget h4 a:hover,
#sidebar .event-content-widget h4 a:hover {
    color: #09F
}

.sidebar-homepage .event-content-widget span,
#sidebar .event-content-widget span {
    font-size: 12px;
    color: #666;
    line-height: 1.8
}

.sidebar-homepage .event-content-widget article > div,
#sidebar .event-content-widget article > div {
    clear: both;
    float: none;
    display: block;
    margin-bottom: 4px
}

.sidebar-homepage .event-content-widget article,
#sidebar .event-content-widget article {
    margin: 0 0 12px 0;
    vertical-align: middle
}

#sidebar .partner-sidebar li {
    text-align: center;
    padding: 0
}

#sidebar .partner-sidebar li img {
    opacity: .8;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

#sidebar .partner-sidebar li a:hover img {
    opacity: 1
}

.sidebar-homepage .widget-container ul.slides {
    margin: 0
}

.sidebar-homepage .widget-container ul.slides li {
    padding: 0;
    border: 0
}

.sidebar-homepage .widget-container .slides-image {
    padding: 4px;
    background: #dadada;
    margin: 0 0 20px 0
}

.sidebar-homepage .widget-container .flexslider {
    position: relative
}

.sidebar-homepage .widget-container .flexslider .flex-control-nav {
    display: none
}

.sidebar-homepage .widget-container .flexslider h4 {
    text-align: center;
    margin: 0 60px;
    font-size: 14px;
    color: #444;
    font-weight: normal;
    line-height: 1.2
}

.sidebar-homepage .widget-container ul.flex-direction-nav {
    margin: 0;
    height: 0
}

.sidebar-homepage .widget-container ul.flex-direction-nav li {
    padding: 0;
    border: 0
}


.sidebar-homepage .widget-container .flexslider .flex-next:hover,
.sidebar-homepage .widget-container .flexslider .flex-prev:hover {
    opacity: .7
}

.sidebar-homepage .widget-container .flexslider .flex-prev.flex-disabled,
.sidebar-homepage .widget-container .flexslider .flex-next.flex-disabled {
    opacity: .3;
    cursor: default
}


.content-home .static-page h3 {
    color: #79aea6
}

.separator {
    border: 1px solid #ececec;
    height: 4px;
    margin: 0 0 25px 0;
    background: #f3f3f3;
    clear: both
}

.separator a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    background: #fff;
    padding: 3px 0 3px 5px;
    margin: -10px 0 0 0
}

table {
    width: 100%;
    margin: 0 0 30px 0;
    border-left: 1px solid #fff;
    background: #fff
}

table thead th {
    height: 40px;
    background: url(../images/tblhead.png) repeat-x;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold
}

table tbody td,
table tfoot td {
    height: 26px;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #606060;
    font-size: 11px;
    text-align: center
}

#main-content table tbody tr td img,
#full-content table tbody tr td img {
    margin: 0;
    border: 0
}

table tbody tr.odd td {
    background: #efefef
}

table tbody tr td.cellfeat,
table tbody tr.odd td.cellfeat {
    background: #eaeaea;
    padding: 2px 0 2px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-align: left
}

#main-content .colhalf {
    width: 341px;
    float: left;
    display: inline;
    margin-right: 50px
}

#full-width .colhalf {
    width: 537px;
    float: left;
    display: inline;
    margin-right: 50px
}

#main-content .colhalf.lastcol,
#full-width .colhalf.lastcol {
    margin-right: 0
}

#main-footer {
    position: relative;
    width: 100%;
    min-width: 1185px
}


#link-back-top {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/arrow-top.png) no-repeat 100% 1px;
    padding: 0 20px 0 0;
    background-size: 14px 10px;
    margin: 18px 0 0 0
}

#link-back-top:hover {
    text-decoration: underline
}


#footer-container {
    width: 1125px;
    margin: 0 auto;
    padding: 0 30px
}

#sidebar-footer-left,
#sidebar-footer-middle {
    width: 341px;
    float: left;
    margin: 25px 50px 0 0
}

#footer-address {
    background: #fff;
    width: 301px;
    float: right;
    margin: -5px 0 0 0;
    padding: 30px 20px 25px 20px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1)
}

#footer-address,
#footer-address p {
    font-size: 13px;
    color: #666;
    line-height: 1.4
}

#footer-address p {
    margin: 0 0 15px 0
}

#footer-address p strong {
    font-size: 14px;
    color: #222
}

#footer-copyright {
    width: 100%;
    height: 120px;
    background: #09F;
    min-width: 1185px;
    position: relative;
    bottom: auto
}

#footer-copyright-content {
    width: 1125px;
    height: 70px;
    margin: 0 auto;
    padding: 0 30px
}

#logo-footer {
    width: 230px;
    height: 60px;
    float: left;
    margin: 6px 30px 0 0
}

#text-address ,#text-address.p{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 28px 10px 0 0
}

#nav-footer {
    /* float: right; */
      display: flex;
    justify-content: center; 
    margin: 28px 0 0 0;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:30px
}

#nav-footer li {
    float: left;
    height: 15px;
    border-left: 1px solid #fff;
    padding: 0 10px
}

#nav-footer li a {
    color: #fff;
font-weight:bold;
    text-decoration: none
}

#nav-footer li a:hover {
    text-decoration: underline
}

#text-copyright {
    float: right;
    font-size: 12px;
    color: #fff;
    margin: 28px 0 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-moz-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    #logo img {
        width: 260px;
        height: 50px
    }

    .slider-tabs.flexslider .slides img {
        width: 190px;
        height: 230px
    }

    .sidebar-homepage .widget-container ul.news-sidebar li img {
        width: 123px;
        height: 94px
    }

    .img-history {
        width: 228px;
        height: 158px
    }

    .news-container figure img {
        width: 342px;
        height: 170px
    }

    .static-page .content-event img {
        width: 322px;
        height: 140px
    }

    .static-page .content-event .event-container img {
        width: 250px;
        height: 270px
    }

    #event-info img {
        width: 270px;
        height: 290px
    }

      #sidebar .widget-container ul.news-sidebar li img {
        width: 123px;
        height: 94px
    }

    #sidebar img.testimonial {
        width: 96px;
        height: 96px
    }

    #sidebar .team-sidebar img {
        width: 65px;
        height: 65px
    }

    .partner-sidebar img {
        width: 163px;
        height: 100px
    }

    #logo-footer img {
        width: 200px;
        height: 60px
    }
}

.fr {
    float: right;
    margin-right:30px;
    display: inline
}

.fl {
    float: left;
    display: inline
}

.widget-title a {
    text-decoration: none;
    color: #fff
}

.widget-title a:hover {
    text-decoration: none;
    color: #09f
}

.nr {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top:30px;
    border-radius: 12px;
}

.tpcontent {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #2b2b2b;
    FONT-FAMILY: "Microsoft YaHei", "微软雅黑", SimSun, "宋体"
}

.cytpstyle {
    FONT-SIZE: 9pt;
    COLOR: #2b2b2b;
    FONT-FAMILY: "Microsoft YaHei", "微软雅黑", SimSun, "宋体"
}

.nrTitle {
    font-size: 26px;
    color: #1f5781;
    font-weight: bold;
    text-align: center
}

.SubTitle {
    font-size: 20px;
    color: #1f5781;
    font-weight: bold;
    text-align: center
}

.daty {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    text-align: center;
    font-size: 14px
}

.nrDate {
    FONT-SIZE: 9pt;
    color: #f00
}

.nrAuthor {
    FONT-SIZE: 9pt;
    color: #f00
}

.nrClick {
    FONT-SIZE: 9pt;
    color: #f00
}

.nrContent {
    padding: 20px;
    line-height: 1.8;
    font-size: 16px;
    LINE-HEIGHT: 150%
}

.nrClose {
    FONT-SIZE: 9pt
}

.fjlink {
    color: #444
}

.fjlink:hover {
    color: #09f
}

.link {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    height: 148px;
    border: 1px solid #ccc;
    border-width: 1px 0;
    margin-top: 60px;
    margin-bottom: 100px
}

.link .title {
    position: absolute;
    width: 204px;
    left: 50%;
    margin-left: -102px;
    top: -14px;
    background-color: #fff;
    color: #959595;
    text-align: center;
    font-size: 18px;
    font-family: 'Microsoft YaHei'
}

#banner_en {
    position: relative;
    width: 100%;
    height: 510px
}

body {
    background-color: #f4f7f9; 
    background-size: 50px 50px;
}


.sidebar-homepage .widget-container, 
#main-content .sidebar-homepage .widget-container {
    background: #ffffff !important;
    border: 1px solid #e0e6ed;
    border-radius: 12px; 
    padding: 25px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-homepage .widget-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.widget-title {
    background: transparent !important; 
    color: #1a5d9a !important; 
    border-bottom: 2px solid #1a5d9a !important;
    padding: 0 0 15px 0 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
 justify-content: space-between !important;
}
.widget-title span {
    float: none !important;
    margin-left: auto !important;
  }
/**/
.widget-title::before {
    margin-right: 12px;
    font-family: "Cambria Math", "Times New Roman", serif;
    font-size: 24px;
    color: #a42347; 
}
/* 不同板块显示不同数学符号 */
.sidebar-homepage:nth-of-type(1) .widget-title::before { content: "∑"; } /* 学院新闻 */
.sidebar-homepage:nth-of-type(2) .widget-title::before { content: "∀"; } /* 学院公告 */
.sidebar-homepage:nth-of-type(3) .widget-title::before { content: "∂"; } /* 学术报告 */

.news-sidebar table, .event-sidebar table {
    border-collapse: separate;
    border-spacing: 0 15px;
    background: transparent;
}

.news-sidebar td, .event-sidebar td {
    background: #fdfdfd;
    border: 1px solid #f0f3f5;
    border-radius: 8px;
    padding: 15px !important;
    transition: all 0.2s;
}

.news-sidebar td:hover {
    background: #f9fbff;
    border-color: #09f;
}


.date-news {
    /* background: #f0f4f8; */
    /* color: #666 !important; */
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px !important;
    margin-top: 10px;
    display: inline-block;
}


.event-date-widget {
    background: #0099ff!important;
    border-radius: 6px;
    height: auto !important;
    padding: 8px 0;
}

.event-content-widget h4 a {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.5;
}

.widget-title .more {
    font-size: 14px;
    color: #999 !important;
    font-weight: normal;
    border: 1px solid #eee;
    padding: 2px 10px;
    border-radius: 20px;
    transition: all 0.3s;
text-decoration: none !important;
}

.widget-title .more:hover {
    background: #0099ff;
    color: #fff !important;
    border-color: #0099ff;
}


#main-content table, #main-content td {
    border: none !important;
}