

.logo_ad_img{
    /* width: 1200px; */
    width: 100%;
    margin: 0px auto 0;
    background: #70b9e4;
    text-align: center;
}



.wrap{
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
}


/* 选择 */
.sideBar{
    background: #f5f5f5;
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border: 1px solid rgba(204, 204, 204, 0.6);
}
.sideBar .side_tit{

    font-size: 18px;
    background: #3776c3;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.sideBar_out{
    width: 100%;
    text-align: center;
    /* border: 1px solid red; */
    /* padding: 10px 0; */
}

.sideBar_div{
    width: 100%;
}
.sideBar_div .sideBar_div_a{
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.sideBar_div_in{
    display: none;
    background: #e2fbfd;
    /* height: 0; */
    overflow: hidden;
}

.sideBar_div:hover .sideBar_div_a{
    background: rgb(226, 226, 226);
    border-left: 3px solid #3776c3;
    padding-left: 30px;
    transition: padding-left .3s ease-in-out;
    /* margin-left: -3px; */
}

.sideBar_div_in li a{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: block;
    color: #222;    
}

.sideBar_div_in li a:hover{
    color: #dc3023;   
    padding-left: 30px;
    transition: padding-left .3s ease-in-out;
}

.sideBar_div:hover .sideBar_div_in{
    display: block;
    /* height: 99%; */
    /* transition: height 1s ease-in-out; */
}


/* 右侧的内容 */
.cont{

    background: #f5f5f5;

    border-radius: 2px;
    padding-bottom:30px; 
    /* float: right; */
    width: 950px;
    /* border: 1px solid red; */
    /* height: 300px;; */
    margin-left: 250px;
    border: 1px solid #ccc;
    border-top: 2px solid #3776c3;
    font-family: "微软雅黑","Microsoft Yahei",Helvetica,Arial,sans-serif;
}

.cont .cont_text{
    margin-top: 20px;
    width: 91%;
    margin: 20px auto 0;
}

.cont .cont_text h2{

    font-size: 30px;
    font-weight: 800;
    /* margin-bottom: 10px; */
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.cont .cont_text_cm{
    margin-top: 20px;
}
.cont .cont_text_cn{
    margin-top: 40px;
}


.cont .cont_text_cm p{
    margin-top: 15px;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.cont .cont_text_cn p{
    color: #333;
    font-size: 15px;
    line-height: 30px;
    margin:30px 0;
}

.cont .cont_text_cn p em{
    font-size: 17px;
    font-weight: 800;
    color: #000;
    margin-right: 10px;
}
.cont_text_cont h3{
    margin-top: 40px;
    margin-bottom: 10px;
}
.cont_text_cont p{
    line-height: 25px;
    font-size: 15px;
}

.cont_text_qq{
    width: 200px;
    margin-top: 10px;
}


.cont_text_qq img{
    margin-right: 10px;
    width: 36px;
    height: 36px;
}
.cont_text_qq a{
    display: inline-block;
    width: 206px;
    height: 44px;
    line-height: 42px;
    background: #3776c3;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.cont_text_qq a:hover{
    opacity: .8;
    transition: opacity .3s ease-in-out;
}

.cont_text_img{
    width: 100%;
    margin-top: 30px;
}
.cont_text_img img{

    width: 100%;
}



.cont .cont_text_cm h3,
.cont .cont_text_cn h3,
.cont_text_cont h3{
    font-size: 20px;
    color: #3776c3;
}
.cont .cont_text_cm h3::before,
.cont .cont_text_cn h3::before,
.cont_text_cont h3::before{
    display: inline-block;
    width: 5px;
    height: 19px;
    content: "";
    background: #3776c3;
    margin-right: 10px;
    vertical-align: middle;
}



.cont_text_cn th{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    /* background: #eee; */
}
.cont_text_cn th:last-child{
    color: #dc3023;
 /* background: #ccc; */
}

.cont_text_cn td{
    /* background: #eee; */
    color: #555;
}
.cont_text_cn td:first-child{
    font-size: 14px;
    color: #111;
    font-weight: 600;
    /* background: #ccc; */
}









/* ------------ */

.sideBar_theme{
    background: rgb(226, 226, 226);
    /* color: #fff; */
    padding-left: 30px;
    border-left: 3px solid #dc3023;
}

.sideBar_block{
    display: block;
}
.sideBar_block_a{
    padding-left: 30px;
    color: #dc3023!important;
}




