﻿.container{
    width: 1200px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
}
.container .dqwz {
    height: 50px;
    line-height: 30px;
    width: 1200px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 5px;
    background: white;
    color: #BCBABA;
}
.container .dqwz a{
    color: #BCBABA;
}

.container .dqwz a:hover{
    color: #085ABD;
}
	
.noLink{
	font-size: 14px;
}

.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: #0A54AB;
}
.container .left .l_top span{
    font-size: 20px;
    font-weight: bold;
}
.container .l_bottom li{
    height: 40px;
    line-height: 40px;
    padding: 5px;
    border-bottom: 1px solid #D2D2D2 ;
    padding-left: 20px;
}
.container .l_bottom ul .on a{
    font-weight: bold;
    color:#0A54AB;
}

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

.container .l_bottom li:hover a{
    font-weight: bold;
    color:rgba(48, 78, 174, 1);
}
.container .right{
    width: 935px;
    float: right;
    height: auto;
    border: 1px solid #D2D2D2;
    margin-bottom: 30px;
}
.container .right .r_top{
    border-bottom: 3px solid #0077C2;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}
.right .r_bottom ul li {
    padding: 10px;
    height: 45px;
    line-height: 45px;
}
.right .r_bottom ul li a {
    margin-left: 10px;
}
.right .r_bottom ul li:hover a{
    color: #304EAE;
}
.right .r_bottom ul li span {
    float: right;
    margin-right: 20px;
}
.noLink{
	font-size: 14px;
}
.bfc::after{
    content:"";
    display: block;
    clear: both;
}