/*news_xinxi.css*/
.breadcrumb{
    line-height: 40px;
    margin-top:20px;
}
.breadcrumb i{
    margin-right:3px;
}
.news_list{
    background:#fff;
    padding:25px;
    -webkit-user-box-sizing:border-box;
    -moz-user-box-sizing:border-box;
    -ms-user-box-sizing:border-box;
    -o-user-box-sizing:border-box;
    user-box-sizing:border-box;
    border-radius: 3px
}
.news_list .top_title{
    padding-left: 20px;
    background:#d76536;
    color:#fff;
    line-height: 30px
}
.list_ul li{
    line-height: 50px;
}
.list_ul li:nth-child(even){
    background:#f4f8fb;
}
.list_ul li a{
    display: block;
    font-size: 14px;
}

.list_ul li span{
    color:#bd0404;
    width:60px;
    display: inline-block;
    text-align: center;
    font-weight: bolder;
    vertical-align: top
}
.list_ul li p{
    color:#5e5e5e;
     display: inline-block;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      vertical-align: top
}
.list_ul li a:hover p{
    color:#d76536;
}
.fenye{
    text-align: center;
    margin:40px;
}
.fenye button{
    color:#fff;
    background:#d76536;
    border:none;
    border-radius: 3px;
    min-width:50px;
    line-height:23px
}
.fenye span{
    min-width: 23px;
    padding:0 3px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    cursor: pointer;
}
.fenye span.active,.fenye span:hover{
    border:1px solid #d76536;
}
.fenye input{
    height: 24px;
    width: 38px;
    padding: 0 3px;
    line-height: 23px;
    border: 1px solid #eee;
    margin-left:20px;
    color:#000;
    text-align: center;
}

.news_info{
    background:#fefefe;
    padding:25px;
    -webkit-user-box-sizing:border-box;
    -moz-user-box-sizing:border-box;
    -ms-user-box-sizing:border-box;
    -o-user-box-sizing:border-box;
    user-box-sizing:border-box;
    border-radius: 3px
}
.title_top_bg {
    padding-top: 10px;
    background:url(../images/news_title_botline.jpg) no-repeat;
    background-position: center bottom;
    padding-bottom: 19px;

}
.news_info h1 {
    font-size: 25px;
}
.center {
    text-align: center;
}
.content_text {
    min-height: 700px;
   
}
.news_info p {
    margin: 10px 0;
    line-height: 30px;
    font-size: 1em;
}
.text_xlarge, .text_large, .text_sm {
    cursor: pointer;
}
.news_info p {
    margin: 10px 0;
    line-height: 30px;
    font-size: 1em;
}
