.infoNav {
    /* box-shadow: 0px 26px 28px 1px rgba(0, 0, 0, 0.02); */
    background: #FFFFFF;
    /*padding-top: 90px;*/
    padding-bottom: 10px;
}

.infoNav ul {
    border-bottom: 1px solid #B8D9FF;
}

.infoNav ul li {
    flex: 1;
    padding-bottom: 18px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.infoNav ul li img {
    width: 50px;
    height: 50px;
}

.infoNav ul li a .active {
    display: none;
}

.infoNav ul li a {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    position: relative;
}

.infoNav ul li a:hover .active,
.infoNav ul li.on a .active {
    display: block;
}

.infoNav ul li a:hover .normal,
.infoNav ul li.on a .normal {
    display: none;
}

.infoNav ul li a:hover,
.infoNav ul li.on a {
    color: #0762CB;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 3px 6px rgba(118, 164, 199, 0.16);
}

.infoNav ul li a:hover::after,
.infoNav ul li.on a::after {
    content: "";
    width: 33px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    height: 5px;
    background: #0762CB;
    border-radius: 16px;
}

.articalContainer {
    margin-top: 60px;
    width: 100%;
    min-height: 600px;
    background-color: #fff;
}

.articalWrapper {
    padding-bottom: 80px;
}

.articalItem {
    width: 100%;
    display: flex;
}

.articalItem:hover .articalTitle{
    color: #1092DA;
}

.articalWrapper .articalItem:not(:first-child) {
    margin-top: 30px;
}

.articalDate {
    padding: 5px 15px;
    position: relative;
    margin: 0 20px;
    width: 90px;
    height: 90px;
    font-size: 20px;
    /* font-weight: bold; */
    color: #9FA3A8;
    background: #F4F4F4;
    box-sizing: border-box;
}

.publishDate {
    width: 100%;
    display: flex;
    justify-content: flex-start;

}

.publishMonth {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.publishYear {
    margin-top: 5px;
    text-align: center;
}

.artical {
    padding-bottom: 30px;
    width: calc(100% - 120px);
    border-bottom: 1px solid #DCDFE3;
}

.articalTitle {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.articalContent {
    margin: 14px 0 26px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.articalMore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 20px;
    font-size: 12px;
    color: #999999;
    background: #FFFFFF;
    border: 1px solid #DCDFE3;
}

.articalMore >span{
    margin-left: 4px ;
    margin-bottom: 2px;
}

.slopingside {
    position: absolute;
    top: 32px;
    left: 17px;
    height: 0px;
    border: 1px solid #BBBFC4;
    width: 44px;
    transform: rotate(125deg);
    -o-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -webkit-transform: rotate(135deg);
}

/* 详情相关样式 */
.newsInfoContent {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    color: #333333;
    align-items: center;
    justify-content: center;
}

.newsInfoContent .title {
    font-weight: bold;
    font-size: 32px;
}

.newsInfoContent .subTitle {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    font-size: 17px;
}

.newsInfoContent .tips {
    font-size: 24px;
    line-height: 48px;
    width: 100%;
    text-align: start;
    color: #333333;
}

.newsContent {
    width: 100%;
    color: #333333;
}

.newsContent * {
    font-size: 16px !important;
    font-family: "微软雅黑" !important;
}

.newsContent img {
    max-width: 100% !important;
}

.newsInfoContent .end {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    line-height: 88px;
    color: rgba(167, 167, 167, 0.4);
    margin-top: 80px;
    margin-bottom: 60px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}

/* 详情相关样式end */

.newsBoxWrapper {
    margin-top: 20px;
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    width: 1200px;
}

.newsInfosLeft {
    width: calc(100% - 300px);
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFFFFF;
}

/* 03-04 */
.newCenterWrapper {
    width: 100%;
}

.newsInfosRight {
    width: 285px;
    border-radius: 5px;
    background: #FFFFFF;
    float: right;
}

.newsInfoTitle {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 33px;
    color: #5c77ff;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}

.newsInfoTitle::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 3px;
    height: 20px;
    background-color: #5c77ff;
    border-radius: 2px;
}

.anewsInfoItem {
    padding: 10px 30px 0;
    display: block;
}

.newsInfoItem {
    padding: 0 10px;
    color: #666666;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsInfoItem:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #5c77ff;
}
.anewsInfoItem:hover .newsInfoItem{
    color: #5c77ff !important;
}
.myPage {
    background-color: #fff !important;
}