.mCSB_container {
    width: auto;
    margin-right: 20px;
    overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}

.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}

.mCustomScrollBox>.mCSB_scrollTools {
    width: 18px;
    height: 100%;
    top: 0;
    right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    margin-left: 8px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 2;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px;
}

.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}

.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}

.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}

.mCustomScrollBox {
    -ms-touch-action: none;
}

.mCustomScrollBox>.mCSB_scrollTools {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #888;
    filter: alpha(opacity=40);
    opacity: .4;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #11999e;
    border-radius: 5px;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #161616;
    filter: alpha(opacity=10);
    -ms-filter: alpha(opacity=100);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #161616;
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90);
}

.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url();
    background-repeat: no-repeat;
    opacity: .4;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75);
}

.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90);
}

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0,0,0,0.15);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0,0,0,0.75);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255,255,255,0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    background: rgba(255,255,255,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,0.85);
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255,255,255,0.9);
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    background: rgba(0,0,0,0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255,255,255,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    background: rgba(255,255,255,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255,255,255,0.85);
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255,255,255,0.9);
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    background: rgba(0,0,0,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    background: rgba(255,255,255,0.1);
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0,0,0,0.15);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0,0,0,0.75);
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0,0,0,0.85);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0,0,0,0.9);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    background: #f0f0ed url(../images/bg.jpg) repeat-x;
}

body a {
    color: #666;
}

body a:link,body a:visited,body a:active {
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    color: #DD4B39;
}

fieldset,img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,ul {
    list-style: none;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
    display: block;
}

.no2em {
    text-align: center!important;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.right {
    float: right!important;
}

.mainpic {
    overflow: hidden;
    height: 132px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/main.jpg) no-repeat right;
    position: relative;
}

#logo {
    display: block;
    width: 473px;
    height: 104px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/logo.jpg) no-repeat;
    position: absolute;
    top: 10px;
    left: 20px;
}

header {
    width: 100%;
    padding-bottom: 10px;
}

nav {
    height: 46px;
    z-index: 999;
    margin: 0 auto;
}

.nav {
    margin-left: 100px;
}

.nav li {
    float: left;
    position: relative;
}

.nav li a {
    color: #fff;
    display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
}

.nav li a:hover {
    color: #fff;
}

.nav li a:visited {
    _color: #333;
}

li.navon a {
    color: #fff;
}

.nav2 {
    position: absolute;
    z-index: 9999;
    background: #eee;
    display: none;
    *width: 90px;
    border: 1px #ddd solid;
}

.nav2 li {
    width: 100%;
}

.nav .nav2 a {
    width: auto;
    min-width: 88px;
    white-space: nowrap;
    text-align: center;
    padding: 0;
}

.navon .nav2 a {
    color: #40514e;
}

.nav .nav2 a:hover {
    color: #fff;
}

.navon {
    background: #40514e;
    color: #fff;
}

.lion {
    background: #40514e;
}

#search {
    width: 219px;
    position: absolute;
    right: 20px;
    top: 70px;
}

.searchbox {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/search_box_bg.jpg) no-repeat left top;
    height: 33px;
    z-index: 300;
}

.searchbox input {
    width: 153px;
    color: #8a887d;
    margin: 1px 0 0 10px;
    padding: 0;
    border: 0;
    outline: none;
    height: 31px;
    float: left;
}

.search_button {
    border: 0;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/search_button.jpg) no-repeat top left;
    height: 33px;
    width: 36px;
    text-indent: -9999px;
    margin: 0;
    float: right;
    cursor: pointer;
}

* html .carousel {
    height: 376px!important;
    border-bottom: 4px #30e3ca solid;
}

* html .slide-caption {
    background-image: none!important;
}

* html .carousel-item {
    height: 376px;
}

.comp-b,.comp-b .slide-callout .more {
    background-color: #8c8179;
}

.comp-c,.comp-c .slide-callout .more {
    background-color: #293352;
}

