body{
    background: #f5f5f5;
}
.index{
    margin: 30px 0;
    width: 100%;
}



/*新闻*/
.news{
    margin-bottom: 40px;
}
.news .img{
    width: 235px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.news .img img{
    height: 100%;
}
.news dl{
    float: right;
    height: 100%;
    width: calc(100% - 235px);
    padding: 10px;
    margin: 0;
}
.news dl dt{
    height: 48px;
    overflow: hidden;
    font-weight: 100;
    line-height: 24px;
    font-size: 16px;
}
.news dl dd p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin: 7px 0 5px 0;
}
.news dl dd span{
    font-size: 14px;
    color: #999999;
}
/*轮播*/
.focusMain{
    width:100%;
    position:relative;
}
.focusArea{
    width:1130px;
    position:relative;
    overflow:hidden;
    margin: 0 auto;
}
.focusCon{
    width:1130px;
    padding: 10px 0;
    position:absolute;
    top:0;
}
.focusItem{
    position:relative;
    margin:0 15px;
    -moz-box-shadow:0px 0px 10px #333333;
    -webkit-box-shadow:0px 0px 10px #333333;
    box-shadow:0px 0px 10px #333333;
    overflow:hidden;
    background: #ffffff;
}

.isCarousel .focusArea{
    height:180px;
}
.isCarousel .focusItem{
    float:left;
    width:535px;
    height:160px;
    _display:inline;
}
.focusBtn{
    display:block;
    position:absolute;
    top:50%;
    width:20px;
    height:30px;
    margin-top:-15px;
    background-repeat:no-repeat;
    background-position: center;
    cursor:pointer;
}
.focusPrev{
    left:0;
    background: url("../images/index/left.png");
}
.focusNext{
    right:0;
    background: url("../images/index/right.png");
}



/*标题*/
.title{
    display: table;
    line-height: 50px;
    background: #02529f;
    color: #ffffff;
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 20px;
    text-transform: Uppercase;
}

/*更多*/
.more{
    color: #02529f;
    font-size: 16px;
    font-weight: bold;
}

/*end*/
.one ul li{
    margin-bottom: 15px;
}
.one ul li:first-child{
    padding-top: 0;
}
.one ul li a{
    display: block;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}
.one ul li span{
    font-size: 14px;
    color: #666666;
}



.three{
    /*height: 480px;*/
    -moz-box-shadow:0px 0px 10px #333333;
    -webkit-box-shadow:0px 0px 10px #333333;
    box-shadow:0px 0px 10px #333333;
    border-top: 3px solid #ff9900;
    padding: 0 10px;
    padding-bottom: 10px;
    background: #ffffff;
}
.three .titles{
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: Uppercase;
    font-size: 30px;
    color: #02529f;
}

.three .img{
    margin-bottom: 10px;
}
.three .img img{
    width: 100%;
}

.three ul li{
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.three ul li:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    left:0;
    top: 50%;
}
.three .tet{
    line-height: 20px;
    height: 100px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.four{
    -moz-box-shadow:0px 0px 10px #333333;
    -webkit-box-shadow:0px 0px 10px #333333;
    box-shadow:0px 0px 10px #333333;
    padding:10px;
    background: #ffffff;
    margin-top: 10px;
}

.four .tets img{
    height: 24px;
    display: block;
    margin-bottom: 5px;
}

.four .tets a{
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*手机适配*/
@media all and (max-width: 700px){
    .index{
        margin: 0;
    }
    /*新闻*/
    .focusBtn{
        display: none;
    }
    .isCarousel .focusArea{
        width: 100%;
        height: auto;
    }
    .focusCon{
        position: relative;
        width: 100%;
        padding:15px;
    }

    .isCarousel .focusItem{
        float: inherit;
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 20px;
    }

    .news{
        margin-bottom: 0;
    }
    .news .img{
        width: 100%;
    }
    .news .img img{
        width: 100%;
        height: auto;
    }
    .news dl{
        width: 100%;
    }
    .news dl dd p{
        display: none;
    }



.one{
    margin-bottom: 20px;
}
.four{
    margin-bottom: 30px;
}




}


































