.detail{
    margin-top: 30px;
}
.detail_title{
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #444;
}
.detail .time{
    color: #999;
    font-size: 12px;
}
.detail .img1{
    text-align: center;
    margin: 30px auto;
}
.detail .img1 img{
    width: 600px;
    height: 100px;
}
.detail .text p{
    font-size: 16px;
    line-height: 32px;
    color: #444;
    /*margin-bottom: 25px;*/
    text-align: justify;
}
.card_box .btn{
    font-size: 14px;
    color: #666;
    padding: 5px 20px;
    background: #f3f3f3;
    margin-right: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.card_box .btn:hover{
    color: #f24444;
}
.detail .text .img2 img{
    width: 213px;
    height: 135px;
}
.detail .sm_box{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin: 25px auto;
}
.box{
    overflow: hidden;
}
.xg_box{
    width: 410px;
    border: 1px solid #e6e6e6;
    padding-bottom: 15px;
    float: left;
}
.xg_box:nth-child(odd){
    margin-right: 30px;
}
.xg_box:nth-child(1){
    margin-bottom: 30px;
}
.xg_box:nth-child(2){
    margin-bottom: 30px;
}
.xgyd_box dt{
    height: 22px;
    line-height: 22px;
    padding-left: 12px;
    font-size: 16px;
    color: #444;
    border-left: 3px solid #f23835;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 5px;
}
.xgyd_box dd span {
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    margin-right: 10px;
}
.xgyd_box dd a {
    color: #444;
}
.xgyd_box dd a:hover{
    color: #f24444;
}
.xgyd_box dd {
    height: 20px;
    line-height: 20px;
    padding: 0px 15px 0px 30px;
    margin-top: 12px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.red {
    color: #f23835;
}
.img3{
    margin: 30px auto;
}
.img3 img{
    width: 860px;
    height: 100px;
}
.title_box{
    border-left: 5px solid #f23835;
    color: #333333;
    margin-left: 5px;
    line-height: 25px;
    padding-left: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 900;
}
.ad{
    margin: 20px 0px;
}
.ad img{
    width: 300px;
    height: 250px;
}

.detail-left{ background: #fff; }
.detail-h2{font-size: 24px; line-height: 24px; text-align: center; color: #ff6600; padding-top: 35px;}
.publish-time{line-height: 12px; height: 12px; margin-top: 25px; color: #999; text-align: center; padding-bottom: 24px; border-bottom: 1px solid #cfcfcf;}
.detail-content{width: 650px; margin: 0 auto; padding-top: 40px;padding-bottom: 40px; overflow: hidden; font-size:14px; line-height:2;}
.detail-content p{font-size: 14px; color: #333}
.detail-label{width: 650px; margin: 0 auto; padding-bottom: 36px;}
.detail-label span{color: #999; float: left; font-size: 14px; line-height: 24px; }
.detail-label a{color: #666; background: #f0f0f0; display: block; float: left; margin-left: 10px; font-size: 14px; height: 24px; line-height: 24px;padding: 0 5px; text-decoration: none;
    border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px}
.detail-label a:hover{color: #ff6600; }
.change-page{color: #333; font-size: 16px; line-height: 16px; font-weight: bold;  padding: 0px  30px 40px;margin-bottom: 10px;padding-left: 0 }
.change-page a{color: #333; font-size: 16px; font-weight: normal;  }
.change-page a:hover{color: #f23835}
.change-page .prev-page{float: left; width: 45%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.change-page .next-page{float: right; width: 45%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}

.news_fy{
    margin: 48px auto;
    text-align: center;
}
.pagesNum{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    margin-right: 8px;
    border: 1px #ddd solid;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.pagesNum:hover{
    color: #f24444;
}
.selection{
    color: #f24444;
}
.prohibit{
    background-color: #eceff1;
}
.top{
    margin-top: 30px;
}
.top_list{
    margin-top: 20px;
}
.top_list ul li{
    overflow: hidden;
    margin-bottom: 16px;
    cursor: pointer;
}
.top_list ul li p:hover{
    color: #f24444;
}
.top_list ul li span{
    float: left;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #666;
    margin-right: 8px;
    background: #f3f3f3;
    text-align: center;
    line-height: 14px;
    position: relative;
    top: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.top_list ul li:nth-child(1) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li:nth-child(2) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li:nth-child(3) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li p{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}