.content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.left-list{
    float: left;
    width: 250px;
    position: relative;
    padding: 20px 0 20px 20px;
    box-shadow: 0 0 10px #999;
}
.left-list h2{
    font-size: 22px;
    margin-bottom: 30px;
}
.title-en{
    color: #999999;
    margin-left: 10px;
    font-size: 14px;
}
.left-list .list{
    font-size: 20px;
    line-height: 60px;
    margin-left: 35px;
    margin-bottom: 50px;
}
.left-list .list > li{
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    border-bottom:1px solid #e2e7ee; 
}
.left-list .list .active{
    color: #fff;
}
.left-list .list > li span{
    position: relative;
    z-index: 2;
}
.left-list .list .active::before{
    content:"";
    display: block;
    position: absolute;
    width:225px;
    height:0;
    border-bottom:60px solid #0054bf;
    border-left:20px solid transparent;
    left: -30px;
}
.left-list .list .active::after{
    content:"";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width:20px 20px 0 0;
    border-style:solid;
    border-color:#01377b transparent transparent transparent;
    right: -20px;
    top: 60px;
}
.left-list .list > li:hover::before{
    content:"";
    display: block;
    position: absolute;
    width:225px;
    height:0;
    border-bottom:60px solid #0054bf;
    border-left:20px solid transparent;
    left: -30px;
}
.left-list .list > li:hover::after{
    content:"";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width:20px 20px 0 0;
    border-style:solid;
    border-color:#01377b transparent transparent transparent;
    right: -20px;
    top: 60px;
}
.left-list .list > li:hover{
    color: #fff;
}
.right-content{
    float: left;
    margin-left: 60px;
    width: 860px;
}
.search-right-content{
    float: left;
    margin-left: 60px;
    width: 860px;
    display: none;
}
.icon{
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    bottom: 28px;
    z-index: 5;
    width: 19px;
    height: 12px;
    cursor: pointer;
    background: url(../images/new/arrow-close.png) no-repeat;
}
.active .icon{
    background: url(../images/new/arrow-open.png) no-repeat;
}
.downlist{
    margin-left: -10px;
    display: none;
}
.downlist > li{
    padding-left: 20px;
    font-size: 14px;
    line-height: 50px;
    background: #f2f6fb;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.downlist > li.current{
    background: #e6edf7;
    color: #0054bf;
}
.right-content,.search-right-content .flag-help > .title{
    font-size: 28px;
    line-height: 60px;
    border-bottom: 1px solid #c6d0dd;
}
.flag-help .paper .list {
    padding-bottom: 45px;
    overflow: hidden;
}
.flag-help .paper .list li {
    position: relative;
    /* border-bottom: 1px solid #ececec; */
}
.flag-help .paper .list li .title {
    height: 64px;
    font-size: 14px;
    margin-left: 50px;
    line-height: 64px;
    overflow: hidden;
    text-indent: 52px;
    background: url("../images/new/question.jpg") no-repeat left center;
    cursor: pointer;
}
.flag-help .paper .list li .info-box{
    /* display: none; */
    padding:20px 55px 20px 50px;
    /* margin-left: 50px; */
    /* background: #f5f8fc; */
}
.flag-help .paper .list li .info {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    padding-left: 50px;
    overflow: hidden;
    background: url("../images/new/answer.jpg") no-repeat left 0px;
}
.flag-help .paper .list li .icon {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 28px;
    z-index: 5;
    width: 19px;
    height: 12px;
    cursor: pointer;
    background: url("../images/icon/arrow-close.jpg") no-repeat;
}
.flag-help .paper .list li.active .icon {
    background: url("../images/icon/arrow-open.jpg") no-repeat;
}
.flag-help .paper .list.jq-help-list {
    /* display: none; */
}
.flag-help .paper .list.jq-help-list .pic {
    margin: 15px 0;
}
.flag-help .paper .list.jq-help-list .pic img {
    width: 100%;
    height: auto;
}
.flag-help .paper .list.jq-help-list .stress {
    font-weight: bold;
}
.margin-top{
    margin-top: 25px;
}
.blue{
    color: #0054bf;
}
.search-input-box {
    position: absolute;
    width: 750px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    line-height: normal;
}
.input-suffix{
    width: 65px;
    height: 100%;
    text-align: center;
    position: absolute;
    cursor: pointer;
    left: auto;
    top: 0;
    right: 0;
    z-index: 1;
}
.search-input{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 1.5;
    padding: 4px 7px;
    padding-right: 65px;
    font-size: 17px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
}
.icon-search{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 12.5px;
    background: url(../images/icon/search.png);
    background-repeat: no-repeat;
    line-height: 1;
    vertical-align: -.125em;
    text-align: center;
}
.highlights-text {
    color: #ff0000 !important;
}
.no-search-result {
    padding: 50px;
    color: #333;
    background-color: #f6f6f6;
    
}
.search-result-item {
    margin-top: 30px;
}
.search-result-item > h3 {
    color: #0054bf;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.search-result-item  > p {
    margin: 0;
    font-size: 14px;
    color: #808080;
}
.no-search-result h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.no-search-result  > p {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 6px;
}
.icon-tishi{
    display: inline-block;
    width:24px;
    height:24px;
    background: url(../images/icon/tishi.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.red{
    display: inline-block;
    font-size: 18px;
    color: red;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
}
.wx-guide {
    width: 100%;
}