﻿/*头部*/
.id-head {
    background: url("../images/banner.jpg") center top;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

/*头部结束*/

/*内容*/

.id-body {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto 0;
    padding-bottom: 40px;
}

/*标题*/
.id-title {
    margin-top: 12px;
    overflow: hidden;
    height: 44px;
    background-color: #45ada7;
    border-bottom: 3px solid #45ada7;
}

.id-title span {
    float: left;
    width: 156px;
    height: 44px;
    background: #45ada7;
    line-height: 44px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.id-title a {
    float: right;
    line-height: 44px;
    margin-right: 15px;
    font-size: 12px;
    color:#fff;
    /* color: #123; */
}

/*标题结束*/

/*头条新闻*/
.id-item01 {
    padding-bottom: 5px;
    margin-top: 25px;
    overflow: hidden;
}

/*轮播图*/
.focusBox {
    position: relative;
    width: 590px;
    height: 370px;
    overflow: hidden;
    text-align: left;
    background: white;
    float: left
}

.focusBox .pic li a {
    width: 590px;
    height: 370px;
    display: block;
}

.focusBox .pic img {
    height: 370px;
    width: auto;
    margin: auto;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}

.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: 13px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 14px;
    overflow: hidden;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    background: #ffffff;
}

.focusBox .num li.on a {
    background: #1b83d3;
}

/*轮播图结束*/

/*头条*/
.id-top {
    float: right;
    width: 568px;
    margin-right: 12px;
}

.id-top .top {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

.id-top .top a {
    color: #dc0002;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}

.id-top .text {
    text-indent: 2em;
    line-height: 24px;
    margin-top: 4px;
    height: 48px;
    color: #797878;
}

.id-top .ul {
    margin-top: 20px;
    overflow: hidden;
}

.id-top .ul ul li {
    border-bottom: 1px dotted #c4c4c4;
    line-height: 24px;
    width: 100%;
    float: left;
    padding: 8px 0;
}

.id-top .ul ul li a {
    background: url("../images/d.jpg") no-repeat 3px 9px;
    float: left;
    padding-left: 17px;
    color: #999999;
}

.id-top .ul ul li span {
    float: right;
    color: #898989;
}

/*头条*/
/*头条新闻结束*/

/*新闻*/
.id-news {
    margin-top: 9px;
    overflow: hidden;
}

.id-news ul li {
    overflow: hidden;
    width: 50%;
    float: left;
    line-height: 24px;
    padding: 5px 0;
}
.id-news02 ul li{
    width: 100%;
}
.id-news ul li a {
    margin-left: 20px;
    float: left;
    color: #999999;
    background: url("../images/d2.jpg") no-repeat 0 10px;
    padding-left: 8px;
}

.id-news ul li span {
    float: right;
    margin-right: 24px;
    color: #898989;
}

/*新闻结束*/

/*图片新闻*/

.picScroll-left {
    padding-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd {
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin-right: 13px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}



.picScroll-left .bd ul li img {
    width: 290px;
    height: 180px;
    display: block;
}

.picScroll-left .bd ul li a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}
.picScroll-left .bd ul li a{
    display: block;
    line-height: 24px;
    color: #4b4b4b;
    text-align: center;
}
.picScroll-left .bd ul li p{
    margin-top: 4px;
}
/*图片新闻结束*/

/*内容结束*/


/*页脚*/
.id-foot{
    background: #f0f0f0;
    padding: 26px;
    overflow: hidden;
}
.id-foot div{
    text-align: center;
    width: 1200px;
    margin: auto;
    line-height: 26px;
    color: #393939;
}