.swiperArea{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}
.layUiSwiperStart{
    width: 625px;
    height: 100%;
}
.layUiSwiperStart .bannerBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.layUiSwiperStart .bannerBox img{
    width: 100%;
    height: 100%;
}
.layUiSwiperStart .bannerBox .bannerBoxBottomArea{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: rgba(0, 0, 0, .6);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.bannerBoxBottomAreaText{
    width: 90%;
    font-size: 14px;
    font-family: '宋体';
    color: #E0E0E0;
}
    .bannerBoxBottomAreaText a {
        color: #F2F2F2;
    }
    .similarHotNewsPublic{
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.similarHotNewsPublic .headBox{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    padding-bottom: 6px;
    box-sizing: border-box;
    margin-bottom: 19px;
}
.similarHotNewsPublic .headBox .headBoxTitle{
    font-size: 18px;
    font-family: '宋体';
    color: #333333;
    font-weight: bold;
}
.similarHotNewsPublic .headBox .headBoxTitleTab{
    cursor: pointer;
}
.similarHotNewsPublic .headBox .icon-fenlei{
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    margin-left: auto;
    cursor: pointer;
}
.similarHotNewsPublic .headBox .leftBottomRedBox{
    width: 73px;
    height: 3px;
    background: #1e9fffdb;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.similarHotNewsPublic .leftImgRightTextBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    cursor: pointer;
}
.similarHotNewsPublic .leftImgRightTextBox .leftImgBanner{

}
.similarHotNewsPublic .leftImgRightTextBox .leftImgBanner img{
    width: 100%;
    height: 100%;
}
.similarHotNewsPublic .leftImgRightTextBox .rightTextBox{
    flex: 1;
    overflow: hidden;
    margin-left: 11px;
    height: 100%;
}
.similarHotNewsPublic .leftImgRightTextBox .rightTextBox .rightTextBoxTitle{
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 13px;
}
.similarHotNewsPublic .leftImgRightTextBox .rightTextBox .rightTextBoxDesc{
    font-size: 14px;
    font-family: '宋体';
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.similarHotNewsPublic .newsList{
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    padding: 6px 0;
    box-sizing: border-box;
}
.similarHotNewsPublic .newsList .newsListLi{
    margin-bottom: 13px;
}
.similarHotNewsPublic .newsList .newsListLi .newsListLiA{
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.similarHotNewsPublic .newsList .newsListLi:nth-last-child(1){
    margin-bottom: 0;
}
.similarHotNewsPublic .newsList .newsListLi .textBeforePoinBox{
    width: 5px;
    height: 5px;
    background: #999999;
    margin-right: 10px;
}
.similarHotNewsPublic .newsList .newsListLi .newsListLiText{
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    font-family: '宋体';
    font-weight: 400;
    color: #333333;
}
.similarHotNewsPublic .newsList .newsListLi .newsListLiTimeText{
    font-size: 14px;
    font-family: '宋体';
    font-weight: 400;
    color: #666666;
    width: 90px;
    text-align: right;
}
.similarHotNewsPublic .newsList .newsListLi:hover .newsListLiText{
    color: #1e9fffdb;
}
.similarHotNewsPublic .newsList .newsListLi:hover .newsListLiTimeText{
    color: #1e9fffdb;
}
.similarHotNewsPublic .newsList .newsListLi:hover .textBeforePoinBox{
    background: #1e9fffdb;
}
.examinationPointAnnouncementStart{
    margin-top: 20px;
    width: 100%;
    display: flex;
}
.examinationPointAnnouncementStart .examinationPointAnnouncementItem{
    margin-right: 13px;
}
.examinationPointAnnouncementStart .examinationPointAnnouncementItem:nth-last-child(1){
    margin-right: 0;
}
.examinationPointAnnouncementEntry{
    flex: 1;
    overflow: hidden;
}
.examinationPointAnnouncementEntry .entryUl{
    padding: 2px 0;
    box-sizing: border-box;
}
.examinationPointAnnouncementEntry .entryLi{
    width: 268px;
    height: 78px;
    margin-bottom: 13px;
    background-color: #FCFDFC;
    border-radius: 5px;
    display: flex;
    padding-left: 9px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: 2px;
}
.examinationPointAnnouncementEntry .entryLi:nth-last-child(1){
    margin-bottom: 0;
}
.examinationPointAnnouncementEntry .examinationPointsBox:hover{
    box-shadow: 0px 0px 10px #CDE8F8;
    transition: all .3s;
}
.examinationPointAnnouncementEntry .onlineRegistration:hover{
    box-shadow: 0px 0px 10px #FFD3D2;
    transition: all .3s;
}
.examinationPointAnnouncementEntry .news:hover{
    box-shadow: 0px 0px 10px #EFD9F8;
    transition: all .3s;
}
.examinationPointAnnouncementEntry .achievement:hover{
    box-shadow: 0px 0px 10px #C6F2DB;
    transition: all .3s;
}
.examinationPointAnnouncementEntry .entryLi .entryImg{
    width: 101px;
    height: 100%;
    position: relative;
}
.examinationPointAnnouncementEntry .entryLi .entryImg img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.examinationPointAnnouncementEntry .entryLi .entryText{
    margin-left: 11px;
    margin-top: 19px;
}
.examinationPointAnnouncementEntry .entryLi .entryText .entryTextTitle{
    font-size: 18px;
    font-family: '宋体';
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.examinationPointAnnouncementEntry .entryLi .entryText .entryTextDesc{
    font-size: 10px;
    font-family: 'AdobeHeitiStd';
    font-weight: normal;
    color: #DAD9D9;
    margin-bottom: 5px;
}
.examinationPointAnnouncementEntry .entryLi .entryText .entryTextSeatBox{
    width: 21px;
    height: 5px;
}
.expertDemeanorStart{
    margin-top: 22px;
    width: 100%;
    height: 155px;
    border: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    background: #F2F2F2;
}
.expertDemeanorStart .expertDemeanorLeft{
    width: 40px;
    height: 100%;
    background: #1e9fffdb;
    font-size: 18px;
    font-family: '宋体';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.expertDemeanorStart .expertDemeanorLeft .expertDemeanorLeftSj{
    font-size: 30px;
    color: #1e9fffdb;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    position: absolute;
}
.expertDemeanorStart .expertDemeanorRight{
    margin-left: 28px;
    flex: 1;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
}
.expertDemeanorStart .expertDemeanorRight .expertDemeanorRightItem{
    margin-right: 26px;
}
.expertDemeanorStart .expertDemeanorRight .expertDemeanorRightItem .personImg{
    width: 104px;
    height: 104px;
    margin-bottom: 10px;
}
.expertDemeanorStart .expertDemeanorRight .expertDemeanorRightItem .personImg img{
    width: 100%;
    height: 100%;
}
.expertDemeanorStart .expertDemeanorRight .expertDemeanorRightItem .personName{
    font-size: 16px;
    font-family: '宋体';
    font-weight: bold;
    color: #333333;
    width: 100%;
    text-align: center;
}
/* .expertDemeanorStart .expertDemeanorRight:nth-last-child(1){
    margin-right: 0;
} */
.documentRegulationsStart{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.documentRegulationsStart .documentRegulationsContent{
    width: 100%;
    display: flex;
}
.documentRegulationsStart .documentRegulationsContent .contentBg{
    width: 306px;
    height: 263px;
}
.documentRegulationsStart .documentRegulationsContent .contentBg img{
    width: 100%;
    height: 100%;
}
.secretaryBgContent{
    width: 100%;
    height: 120px;
    margin-top: 19px;
}
.secretaryBgContent img{
    width: 100%;
    height: 100%;
}
.friendlyLinksStart{
    width: 100%;
    height: 50px;
    background: #F5F3F3;
    padding: 16px 0 0 10px;
    box-sizing: border-box;
    display: flex;
    margin-top: 17px;
}
.friendlyLinksStart .friendlyLinksTitle{
    font-size: 18px;
    font-family: '宋体';
    font-weight: bold;
    color: #333333;
    margin-right: 6px;
}
.friendlyLinksStart .friendlyLinksDesc{
    font-size: 12px;
    font-family: 'Arvo';
    font-weight: 400;
    color: #B8B8B8;
    margin-top: 7px;
}
.friendlyLinksItemContent{
    width: 100%;
    background: #FEFEFE;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    padding: 21px;
    padding-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}
.friendlyLinksItemContent .friendlyLinksItem{
    height: 40px;
    padding: 13px 23px 12px 14px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    font-size: 14px;
    font-family: '宋体';
    font-weight: bold;
    color: #040404;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 21px;
}
/* layui轮播自定义样式 */
.swiperArea .layUiSwiperStart .layui-carousel-ind{
    text-align: right;
    top: -24px;
}
.swiperArea .layUiSwiperStart .layui-carousel-ind ul{
    margin-right: 10px;
    background-color: transparent;
}
.swiperArea .layUiSwiperStart .layui-carousel-ind ul li{
    width: 15px;
    height: 5px;
    background-color: #FDFEFE;
    border-radius: initial;
}
.swiperArea .layUiSwiperStart .layui-carousel-ind ul .layui-this {
    background-color: #1e9fffdb;
}