

.slideBox-index {
    width: 1200px;
    height: 400px;

}

.topNews {
    background: #F5F5F5;
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 7px;
}

.topNews img {
    width: 350px;
    height: 230px;
    vertical-align: middle;

}

.topNews div {
    position: relative;
    z-index: 1;
    margin-top: -36px;
    line-height: 36px;
    height: 36px;
    padding:  0 5px;
    background: rgba(255,255,255,0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.topNews div a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.special{
    margin-bottom: 12px;
    width: 350px;
    height: 117px;
    overflow: hidden;
}
.special .bd img{
    width: 350px;
    height: 110px;
}
.newMeiti{
    background: url("xinmeiti.jpg");
    color: #fff;
    height: 120px;
}
.newsImage{
    position: relative;
}
.newsImage li{
    float: left;
    width: 25%;
    height: 160px;
    overflow: hidden;
}
.newsImage li img{
    width: 100%;
}
.newsImage li p{
    position: absolute;
    top:0;
    z-index: 20;
    height: 160px;
    width: 268px;
    padding: 0 5px;
    display: block;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.newsImage li p:hover{
    background: url("cover.png");
    text-decoration: none;
}
.newsImage li p a{
    color: rgba(255,255,255,0.7);
    line-height: 30px;
    padding-top: 130px;
    display: block;
    font-size: 14px;
}
.newsImage li p:hover a{
    padding: 55px 0 70px 0;
    color: #fff;
    text-decoration: none;

}
.friendlyLink {
    text-align: center;
    position: relative;
    z-index: 1000;
    padding: 10px 0;
}

.friendlyLink li {
    float: left;
    display: block;
    width: 220px;
    margin-right: 76px;

}
.friendlyLink li:last-child{
    margin-right: 0;
}
.friendlyLink p {
    display: block;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.friendlyLink li i{
    margin-left: 5px;
}
.friendlyLink li div {
    background: rgba(255,255,255,0.9);
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 218px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: none;
}

.friendlyLink li div a {
    padding: 0 10px;
    line-height: 2.5;
    display: block;
    color: #0d367a;
}

.friendlyLink li div a:hover {
    background: #0d367a;
    color: #fff2c1;
    text-decoration: none;
}