.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}
.location ul{
    margin-left: 10px;
    height:12px;
}
.location ul li{
    margin-left:15px;
    float: left;
    height:100%;
}
.location ul li a{
    float: left;
}
.location ul li a:hover p{
    /*color:#e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.location ul li p{
    color: #666666;
    float: left;
    height:100%;
    line-height: 12px;
}
.location ul li img{
    width:10px;height:12px;
    margin-left: 13px;
    float: left;
    margin-top: 1px;
}
.sidebar{
    width:238px;
    overflow:hidden;
    float: left;
    border:1px solid #e2e2e2;
}
.sidebar h1{
    width:100%;height:40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
}
.sidebar li{
    border-top: 1px solid #e2e2e2;
    width:100%;height:38px;
    line-height: 38px;
    text-indent: 35px;
    cursor:pointer;
}
.sidebar li:hover a{
    /*color: #e50012;*/
    /*dill新增 20191022----------------------start*/
    color: #1955b5;
    /*dill新增 20191022----------------------end*/
}
.sidebar li.current a{
    /*color: #e50012;*/
    /*dill新增 20191022----------------------start*/
    color: #1955b5;
    /*dill新增 20191022----------------------end*/
}
.sidebar li:first-child{
    color: #e50012;
}
.sidebar li:hover{
    color: #e50012;
}
.news-list{
    width:946px;
    overflow:hidden;
    float: left;
    margin-left: 12px;
}
.news-list-top{
    width:100%;height:42px;
    border-bottom: 1px solid #e2e2e2;
}
.news-list-top h1{
    width:100px;height:40px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top:2px solid #1955b5;
    text-align: center;
    line-height: 40px;
    /*color: #e50012;*/
    /*dill新增 20191022----------------------start*/
    color: #1955b5;
    /*dill新增 20191022----------------------end*/
    font-size: 14px;
    float: left;
}
.news-list-search{
    width:250px;height:42px;
    float: right;
}
.news-list-search input{
    width:208px;height:41px;
    float: left;
    text-indent: 10px;
    border:1px solid #e2e2e2;
}
.news-list-search img{
    width:40px;height:42px;
    float: left;
    cursor: pointer;
}
.news-list-detail{
    width:858px;overflow:hidden;
    margin: 0 auto 22px;
}
.news-list-detail ul{
    width:100%;
    overflow:hidden;
}
.news-list-detail ul li{
    width:100%;height:35px;
    border-bottom: 1px solid #e2e2e2;
}
.news-list-detail ul li a{
    float: left;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    text-indent: 10px;
    color: #004db2;
}
.news-list-detail ul li p{
    float: right;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    color: #666666;
    margin-right: 28px;
}
.page{
    float: right;
    margin-top: 10px;
}
.page *{
    float: left;
}
.page a,.page .active{
    padding:6px 11px;
    border:1px solid #e2e2e2;
    color: #333333;
    margin: 0 3px;
    border-radius:4px;
}
.page a:hover{
    color: #e50012;
    border:1px solid #e50012;
}
.page .active{
    color: #fff;
    background: #e50012;
}
.page input{
    width:33px;height:30px;
    border:1px solid #e2e2e2;
    border-radius:4px;
    text-align: center;
}