
/* ******************* */
#container{
    height: 480px;
}
.banner-item{
    height: 400px;
}
.banner-item-right{
    width: 500px;
    height: 328px;
}
.swiper-pagination{
    bottom:50px !important;
}
.banner-item-left h1{
    font-size:30px;
}
.banner-item-left h2{
    font-size:30px;
}
.banner-item-left h3{
    font-size:18px;
}
/* *********************** */
.baike-container{
    width: 1200px;
    margin:40px auto 0;
    padding:20px;
    box-sizing: border-box;
    position: relative;
}
.baike-top{
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.baike-top ul{
    width: 500px;
    display: flex;
    justify-content: space-around;
}
.baike-top li{
    width: 100px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding:0 10px;
    color:#979797; 
    text-align: center;
}

.xinwen-right-top{
    height: 380px;
    padding:20px;
    box-sizing: border-box;
}
.xinwen-right-top ul{
    margin-top:20px;
}
.xinwen-right-top li{
    border-bottom: 1px solid #e6e6e6;
    color:#808080;
    padding-left:20px;
    height: 46px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.xinwen-right-top li::before{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -1px;
    top:17px;
    background:url("../images/new-youjiantou.png");
    background-size: contain;
}
.xinwen-right-top li a{
    color:#808080;
    font-size: 15px;
}
.xinwen-right-top li a:hover{
    color:#1463bd;
}
.footer-container{
    margin-top:80px;
}
#menuhome-news{
    border-bottom:2px solid #fff !important;
}