﻿.box{ 
    width:1230px;
    overflow:hidden;
    margin:10px auto;
}
.box-left{
    width:220px;
    overflow:hidden;
    float:left;
    padding-bottom:30px;
    background:#F5F5F5;
    border:1px solid #dddddd;
}
.u-box{ 
    list-style:none;
}
.u-box li{
    width:100%;
    height:50px;
}
.u-box li a{ 
    display:block;
    width:80%;
    margin-left:10%;
    height:50px;
    line-height:50px;
    text-align:center;
    border-bottom:1px solid #DDDDDD;
    color:black;
    font-size:14px;
    text-decoration:none;
}
.u-box li a:hover{ 
    background:#FE552E;
    color:white !important;
    font-weight:700;
}
.bb{ 
    background:#FE552E;
    color:white !important;
    font-weight:700;
}
.box-right{ 
    width:1000px;
    overflow:hidden;
    border:1px solid #dddddd;
    padding:30px;
    float:left;
}
.content_title {
    border-bottom: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #444;
}
.newsp {
    height: auto !important;
    line-height: 1.8;
    color: #444;
    font-size: 14px;
    padding-top: 20px;
}
.newsp p{ 
    margin-top:20px;
}