﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: auto;

}

.container .dqwz {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #BCBABA;
    padding-left: 20px;
}

.container .dqwz a {
    color: #BCBABA;
}

.container .dqwz a:hover {
    color: #df1a13;
}

.container .left {
    width: 250px;
    float: left;
    height: auto;
    border: 1px solid #D2D2D2;
}

.container .left .l_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    background: #155CB2;
}

.container .left .l_top span {
    font-size: 20px;
    font-weight: bold;
}

.container .l_bottom li {
    height: 50px;
    line-height: 50px;
    padding: 5px;
    border-bottom: 1px solid #D2D2D2;
    padding-left: 20px;
    font-size: 16px;
}

.container .l_bottom li img {
    margin-right: 5px;
}

.container .l_bottom li:hover a {
    font-weight: bold;
    color: #155CB2;
}

.container .right {
    width: 935px;
    float: right;
    height: auto;
    border: 1px solid #D2D2D2;
    margin-bottom: 30px;
}

.container .right .r_top {
    border-bottom: 3px solid #155CB2;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

.right .r_bottom ul li {
    margin-left: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.right .r_bottom ul li a {
    margin-left: 10px;
}

.right .r_bottom ul li a :hover {
    color: #045EB1;
}

.right .r_bottom ul li span {
    float: right;
    margin-right: 20px;
}

.page {
    line-height: 60px;
    text-align: -webkit-center;
    text-align: center;
    height: 60px;
    color: #333;

}


.page a {
    width: 8%;
    display: inline-block;
    border: 1px solid #DCDCDC;
    height: 25px;
    line-height: 25px;
    background: #EBEBEB;
    text-align: center;
}

.page a:hover {
    color: #df1a13;

}

.bfc::after {
    content: "";
    display: block;
    clear: both;
}