@charset "gb2312";
@import "reset.css";
@import "header.css";
@import "footer.css";
/*工作动态样式*/
.center{
    width: 1008px;
    margin: 0 auto;
    min-height: 490px;
    padding-top: 20px;
    background-color: #fff;
}
.left{
    width: 240px;
    height: 440px;
    float: left;
}
.right{
    width: 745px;
    min-height: 400px;
    float: left;
    margin-left: 10px;
    position: relative;
}
.left .left_tab{
    display: inline-block;
    width: 237px;
    height: 40px;
    background-color: #C61D2D;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px 4px 0 0;
}
.left .left_tab i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("imagestab.png") no-repeat;
    vertical-align: sub;
    margin-right: 15px;
}
.left ul{
    width: 220px;
    min-height: 400px;
    border: 1px solid #F9D7DA;
    padding-left: 15px;
}
.left ul li{
    height: 36px;
    line-height: 36px;
    width: 203px;
    border-bottom: 1px dashed #dfdfdf;
    text-align: center;
}
.left ul li span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("imagesdw1.png")no-repeat;
    margin-left: 10px;
    margin-right: 16px;
}
.left ul li:hover span{
    background: url("imagestw2.png")no-repeat;
}
.left ul li:hover{
    background-color:#BE0813;
    border-bottom: none;
}
.left ul li a{
    font-size: 14px;
    color: #000;
}
.left ul li:hover a{
    color: #fff;
}
.left ul li a:hover{
    color: #fff;
}
.left ul li.on{
    background-color:#BE0813;
    border-bottom: none;
}
.left ul li.on span{
    background: url("imagestw2.png")no-repeat;
}
.left ul li.on a{
    color: #fff;
}
/*right*/
.right_tab{
    width: 750px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F4A8AE;
    border-left: transparent;
    /*overflow: hidden;*/
}
.right_tab li{
    float: left;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border-top: 2px solid #D12323;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #ffffff; ;
    font-size: 12px;
    color: #7d7d7d;
    padding-left: 15px;
    padding-right: 15px;
}
.right_tab li a{
    font-size: 12px;
    color: #7d7d7d;
}
.right_list{
    width: 750px;
    height: 360px;
    margin-top: 25px;
}
.right_list i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("imagesr_tab_list.png")no-repeat;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 8px;
}
.right_list ul{
    clear: both;
}
.right_list ul li{
    height: 30px;
    line-height: 30px;
    width: 745px;
    border-bottom: 1px dashed #FEC99C;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.right_list ul li:hover{
    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.right_list ul li span{
    float: right;
}
.all_page{
    position: relative;
    top: 0px;
    left: 137px;
}
/*图片新闻*/
.jdt{
    position: relative;
    width: 745px;
    float: left;
    margin-left: 11px;
    margin-top: 10px;
}

.jdt .bd ul li{
    float: left\9;
    float: left;
    width: 138px;
    height: 125px;
    position: relative;
    margin: 5px;
    margin-bottom: 15px;
}
.jdt .bd ul li>a img {
    width:130px;
    height:125px;
}
.jdt .bd ul li p {
    float: left;
    position: absolute;
    left: 0px;
    top: 95px;
    width: 129px;
    height:30px;
    line-height: 30px;
    background-color: #000;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    z-index: 5;
}
.jdt .bd ul li span {
    position: absolute;
    left:0px;
    bottom: 0px;
    z-index: 6;
}
.jdt .bd ul li span a {
    display: inline-block;
    width: 129px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #F2F2F1;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.jdt .bd ul li span a:hover{
    color: #E40303;
}