.comp-d,.comp-d .slide-callout .more {
    background-color: #a51c30;
}

.carousel-controls {
    position: absolute;
    z-index: 100;
    right: 10%;
    bottom: 43px;
    width: 98px;
    height: 32px;
    margin-left: -430px;
    overflow: hidden;
}

* html .carousel-controls {
    bottom: 20px;
    text-indent: -9999px;
}

.carousel-controls a {
    text-indent: -9999px;
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(/lyxy/dfiles/12888/pub/lfxy/images/controls-carousel.jpg);
}

.carousel-controls .next {
    background-position: -99px -32px;
    border-left: 1px solid #333;
}

.carousel-controls .next:hover,.carousel-controls .next:focus {
    background-position: -99px 0;
    border-color: #ccc;
}

.carousel-controls .previous {
    background-position: 0 -32px;
}

.carousel-controls .previous:hover,.carousel-controls .previous:focus {
    background-position: 0 0;
}

.carousel-controls .pause {
    background-position: -33px -32px;
    border-left: 1px solid #333;
}

.carousel-controls .pause:hover,.carousel-controls .pause:focus {
    background-position: -33px 0;
    border-color: #ccc;
}

.carousel-controls .play {
    position: relative;
    bottom: auto;
    left: auto;
    background-position: -66px -32px;
    border-left: 1px solid #333;
}

.carousel-controls .play:hover,.carousel-controls .play:focus {
    background-position: -66px 0;
    border-color: #ccc;
}

.carousel .prev-image {
    position: absolute;
    top: 0;
    left: -1400px;
    opacity: .2;
}

.carousel .next-image {
    position: absolute;
    right: -990px;
    top: 0;
    opacity: .2;
}

.carousel {
    height: 376px;
    overflow: hidden;
    background: #262626;
    border-bottom: 4px #30e3ca solid;
}

.carousel .cwrap {
    position: relative;
}

.slide-caption {
    position: relative;
    z-index: 10;
    float: right;
    width: 323px;
    height: 228px;
    padding: 68px 40px 80px;
    background-image: url(/lyxy/dfiles/12888/pub/lfxy/images/picbg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.comp-a {
    background-color: #20396f;
}

.comp-b {
    background-color: #20396f;
}

.comp-c {
    background-color: #20396f;
}

.comp-d {
    background-color: #20396f;
}

.slide-caption h2 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.slide-caption h2 a {
    color: #fff;
    text-decoration: none;
}

.slide-caption h2 a:hover,.slide-caption h2 a:focus {
    color: #e6eae2;
    text-decoration: none;
}

.slide-callout p {
    float: left;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.2em;
    line-height: 24px;
}

.slide-callout p a {
    color: #fff;
    text-decoration: none;
}

.slide-callout .more {
    padding: 0;
    float: right;
    margin-top: 10px;
}

.comp-a .slide-callout .more {
    background-color: #11999e;
}

.comp-b .slide-callout .more {
    background-color: #11999e;
}

.comp-c .slide-callout .more {
    background-color: #11999e;
}

.comp-d .slide-callout .more {
    background-color: #11999e;
}

.slide-callout .more {
    display: inline-block;
    width: 42px;
    min-height: 19px;
    padding: 8px 10px 7px;
    color: #fff;
    font-size: 14px;
}

.slide-callout .more:hover,.slide-callout .more:focus {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.carousel-image {
    position: absolute;
    left: 0;
}

.carousel-image img {
    width: 797px;
    height: auto;
    margin-top: -70px;
}

.carousel-item {
    position: relative;
}

.carousel-item-secondary {
    display: none;
}

#hedu_preview .slide-caption h2 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 3.15em;
    line-height: 1.21;
}

#hedu_preview .slide-callout p {
    float: left;
    max-width: 750px;
    min-height: 19px;
    margin-bottom: 5px;
    padding: 9px 20px 6px 14px;
    background: #fff;
    background: rgba(255,255,255,.9);
    text-transform: uppercase;
    color: #363636;
    font-weight: 700;
    font-size: .9em;
    line-height: 1.5;
}

#hedu_preview .slide-callout p.more {
    padding: 0;
}

