/**
 *  通用属性 2018/8/20.
 */
body{
    background: url("../new/images/body-bg.jpg") no-repeat;
    background-size: 100% 100%;
    
}
.container {
    width: 1320px;
    margin: 0 auto;
    padding: 0 22px;
}
.row {
    margin-right: -22px;
    margin-left: -22px;
}
/**
 *  顶部电话条 2018/8/20.
 */
.header-connect {
    line-height: 45px;
    background-color: #0a0a0a;
    color: #fff;
    font-size: 14px;
}
.header-contact {
    float: left;
    margin-right: 40px;
}
.header-icon {
    width: 14px;
    display: inline-block;
    margin-right: 10px;
}
.header-right li {
    float: right;
    margin: 0 2px;
}
.header-right li a {
    color: #fff;
}
.header-right li a:hover {
    color: #00a81a;
}

/**
 *  顶部导航条 2018/8/20.
 */
.navbar {
    position: relative;
    background: #fff;
    min-height: 110px;
}
.navbar-brand,
.navbar-brand img {
    float: left;
    height: 110px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 33px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    outline: none;
    cursor: pointer;
}
.navbar-toggle .icon-bar {
    display: block;
    height: 26px;
}
.member {
    float: right;
    border: 1px solid #00b333;
    line-height: 34px;
    padding: 0 24px;
    border-radius: 17px;
    margin-top: 38px;
    background-color: #fff;
    white-space:nowrap;
}
.member a,
.member span {
    color: #00b333;
}
.member:hover {
    background-color: #00b333;
}
.member:hover a,
.member:hover span {
    color: #fff;
}
.collapse {
    float: right;
}
.main-nav {
    float: left;
    white-space:nowrap;
}
.main-nav li {
    float: left;
    margin: 0 22px;
    line-height: 110px;
}
.main-nav li a {
    font-size: 16px;
    color: #000;
    display: block;
    cursor: pointer;
}
.main-nav li .active,
.main-nav li a:hover{
    color: #00b333;
}
.navbar-brand {
    font-family: simkai;
    color: #181818;
    font-weight: bold;
    font-size: 32px;
    line-height: 110px;
}
.navbar-brand .green {
    font-family: simkai;
    color: #00b333;
}
.green {
    color: #00b333;
}
/**
 *  banner 2018/8/20.
 */
