.container{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.page-left,
.page-right{
    float:left;
}
.page-left{
    width:20%;
    border-top:3px solid#0055C7;
    margin-top:10px;
}
.page-right{
    width:80%;
    padding-top: 5px;
}
.content{
    /*margin-left: -4%;*/
    margin-bottom:20px;
    /*font-family: news !important;*/
}
.content p{
    font-family:news !important;
    font-size:15px !important;
    line-height:1.5em !important;
}
.content p+p{
    margin-top:1.3em !important;
}
.content h2{
    color:#235BAE;
    font-weight:bold;
    font-family:'Times New Roman',news;
    text-align:center;
    font-size:28px;
}
.content .text-img{
    width:100%;
    margin-bottom:10px;
}
.content .text-img img{
    max-width:100%;
    max-height:500px;
}
.content .time{
    font-style:italic;
    font-size:15px;
    padding:25px 0;
}
.content .text-content p{
    line-height:1.5em;
}
.content .text-content p+p{
    margin-top:10px;
}
.content .more,.content .up{
    background-color:#F3F3F3;color:#254697;text-align:left;padding:5px;font-size: 14px;
}
.content .more:hover,
.content .up:hover{
    background-color:#254697;color:#FFF;cursor:pointer;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;transition:all ease-in-out .3s
}
.content ul li{
    list-style-type: disc;
    margin-left:45px;
}

#firstpane{
    background: url(/images/img27.png) center left 2px repeat;
    min-height:900px;
    height:100%;
    padding:15px;
}

#firstpane >p{
    background: url(/images/img28.png) center left 0 no-repeat;
    padding:10px 0 10px 15px;;;
}
#firstpane >p.active,
#firstpane >p:hover{
    background: url(/images/img25.png) center left 0 no-repeat;
}
.menu_body{
    padding-left:15px;
}
.menu_body a{
    background: url(/images/img29.png) center left 10px no-repeat;

    font-size:13px;
    display:block;
    padding:8px;
    padding-left:24px;
    padding-right:0;
}
.menu_body a:hover{
    background: url(/images/img26.png) center left 10px no-repeat;
}

#firstpane >p,
#firstpane >p a,
.menu_body a{
    color:#000;
}
#firstpane >p.active,
#firstpane >p.active a,
#firstpane >p:hover,
#firstpane >p:hover a,
.menu_body a.active,
.menu_body a:hover{
    color:#1b5fb4;
    cursor:pointer;
}