#hedu_preview .comp-a .slide-callout p.more {
    background-color: #52854c;
}

#hedu_preview .comp-b .slide-callout p.more {
    background-color: #8c8179;
}

#hedu_preview .comp-c .slide-callout p.more {
    background-color: #293352;
}

#hedu_preview .comp-d .slide-callout p.more {
    background-color: #a51c30;
}

#carousel_slide_headshot {
    background-image: none;
}

#main {
    padding: 20px 0 10px;
    overflow: hidden;
}

.column {
    float: left;
    width: 295px;
    height: 220px;
    position: relative;
}

#submain .column {
    padding: 20px;
    width: 400px;
}

#submain .mini-post {
    height: 250px;
    width: 400px;
    padding-right: 20px;
    font-size: 14px;
}

.mini-post {
    overflow: hidden;
    width: 295px;
    height: 180px;
    overflow: hidden;
    position: relative;
    border-right: 1px #ccc solid;
}

.mini-post .mlan {
    display: block;
    width: 197px;
    height: 57px;
    margin-left: 47px;
    text-indent: -2000px;
}

.mini-post .m1 {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/lan1.jpg);
}

.mini-post .m2 {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/lan2.jpg);
}

.mini-post .m3 {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/lan3.jpg);
}

.mini-post .m4 {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/lan4.jpg);
}

.mini-post h3 {
    text-align: center;
    line-height: 20px;
    color: #11999e;
    font-size: 20px;
}

.column .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 51px;
    height: 21px;
    text-indent: -2000px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/more.jpg) no-repeat;
}

.mini-post .text {
    padding: 10px;
    padding-top: 15px;
}

.mini-post .text p {
    text-indent: 2em;
    line-height: 24px;
    color: #666;
}

.mini-post .text li {
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/arrow.jpg) 7px 11px no-repeat;
    padding-left: 20px;
}

.mini-post .text li .time {
    display: none;
}

.zt {
    float: right;
    width: 180px;
}

#footer {
    height: 144px;
    background: #40514e;
}

#footer .info {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/blogo.jpg) no-repeat 10px;
    height: 90px;
    padding: 40px 0 0 395px;
    color: #a6a6a6;
    line-height: 26px;
    letter-spacing: .1em;
    position: relative;
}

.info a {
    color: #a6a6a6;
}

.info select {
    color: #a6a6a6;
    background: #727272;
    border: 1px #727272 solid;
}

.sub #side {
    float: left;
}

.con #side {
    float: right;
}

.con #subcontent {
    float: left;
}

#submain {
    overflow: hidden;
    padding-top: 1px;
}

#subcontent {
    float: right;
    width: 870px;
    height: auto!important;
    height: 500px;
    min-height: 500px;
    overflow: hidden;
    padding-bottom: 15px;
}

#subbar {
    height: 88px;
    position: relative;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/barbg.jpg) no-repeat right;
}

#subbar h1 {
    color: #11999e;
    line-height: 80px;
    padding-left: 30px;
}

#subbar span {
    position: absolute;
    right: 5px;
    top: 56px;
    color: #11999e;
}

#subbar span a {
    color: #11999e;
}

.sub .box {
    height: auto!important;
    height: 140px;
    min-height: 140px;
}

#subnav {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/picbg.jpg) no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#subnav h5 {
    color: #30e3ca;
    border-bottom: 1px #465a87 solid;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

#subnav a {
    color: #fff;
    text-align: center;
    border-bottom: 1px #465a87 solid;
}

#subnav a:hover {
    border-bottom: 1px #11999e solid;
    width: 130px;
    background: #11999e;
}

