@charset "utf-8";

/* 部门动态 开始 */
.t4{
    margin: 0px 0px 10px 0px;
}
.t4 b{
    font-size: 20px;
}
.topic,
.topic .pic {
    position: relative;
    width: 1190px;
    height: 90px;
}

.topic .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.topic .pic img {
    width: 100%;
    height: 100%;
}
.topic .pic img.pic_b {
    display: block;
    padding:4px;
    height: 80px;
    width: 1180px\9;
    border:1px solid #ccc;
}
.topic .pic img.pic_s{
    display:none;
}
.topic .topic-prev,
.topic .topic-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .2);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.topic .topic-prev .iconfont,
.topic .topic-next .iconfont {
    font-size: 16px;
    font-weight: normal;
}

.topic .topic-prev {
    transform: translate(-50px, 0);
    left: 5px;
    background-image: none;
}

.topic .topic-next {
    transform: translate(50px, 0);
    right: 5px;
    background-image: none;
}

.topic:hover .topic-prev,
.topic:hover .topic-next {
    opacity: 1;
    transform: translate(0, 0);
}

.topic .navi {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    padding:3px 10px;
    text-align: right;
    margin-bottom: 4px\9;
	background:none!important;
}

.topic .navi li {
    float: left;
    width: 18px;
    height: 6px;
    margin: 0 2px;
    font: 0/0 lx;
    background-color: #f9b250;
    transition: all .3s;
}

.topic .navi li.on {
    background-color: #ccc;
}
.swiper-pagination-bullet{
    width: 18px;
    height: 6px;
    border-radius: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.topic .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
}

.topic .swiper-pagination-bullet-active {
    background-color: #f9b250;
}

@media (max-width:1024px){

.topic,
.topic .pic {
    position: relative;
    width:100%;
    height: 100%;
}

}
@media (max-width: 480px) {

.topic .pic img.pic_b {
    display:none;
}
.topic .pic img.pic_s{
    display:block;
}
.topic .navi{
    display: none;
}
}
@media (max-width: 1200px){
.header h1 {
  background-size: auto 50%;
}
.header h1 {
    width: 100%;
}
.search-btn{
    top: 21px;
}
}


@media (max-width: 480px){
.header h1 {
  background-size: auto 40%;
}
.ht a {
    margin: 0px 1px;
    width: 85%;
}
.search-btn{
    top: 21px;
}
}
/*部门动态高亮*/
.nav li.current a {
   background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33ffffff, endcolorstr=#33ffffff);
}
/*结束*/
.ddlj {
    /* background: #fff !important; */
}