﻿.rightContent {
    width: 100%;
    /*display: inline-flex;*/
    /* display: inline-block; */
    /* float: right; */
    min-height: 600px;
}
    .rightContent .titlediv {
        /*font-weight: bold;
        margin: 0 auto;*/
        border-bottom: 2px solid #C9CACA;
        color: #6495ED;
        font-weight: bold;
        max-height: 35px;
        height: 35px;
        width: 95%;
        margin: 0 auto;
    }
    .rightContent .feedbacktitle {
        margin: 0 auto;
        height: 151px;
        width: 90%;
        border-bottom: 1px solid #cacaca;
        /*position:relative;*/
    }
    .rightContent .feedbacktspan {
        font-size: 26px;
        position: relative;
        top: 77px;
        text-align: center;
        letter-spacing: 5px;
    }
    .rightContent .feedbacktEspan {
        font-size: 14px;
        text-align: center;
        letter-spacing: 1px;
        position: relative;
        top: 82px;
        color:#cacaca;
    }
    .rightContent .feefbacksmalltitle {
        font-size: 12px;
        padding-bottom: 15px;
    }
    .rightContent .feedbackcontent {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
        text-align: center;
        padding: 10px 0;
    }
    .rightContent .feedbackrow {
        padding: 5px 0;
    }
    .rightContent .titlespanForInfo {
        font-size: 16px;
        display: inline-block;
        width: 70px;
        position: relative;
        bottom: -8px;
        left: 50px;
        text-align: center;
        letter-spacing: 0px;
    }
    .rightContent .titlespanForInfoEnd {
        position: relative;
        bottom: -8px;
        left: 50px;
        border-bottom: 3px solid #6495ED;
        color: black;
        display: inline-block;
        font-weight: normal;
        font-size:14px;
    }
    .rightContent .titlespanForInfoFH {
        position: relative;
        bottom: -8px;
        left: 50px;
        color: black;
        display: inline-block;
        font-weight: normal;
    }
    .rightContent .titlespan {
        font-size: 16px;
        display: block;
        width: 70px;
        position: relative;
        bottom: -8px;
        left: 50px;
        border-bottom: 3px solid #6495ED;
        text-align: center;
        letter-spacing: 0px;
        /*margin-bottom: -2px;*/
    }
    .rightContent .content {
        /*width:95%;
        padding:32px;*/
        padding: 35px 50px 35px 50px;
    }
    .rightContent .searchmenu {
        padding: 20px 0 15px 30px;
    }
    .rightContent .content p {
        margin-bottom:0px;
    }
    .searchmenu > div {
        color: #999999;
        border: 1px solid #999999;
        font-size: 14px;
        border-radius: 20px;
        height: 35px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        cursor: pointer;
    }
.searchmenu .selected {
    background-color:#6495ED;
    border:1px solid #6495ED;
    color:#FFF;
}
.searchmenu > div:hover {
    background-color: #6495ED;
    border: 1px solid #6495ED;
    color: #FFF;
}
.content > .contentTitle {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: 'Microsoft YaHei';
}

.content table {
    font-size:14px;
}
.content .page-ul {
    bottom: 15px;
    position: absolute;
    margin-bottom: 0;
    padding-left: 47px;
}
.backColor {
    background-color: #6495ED;
    color: #fff;
}
.partnerpic {
    text-align: center;
    margin: 10px;
    border: 1px solid #C9CACA;
    display: inline-block;
}
    .partnerpic > img {
        width:190px;
        height:110px;
    }
.content .qa-ul {
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.qa-ul .qa-answer {
    background-color: #FFECD6;
    margin-left: 24px;
    padding: 5px 20px;
    margin-right: 24px;
}
.qa-ul .qa-ask {
    cursor:pointer;
}
.qa-ul > li {
    padding: 5px 0;
}