body{
    width: 99.5%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.personalCenterRow:hover{
    /*background-color: rgba(222,222,222,0.5);*/
    color: #1A37A2;
}
.navigationA{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
}
.navigationLogo{
    width: 92px;
    height: 28px;
}
.navigationA:hover{
    text-decoration: none;
    /*color: #343434;*/
}
.navigationCol{

}
.flexspt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexcenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexcolcenter{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flexcolspt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.flexlinecen{
    display: flex;
    align-items: center;
}
.font10{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.font16{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.font27t{
    font-size: 54px;
    font-family: SSruiyuanTi;
    font-weight: 400;
    color: #007DFF;
}
.font12{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.pitchon{
    border-bottom: 4px solid #007DFF;
    color: #333333;
    font-weight: bold;
}
.atext{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    text-decoration:none;
}
.aLeftList{
    display: block;
    /*width: 100%;*/
    /*width: 90%;*/
    height: 70px;
    line-height: 70px;
    padding-left: 10%;
}
.unchange:hover{
    text-decoration:none;
    color: #007DFF;
}
.blockGraySelected{
    background: rgba(222,222,222,0.5);
    border-right: 4px solid #007EFF;
}
.blockGray:hover{
    background: rgba(222,222,222,0.5);
    border-right: 4px solid #007EFF;
}
.navBarItem{
    width: 60px;
    word-break:keep-all;
    /*padding: 0 20px;*/
}
.navBarItem:hover{
    text-decoration:none;
    color: #007DFF;
    /*background: rgba(222,222,222,0.5);*/
    border-bottom: 4px solid #007EFF;
}
.navBarItem2{
    /*padding: 0 20px;*/
    text-decoration:none;
    color: #007DFF;
    /*background: rgba(222,222,222,0.5);*/
    border-bottom: 4px solid #007EFF;
}
.selected{
    text-decoration:none;
    color: #007DFF;
    background: rgba(222,222,222,0.5);
    border-right: 4px solid #007EFF;
}
/*.blockGray a:hover{*/
/*    border-right: 4px solid #007EFF;*/
/*}*/
.searchBoxInput{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.searchBoxInput ::-webkit-input-placeholder{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.personalCenterRow{
    width: 100%;
    padding-left: 10%;
    margin-top: 12px;
}
.omit {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.login_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    height: 39px;
    background: #007EFF;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer
}