﻿@charset "utf-8";
.content{width: 1200px; margin: 0 auto;}
.cont-l,
.cont-r{
    float: left;
    margin-top: 15px;
}
.cont-l{
    width: 240px;
    height: 939px;
    box-sizing: border-box;
    float: left;
}
.cont-l h2{
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #3D75AE;
    text-align: center;
    color: white;
    font-size: 20px;
}
.cont-l ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    width: 220px;
    text-align: center;
    border-bottom: 1px dashed #C1C1C1;
    overflow: hidden;
    color: #333;
}
.cont-l ul li a:hover{
    background:#5E92C6;
    color: white;
}
.cont-r{
    float: left;
    width: 930px;
    margin-left: 20px;
}
.cont-r h3{
    height: 40px;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: normal;
}
.cont-1,
.cont-2,
.cont-3,
.cont-4{
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ECECEC;
    box-sizing: border-box;
}
.cont-1{
    width: 160px;
}
.cont-2{
    width: 430px;
    border-left: 1px solid #C1C1C1;
}
.cont-3{
    width: 160px;
    border-left: 1px solid #C1C1C1;
}
.cont-4{
    width: 180px;
    border-left: 1px solid #C1C1C1;
}
.cont-r ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #C1C1C1;
}
.cont-r ul li span{
    display: block;
    width: 160px;
    text-align: center;
    float: left;
    color: #666;
}
.cont-r ul li a{
    display: block;
    width: 430px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    text-align: center;
    color: #333;
}
.cont-r ul li a:hover{
    text-shadow: 0px 1px 1px #C1C1C1;
}
.cont-r ul li i{
    font-style: normal;
    display: block;
    float: right;
    color: #666;
    text-align: center;
    width: 150px;
}
.cont-r ul li em{
    font-style: normal;
    display: block;
    width: 180px;
    float: left;
    color:#666;
    text-align: center; 
}
/**page style**/
.page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
}
.page .page_ghj {
    /* float: right; */
    padding-right: 15px;
    margin-left: 90px;
}
.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;
}

.oldModel .content{
    width: 85%;
}
.oldModel .cont-l,
.oldModel .cont-l h2,
.oldModel .cont-l ul li a{
    width: 100%;
}
.oldModel .cont-l{
    height: auto;
}
.oldModel .cont-r{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.oldModel .cont-1,.oldModel .cont-3,.oldModel .cont-4,
.oldModel .cont-r ul li span,
.oldModel .cont-r ul li i,
.oldModel .cont-r ul li em{
    width: 15%;
}
.oldModel .cont-2,
.oldModel .cont-r ul li a{
    width: 55%;
}
