/* 引入公共样式 */
@import 'common.css';
/* 引入轮播图样式 */
@import 'banner.css';
/* 引入头部样式 */
@import '../components/header/index.css';
/* 引入尾部样式 */
@import '../components/footer/index.css';
/* 页面样式 */
a:hover{
    color: #333;
}
#header header li{
    color: #000;
}
#header header .w1200>ul>li>a{
    color: #333;
    font-size: 16px;
}
#header header .w1200>ul>li:nth-child(5) a{
    color: #FF1644;
    font-size: 18px;
}
.swiper-container {
    width: 100%;
    /* background: purple; */
}
 .swiper-pagination-bullet{
    background-color: #fff !important;
    width: 6px !important;
    height: 6px !important;
}
.swiper-pagination-bullet-active{
    background-color: #FF1644 !important;
}
.content{
    padding: 50px 0;
}
.conent>h3{
    text-align: center;
}
.content .news{
    width: 863px;
    margin: auto;
}
.content .news a:hover h3,.content .news a:hover h4{
    color: #a00;
}
.content .news a:hover img{
    transform: scale(1.05);
}
.content .news ul li{
    margin-bottom: 30px;
    cursor: pointer;
}
.content .news ul li img{
    width: 243px;
    height: 146px;
    float: left;
    transition: transform .5s ease;
}
.content .news ul li .text{
    width: 590px;
    float: right;
}
.content .news ul li .text h3{
    font-size: 18px;
    width: 198px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 10px;
    transition: color .5s ease;
}
.content .news ul li .text h4{
    font-size: 14px;
    margin-bottom: 32px;
    transition: color .5s ease;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .news ul li .text p{
    font-size: 14px;
    color: #010046;
}
.paging{
    text-align: center;
}
.selectStyle {
    border-bottom: 2px solid rgb(109, 111, 111);
    cursor: pointer;
}
.li_style1 {
    display:inline-block;font-size: 30px;
}
.li_style2 {
    display:inline-block;font-size: 30px;
    margin-left:10%
}
