#content .content-two{
    width: 1200px;
    height: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
button{
    cursor: pointer;
}
#content .content-two > div{
    float: left;
}
#content .content-two > .content-two-left{
    width: 300px;
    height: 950px;
    box-sizing: border-box;
    border: solid 1px #e8e8e8;
    margin-right: 45px;
}
#content .content-two > .content-two-left li a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: solid 1px #e8e8e8;
    text-align: center;
    cursor: pointer;
    color: #5d6062;
	font-weight:bold;
	
}
#content .content-two > .content-two-left div{
    height: 65px;
    line-height: 65px;
    background-color: #095fad;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
#content .content-two > .content-two-left li:hover{
    font-weight: bold;
    width: 300px;
    background-color: #fff;
    border-left: solid 3px #0960ad;
    box-sizing: border-box;
}
.active,activ a{
    font-weight: bold;
    width: 300px;
    background-color: #fff;
    border-left: solid 3px #0960ad;
    box-sizing: border-box;
    color:#0960ad;

}
#content .content-two > .content-two-left li:hover a{
    color: #0960ad;
}
#content .content-two .content-two-right{
    width: 805px;
    
}
#content .content-two .content-two-right .homePage-img2{
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 16px;
    background-image: url(../images/homePage2.png);
    vertical-align: -3px;
}
#content .content-two .content-two-right > div:nth-of-type(1){
    color: #999;
    margin-bottom: 30px;
}
#content .content-two .content-two-right > div:nth-of-type(1) a{
    color: #999;
}
#content .content-two .content-two-right > h3{
    margin-bottom: 20px;
}
#content .content-two .content-two-right > div:nth-of-type(2){
    width: 100%;
    height: 0;
    border-bottom: solid 1px #cecece;
    position: relative;
    margin-bottom: 50px;
}
#content .content-two .content-two-right > div:nth-of-type(2) > span{
    display: block;
    width: 98px;
    height: 5px;
    background-color: rgb(22, 79, 166);
    position: absolute;
    top: -5px;
}
#content .content-two .content-two-right > ul{
    width: 100%;
    height: auto;
    min-height: 300px;
}
#content .content-two .content-two-right > ul li{
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: dotted 1px #999;
    position:relative;
}
#content .content-two .content-two-right > ul li a{
    color:#000 ;
}
#content .content-two .content-two-right > ul li .left-jiantou{
    width: 7px;
    height: 11px;
    display: inline-block;
    background-image: url(../images/jinatou-left.png);
    margin-right: 16px;
}
#content .content-two .content-two-right > ul li span:nth-of-type(2){
    display: block;
    position: absolute;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
    color: #999;
}
#content .content-two .content-two-right > ul li:hover > a{
    color: #0d5690;
}
#content .content-two .content-two-right > div:nth-of-type(3){
    width: 100%;
    height: 25px;
    margin-top: 20px;
}
#content .content-two .content-two-right > div:nth-of-type(3) button{
    width: 45px;
    height: 25px;
    border-radius: 0;
    border: solid 1px #afd5f5;
    background-color: #fff;
    margin-right: 8px;
}