.mainRight ul.questionBox {
    width: 100%;
}

.mainRight ul.questionBox li {
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    line-height: 45px;
    padding-left: 20px;
    color: #312f34;
}

.mainRight ul.questionBox li.focus {
    background: #f6f1f8;
}

.strateBox img {
    width: 120px;
    height: 120px;
}

.mainLeft .answerBox {
    width: 700px;
    box-sizing: border-box;
    padding: 0 25px 0 25px;
    margin-bottom: 34px;
}

.mainLeft .answerBox:nth-child(1) {
    padding-top: 25px;
}

.mainLeft .answerBox h2 span {
    display: inline-block;
}

.mainLeft .answerBox h2 span:nth-child(1) {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #ac60cd;
    font-size: 12px;
    margin-right: 13px;
}

.mainLeft .answerBox h2 span:nth-child(2) {
    font-size: 17px;
    color: #ac60cd;
    line-height: 32px;
}

.mainLeft .answerBox p {
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../img/question.jpg) no-repeat 16px 8px;
    background-size: 13px 15px;
    line-height: 30px;
    font-size: 14px;
    color: #858585;
}

.padding {
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.articleTitle {
    font-size: 18px;
    color: #a35dcf;
    text-align: center;
    line-height: 87px;
}

.articleAuthor {
    font-size: 14px;
    color: #bbb;
    text-align: center;
    margin-bottom: 15px;
}

.articleDec {
    font-size: 14px;
    color: #777;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}

.img {
    width: 100%;
    margin: 40px 0 30px 0;
    text-align: center;
}

.img img {
    width: 550px;
    height: 450px;
}
.article{
    font-size: 14px;
    color: #000;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}
strong{font-weight: bold}
.article img{width: 100%; height: auto}
.links{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
}
.links .title{
    font-size: 18px;
    color:#000;
    line-height:65px;
}
.links ul,.links ul li{
    line-height: 30px;
    list-style: disc;
}
.links a{
    color: #333;
}
.links a:hover{
    color:#7916be;
    font-weight: bold;
    
}
/********************ysStrategy.html************************************/

.strateBox {
    width: 660px;
    height: 180px;
    padding-top: 24px;
    border-bottom: 1px solid #dedee0;
}

.strateBox img, .strateDec {
    display: inline-block;
}

.strateBox .strateDec {
    width: 455px;
    margin-left: 20px;
}

.strateBox .strateDec .strT {
    color: #a458d2;
    font-size: 16px;
    margin-bottom: 16px;
}

.strD{
    font-size: 15px;
}

.strateBox .strateDec .str {
    color: #797979;
    font-size: 12px;
    line-height: 24px;
}

.strateBox .strateDec span {
    display: inline-block;
    width: 108px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin-top: 15px;
    border-radius: 30px;
    color: #cda6e7;
    border: 1px solid #cda6e7;
    font-size: 14px;
}

.detail {
    background: #fff;
}


/*微定制*/

.article {
    overflow: hidden;
}

.article span {
    display: flex;
}

.article>p {
    font-family: "Microsoft YaHei", sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
    margin: 5px 30px;
    word-wrap: normal;
}

.article img {
    /*width:650px;
    height: 500px;
    margin:10px 10px;*/
    max-width: 650px;
    margin: 10px auto;
    display: block;
}
b,strong{font-weight: bold;font-size: inherit;color: #333;}
i,em{font-style: italic;}
s, strike, del {text-decoration: line-through;}
u, ins {text-decoration: underline;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;-webkit-text-size-adjust:none;display: block;font-weight: bold;}
h1{font-size: 2em;}
h2{font-size: 1.5em;}
h3{font-size: 1.17em;}
h4{font-size: 1em;}
h5{font-size: 0.83em;}
h6{font-size: 0.67em;}

