.content{
    overflow: hidden;
}
.current{
    background: url(../images/current.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 30px;
}
.current a{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 0px 5px;
}
.con_left{
    width: 25%;
    float: left;
    padding-left: 10px;
}
.con_left>p{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    height: 60px;
    background: #D20008;
    line-height: 60px;
}
.con_left ul{
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 #00000026;
    padding: 20px;
}
.con_left ul li{
    line-height: 51px;
    border-bottom: 1px solid #E3E3E3;
}
.con_left ul li a{
    font-size: 18px;
    color: #333;
}
.con_left ul li:hover,.con_left ul li.active{
    border-bottom: 1px solid #D20008;
}
.con_left ul li:hover a,.con_left ul li.active a{
    color: #D20008;
}
.con_right .col_tit{
    border-bottom: 1px solid #DDDDDD;
}
.con_right{
    margin-left: 30px;
    width: 72%;
    float: left;
    min-height: 500px;
}
.con_right .col_tit span{
    font-weight: 600;
    font-size: 22px;
    color: #D20008;
    height: 50px;
    line-height: 50px;
    border-bottom: 4px solid #D20008;
    display: inline-block;
}
.container{
    overflow: hidden;
}
@media(max-width:1200px) {
    .con_left {
        width: 100%;
        padding-left: 0px;
    }
    .con_right {
        margin-left: 0px;
        width: 100%;
    }
    .con_right .col_tit {
        margin-top: 20px;
    }
    .current{
        display: none;
    }
    .container {        
        margin-left: 0px;
    }
}