@charset "utf-8";
.cont-l,
.cont-r{
    float: left;
}
.cont-l{
    width: 240px;
    height: 720px;
    border-right: 1px solid #C1C1C1;
    box-sizing: border-box;
    float: left;
}
.cont-l h2{
    width: 220px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #3D75AE;
    text-align: center;
    color: white;
}
.cont-l ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px dashed #C1C1C1;
}
.cont-l ul li a:hover{
    background:#5E92C6;
    color: white;
}
.cont-r{
    float: right;
    width: 830px;
    margin-left: 10px;
}
.cont-r h3{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #C1C1C1;
}
.cont-1,
.cont-2,
.cont-3{
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ECECEC;
}
.cont-1{
    width: 200px;
}
.cont-2{
    width: 409px;
    border-left: 1px solid #C1C1C1;
}
.cont-3{
    width: 219px;
    border-left: 1px solid #C1C1C1;
}
.cont-r ul li{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #C1C1C1;
}
.cont-r ul li span{
    display: block;
    width: 200px;
    text-align: center;
    float: left;
    color: #666;
}
.cont-r ul li a{
    display: block;
    width: 400px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}
.cont-r ul li a:hover{
    text-shadow: 0px 1px 1px #C1C1C1;
}
.cont-r ul li i{
    font-style: normal;
    display: block;
    width: 220px;
    float: left;
    color: #666;
    text-align: center;
}
/**page style**/
.page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 10px;
}
.page .page_ghj {
    float: right;
    padding-right: 15px;
}
.page a {
    height: 33px;
    line-height: 33px;
    padding: 0px 15px;
    border: 1px solid #e2e2e2;
    border-right: none;
    font-size: 13px;
    text-align: center;
    float: left;
    color: #333;
}
.page a:last-child {
    border-right: 1px solid #e2e2e2;
}
.page a:first-child {
    height: 35px;
    line-height: 35px;
    border: none;
}
.page .current {
    background: #0068b9;
    color: #FFF;
}
.page a:nth-child(2) {
    border-radius: 3px 0px 0px 3px;
}
.page a:last-child {
    border-radius: 0px 3px 3px 0px;
}