.banner {
    overflow: hidden;
    position: relative;
}
.banner-li {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.banner,.banner-li {
    height: 440px;
}
.banner-li img {
    width: 100%;
    display: block;
}
.banner-li embed {
    width: 100%;
    display: block;
}
.banner .prev, .banner .next {
    display: none;
    width: 80px;
    height: 80px;
    background: url(../images/btn.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background-size: cover;
}
.banner .prev {
    left: 80px;
}
.banner .next {
    right: 80px;
    background-position: right;
}
.banner .num {
    overflow: hidden;
    height: 4px;
    position: absolute;
    bottom: 0;
    zoom: 1;
    z-index: 3;
    text-align: center;
    width: 100%;
}
.banner .num li {
    display: inline-block;
    width: 40px;
    height: 4px;
    font-weight: 400;
    background: #444444;
    cursor: pointer;
}
.banner .num li.on {
    background: #00b333;
}
/**
 *  课程总览 2018/8/22.
 */
.content-area {
    padding-top: 76px;
    padding-bottom: 96px;
}
.page-title .title-CN {
    color: #202020;
    font-size: 34px;
    line-height: 40px;
    font-family: simkai;
}
.page-title .title-EN {
    color: #a7a7a7;
    font-size: 18px;
    line-height: 26px;
    font-family: corbel;
    text-transform: uppercase;
    letter-spacing:2px;
}
.page-title .greenLine {
    display: block;
    width: 98px;
    height: 2px;
    background-color: #00b333;
    margin-top: 14px;
}
.page-title .grayLine {
    display: block;
    width: 194px;
    height: 2px;
    background-color: #a7a7a7;
    margin-bottom: 42px;
}
.overview-L .media {
    padding-right: 42px;
}
.overview-link h2 {
    font-size: 20px;
    font-family: simkai;
    margin-bottom: 10px;
    color: #00b333;
}
.overview-link p {
    font-size: 16px;
    line-height: 20px;
    color: #696969;
}
.more-button-a {
    display: inline-block;
    text-align: center;
    color: #00b333;
    border: 1px solid #00b333;
    border-radius: 4px;
    padding: 0 48px;
    line-height: 44px;
    margin-top: 45px;
    margin-bottom: 82px;
}
.more-button-a:hover {
    background-color: #00b333;
    color: #fff;
}
.overview-R img {
    display: block;
    width: 100%;
}
.overview-div {
    padding: 0 22px;
}
.overview {
    padding-bottom: 0;
}
/**
 *  音像课堂 2018/8/22.
 */
.text-center .greenLine,
.text-center .grayLine {
    margin-left: auto;
    margin-right: auto;
}
.video-div {
    padding: 0 22px;
}
.video-img {
    width: 100%;
    display: block;
}
.video-link {
    display: block;
    background-color: #00b333;
    padding-bottom: 32px;
}
.video-link:hover {
    background-image: url("../images/video-link-bg.png");
    background-size: 100% 100%;
}
.video-text h3 {
    color: #fff;
    font-size: 22px;
    line-height: 82px;
    padding-top: 14px;
}
.video-text p {
    padding: 0 22px;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
}
.video-icon {
    width: 32px;
    display: block;
    margin: 18px auto 0 auto;
    opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.video-link:hover .video-icon {
    opacity:1;
    -moz-transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}

/**
 *  网络资源 2018/8/23.
 */
.resources {
    background-image: url("../images/resources-bg.jpg");
}
.resources .page-title .title-CN,
.resources .page-title .title-EN{
    color: #fff;
}
.resources-cBox {
    padding: 0 22px;
}
.resourcesBox {
    background: rgba(255,255,255,0.8);
    padding: 36px 0;
    border-radius: 4px;
}
.resources-bL,
.resources-bR {
    padding: 0 36px;
}
.resourcesLi {
    margin-top: 22px;
}
.resourcesImg {
    display: block;
    width: 100%;
    height: 334px;
}
.resourcesH4 .label{
    background-image: url("../images/resources-label.png");
    background-repeat: no-repeat;
    display: block;
    padding-left: 13px;
    padding-right: 14px;
    color: #fff;
    line-height: 26px;
    float: left;
}
.resourcesH4 .label-A {
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    float: left;
    margin-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
}
.resourcesH4 .label-A:hover {
    color: #00b333;
}
.resourcesP {
    color: #696969;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 14px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 44px;
}
.resources-time {
    float: left;
}
.resources-time img {
    display: inline-block;
    width: 14px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -3px;
}
.resources-time span {
    line-height: 14px;
    color: #919191;
    display: inline-block;
    margin-right: 28px;
}
.resourcesBox .smallTitle {
    border-bottom: 2px solid #a7a7a7;
}
.resourcesBox .smallTitle h4 {
    font-size: 22px;
    font-family: simkai;
    color: #202020;
    line-height: 28px;
}
.resourcesBox .smallTitle p {
    display: inline-block;
    font-size: 13px;
    font-family: Corbel;
    color: #a7a7a7;
    border-bottom: 2px solid #42a800;
    line-height: 17px;
    padding-bottom: 8px;
    padding-left: 2px;
}

/**
 *  师资队伍 2018/8/23.
 */
.teachers-cBox {
    padding: 0 22px;
    overflow: hidden;
    text-align: center;
}
.teachersLi {
    float: left;
    width: 319px;
}
.teachersDiv {
    padding: 0 22px;
}
.img-holder {
    position: relative;
}
.img-holder img {
    display: block;
    width: 100%;
    height: 328px;
}
.text-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(66,168,0,0.7);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.img-holder:hover .text-holder {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.text-holderH5 {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    background-color: #090d01;
    margin-top: 22px;
}
.text-holderP {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    padding: 0 18px;
    margin-top: 20px;
    height: 120px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    text-align: justify;
}
.text-holderSpn {
    width: 126px;
    line-height: 36px;
    color: #fff;
    background-color: #090d01;
    display: block;
    margin: 30px auto 0 auto;
    border-radius: 4px;
    font-size: 16px;
}
.name-holder {
    font-size: 16px;
    color: #686868;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}
.teachers-cBox .more-button-a {
    margin-bottom: 24px;
    float: none;
}
/**
 *  Footer 2018/8/24.
 */
.footer-area {
    background-color: #0a0a0a;
    color: #fff;
    font-size: 16px;
}
.footer-div {
    padding: 0 22px;
}
.footer-links {
    border-bottom: 1px solid #434343;
}
.list-unstyled {
    padding: 30px 0;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.list-unstyled li {
    display: inline-block;
}
.list-unstyled li a {
    color: #fff;
    font-size: 16px;
}
.list-unstyled li a:hover {
    color: #42a800;
}
.copyright-div {
    padding: 40px 0;
    position: relative;
}
.copyright-iconBox {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.copyright-spn,
.copyright-a {
    float: left;
    margin-left: 11px;
    cursor: pointer;
}
.copyright-spn {
    position: relative;
}
.erWei {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -120px;
    left: -40px;
    border: 5px solid #fff;
    display: none;
}
/**
 * 二级页样式 2018/8/26.
 */
.met-news {
    padding: 30px 0;
    border-top: 1px solid #f0f2f5;
    //background: #f2f2f2;
}
.met-news-bar {
    margin-right: 30px;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.met-news .met-news-list {
    padding: 30px;
    background: #ffffff;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 30px;
    overflow: hidden;
	min-height:500px;
}
/**
 * 二级页左侧菜单 2018/8/26.
 */
.accordion-menu {
    width: 100%;
    max-width: 350px;
    background: #fff;
    border-radius: 4px;
}
.accordion-menu li.open .dropdownlink {
    color: #00b333;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}
.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.dropdownlink i {
    position: absolute;
    top: 17px;
    left: 16px;
}
.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
}
.submenuItems {
    display: none;
    background: #C8E6C9;
}
.submenuItems li {
    border-bottom: 1px solid #B6B6B6;
}
.submenuItems a {
    display: block;
    color: #727272;
    padding: 12px 12px 12px 45px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.submenuItems a:hover {
    background-color: #00b333;
    color: #fff;
}
.shiftTitle {
    position: relative;
    display: none;
}
.shiftTitle-H2 {
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shiftTitle-ico {
    position: absolute;
    right: 0;
    top: 1px;
    width: 20px;
    cursor: pointer;
}
/**
 * 二级页-图文列表 2018/8/26.
 */
.met-news ul.met-page-ajax li {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #f0f2f5;
}
.met-news ul.met-page-ajax li:first-child {
    margin-top: 0;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.met-news ul.met-page-ajax li .media .media-left {
    padding-right: 20px;
}
.media-object {
    display: block;
    width: 160px;
}
.met-news ul.met-page-ajax li h4 {
    margin: 0 0 20px;
    font-size: 22px;
    font-family: simkai;
}
.met-news ul.met-page-ajax li p.des {
    color: #76838f;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}
.clsBot {
    float: right;
}
.clsBot a {
    color: #00b333;
    cursor: pointer;
}
.clsBot img {
    vertical-align: middle;
    width: 16px;
    margin-top: -4px;
}
.clsBot {
    display: none;
}
/**
 * 翻页代码 2017/8/26 .
 */
.met_pager {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}
.met_pager * {
    display: inline-block;
    float: left;
    margin: 0 2px;
}
.hidden-xs {
    text-align: center;
}
.met_pager .PreSpan, .met_pager .NextSpan {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    color: #ccd5db;
    cursor: default;
}
.met_pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    text-align: center;
    color: #76838f;
}
.met_pager b {
    padding: 9px 15px;
    text-align: center;
    color: #76838f;
}
.met_pager a {
    text-decoration: none;
}
.met_pager a.Ahover {
    border-color: #00b333;
    background: #00b333;
    color: #fff;
    cursor: default;
}
.met_pager a:hover {
    border: 1px solid #00b333;
}
.met_pager .NextA {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    text-align: center;
    color: #76838f;
    cursor: pointer;
}
.met_pager .NextA:hover {
    border: 1px solid #00b333;
}
.met_pager input[type=button] {
    line-height: 18px;
    height: 25px;
}
.btn-squared {
    user-select: none;
    background-image: none;
    touch-action: manipulation;
    cursor: pointer;
    text-align: center;
    color: #76838f;
    background-color: #e4eaec;
    border-color: #e4eaec;
    position: relative;
    white-space: normal;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    border-radius: 3px;
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none;
    width: 100%;
}
.met-page-ajax-body {
    display: none;
}
/**
 * 文字列表 2017/8/26 .
 */
.list-of-words .media-body {
    display: block;
}
.met-news ul.list-of-words li {
    padding-bottom: 15px;
    margin-top: 15px;
}
.met-news ul.list-of-words li h4 {
    font-size: 18px;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.met-news ul.list-of-words li h4 a {
    color: #2a333c;
    font-weight: normal;
}
.met-news ul.list-of-words li h4 a:hover {
    color: #00b333;
}
.list-of-words {
    padding-left: 20px;
}
.list-of-words,
.list-of-words li {
    list-style: disc;
}
/**
 * 图片列表 2017/8/26 .
 */
.image-list {
    margin: 0 -15px;
}
.image-list .shown {
    width: 33.333333%;
    float: left;
}
.met-news ul.image-list li {
    border-bottom: none;
    margin-top: 0;
}
.widget {
    margin: 0 15px;
    border: 1px solid #ccc;
}
.widget-header {
    margin: 5px;
    display: block;
}
.cover-image {
    display: block;
    width: 100%;
}
.met-news ul.image-list li h4 {
    margin: 10px 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.widget-title a {
    color: #2a333c;
}
.widget:hover {
    box-shadow: 0 9px 20px 0 rgba( 7, 0, 2, .05 );
}
.widget:hover .widget-title a {
    color: #00b333;
}
/**
 * 文章内容 2017/8/28 .
 */
.articleBody h1 {
    margin: 0 0 5px 0;
    font-size: 28px;
    line-height: 1.5;
}
.articleBody .info {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
    font-size: 16px;
    font-weight: 300;
    color: #a3afb7;
}
.articleBody .met-editor p {
    margin-bottom: 16px;
    font-size: 18px;
    color: rgb(102, 102, 102);
    text-align: justify;
}
.article-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 600px;
}
.articleBody .met-editor,
.met-shownews-footer {
    padding-top: 30px;
}
.articleBody .met-shownews-footer ul.pager {
    margin: 0;
    border-top: 1px solid #f0f2f5;
    text-align: center;
    list-style: none;
    padding-left: 0;
    position: relative;
}
.pager li {
    width: 30%;
    display: inline-block;
}
.pager li>a, .pager li>span {
    padding: 10px 20px;
    color: #76838f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #e4eaec;
    border-radius: 100px;
}
.pager li a {
    max-width: 100%;
}
.slh, .pager li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.pager .previousBtn>a, .pager .previousBtn>span {
    float: left;
}
.pager .nextBtn>a, .pager .nextBtn>span {
    float: right;
}
.met-news ul.articleBody .pager .directoryBtn {
    position: absolute;
    left: 50%;
    top: 0;
    border-bottom: none;
    width: 120px;
    margin-left: -60px;
}
.met-news ul.articleBody .pager .directoryBtn a {
    border: none;
}
.met-news ul.articleBody .pager .previousBtn  {
    float: left;
    margin-top: 30px;
    border-bottom: none;
}
.met-news ul.articleBody .pager .nextBtn {
    float: right;
    border-bottom: none;
}
.met-shownews-footer,
.met-news ul.articleBody li {
    padding-bottom: 0;
    border-bottom: none;
}
.met-news ul.articleBody .pager a:hover span {
    color: #00b333;
}

.met-editor table{
width:100%;

}



.met-editor img{
width:100%;
display:block;
}
.met-editor table td{
width:100%;
}
.met-editor{
display:block
}

/**
 * <=1366 2018/8/22 0002.
 */
@media (max-width: 1366px){
    .container { width: 1170px;}
    /* 顶部导航条 */
    .navbar { min-height: 74px; z-index: 5;}
    .navbar-brand,.navbar-brand img { height: 74px;}
    .navbar-brand { line-height: 74px; font-size: 26px;}
    .navbar-toggle { margin-top: 14px;}
    .main-nav li {line-height: 74px; margin: 0 14px;}
    .member { margin-top: 19px; padding: 0 14px;}
    /* banner */
    .banner,.banner-li { height: 380px;}
    .banner .prev, .banner .next { width: 60px; height: 60px; margin-top: -30px;}
    .banner .prev { left: 60px;}
    .banner .next { right: 60px;}
    /* 音像课堂 */
    .video-text h3 { font-size: 20px;}
}
/**
 * <=1152 2018/8/22 0003.
 */
@media (max-width: 1152px){
    .container { width: 920px;}
    /* 顶部导航条 */
    .navbar-header { width: 100%; float: none;}
    .collapse { display: none; float: none;position: absolute; background-color: #f3f3f3; right: 0; overflow: auto; width: 160px;}
    .main-nav { width: 100%; margin-top: 10px; float: none;}
    .main-nav li { float: none; line-height: 42px;}
    .member { width: 100%; margin: 0 auto; float: none; background-color: #e0e0e0; border: none; border-radius: 0; margin-bottom: 10px; line-height: 44px;}
    .navbar-brand { font-size: 20px; line-height: 74px;}
    .member-login { font-size: 16px;}
    .navbar-toggle { display: block;}
    .main-nav li .active,.main-nav li a:hover{ border-bottom: 2px solid #00b333;}
    /* banner */
    .banner,.banner-li { height: 290px;}
    .banner .prev, .banner .next { width: 40px; height: 40px; margin-top: -20px;}
    .banner .prev { left: 40px;}
    .banner .next { right: 40px;}
    /* 课程总览 */
    .page-title .title-CN { font-size: 27px; line-height: 32px;}
    .page-title .title-EN { font-size: 15px; line-height: 20px;}
    .more-button-a { padding: 0 35px; line-height: 39px; margin-top: 30px; margin-bottom: 30px;}
    /* 音像课堂 */
    .video-text h3 { font-size: 18px; line-height: 60px;}
    /* 网络资源 */
    .resourcesH4 .label-A { width: 60%;}
    /* 二级页左侧菜单 */
    .accordion-menu { max-width: 100%;}
    .dropdownlink { font-size: 16px; padding: 10px 15px 10px 45px;}
    .dropdownlink i { top: 12px;}
    /* 文字列表 */
    .met-news ul.list-of-words li h4 { font-size: 16px;}
}
/**
 * <=823 2018/8/22 0004.
 */
@media (max-width: 823px){
    .container { width: 750px;}
    /* 顶部导航条 */
    .member { width: 100%; margin: 0 auto; float: none; background-color: #e0e0e0; border: none; border-radius: 0; margin-bottom: 10px;}
    /* 课程总览 */
    .page-title .title-CN { font-size: 20px; line-height: 24px;}
    .page-title .title-EN { font-size: 12px; line-height: 14px;}
    .overview-L,.overview-R { width: 100%;}
    .overview-link h2 { font-size: 18px;}
    .overview-link p { font-size: 16px; text-align: justify;}
    .overview-R { display: none;}
    .more-button-a { padding: 0 22px; line-height: 34px; margin-top: 26px; margin-bottom: 26px;}
    .overview-div { padding: 0; text-align: center;}
    .overview-div .greenLine,.overview-div .grayLine { margin-left: auto;margin-right: auto;}
    .overview-L .media { padding: 0 5%;}
    .content-area { padding-top: 30px; padding-bottom: 15px;}
    .page-title .grayLine { margin-bottom: 22px;}
    /* 音像课堂 */
    .video-text p { text-align: justify;}
    /* 网络资源 */
    .resourcesImg { display: none;}
    .resources-bL,.resources-bR { width: 100%;}
    .resourcesBox .smallTitle { display: none;}
    .resourcesLi { padding-bottom: 10px; margin-top: 12px; border-bottom: 1px dashed #ccc;}
    .resources-bR .resourcesLi:last-child { border-bottom: 1px dashed transparent; }
    .resourcesBox { padding-top: 10px; padding-bottom: 12px;}
    .resources-bL, .resources-bR { padding: 0 22px;}
    /* Footer */
    .list-unstyled { width: 100%;}
    .copyright-div p { width: 70%;}
    /* 二级页样式 */
    .details-Left,.details-Right { width: 100%;}
    .details-Left { margin-bottom: 22px;}
    /* 二级页左侧菜单 */
    .met-news-bar { margin-right: 0;}
    .shiftTitle { display: block;}
    .accordion-menu { margin-top: 20px;}
    /* 图文列表  */
    .clsBot { display: block;}
    .met-news ul.met-page-ajax li p.des { font-size: 14px; max-height: 96px; overflow: hidden;}
    /* 文章内容  */
    .articleBody h1 { font-size: 24px;}
    .articleBody .met-editor p { margin-bottom: 10px; font-size: 16px;}
}
/**
 * <=768 2018/8/22 0005.
 */
@media (max-width: 768px) {
    .container { width: auto; margin: 0 15px; padding: 0 15px;}
    .row { margin-left: -15px; margin-right: -15px;}
    /* 顶部信息条 */
    .header-contact { margin-right: 20px;}
    /* 顶部导航条 */
    .navbar-header { float: none;}
    .collapse { width: 140px;}
    .main-nav li a { font-size: 14px;}
    .member-login { font-size: 14px;}
    /* banner */
    .banner,.banner-li { height: 260px;}
    .banner .prev, .banner .next { width: 20px; height: 20px; margin-top: -10px;}
    .banner .prev { left: 20px;}
    .banner .next { right: 20px;}
    .banner .num,.banner .num li { height: 2px;}
    /* 课程总览 */
    .page-title .greenLine { width: 28px; margin-top: 8px;}
    .page-title .grayLine { width:80px; margin-bottom: 22px;}
    .overview-link h2 { font-size: 16px;}
    .overview-link p { font-size: 14px; }
    .more-button-a { padding: 0 18px; line-height: 30px; margin-top: 18px; margin-bottom: 18px;}
    /* 音像课堂 */
    .video-content { width: 100%;}
    .video-div { padding: 0; margin-bottom: 15px;}
    .video-link { padding-bottom: 20px;}
    .video-text h3 { font-size: 16px; line-height: 40px; padding-top: 8px;}
    .video-text p { font-size: 14px;}
    .video-icon { width: 24px; margin: 8px auto 0 auto;}
    /* 网络资源 */
    .resources-cBox { padding: 0;}
    /* 师资队伍 */
    .teachers-cBox { padding: 0;}
    /* Footer */
    .footer-links { display: none;}
    .footer-div { padding: 0;}
    .copyright-div { padding: 15px 0;}
    .copyright-div p { font-size: 14px;}
    /* 二级页样式 */
    .details-Left { margin-bottom: 15px;}
    .met-news { padding: 15px 0;}
    /* 二级页左侧菜单 */
    .met-news-bar { padding: 15px;}
    .dropdownlink { font-size: 14px; padding: 10px 15px 10px 45px;}
    .dropdownlink i { top: 12px;}
    /* 文字列表 */
    .met-news ul.list-of-words li h4 { font-size: 14px;}
    /* 图片列表 */
    .image-list .shown { width: 50%;}
    /* 翻页条 */
    .met-page-ajax-body { display: block;}
    .pagingBox .hidden-xs { display: none;}
    .btn-squared img { vertical-align: middle;}
}


/**
 * <=639 2018/8/22 0007.
 */
@media (max-width: 639px) {
    /* 顶部信息条 */
    .header-connect { display: none;}
    /* 顶部导航条 */
    .navbar { min-height: 44px;}
    .navbar-brand, .navbar-brand img { height: 44px;}
    .navbar-toggle { margin-top: 2px;}
    .navbar-toggle .icon-bar { height: 20px;}
    .navbar-brand { font-size: 18px; line-height: 44px;}
    /* banner */
    .banner,.banner-li { height: 146px;}
    /* 网络资源 */
    .resourcesH4 .label { display: none;}
    .resourcesH4 .label-A { margin-left: 0; width: 100%;}
    /* Footer */
    .copyright-div p { width: 100%; text-align: center;}
    .copyright-iconBox { display: none;}
    /* 图文列表 */
    .met-news .met-news-list { padding: 15px;}
    .media-object { width: 100px;}
    .met-news ul.met-page-ajax li .media .media-left { padding-right: 15px;}
    .met-news ul.met-page-ajax li h4 { margin: 0 0 10px; font-size: 18px;}
    .met-news ul.met-page-ajax li p.des { max-height: 212px;}
    .met-news ul.met-page-ajax li { padding-bottom: 15px; margin-top: 15px;}
    /* 文字列表 */
    .met-news ul.list-of-words li h4 { margin:0; font-size: 14px;}
    /* 图片列表 */
    .image-list .shown { width: 100%;}
    /* 文章内容 */
    .articleBody h1 { font-size: 20px;}
    .articleBody .info { font-size: 14px; padding-bottom: 15px;}
    .articleBody .met-editor, .met-shownews-footer { padding-top: 15px;}
    .articleBody .met-editor p { margin-bottom: 10px; font-size: 14px;}
    .hidden-xs { display: none;}
    .met-news ul.articleBody .pager .previousBtn { margin-top: 15px;}
    .pager li>a, .pager li>span { padding: 10px;}
    .met-shownews-footer, .met-news ul.articleBody li { padding-bottom: 0;}
}


