
/*内容区域*/
.content{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}
.content_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow:hidden;
}
.content .into_left{
    width: 321px;
    height: 100%;
    background: #fff;
    float: left;
    border: 1px solid #e6e6e6;
}
.content .into_left li{
    width: 100%;
    height: 85px;
    line-height:85px;
    text-align: center;
    font-size: 22px;
    color: #08539f;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.content .into_left li:hover{
    background: #f2f2f2;
}
.content .into_top
{
    width: 100%;
    height: 85px;
    line-height:85px;
    text-align: center;
    font-size: 22px;
   background: #07529e;
    border-bottom: 10px solid #da2720;
     }
.content .into_top p
{
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 100%;}
   /*  
.content .into_left li:nth-child(1){
    background: #07529e;
    border-bottom: 10px solid #da2720;
}
.content .into_left li:nth-child(1)>a{
    color: #ffffff;
}*/
.content .into_left li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #07529e;
}
.content .into_right{
    height:100%;
    width:860px;
    float: right;
    padding-bottom: 60px; 
}
.content .into_right_top{
    width: 860px;
    height: 38px;
    float: right;
    box-sizing:border-box;
    border-bottom: 2px solid #07529e;
}
.into_right_top .dynamic{
    float: left;
    font-size: 18px;
    color: #06539d;
}
.dynamic_right{
    float: right;
    font-size: 14px;
    color: #8a8a8c;
}
.dynamic_right a{
    color: #8b8b8d;
}
.dynamic_right a:hover{
    color: #e72d23;
}
.into_right_content{
    width: 100%;
    height: 470px;
    margin-top: 0px;
    padding-top: 46px;
}
.into_right_content>ul li{
    line-height: 30px;
}
.into_right_content a{
    color: #333;
}
.into_right_content a:hover{
    color: #fe0202;
}
.into_right_content span{
    float: right;
}
.into_right_page{
    width: 876px;
    height: 30px;

    float: right;
}
.into_right_u{
    width: 660px;
    height: 30px;
    margin: 0 auto;


}
.into_right_u>li{
    float: left;
}

