﻿.classMain {
    position: relative;
    overflow: hidden;
    width: 948px;
    height: 462px;
    margin-left: 18px;
    padding-top: 65px;
}
.btnPinyin {
    width: 87px;
    height: 43px;
    position: absolute;    
	left: 451px;
    top: -2px;
	z-index: 99;
    line-height: 43px;
    text-align: center;
    color:#c60000;
    font-weight: bold;
    font-size: 13px;
	background:url(../images/class/btnPinyin.png) no-repeat;
}
.btnPinyin:hover {
	color:#000000;
}
.classTitle {
    width: 474px;
    height: 50px;
    text-align: center;
    padding-bottom: 35px
}
.classTitle > div {
    display: inline-block;
}
.classTitle span, .classText span {
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.classTitle .py {
    font-family: "GBPinYin";
    font-size: 15px;
    line-height: 16px;
	color: rgba(0, 0, 0, 0);
}
.classTitle .cn {
    font-family: "楷体";
    font-size: 28px;
    line-height: 34px;
    white-space: pre;
}
.classText {
    position: absolute;
    width: 425px;
    height: auto;
    margin-left: 30px;
}
.classText .py {
    font-family: "GBPinYin";
    font-size: 12.5px;
    line-height: 17px;
    padding: 0 1px;
	color: rgba(0, 0, 0, 0);
}
.classText .cn {
    padding: 0 1px;
    font-family: "楷体";
    font-size: 24px;
    line-height: 29px;
    white-space: pre;
}
.classTitle em, .classText em {
    display: block;
    font-style: normal;
}
.classText a {
    display: block;
    width: 19px;
    height: 19px;
    background: url(w.png) 0 0 no-repeat;
}
.classText b {
    display: block;
    width: 60px;
    height: 23px;
    background: #ffc453;
    border-radius: 3px;
    color: #c60000;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    font-family: Arial, Helvetica;
}
.ie11 .classTitle .cn, .ie11 .classText .cn {
    display: block;
    float: left;
    padding: 0 1.45px;
    text-align: center;
}
.english {
    display: none;
    position: absolute;
    z-index: 666;
    width:auto;
    padding: 60px 25px 25px 25px;
    border: 5px solid #ffa700;
    border-radius: 10px;
    background: white;
    box-shadow: 1px 1px 6px #4c4c4c;
    font-family: calibri, Helvetica;
    font-size: 16px;
    line-height: 24px;
}
.en-wrap div {
    width: 395px;
}
.en-logo {
    position: absolute;
    top: 10px;
    left: -3px;
}
.en-logo span {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background: #ffa700;
    line-height: 28px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Comic Sans Ms;
}
.en-logo em {
    display: block;
    float: left;
    margin-left: 10px;
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.en-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 35px;
    height: 35px;
    background: url(../Material/magazine/boxClose01.png) 0 0 no-repeat;
}
.en-close:hover {
    background: url(../Material/magazine/boxClose02.png) 0 0 no-repeat;
}
@-moz-document url-prefix() {
    .classTitle .cn, .classText .cn {
        display: block;
        padding: 0 0.9px;
        text-align: center;
    }