﻿/*
Theme Name:     视频公开课
Description:    Child theme for the 江南大学设计学院官网 
Author:         包涵 from viva
Author URI:     http://baohan.me
Template:       design
Version:        1.0
*/
@import url("../design/style.css");
.content {
    padding: 0;
    width: 100% !important;
}
[class*=am-u-]+[class*=am-u-]:last-child {
    float: left !important;
}
header.am-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-color: #eee;
    z-index: 999;
    box-shadow: 0 0 4px 0 #ccc;
    border-style: none;
}
.land-banner {
    background: #000;
    text-align: center;
}
.land-banner img {
    width: 948px;
    height: 420px;
}
.inner {
    padding: 30px 0 0 !important;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
.main-news .post .cover .inner h3 {
    color: #fff;
    font-size: 18px;
    height: 45px;
}

.side-bar {
    width: 25% !important;
}

.main-video iframe,.main-video embed  {
    width: 100% !important;
    height: 380px !important;
}
.page-header {
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.page-header .bg {
    background: #333;
    opacity: .6;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.page-header .bg {
    z-index: 7;
    background-size: cover;
    opacity: 1;
    background-position: center;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
.page-title h3 {
    line-height: 12rem;
    color: #fff;
    z-index: 999;
}
.learn-path-item {
    position: relative;
    bottom: 0;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 2px 0 #ddd;
    transition: bottom .3s;
}
.learn-path-item img {
    display: block;
    width: 100%;
    height: 180px;
}
.learn-path-name {
    padding: 30px 10px 15px;
    color: #666;
    font-size: 16px;
    height: 85px;
}
.learn-path-courses {
    padding: 0 0 30px;
    color: #a4a4a4;
    font-size: 14px;
}
.learn-path-item:focus, .learn-path-item:hover {
    bottom: 10px;
    text-decoration: none;
    box-shadow: 0 4px 20px 4px #ddd;
}
.home-section-title {
    margin-bottom: 10px;
    color: #666;
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
}
.main-title {
    padding-left: 25px;
    height: 80px;
    font-size: 18px;
    padding-top: 20px;
    color: #787878;
    font-weight: 600;
}
.main-title p {
    font-size: 18px !important;
    position: relative !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.main-title p:before {
    background-color: #a12af1;
    bottom: 0;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
    width: 3px;
    height: 20px;
}
.breadcrumbs {
    margin: 0;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
    padding:30px 1.5rem 15px;
}
.breadcrumbs a {
    color: #666;
}
/*.breadcrumbs span:last-child{
	display: none;
}*/
.inner-top {
	padding: 0 !important;
	margin-bottom: 1rem !important;
}
.sh {
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 12px;
    color: #000;
    font-weight: 500;
}
.ss {
    border-bottom: 1px solid #0c9;
    padding-bottom: 14px;
}
span.subtitle {
    font-size: 14px;
    color: #aaa;
    margin-left: 10px;
    text-transform: uppercase;
}
.home-section-footer {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.home-section-footer a {
    display: inline-block;
    width: 220px;
    padding: 12px;
    color: #666;
    font-size: 16px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 40px;
    letter-spacing: 4px;
}
.home-section-footer a:focus,.home-section-footer a:hover {
    color: #fff;
    background: #08bf91;
    border-color: #08bf91;
    text-decoration: none;
}
.inner-side {
    padding: 15px !important;
}
.sidebox-header {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}
.sidebox-title {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #4c5157;
}
@media only screen and (max-width: 1025px){
.main-news {
    padding: 0 8%;  
}
.content-singels {
    width: 75% !important;
}
footer {
    background: #fff;
    padding: 2rem 2rem 0;
}
@media only screen and (max-width: 768px) {
.content-singels {
    width: 100% !important;
}
}
}
@media only screen and (max-width: 500px){
.content-singels {
    width: 100% !important;
}
.main-news {
    padding: 0 8%;
}

footer .logo img {
    width: 60%;
    margin-bottom: 5px;
    padding: 0px;
}
}

.fenye {
    text-align: center;
    padding-top: 4rem;
    /* margin-bottom: 30px; */
    margin: 30px 0;
}
.f-content {
    width: 75% !important;
}