.linklist {
    font-size: 14px;
    line-height: 34px;
    padding-left: 10px;
}

.linklist li {
    float: left;
    width: 130px;
    overflow: hidden;
}

.linklist a {
    border-bottom: 1px #ddd solid;
    width: 130px;
    display: block;
}

.linklist a:hover {
    border-bottom: 1px #f19900 solid;
    width: 130px;
    background: #fff;
}

#side .zt {
    float: left;
    padding-left: 40px;
}

#mylist {
    margin-bottom: 20px;
    padding-left: 70px;
    padding-top: 10px;
}

#mylist li {
    border-bottom: 1px #ccc dotted;
    width: 90%;
    line-height: 36px;
    _border-bottom: 1px #ddd dashed;
    font-size: 14px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/ddicon.jpg) no-repeat 0 6px;
    padding-left: 18px;
}

#showPage {
    text-align: center;
    margin-bottom: 20px;
}

.time {
    color: #999;
}

#mylist .time {
    float: right;
}

#top .boxlist {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/topbg.jpg) no-repeat 20px 28px;
}

#top h5 {
    color: #11999e;
    border-bottom: 1px #ddd solid;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
}

#top .boxlist li {
    text-indent: 20px;
    line-height: 30px;
}

#top .boxlist ul {
    padding-top: 10px;
    padding-left: 20px;
}

#conbar {
    height: 88px;
    position: relative;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/barbg.jpg) no-repeat right;
    color: #333;
    padding-left: 20px;
}

#conbar span {
    position: absolute;
    top: 60px;
    left: 20px;
}

#conbar a {
    color: #333;
}

#Article {
    zoom:1;padding: 10px 0;
    width: 90%;
    margin: 0 auto;
}

#Article h2 {
    color: #11999e;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

#Article .content p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    word-wrap: break-word;
    padding: 8px 0;
}

.titleinfo {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 8px;
    height: 18px;
    margin-bottom: 20px;
}

.titleinfo span {
    *float: left;
}

.jiathis_style {
    float: right;
}

.content table {
    width: 100%;
}

.content table p {
    text-indent: 0!important;
    padding-left: 10px!important;
}

#Article .content {
    font-size: 14px!important;
    line-height: 24px!important;
    color: #333;
    height: auto!important;
    height: 300px;
    min-height: 300px;
}

#Article .content div {
    padding: 14px 0;
}

.fixbox {
    position: relative;
    background: #f0f0ed;
    width: 280px;
}

#gotop {
    position: fixed;
    bottom: 150px;
    right: -99px;
    height: 49px;
    width: 49px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/go-top.jpg) center center no-repeat;
    display: none;
    z-index: 99;
}

#gotop a {
    text-indent: -999px;
    display: block;
    height: 49px;
    width: 49px;
    overflow: hidden;
}

#main {
    overflow: hidden;
    position: relative;
}

#side {
    float: right;
    width: 320px;
    height: auto!important;
    height: 0;
    min-height: 558px;
    background: #eee;
}

#langroups {
    width: 870px;
    overflow: hidden;
    float: left;
    border-right: 1px #ddd solid;
}

#langroups .time {
    float: right;
}

.box {
    width: 390px;
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    height: auto!important;
    height: 210px;
    min-height: 210px;
}

.box h5 {
    color: #11999e;
    font-size: 18px;
    line-height: 40px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/lanbg.jpg) no-repeat bottom left;
}

.box .more {
    position: absolute;
    top: 3px;
    right: 0;
    background: #eee;
    display: block;
    padding: 8px 10px 7px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #20396f;
}

.rbox {
    margin-left: 50px;
}

.rbox .more {
    right: 0;
}

.box .more:hover {
    background: #11999e;
    color: #fff;
}

.boxlist {
    padding-top: 20px;
    line-height: 30px;
}

.boxlist li {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/ddicon.jpg) no-repeat 0 5px;
    padding-left: 18px;
}

