

.logo_ad_img{
    width: 100%;
    background-color: #0E814D;
}

.logo_img_in{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 120px;
}

.logo_img_in p{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    height: 120px;
    line-height: 120px;
}



/* 位置 */
.posit{
    width: 1200px;
    margin: 20px auto 0; 
    height: 30px;
    line-height: 30px;
}

.posit span,
.posit a,
.posit em{
    color: #666;
    font-size: 15px;
}
.posit a:hover{
    color: #dc3023
}




.wrap{
    width: 1200px;
    margin:10px auto 0;
    position: relative;
    min-height: 666px;
}


/* 左侧栏 */
.left_cont{
    position: absolute;
    left: 0;
    top: 0;
}

/* 左侧栏 */
.left_cont{
    position: absolute;
    left: 0;
    top: 0;
}
/* 左边选择项目 */
.select {
    width: 250px;
    margin-right: 20px;
    background: #fff;

}

.select ul {
    border: 1px solid rgba(204, 204, 204, 0.6);
    /* border-bottom: none; */
    background: #fff;
    display: block;
}
.select li{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.select li:first-child{
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    height:35px;
    background: #008C46;
    color: #fff!important;
}



.select li a{
    display: block;
    line-height: 35px;
    height:35px;
}
.select li a:hover{
    background: #f1f1f1;
    padding-left: 30px;
    transition:padding-left  .3s ease-in-out
    /* color: #fff; */
}

.select li a.selc_theme{
    background: #f1f1f1;
    padding-left: 30px;
    color: #dc3023;
}






/* 常见问题 */
.sideBar {
    font-family:HELVETICA;
    width: 250px;
    margin-top: 20px;
}

.sideBar .sideBar_block {
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 40px;
}

.sideBar .sideBar_block_top {
    width: 100%;
    /* border-bottom: 1px solid #008C46; */
    margin-bottom: 10px;
    position: relative;
    padding: 5px 0;
    background: #008C46;
}

.sideBar .sideBar_block_top i{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-image: url("../img/常见问题.png");
    background-size: 28px;
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px;
}

.sideBar .sideBar_block_top h3 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    /* padding-left: 3px; */
    margin-left: 10px;
}

.sideBar .sideBar_block_top a {
    position: absolute;
    right: 5px;
    color: #666;
    /* top: 0; */
    bottom: 5px;
}

.sideBar .sideBar_block_top a:hover {
    color: #dc3023
}

.sideBar ul {
    display: block;
    width: 94%;
    margin: 0 auto;
}

.sideBar ul li {
    width: 100%;
}


.sideBar ul li a::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 9px;
    margin-left: 2px;
    vertical-align: middle;
}

.sideBar ul li a {
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}




/* 右侧内容 */

.content{
    width: 920px;
    margin-left: 280px;
}



/* 搜索 */
.cont_serch{
    width: 100%;
}
.cont_serch input{
    width: 300px;
    height: 38px;
    padding: 5px;
    font-size: 16px;
    color: #333;
    /* border: none; */
    border: 1px solid #DDDDDD;
    border-right: none;
    padding: 0 10px;
    float: left;
}
.cont_serch button{
    background: #008C46 !important;
    color: #fff !important;
    border: 1px solid #008C46 !important;
    font-size: 16px;
    border-radius: 0;
 /* font-weight: 600; */;
}



/* 列表 */
.list,
.help_list{
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 20px 0;
}

.list ul{
    float: left;
    display: block;
    width: 48%
}

.help_list ul{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.list ul:first-child{
    margin-right: 4%;
}


.list ul li,
.help_list ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.list ul li::before,
.help_list ul li::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
    margin-left: 15px;
    vertical-align: 12px;

}



.help_list ul li em{
    font-size: 15px;
    color: #008C46;
    display: inline-block;
    max-width: 135px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 30px;
    height: 30px;
}

.list ul li a,
.help_list ul li a{
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;

    line-height: 30px;
    height: 30px;
    font-size: 15px;
}
.list ul li a{
    width: 410px;
}   

.help_list ul li a{

    width: 730px;
}


.cont1{
    width: 920px;
    margin-left: 280px;
    /* margin-top: 20px; */
    /* width: 100%; */
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 0;
}

.cont1 .cont1_tit{
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.cont1 .cont1_tit i{

    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: url("../img/问题求助.png");
    background-size: 40px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: 3px;
}


.cont1 .cont1_tit h2{
    display: inline-block;
    font-size: 22px;
    width: 94%;
    height: 40px;
    line-height: 40px;
    color: #000;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;


}

.cont1 .cont1_list{
    width: 90%;
    margin: 20px auto 0;
    font-family: "宋体";
    line-height: 30px;
    font-size: 14px;
}


.cont1 .cont1_list p{
    line-height: 30px;
    font-size: 16px;
    margin: 20px 0;
}
.cont1 .cont1_list li{
    font-size: 14px;
    line-height: 27px;
}

.cont1 .cont1_list em{

    color: #dc3023;
}

.cont1 .cont1_list div{
    margin: 20px 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    font-family: '微软雅黑'
}









.page{
    margin-top: 20px;
}










