@media screen and (max-width: 1200px) {
    html {
        width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
}
html{
    background: #f2f2f2;
}
body{
    background: url("../images/bg.jpg") repeat-x top center;
}
.id-head{
    height: 306px;
    overflow: hidden;
    width: 1200px;
    margin: auto;
}
.logo{
    width: 287px;
    height: 58px;
    overflow: hidden;
    display: block;
    margin-left: 50px;
    margin-top: 23px;
}
.id-box{
    overflow: hidden;
   width: 1160px;
    margin: auto;
    padding: 20px;
    background: #FFFFFF;
}
.id-item{
    overflow: hidden;
}
/* 首页图片滚动 */
.focusBox {
    position: relative;
    width: 630px;
    height: 380px;
    overflow: hidden;
    text-align: left;
    background: white;
    float: left
}

.focusBox .pic a {
    width: 630px;
    height: 380px;
    display: block;
}
.focusBox .pic img {
    width: auto;
    height: 380px;
    display: block;
    margin: auto;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #000000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 30px;
    font-size: 16px;
    text-decoration: none;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    margin-right: 9px;
    cursor: pointer;
    background: #FFFFFF;
}

.focusBox .num li.on{
    background: #df201d;
}


/*重点新闻*/
.id-li{
    width: 510px;
    float: right;
    overflow: hidden;
    height: 380px;
}
.id-li .title{
    font-weight: bold;
    line-height: 38px;
    height: 38px;
    background: #e4e3e3;
    font-size: 16px;
    text-indent: 30px;
}
.id-li .title a{
    color: #343434;
}
.id-list{
    margin-top: 8px;
    overflow: hidden;
}
.id-list ul li{
    line-height: 24px;
    margin: 5px 0;
    float: left;
    width: 100%;
    background: url("../images/d01.jpg") no-repeat 9px center;
}
.id-list ul li a{
    color: #343434;
    margin-left: 26px;
    float: left;
}
.id-list ul li a:hover{
    color: #db0400;
}
.id-list ul li span{
    float: right;
    color: #999999;
    margin-right: 16px;
}
.id-item02{
    margin-top: 34px;
    height: 284px;
}
.id-li02{
    width: 630px;
    float: left;
}
.id-li02 .id-list{
    float: right;
    width: 392px;
}
.id-li02  .img{
    float: left;
    margin-top: 18px;
}
.id-foot{
    margin-top: 15px;
    overflow: hidden;
    background: #FFFFFF;
}
.id-foot .box{
    padding: 30px 0;
    font-size: 12px;
    color: #343434;
    line-height: 24px;
    text-align: center;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.id-box-left{
    float: left;
    width: 280px;
    overflow: hidden;
}
.id-box-left .title{
    height: 60px;
    background: #039ef6;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.id-box-left .ul{
    overflow: hidden;
}
.id-box-left .ul ul li{
    margin-top: 10px;
}
.id-box-left .ul ul li a{
    color: #3d3d3d;
    display: block;
    width: 280px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #e8e8e8;
}
.id-box-left .ul ul li a:hover{
    color: #FFFFFF;
    background: #027ace;
}
.id-box-right{
    float: right;
    width: 866px;
    overflow: hidden;
    min-height: 600px;
    _height: 600px;
    padding-bottom: 20px;
}
.id-box-right .title{
    font-weight: bold;
    line-height: 38px;
    height: 38px;
    background: #e4e3e3;
    font-size: 16px;
    text-indent: 30px;
}
.id-fy{
    padding-top: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.id-fy a{
    margin-left: 5px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    background: #f1f1f1;
    font-size: 14px;
    color: #666666;
}
.id-fy a.pageOn{
    background: #056db6;
    color: #ffffff;
}