*{
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
}

a:link, a:hover {
    text-decoration: none;
}

a:hover {
    color: #777;
}

a:link {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";
}

a {
    color: #333;
    text-decoration: none;
}

.Bodyer{
    font-weight: 400;
}

.sxCa-title{
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #000;
}

.sxCa-title::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 93px;
    height: 6px;
    background: linear-gradient( to right, #ffb37c 0%, #fff5ed 80%);
}

.View-R4-header{
    height: 0;
}

.newcontent {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    text-indent: 28px;
    padding: 10px 0 10px 0;
}

.newcontent{
    text-indent: 0;
    padding-left: 10px;
}

.font-bolder{
    font-weight: bold;
}

.newcontent-child{
    padding-left: 40px;
}

.link-href{
    color: #2675d0 !important;
    text-decoration: underline !important; 
}

.sxCa-footlink{
    height: auto;
    line-height: 30px;
    display: flex;
    flex-direction: row;
}

.sxCa-footlink-box{
    flex: 1;
    display: flex;
    flex-direction: column;
}