.sbox {
    width: 100%;
}

.sbox .boxlist {
    padding-top: 10px;
}

.linklist {
    font-size: 14px;
    line-height: 34px;
}

.linklist li {
    float: left;
    width: 130px;
    overflow: hidden;
}

.linklist a {
    border-bottom: 1px #ddd solid;
    width: 130px;
    display: block;
    text-indent: 10px;
}

.linklist a:hover {
    border-bottom: 1px #f19900 solid;
    width: 130px;
    background: #fff;
}

#mail {
    border-top: 1px #ddd solid;
    margin: 10px 0;
}

#mail li {
    float: left;
    width: 130px;
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/mail.jpg) no-repeat 10px 16px;
    line-height: 45px;
    text-indent: 40px;
    font-size: 14px;
}

.ztpic {
    width: 260px;
    height: 71px;
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
}

#zt1 {
    background: url(/lyxy/dfiles/12888/pub/lfxy/images/zt1.jpg) no-repeat;
}

.activity {
    height: 269px;
}

.scrollDiv {
    width: 9px;
    position: absolute;
    top: 0;
    background: #c36780;
    border-radius: 10px;
    padding: 10px 0;
}

.scrollDiv span {
    display: none;
}

.times {
    width: 43px;
    height: 43px;
    background: #bbb;
    color: #fff;
}

.activity dl {
    margin-top: 9px!important;
    width: 100%;
    height: 45px;
}

.times {
    font-size: 9px;
    text-align: center;
    float: left;
    margin-top: 4px;
    width: 43px;
    height: 43px;
    font-family: "Microsoft Yahei",Î¢ÈíÑÅºÚ,arial,ËÎÌå;
}

.times_ye {
    font-size: 9px;
    -webkit-transform: scale(0.76);
    line-height: 10px;
    text-align: center;
    word-wrap: normal;
}

.times .times_day {
    font-size: 18px;
    display: block;
    margin-top: 2px;
}

.event_details {
    float: right;
    width: 240px;
    margin-right: 0;
    height: 51px;
    overflow: hidden;
    position: relative;
}

.event_details h4 {
    font-size: 12px;
    font-weight: 400;
    max-height: 51px;
    overflow: hidden;
}

.event_details a {
    line-height: 17px;
    display: block;
    max-height: 51px;
    overflow: hidden;
}

.event_details p {
    font-size: 12px;
    color: #bbb;
    margin-top: 6px;
}

.activity #mainBox #content #activity_active .event_details h5 {
    color: #1f89c3;
}

.activity li:hover .times {
    background: #11999e;
    color: #fff;
}

.activity li:hover .event_details p {
    color: #1f89c3;
}

.activity li:hover .event_details a {
    color: #1f89c3;
}

.activity #mainBox #content .activity_active:hover .event_details h5 {
    color: #1f89c3;
}

.activity h3 {
    position: relative;
    margin-top: -5px;
    font-size: 20px;
    color: #1f89c3;
    line-height: 30px;
    height: 40px;
    background: #fff;
}

.activity .group-scroll {
    height: 228px;
    overflow: hidden;
    margin-top: -15px;
}

.btnbar {
    height: 37px;
    width: 100%;
}

.btnbar div {
    line-height: 37px;
    float: right;
}

.btnbar a {
    color: #40514e;
    display: inline-block;
    width: 70px;
    text-align: center;
}

#qr {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 30px;
    right: 0;
}

#ztlan li {
    text-align: center;
    border-bottom: 1px #ddd solid;
    background: none;
    padding-left: 0;
}

#top li {
    background: none;
    padding-left: 0;
}

#ztlan li a {
    color: #11999e;
    line-height: 38px;
    font-size: 16px;
}

#ztlan .time {
    display: none;
}

#mbanner img {
    width: 98%;
    height: auto;
}

#ggao {
    padding-bottom: 5px;
}
