@charset "utf-8";


/* 移动端菜单 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .2s;
}
.mask.on {
    display: block;
    opacity: 1;
}
body.modal-open {
    position: fixed;
    width: 100%;
}
.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #19548c;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu img {
    display: block;
    width: 90%;
    max-width: 220px;
    margin: 40px auto;
}
.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}
.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}
.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}
.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}
.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}
.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}
.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}
.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}
.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}
.menu .avatar {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 100px;
    margin: 20px auto;
}
.menu .avatar i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
}
.menu p, .menu a {
    color: #fff;
}
.menu-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 599;
    width: 50px;
    height: 50px;
    transition: .25s;
}
.menu-btn.on, .menu-btn.fixed {
    position: fixed;
}
.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    transition: .25s;
}
.menu-btn>span:nth-child(1) {
    top: 18px;
}
.menu-btn>span:nth-child(2) {
    top: 24px;
}
.menu-btn>span:nth-child(3) {
    top: 30px;
}
.menu-btn.on span, .hd+.menu-btn>span {
    background: #fff;
}
.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}

.where {
    background-color: transparent;
}

.where a, .where span {
    color: #19548c;
    margin: 0 8px;
}
.content {
    padding-top: 20px;
    background-color: #fff;
}

@media (max-width:1200px) {

    .user {
        margin-top: -10px;
        margin-right: 15px;
    }
    .menu-btn,  .search-btn {
        display: block;
    }
    .search-box {
        box-sizing: border-box;
        position: absolute;
        top: 60px;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0 12px;
        background-color: #e9e9e9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        transition: all .2s;
    }
    .search-box.active {
        height: 60px;
        padding: 12px;
        opacity: 1;
    }
    .search-box input {
        width: 100%;
    }
    .nav,  .user {
        display: none;
    }

    .where {
        display: block;
        position: inherit;
        height: auto;
    }
}


.lmdh {
    width: 100%;
}
.side.side-menu {

}
.side-menu ul{
    width: 100%;
    margin: 0;
    border-top:solid 5px #224b7f;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.side-menu li.current a {
    background-image: linear-gradient(to right, #f5fdff, rgba(0, 0, 0, 0));
}
.side-menu li.current a:before {
    transform: scale(1, 1);
}
.side-menu li a:before {
    background-color: #224b7f;
}
.side-menu li a:hover {
    background-image: linear-gradient(to right, #f5fdff, rgba(0, 0, 0, 0));
}
.main{
    float:right;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.cd-timeline-circ {

}
.cd-timeline-content {
    border: 1px solid #eee;
    box-shadow: none;
    padding: 0;
}
.cd-timeline-circ {
    position: absolute;
    top: 22px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border: 1px solid #204a7e;
}
.cd-timeline-circ::before {
    content: '';
    position: absolute;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #204a7e;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.cd-timeline-content p {
    font-size: 16px;
    color: #666;
    margin: 5px 0 0;
    padding: 0 20px 20px;
}
.article h2 {
    padding: 0 0 0 20px;
    text-align: left;
    color: #224b7f;
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(to right, #f5fdff, rgba(0, 0, 0, 0));
    line-height: 60px;
}
.title{
    text-align: center;
}
.title h1{
    position: relative;
    font-size: 28px;
    line-height: 2;
    letter-spacing: 5px;
}
.title h1::before{
    position: absolute;
    content: '';
    width: 200px;
    height: 2px;
    background-color: #ddd;
    left: 50%;
    bottom: 0;
    margin-left: -100px;
}
.title h1::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background-color: #224b7f;
    left: 50%;
    bottom: -1px;
    margin-left: -50px;
    z-index: 8;
}
.title p.sub{
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    color: #224b7f;
}
#cd-timeline::before {
    width: 2px;
    left: 50%;
    margin-left: -1px;
    background-color: #ddd;
}
.cd-timeline-block {
    margin: -4em 0;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    right: auto;
    left: -10px;
    height: 20px;
    width: 20px;
    border: none;
    background-color: transparent;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
}
@media only screen and (min-width: 1170px){
    #cd-timeline {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .cd-timeline-content::before {
        content: '';
        position: absolute;
        top: 20px;
        left: auto;
        right: -10px;
        height: 20px;
        width: 20px;
        border: none;
        background-color: #fff;
        transform: rotate(45deg);
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 20px;
        left: -10px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        background-color: transparent;
    }
}
@media only screen and (max-width: 1170px){
    .cd-timeline-circ{
        left: 0;
    }
    #cd-timeline::before {
        left: 0;
    }
    .cd-timeline-block {
        margin: 2em 0;
    }
}
@media only screen and (max-width: 768px){
    .article h2 {
        margin: 0;
    }
}
@media (max-width: 768px) {

    .side-menu {
        padding: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .side-menu h2 {
        display: none;
    }

    .side-menu ul {
        margin: 0 -5px;
    }

    .side-menu li {
        float: left;
        width: 33.33%;
    }

    .side-menu li a {
        margin: 5px;
        padding: 0 6px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
        background-color: #eee;
        border-radius: 3px;
    }

    .side-menu li.current a {
        background-color: #224b7f;
        color: #fff;
        background-image: none;
    }

}