/*reset and public*/
body, div, ul, li, h1, h2, h3, input, form, a, p, textarea {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.clearfloat {
    zoom: 1;
}

.clearfloat {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 953px;
}

/*header*/
.public-header {
    height: 181px;
    background: #fff;
    margin-bottom: 12px;
}

/*logo*/
.header-logo {
    position: relative;
    width: 100%;
    height: 132px;
    background: url('../images/motto-bg.jpg') no-repeat 569px 50%;
}

.header-logo .logo-badge {
    position: relative;
    float: left;
    height: 100%;
    width: 340px;
    margin-left: 15px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.schoolLogo {
    float: left;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin-top: 15px;
}

.header-logo .siteName {
    font-size: 34px;
    font-weight: normal;
    float: left;
    position: relative;
    top: 50%;
    height: 75px;
    width: 90px;
    line-height: 75px;
    margin-top: -37.5px;
    padding-left: 22px;
    border-left: 2px solid #dcdbdb;
}

.header-logo .logo-motto {
    float: left;
    height: 100%;
    width: 337px;
    margin-left: 108px;
    background: url(../images/motto.png) no-repeat 0 50%;
}

.header-logo a {
    position: absolute;
    top: 5px;
    right: 40px;
    display: inline;
    width: 60px;
    font-size: 14px;
    line-height: 15px;
    color: #b71b2b;
}


/*nav*/
.header-nav {
    z-index: 1000;
    position: relative;
    height: 49px;
    background: #b71b2b;
    border-radius: 2px;
    margin-bottom: 12px;
}

.header-nav .item {
    font-size: 17px;
    padding-top: 13.5px;
    float: left;
    z-index: 1000;
    position: relative;
    text-align: center;
}

.header-nav .item a {
    padding: 0 14px;
    color: #fdfafa;
    border-left: 1px solid #d2707a;
}

.header-nav .item span {
    display: block;
    padding: 0 14px;
    color: #fdfafa;
    cursor: pointer;
    border-left: 1px solid #d2707a;
}

.header-nav .item a:hover, .header-nav .item span:hover {
    color: #fed202;
}

.header-nav ul li:first-child a {
    border-left: none;
}

.header-nav .item .subNav {
    z-index: 1000;
    display: none;
    padding: 25px 0 2px 0;
    position: absolute;
    background: #b71b2b;
}

.header-nav .item .subNav .it-item {
    z-index: 1000;
    height: 24px;
    font-size: 14px;
    padding: 0 14px 9px 14px;
}

.header-nav .item .subNav .it-item a {
    padding: 0;
    color: #fdfafa;
    text-align: center;
    border-left: 0;
    border-bottom: 1px solid #d2707a;
}

.header-nav .item .subNav .it-item a:hover {
    color: #fed202;
}

.header-nav .item .subNav .it-item:last-child a {
    border-left: none;
}

.header-nav .item:hover ul {
    display: block;
}


/*footer*/
.public-footer {
    height: 111px;
    background: #b71b2b url('../images/foot-background.png') no-repeat;
    display: table;
}

.public-footer p {
    color: #f5e1e3;
    font-size: 15px;
    text-align: center;
}

.centerContain {
    display: table-cell;
    vertical-align: middle;
}


/*index-mainbody*/
.mB-layoutContainer {
    float: left;
    width: 300px;
    height: 251px;
    margin-left: 10px;
    margin-bottom: 19px;
}

/*TFEOAR -> the first element of a row*/

.carouselFigure {
    margin-top: 33px;
    height: 218px;
    position: relative;
}

.carouselFigure .cF-list {
    height: 100%;
    z-index: -10;
    position: absolute;
}

.carouselFigure .cF-list li {
    overflow: hidden;
    display: none;
    height: 100%;
    width: 333px;
}

.carouselFigure .cF-list .active {
    display: block;
}

.carouselFigure .buttons .active {
    background: #ef1431;
}

.carouselFigure .buttons {
    position: absolute;
    bottom: 7px;
    right: 3px;
}

.carouselFigure .buttons li {
    height: 20px;
    width: 20px;
    color: #fbf7f7;
    float: left;
    margin-right: 7px;
    text-align: center;
    line-height: 20px;
    background: #392c26;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
}

.articleList .aL-head {
    width: 100%;
    height: 30px;
    border-bottom: 2px solid #b71b2b;
    margin-bottom: 1px;
}

.articleList .aL-head .aL-title {
    float: left;
    height: 100%;
    width: 106px;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fcf7f7;
    background: #b71b2b;
}

.articleList .aL-head .MORE {
    position: relative;
    float: right;
    height: 30px;
    width: 53px;
    line-height: 30px;
    font-size: 12px;
    color: #949090;
}

.articleList .aL-head .MORE:hover {
    text-decoration: underline;
}

.articleList .aL-head .MORE i {
    position: absolute;
    right: 0;
    display: inline-block;
    height: 100%;
    width: 11px;
    background: url(../images/arrow.png) no-repeat 0 50%;
}

.articleList .al-data {
    width: 273px;
    height: 213px;
    padding-top: 10px;
    padding: 5px 15px 0 10px;
    border: 1px solid #b71b2b;
    overflow: hidden;
}

.articleList .al-data .al-row {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    font-size: 13px;
    color: #020202;
}

.articleList .al-data .al-row .articleName:before {
    content: '';
    float: left;
    position: relative;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 5px;
    background: #b3b3b3;
    display: inline-block;
}

.articleList .al-data .al-row .articleName {
    height: 100%;
    float: left;
}

.articleList .al-data .al-row .articleName a {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #020202;
}

.articleList .al-data .al-row:hover {
    color: #b71b2b;
}

.articleList .al-data .al-row:hover .articleName a {
    color: #b71b2b;
}

.articleList .al-data .al-row .articleTime {
    float: right;
}

.TFEOAR {
    width: 333px;
    margin-left: 0;
}

.TFEOAR .al-data {
    width: 311px;
}

.TFEOAR .al-data .al-row .articleName {

}

.articleList .al-data .ad-row {
    width: 100%;
    height: 15px;
    margin-top: 10px;
    font-size: 13px;
    color: #020202;
}

.articleList .al-data .ad-row .articleName:before {
    content: '';
    float: left;
    position: relative;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 5px;
    background: #b3b3b3;
    display: inline-block;
}

.articleList .al-data .ad-row .articleName {
    height: 100%;
    float: left;
}

.articleList .al-data .ad-row .articleName a {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #020202;
}

.articleList .al-data .ad-row:hover {
    color: #b71b2b;
}

.articleList .al-data .ad-row:hover .articleName a {
    color: #b71b2b;
}

.articleList .al-data .ad-row .articleTime {
    float: right;
}

.TFEOAR {
    width: 333px;
    margin-left: 0;
}

.TFEOAR .al-data {
    width: 311px;
}

.TFEOAR .al-data .ad-row .articleName {

}

.otherChoose {
    padding-top: 10px;
    height: 241px;
}

.otherChoose .oC-buttun {
    width: 100%;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
    border-radius: 2px;
}

.oC-buttun a span {
    font-size: 16px;
}

.otherChoose .LA {
    background: #b71b2b;
}

.otherChoose .LA a {
    color: #fbf3f3;
}

.otherChoose .LA a .icon {
    height: 23px;
    width: 23px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background: url("../images/legal.png") no-repeat;
}

.otherChoose .SY {
    background: #f16c6c;
}

.otherChoose .SY a {
    color: #fefefe;
}

.otherChoose .SY a .icon {
    height: 23px;
    width: 23px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background: url("../images/serving.png") no-repeat;
}

.otherChoose .SS {
    background: #ffcccc;
}

.otherChoose .SS a {
    color: #474646;
}

.otherChoose .SS a .icon {
    height: 23px;
    width: 23px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    background: url("../images/suggestion.png") no-repeat;
}

.websiteLink {
    float: left;
    width: 100%;
    height: 116px;
    margin-bottom: 10px;
}

.websiteLink .wL-data {
    width: 951px;
    height: 83px;
    border: 1px solid #b71b2b;
}

.websiteLink .wL-data .data-picture {
    position: relative;
    float: left;
    height: 67px;
    width: 887px;
    margin-top: 16px;
    overflow: hidden;
}

.websiteLink .wL-data .data-picture ul {
    position: absolute;
    width: 4200px;
}

.websiteLink .wL-data .data-picture ul li {
    float: left;
    width: 205px;
    height: 50px;
    margin-right: 22px;
}

.websiteLink .wL-data .lastArrow {
    float: left;
    width: 32px;
    cursor: pointer;
    height: 100%;
    background: url('../images/wL-arrowLeft.png') no-repeat 50% 50%;
}

.websiteLink .wL-data .nextArrow {
    float: left;
    width: 32px;
    height: 100%;
    cursor: pointer;
    background: url('../images/wL-arrowRight.png') no-repeat 50% 50%;
}


/*second level*/
.oS-mainbody {
    margin-bottom: 700px;
}

.oS-mainbody .secondLevelSidebar {
    float: left;
    width: 161px;
}

.oS-mainbody .secondLevelSidebar ul {
    background: #b71b2b;
}

.oS-mainbody .secondLevelSidebar ul .active {
    border-left: 5px solid #fcf0c8;
}

.oS-mainbody .secondLevelSidebar ul .active a {
    color: #bc2a39;
}

.oS-mainbody .secondLevelSidebar ul .selected {
    border-left: 5px solid #fcf0c8;
}

.oS-mainbody .secondLevelSidebar ul .selected a {
    color: #bc2a39;
}

.oS-mainbody .secondLevelSidebar ul li {
    background: #fff;
    width: 145px;
    height: 40px;
    margin-left: 11px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-left: 5px solid #b71b2b;
    border-bottom: 1px solid #dddddd;
}

.oS-mainbody .secondLevelSidebar ul li a {
    color: #6a6464;
}

.oS-mainbody .secondLevelSidebar ul li a:hover {
    color: #b71b2b;
}

.oS-mainbody .secondLevelList {
    float: left;
    width: 753px;
    margin-left: 39px;
}

.oS-mainbody .secondLevelList .sLList-head {
    height: 35px;
}

.oS-mainbody .secondLevelList .sLList-head .sLL-title {
    float: left;
    width: 98px;
    height: 100%;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #b71b2b;
}

.oS-mainbody .secondLevelList .sLList-head .sLL-path {
    line-height: 35.5px;
    float: left;
    width: 645px;
    height: 100%;
    padding-right: 10px;
    text-align: right;
    font-size: 12px;
    border-bottom: 2px solid #bfbfbf;
}

.oS-mainbody .secondLevelList .sLList-head .sLL-path span {
    cursor: pointer;
}

.oS-mainbody .secondLevelList .sLList-content ul {
    padding-top: 10px;
}

.oS-mainbody .secondLevelList .sLList-content ul li {
    position: relative;
    line-height: 32px;
    font-size: 15px;
    border-bottom: 1px dashed #e8e8e8;
    cursor: pointer;

}

.oS-mainbody .secondLevelList ul li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #000;
    margin: 0 8px;
    border-radius: 50%;
    vertical-align: middle;
}

.oS-mainbody .secondLevelList ul li a {
    color: #6a6464;
    display: inline-block;
    width: 95%;
}

.oS-mainbody .secondLevelList ul li a:hover {
    color: #b71b2b;
}

.oS-mainbody .secondLevelList ul li a span {
    float: right;
    display: inline-block;
    width: 50px;
    height: 32px;
    background: none;
    border-radius: 0;
}

/*title-show*/
.oS-mainbody .sL-article {
    margin-left: 24px;
    width: 766px;
    float: left;
}

.oS-mainbody .sL-article .article-head {
    width: 760px;
    height: 29px;
    /*padding: 5px;*/
    font-size: 18px;
    font-weight: bold;
    color: #b71b2b;
    border-bottom: 1px solid #dddddd;
}

.oS-mainbody .sL-article .title-main {
    padding-top: 30px;
    width: 100%;
}

.oS-mainbody .sL-article .title-main h1 {
    /*font-family: "regular";*/
    width: 746px;
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
}

.oS-mainbody .sL-article .title-main .article-content {
    width: 746px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 100px;
}

.empty ul li a span {
    width: 100%;
    height: 100%;
    background: none;
    margin: auto;
}