﻿@charset "utf-8";

/* 部门动态 开始 */
.w90{
    width: 90%;
}

.focus, .focus .pic {
    position: relative;
}
.ywpt {
    padding-bottom: 10px;
}

.ywpt .a2 li {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.ywpt .a2 li p{
    text-align: center;
}
.ywpt .a2 li {
    
    padding: 30px 0px;
    margin: 5px;
    height: 178px;
    overflow: hidden;
}

.ywpt .a2 li:hover {
    color: #fff;
    background: #0088ff url(../images/ywpt.jpg) 50% 100% no-repeat;
    background-size: 110% auto;
}

.ywpt .a2 li:hover p {
    display: none;
}

.ywpt .a2 li a {
    display: none;
}

.ywpt .a2 li:hover a {
    display: block;
    margin-top: 0px;
    padding: 19px 0px;
    color: #fff;
}

.focus .swiper-pagination-bullet{
    display:none;
}
.focus .focus-prev, .focus .focus-next{
    background-color: rgba(255, 255, 255, .5);
}
.icon-jyh-right,.icon-jyh-left{
    color: #6298c7;
    font-weight: bold;
}
@media (min-width: 1200px){
    
    .ywpt .a2 li {
        width: 15.3%;
      
    }
    .focus, .focus .pic {
     
        width: 370px;
        height: 270px;
    }
    }
@media (max-width: 1200px){
.a2 li a {
    margin: 10px 5px;
    font-size: 14px;
}

}
/*首页专题图片*/
.topic li img {
    width: 100%;
    max-width: 100%;
}
/*结束*/