@import url(layout.css);
/* banner */
.content{
    width: 1200px;
    margin: 10px auto;
    font-size: 0;
}
.banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.banner img {
    width: initial;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/* side */
.content {
    margin: 20px auto;
}
.side {
    width: 280px;
    border: 1px solid #c6d1e8;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #ffffff;
}
.side-tit {
    width: 280px;
    height: 117px;
    position: relative;
    background-image: url("../Images/side_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280px 117px;
}
.side-tit span {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 20px;
    color: #4f87fb;
    font-weight: bold;
}
.side-nav>li {
    margin: 20px 0;
}
.side-nav>li>a {
    display: block;
    font-size: 16px;
    color: #454f66;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    padding-left: 45px;
}
.side-nav>li.side-nav-active>a {
    color: #4f87fb;
    background-color: #f8faff;
}
.side-nav>li>a::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    background-image: url("../Images/icon_snow_gray.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px 19px;
}
.side-nav>li.side-nav-active>a::before {
    background-image: url("../Images/icon_snow_blue.png");
}
.side-nav>li>a::after {
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -5px;
    background-image: url("../Images/icon_arrow_r_gray.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 10px;
}
.side-nav>li.side-nav-active>a::after {
    background-image: url("../Images/icon_arrow_r_blue.png");
}
.side-nav>li .side-nav-second {
    display: none;
}
.side-nav>li.side-nav-active .side-nav-second {
    display: block;
}
.side-nav-second>li {
    margin: 14px 0;
}
.side-nav-second li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #9aa3b7;
    padding-left: 45px;
}
/* main */
.main {
    width: 850px;
    min-height: 350px;
    margin-left: 70px;
    padding-top: 10px;
    vertical-align: top;
    box-sizing: border-box;
    display: none;
}
.main.main-active {
    display: inline-block;
}
.main-top {
    position: relative;
    border-bottom: 1px solid #dedddb;
    padding: 10px 0;
    margin-bottom: 30px;
}
.main-tit {
    background-image: url("../Images/icon_book.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px 25px;
    padding-left: 38px;
    font-size: 20px;
    font-weight: bold;
    color: #4f87fb;
}
.main-crumb {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.main-crumb .now {
    color: #4f87fb;
}

.pos-toggle {
    position: fixed;
    top: 0;
}
.bottom-tit {
    border-bottom: 1px dashed #dedddb;
}
.bottom-tit h1 {
    font-size: 18px;
    color: #454f66;
    font-weight: bold;
    text-align: center;
}
.time-box {
    text-align: center;
}
.time-box .time {
    font-size: 12px;
    color: #9aa3b7;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    margin: 0 10px;
}
.time-box .time.come {
    margin-left: 30px;
}
.main-bottom .article {
    width: 100%;
    word-break: break-all;
}
.main-bottom .article p {
    font-size: 14px;
    color: #454f66;
    line-height: 1.6;
    text-indent: 2em;
    margin: 15px 0;
}
.main-bottom .article img {
    width: 600px;
    margin: 30px 125px;
}