/*
   本页样式为帮助中心首页
*/

.content{
    padding: 20px 0;
    background: #f1f4f4;
}

/*******************左侧导航 开始*******************/
/*由公共部分提供*/
/*******************左侧导航 结束*******************/

/*******************右侧内容 开始*******************/

.content-right{
    padding: 40px 50px 70px;
    overflow: hidden;
    background: url("/Tpl_2016/images2016/customercenter/customercenter-bj.jpg") no-repeat top left #fff;
}

/*搜索条*/
.cr-search{
    margin: 0 50px;
    border: 2px solid #2086ee;
    font-size: 0;
    background: #fff;
}
/*下拉框*/
.cr-search select{
    float: left;
    padding-left: 20px;
    width: 80px;
    height: 46px;
    line-height: 46px;
    background: #f1f1f1;
    font-size: 14px;
    color: #636363;
    border: none;
    vertical-align: top;
}
/*输入框*/
.cr-search input{
    padding-left: 10px;
    width: 71%;
    *float: left;
    height: 46px;
    line-height: 46px;
    background: #fff;
    font-size: 14px;
    color: #b0b0b0;
    border: none;
}
/*按钮*/
.cr-search button{
    float: right;
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #2086ee;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
}

/*标签*/
.cr-search-list{
    padding: 8px 0 20px 50px;
}
.cr-search-list li{
    float: left;
    padding-right: 36px;
}
.cr-search-list li a{
    font-size: 14px;
    color: #747474;
}
.cr-search-list li a:hover {
    color: #666;
    text-decoration: underline;
}
/*常见问题*/
.cr-question{
    padding-top: 30px;
}
.cr-question .cr-title{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-indent: 28px;
    position: relative;
}

.cr-question .cr-icon1{
    background: url('../../newimages/default/question_icon1.gif') no-repeat left 7px;
}
.cr-question .cr-icon2{
    background: url('../../newimages/default/question_icon2.gif') no-repeat left 7px;
}
.cr-question .cr-icon3{
    background: url('../../newimages/default/question_icon3.gif') no-repeat left 7px;
}
.cr-question .cr-icon4{
    background: url('../../newimages/default/question_icon4.gif') no-repeat left 7px;
 }
.cr-question .cr-icon5 {
    background: url('../../newimages/default/question_icon5.gif') no-repeat left 7px;
}
.cr-question .cr-icon6 {
    background: url('../../newimages/default/question_icon6.gif') no-repeat left 7px;
}
.cr-question .cr-icon7 {
    background: url('../../newimages/default/question_icon7.gif') no-repeat left 7px;
}
.cr-question .cr-icon8 {
    background: url('../../newimages/default/question_icon8.gif') no-repeat left 7px;
}
.cr-question .cr-title .more{
    position: absolute;
    right: 20px;
    font-family: '宋体';
    font-size: 12px;
    font-weight: normal;
}

.cr-question .cr-question-list{
    overflow: hidden;
    zoom: 1;
    padding-top: 6px;
}
.cr-question .cr-question-list li{
   padding: 8px 26px 0;
    float: left;
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    list-style-type: decimal-leading-zero;
}

/*******************右侧内容 结束*******************/

@media screen and (max-width: 1206px) {
    .content-right{
        padding: 40px 20px 70px;
    }
    /*搜索条*/
    .cr-search{
        margin: 0;
    }
    /*下拉框*/
    .cr-search input{
        width: 69%;
    }
    /*标签*/
    .cr-search-list {
        padding: 8px 0 20px 0px;
    }
    /*相关问题*/
    .cr-question .cr-question-list li{
        width: 290px;
    }
}

/***********IE6-8 responsed START*************/
.desktop .content-right{
    padding: 40px 20px 70px;
}
/*搜索条*/
.desktop .cr-search{
    margin: 0;
}
/*下拉框*/
.desktop .cr-search input{
    width: 69%;
}
/*标签*/
.desktop .cr-search-list {
    padding: 8px 0 20px 0px;
}
/*相关问题*/
.desktop .cr-question .cr-question-list li{
    width: 290px;
}

/***********IE6-8 responsed END*************/
