.content .row {
    position: relative;
}

.content .row.bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #ddf6ff 0%, #ffffff 100%);
    margin-left: 15px;
}

.side-menu {
    padding: 20px;
    box-shadow: 1px 0 10px rgba(4, 111, 199, .16);
    background: url("../images/menu_03.png") 0 0 no-repeat;
    background-size: 100%;
    min-height: 700px;
}

.side-menu h2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: expanded;
    letter-spacing: 2px;
    color: #0d62aa;
    margin-top: 50px;
    /*text-shadow: 1px 1px 5px #0b62a6;*/
}

.side-menu li.current a {
    color: #0d62aa;
    font-weight: bold;
    background-image: linear-gradient(to right, #eee, rgba(0, 0, 0, 0));
}

.side-menu li.current a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #2d8fff;
    transform: scale(1, 1);
    transition: all .3s;
}

/*.side-menu li.current a {*/
/*    background: url("images/menu-active-shadow.png") 0 110% no-repeat;*/
/*    background-size: cover;*/
/*    color: #0d62aa;*/
/*    font-weight: bold;*/
/*}*/

/*.side-menu li.current a:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    width: 36px;*/
/*    height: 16px;*/
/*    background: url("images/menu-active-arr.png") 0 0 no-repeat;*/
/*}*/

.main {
    position: relative;
}

.main .main-t {
    border-bottom: solid 1px #ced0dc;
}

.main .main-t span {
    display: block;
    width: 150px;
    font-size: 24px;
    font-weight: bold;
    color: #253098;
    line-height: 60px;
    
    position: relative;
}

.main .main-t span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 120px;
    height: 3px;
    background: #0080e2;
}

.main .list-b li {
    position: relative;
    padding: 25px;
    line-height: 24px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(4, 111, 199, .2);
}

.main .list-b li + li {
    margin-top: 20px;
}

.main .list-b li > a {
    display: block;
}

.main .list-b li > a:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.main .list-b li h4 {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.main .list-b li p {
    line-height: 24px;
    color: #797979;
}

.main .list-b li p.date {
    display: block;
    color: #666;
    font-size: 28px;
    margin-right: 30px;
    line-height: 40px;
    z-index: 999;
}

.main .list-b li h4,
.list-b li p.info {
    margin-left: 110px;
}

.main .list-b li p span.rq {
    position: relative;
    color: #333;
    font-size: 16px;
}

.main .list-b li p span.rq:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #046ec7;
}

@media (max-width: 1200px) {
    .side-menu {
        min-height: 560px;
    }

    .side-menu h2 {
        font-size: 30px;
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .side-menu {
        min-height: 470px;
    }

    .side-menu h2 {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .content .row.bg:before {
        background: none;
    }

    .side-menu {
        min-height: auto;
        background: none;
    }

    .side-menu h2 {
        display: none;
    }

    .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: none;
        background-color: #046ec7;
        color: #fff;
    }
}

@media (max-width: 480px) {
    .where {
        padding: 0;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .where i {
        margin: 0 5px;
    }

    .main .main-t span {
        width: 100px;
        font-size: 18px;
        line-height: 50px;
    }

    .main .main-t span:after {
        width: 100px;
    }
}

@media (max-width: 320px) {

}