@charset "utf-8";
body,
html {
    /* min-width: 1200px; */
    font-family: "微软雅黑";
    font-size: 16px;
}

.top {
    background: url(./banner_top.png) no-repeat center top;
    width: 100%;
    height: 460px;
}

.con {
    padding: 40px 0;
}

.con-left {
    float: left;
    width: 300px;
    min-height: 1010px;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 25px 19px 0;
}

.top-left-corner {
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    width: 17px;
    height: 20px;
}

.top-right-corner {
    position: absolute;
    top: -1px;
    right: -1px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    width: 17px;
    height: 20px;
}

.lower-left-corner {
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    width: 17px;
    height: 20px;
}

.lower-right-corner {
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    width: 17px;
    height: 20px;
}

.con-left-tit {
    width: 260px;
    height: 50px;
    background-color: #0171c3;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.con-left-tit h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.con-left .con-left-list {
    padding-top: 15px;
    width: 260px;
}

.con-left .con-left-list li {
    margin: 4px 0;
    width: 260px;
    height: auto;
}

.con-left .con-left-list li a {
    display: block;
    width: 260px;
    height: auto;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    text-align: left;
    padding-left: 5px;
}

.con-left .con-left-list li a.active {
    font-size: 18px;
    font-weight: bold;
    background-color: #56beff;
    color: #fff;
}

.con-right {
    overflow: hidden;
    height: 1010px;
}

.con-right .card {
    float: left;
    width: 420px;
    height: 230px;
    border: 1px solid #e5e5e5;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 33px;
}

.card .card-tit {
    height: 26px;
    padding: 0 25px;
}

.card .card-tit img {
    float: left;
    width: 26px;
    height: 26px;
}

.card .card-tit span {
    float: left;
    line-height: 26px;
    height: 26px;
    padding-left: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #0171c3;
}

.card .card-tit a {
    float: right;
    font-size: 22px;
    color: #666;
    line-height: 26px;
}

.card .card-list {
    padding-top: 12px;
}

.card .card-list li {
    height: 35px;
    padding: 0 25px;
    overflow: hidden;
}

.card .card-list li strong {
    float: left;
    width: 3px;
    height: 3px;
    background-color: #0171c3;
    margin-top: 16px;
    margin-right: 15px;
}

.card .card-list li a {
    float: left;
    font-size: 16px;
    width: 350px;
    height: 35px;
    line-height: 35px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}