.footer a {
    color: #fff;
}

.index-news-list {
    margin: 0 0px 0px 24px;
}

.index-news-list ul {
    overflow: hidden;
    height: 125px;
}

.index-news-list ul li {
    padding: 0 0 0 12px;
    margin-bottom:11px;
    float: left;
    width: 320px;
    height: 20px;
    overflow: hidden;
    background: url(../img/SY12.png) no-repeat 0px 6px;
}

.index-news-list li a {
    display: block;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.index-news-list li a:hover {
    color: #a40000;
}


.inder-banner {
    position: relative;
    overflow: hidden;
    height: 241px;
}

.inder-banner img {
    position: absolute;
    left: 50%;
    margin-left: -700px;
    display: block;
}


.inner_navbar {
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 35px;
}

.inner_navbar li {
    float: left;
    padding: 13px 30px;
}

.inner_navbar li:hover {
    background-color: #058ce4;
}

.inner_navbar li:hover a {
    color: #FFFFFF;
}

.inner_navbar li a {
    display: block;
    font-size: 14px;
	font-weight:600;
	color:#5e5e5e;
}

/*=====================================分页样式=====================================*/
.page {
    padding: 20px 0px 20px 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.page span,
.page a {
    padding: 10px 20px 10px 20px;
    background-color: #e5e5e5;
    border-radius: 10px;
    font-size: 12px;
    margin: 0 2px;
    border: 1px #e5e5e5 solid;
}

.page .current,
.page a:hover {
    color: #fff;
    border-color: #f5302a;
    background-color: #f5302a;
}

.page .disabled {
    color: #ccc;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    cursor: not-allowed;
}

.page .rows {
    padding-left: 20px;
    background: none;
    border: none;
}

.middle .content .article .list li .text .case_title {
    position: relative;
    display: block;
    width: 289px;
    height: 48px;
    background-color: #555555;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
	font-size:14px;
	overflow:hidden;
}

.middle .content .article .list li:hover .text .case_title {
    background-color: #1ea6ff;
    color: #FFFFFF;
}

.previous{ margin-top:30px; padding:10px 0px 0px 0px;border-top:1px dashed #ccc;font-size:0.9rem;}
.previous span{padding-right:5px;color:#325ba9;}
.previous a{ font-size:0.9rem; color:#626262;}
.next-article{ padding:10px 0px 10px 0px;border-bottom:1px dashed #ccc;font-size:0.9rem;}
.next-article span{ padding-right:5px;color:#325ba9;}
.next-article a{font-size:0.9rem; color:#626262;}