﻿@charset "utf-8";

/* 部门动态  开始 */
.category{
    display: inline-block;
    float: left;
    margin: 7px 20px 7px 0px;
    padding: 0px 10px;
    line-height: 26px;
    color: #fff;
    background-color: #94c0ef;

    background: -webkit-linear-gradient(60deg, #73d3d8, #55a3d8);
    background: linear-gradient(60deg, #73d3d8, #55a3d8);
}
.jkhb .list-t li.line {
    height: 0;
    border-bottom: 1px #fff dashed;
    font: 0/0 lx;
    overflow: hidden;
    margin: 10px 0;
}
.a7 {
    display: inline-block;
    width: 100%;
}

.a7 li {
    width: 100%;
}

.a7 li {
    position: relative;
    height: 90px;
    background-image: url(../images/sjfb.png);
    background-repeat: no-repeat;
}
.a7 li +li{
    margin-top: 15px;
}
.a7 li a {
    height:90px;
    display: block;
}

.a7 li.s1 {
    background-position: center -372px;
}

.a7 li.s2 {
    background-position: center -462px;
}
/* 部门动态  结束 */
/*首页专题图片*/
.topic li img {
    width: 100%;
    max-width: 100%;
}
/*结束*/