@charset "UTF-8";

.xxgk{
    width: 100%;
    height: 100px;
    color: #0054A7;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
}
.gk-list{
    float: left;
    font-size: 22px;
}
.gk-list a.cur, .gk-list a:hover {
    background: rgb(45, 102, 165);
    border: 1px solid rgb(45, 102, 165);
    color: #fff;
    text-align: center;
}
.gk-list a {
    display: block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    background: rgb(241, 241, 242);
    margin-bottom: 15px;
    text-decoration: none;
    text-align: center;
}
.con-rt {
    width: 830px;
    border: 1px solid #e5e5e5;
    background: #fff;
    float: right;
}
.con-rt .tit {
    margin: 35px 0;
    font-size: 32px;
    font-weight: bold;
    color: #2d66a5;
    text-align: center;
}
.con-box {
    margin-right: 20px;
    padding: 0 20px 50px 35px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    overflow: auto;
}
.con-box p {
    margin-top: 15px;
    text-indent: 2em;
    font-size: 12pt;
    line-height: 30px;
}