@charset "utf-8";
/*内容部分*/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jf-content{
    margin-bottom: 25px;
}
/*左侧导航*/
.leftwrapper{
    width: 250px;
    float: left;
}
.leftswitch>ul>li{
    height: 60px;
    background: #dfecf7;
    margin-top: 2px;
    color: #1c7ac5;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.leftswitch>ul>li a{
    display: block;
    *zoom:1;
    height: 60px;
    background: #bc1a2c;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.leftswitch ul .active1{
    background: #890917;
    color: #ffffff;
}
/*最新资讯*/
.attention{
    margin-top: 30px;
    border-top: 1px solid #bc1a2c;
}
.attention-title{
    height: 39px;
    line-height: 39px;
    padding-left: 10px;
    background: #f54d60;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #bc1a2c;
    border-right: 1px solid #bc1a2c;
}
.attention-content{
    background: #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.attention-content>ul{
    padding:10px 10px 15px 10px;
}
.attention-content>ul>li{
    width: 230px;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.attention-content>ul>li>span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #8bbadf;
    margin-right: 10px;
    vertical-align: 3px;
}
.attention-content>ul>li>a{
    color: #494848;
}
.attention-content>ul>li>a:hover{
    color: #bc1a2c;
}
.attention-last{
    margin-bottom:0 !important;
}
/*右侧内容区域*/
.rightwrapper{
    margin-left: 275px;
    width: 725px;
}
.rightwrapper .time{
    height: 59px;
    background-color: #f8f8f8;
    position: relative;
}
.rightwrapper .time-bg{
    float: left;
    width: 104px;
    height: 60px;
    background: url("../images/jiafeichaxun_ShiPin/time-bg.png");
    position: relative;
}
.rightwrapper .time-bg .time-bg-logo{
    position: absolute;
    left: 42px;
    top: 11px;
}
.rightwrapper .time-bg span{
    position: absolute;
    left: 35px;
    top: 34px;
    font-size: 16px;
    color: #ffffff;
}
.time-ul{
    float: left;
    width: 621px;
    padding-left: 15px;
    padding-right: 10px;
}
.time-ul li{
    float: left;
    width: 16.66%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.time-ul li a{
    display: block;
    color: #4e799b;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.time-ul li.active{
    background: url("../images/jiafeichaxun_ShiPin/radius-bg.png") no-repeat center;
}
.time-ul li.active a{
    color: #ffffff;
}
.title-city{
    margin: 40px auto 15px auto;
    width: 431px;
    height: 32px;
    line-height: 32px;
    background: url("../images/jiafeichaxun_ShiPin/title-city4.png");
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
/*表格*/
.table-unit{
    text-align: right;
    font-size: 12px;
}
.border-table{
    width: 100%;
    table-layout: fixed;
}
.border-table>thead{
    border: 1px solid #bc1a2c;
}
.border-table>tbody{
    border: 1px solid #dfdfdf;
}
.border-table th,
.border-table td{
    padding: 6px 8px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.border-table th{
    color: #fff;
    background-color: #bc1a2c;
    font-size: 16px;
}
.border-table td{
    border:1px solid #dfdfdf;
}
.border-table tr th:first-child{
    border-left-color: #bc1a2c;
}
.green-text{
    color: #46b050;
}
.red-text{
    color: #ff5959;
}
.comments-box{
    margin: 10px auto 5px;
}
.weight-text{
    font-weight: bold;
}