.newsWrap{
    position: relative;
}
.newsWrap>img{
    width: 100%;
}
.newsBox{
    position: absolute;
    bottom: 0;
    background-color:rgba(251,251,251,0.8);
    width: 100%;
}
.newsBox>div{
    margin: 20px auto;
    display: flex;
    align-items: center;
}
.newsBox i{
    color: #7c5a09;
    font-size: 34px;
}
.newsBox .newsTtles{
    font-size: 18px;
    width: 40px;
    margin: 0 20px 0 40px;
    color: #7c5a09;
}
.newsMainBox{
    position: relative;
}
.newsMainBox .more{
    position: absolute;
    left: 1000px;
    bottom: -20px;
    width: max-content;
}
.swiper-container1 {
    max-width: 1050px;
    height: 78px;
    border-left: 1px solid #7c5a09;
    padding: 0 10px;
    color: #3f2c00;
}
.swiper-container1 .swiper-slide>a{
    display: block;
    line-height: 26px;
    font-size: 16px;
}
.swiper-container1 .swiper-slide>a:hover .newstips{
    text-decoration: underline;
}
.newstips{
    margin-right: 40px;
}
.source{
    width: 1200px;
    height: 332px;
    margin: 30px auto;
}
.source>div:nth-child(1){
    float: left;
}
.source>div:nth-child(2){
    float: right;
    height: 100%;
    width: 670px;
    box-shadow: -1px -1px 3px #ccc, 1px 1px 3px #ccc;
}
.swiper-container2{
    width: 500px;
    height: 100%;
}
.swiper-container2>img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background-color: #dcdcdc;
} 
.swiper-pagination-bullet-active{
    background-color: #f79f23;
}
.rightSourceBox{
    color: #333;
}
.topnavChange{
    width: 94%;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}
.topnavChange h3{
    font-weight: normal;
    width: 170px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}
.navBar{
    width: 94%;
    margin-left: 3%;
    height: 2px;
    background-color: #3a3a3a;
    margin-top: -2px;
}
.currentHorverTopnav{
    color: #fff;
    background-color: #4277bc;
}
.newsmainBox,.sourcemainBox,.serviceGuide{
    padding: 20px 0;
    position: relative;
}
.newsmainBox ul,.sourcemainBox ul,.serviceGuide ul{
    width: 94%;
    margin-left: 3%;
}
.serviceGuide ul li{
    display: inline-block;
    width: 48%;
}
.serviceGuide ul li:nth-of-type(2n+1){
    margin-right: 2%;
}
.serviceGuide ul i{
    color: #e4a101;
    font-size: 20px;
    margin-right: 2px;
}
.newsmainBox ul li>a,.sourcemainBox ul li>a,.serviceGuide ul li>a{
    line-height: 37px;
    display: flex;
}
.newsmainBox ul i,.sourcemainBox ul i,.serviceGuide ul i{
    color: #e4a101;
}
.sourceMainText{
    display: flex;
    justify-content: space-between;
}
.rightSourceBox .more{
    position: absolute;
    right: 0;
}
.sourcetitles{
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sourceMainText{
    width: 620px;
}
.rightSourceBox li:hover .sourcetitles{
    color: #f79f23;
}

/* 电子资源 */
.eleResourcesWrap{
    margin-bottom: 30px;
}
.eleResourcesTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.eleResourcesTitle>b{
    width: 500px;
    height: 2px;
    background-color: #86a9d6;
}
.eleResourcesTitle>p{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #4277bc;
}
.eleResourcesTitle i{
    font-size: 44px;
    margin-right: 6px;
}
.eleResourcesContents{
    width: 100%;
    height: 320px;
    box-shadow: -1px -1px 3px #ccc, 1px 1px 3px #ccc;
    padding: 10px 10px 10px 0;
    display: flex;
    box-sizing: border-box;
}
.leftNav{
    width: 140px;
    background-color: #4277bd;
    color: #fff;
}
.leftNav>p,.leftNav>h3{
    display: inline-block;
    padding: 14.5px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    font-size: 16px;
}
.leftNav>h3{
    font-weight: normal;
    cursor: inherit;
}
.rightContents{
    width: 1040px;
    height: 300px;
}
.rightContent{
    width: 1040px;
}
.rightContent a{
    display: inline-block;
    width: 100%;
}
.rightContent ul{
    padding-left: 40px;
}
.rightContent ul li{
    width: 440px;
    color: #4d4d4d;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    margin: 5px 0 5px 10px;
    font-size: 14px;
    padding: 0 16px;
}
em{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #4d4d4d;
    margin-right: 10px;
    margin-bottom: 2px;
}
.currentEle{
    background-color: #fff;
    border-left: 3px solid #ff8a00;
    color: #000;
}
.rightContent ul li:hover{
    color: #4277bc;
    border-color: #4277bc;
}
.rightContent ul li:hover em{
    background-color: #4277bc;
}
.consultwrap{
    width: 100%;
    height: 200px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
.consultBox{
    display: flex;
}
.consultTitle{
    width: 187px;
    height: 84px;
    position: relative;
}
.consultTitle>img{
    width: 100%;
    height: 100%;
}
.consultTitle p{
    position: absolute;
    top: 18px;
    left: 63px;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fff
}
.consultBox ul{
    display: flex;
}
.consultBox ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 46px 24px 40px;
}
.consultBox ul li:hover span{
    color:#f3b32a;
}
.consultBox ul li span{
    color:#1a539d;
    margin-top: 10px;
    font-size: 14px;
}
/* 快速通道 */
.fastWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fastLeft{
    width: 800px;
}
.fastTitleBox{
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 30px;
}
.fastTitle{
    width: max-content;
    border-bottom: 2px solid #f4b736;
    line-height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.fastTitle i{
    color: #f4b736;
    font-size: 22px
}
.fastLeft ul{
    margin-top: 20px;
}
.fastLeft ul li{
    display: inline-block;
    width: 154px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin: 0 10px 10px 10px;
    color: #333;
}
.fastLeft ul li>a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fastLeft ul li i{
    color: #666;
    font-size: 20px;
    margin-right: 20px;
}
.fastRight{
    margin-top: 10px;
}
.fastRight a{
    width: 360px;
    height: 50px;
    background: #498be2;
    border-radius: 4px;
    color: #fff;
    margin-top: 14px;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 90px;
    box-sizing: border-box;
}
.fastRight a i{
    margin-right: 10px;
    font-size: 26px;
}
.fastLeft li:hover{
    border-color: #0066b3;
}
.fastLeft li:hover i,.fastLeft li:hover span{
    color: #0066b3;
}
.fastRight a:hover span{
    text-decoration: underline;
}
