﻿@charset "utf-8";
#adu0{z-index:9999 !important;}
/*侧边栏*/
.cbl_box{
   width:30%;
}
.cbl{
}
.cbl ul{
    margin:  0 auto;
    text-align: center;
}
.cbl ul li{
    width: 30%;margin:26px 1.5%;
    text-align: center;
}
.cbl ul li span{
    width: 70px;
    height: 70px;
    background: #6e84d0;
    display:block;
    border-radius: 40px;
    margin:0 auto;
    line-height:65px;
}
.cbl ul li p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.cbl ul li:hover span{
background:#2646b2;
}
.cbl ul li:hover span img{
transform: rotateY(180deg);
}
.cbl ul li:hover p{
color:#2646b2;
}


.news_pic{
    width: 53%;
}
.news_pic .slider {
    position: relative;
}
.news_pic .slider img{
    width: 100%;
    height: 455px;
}
.news_pic .slider .mask{
    width: 100%;
    background: #000;
    opacity: 0.8;
    padding: 12px 2%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_pic .slider .mask span{
display:block;
font-size:14px;
color:#999;
}
.news_pic .slick-dots{
    right: 0;
    left: auto;
    bottom: 100px;
}
.news_pic .slick-dots li.slick-active button{
    background: #ff6c00;
}
.notice{
    width: 46%;
    padding: 0 20px;
}


.index{
    background: url(../img/index.png) top center no-repeat;
    margin: 50px 0;
    padding: 20px 0;
    background-size: cover;
}
.new {width:68%;}
.new .news_list{
   width:48%;
   margin:0 1% 20px;
   box-shadow: 0 0 20px #fff;
   border-color: #fff;
}
.new li{
    line-height: 40px;
}
.index .title{
    margin: 30px 0 20px;
}
.dbsx{
    width: 30%;
    background: #fff;
    padding: 0 30px 20px;
}

.title2{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #000;
    position: relative;
    line-height: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.title2::before{
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 60px;
    left: calc(50% - 15px);
    background: #2844a1;
}

.bszn ul li{
    float: left;
    width: 12.5%;
    text-align: center;
}
.bszn ul li span{
    height: 90px;
    display: block;
}
.bszn ul li p{
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}
.bszn ul li:hover img{
    transform:rotateY(180deg);
}
.bszn ul li:hover p{
    color: #2844a1;
}


#NavBar,#year1058485{
    font-size: 18px !important;
}