﻿#view a{
    color:#333333;
}
#view{
   background:#f2f2f2;
   padding-bottom:30px;
   padding-top:85px;
}
.footer{
    margin-top:0;
}
#view>.content{
    background:#fff;
    position:relative;
    overflow:initial;
    min-height:700px;
}
#muen{
    width:270px;
    height:310px;
    position:absolute;
    top:-70px;
    left:35px;
    z-index:999;

}
#muen .left{
    height:60px;
    background:#dd1721;
    padding:60px 15px 25px;
    color:#fff;
    text-align:left;
    font-size:30px;
    border-bottom:1px solid #d9d9d9;
}
#muen .left>div:last-child{
    font-size:16px;
}
.table_bg_center{
    line-height:40px;
    text-align:center!important;
    font-size:16px;
}
.table_bg_center table table{
    background:#e6e6e6;
    margin-bottom:2px;
}
.table_bg_center table table div{
    text-align:center;
}
.table_bg_center table table :hover,.table_bg_center table table.active {
    background:#dd1721;
}

.table_bg_center table table :hover a,.table_bg_center table table.active a{
    color:#fff!important;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table:nth-child(2n+1){
    height:44px!important;
    background:none!important;
    line-height:44px;
    border-bottom:1px dashed #808080;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table:last-child{
    border:none;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table p{
    line-height:32px;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table td>div:first-child{
    max-width:740px;
    line-height:44px;
    height:44px;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table td>div:first-child img{
    margin:15px 0;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table td>div:first-child>a{
    max-width:740px;
   display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#ctl00_ContentPlaceHolder1_View1_txt_info>table td>div:last-child{
    float:right!important;
    width:auto!important;
}
#pagination{
    width:100%;
    height:40px;
    margin-top:80px;
}
#pagination span a{
    width:40px;
    height:40px;
    border-radius:5px;
    color:#999999;
    background:#e6e6e6;
    text-align:center;
    line-height:40px;
    display:block;
    float:left;
    margin-right:8px;
    cursor:pointer;
}
#pagination span i{
    float:left;
    margin-right:8px;
}
#pagination span .current{
    background:#dd1721;
    color:#fff;
}
#pagination>a{
    width:100px;
    height:40px;
    background:#e6e6e6;
    text-align:center;
    line-height:40px;
    display:block;
    float:left;
    border-radius:5px;
    margin-right:10px;
    cursor:pointer;
}
#pagination>a:hover{
    background:#dd1721;
    color:#fff;
}