*{padding: 0;margin: 0;list-style: none;}
body {
    font-family: "Î¢ÈíÑÅºÚ";
}

.wip_col_bg {
    width: 100%;
}

.wip_locat_bg {
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    border-bottom: 1px solid #d2d2d2;
}

.wip_locat {
    width: 1200px;
    margin: auto;
    color: #454545;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.content {
    width: 1200px;
    margin: 30px auto;
    border: 1px solid #d2d2d2;
    min-height: 770px;
    box-sizing: border-box;
    padding: 50px 100px;
}
/*   zuo       */

.wip_col {
    width: 1200px;
    margin: 30px auto;
    box-sizing: border-box;
    min-height: 770px;
    display: flex;
}

.wip_col_left {
    width: 300px;
    min-height: 770px;
    background: #efefef;
}

.wip_col_top {
    width: 300px;
    height: 58px;
    line-height: 58px;
    background: #6e9ef4;
    text-indent: 42px;
}

.wip_col_top p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 58px;
}

.tab_con_title {
    margin-top: 12px;
}

.co_list_li {
     /* line-height: 45px; */
   /* text-indent: 45px; */
    background: url(/images/9862/font_col.png) no-repeat 30px center;
    font-size: 17px;
    padding: 11.5px 15px 11px 45px;
}

.co_list_li a {
    color: #000000;
    line-height: 1.5;
}

.co_list_li:hover {
    background:#b6ccec url(font_col_hover.png) no-repeat 30px center;
}

.co_list_li:hover .tab_con_a {
    color: #1d79cc;	
}

.title_tab_hover{
	background:#b6ccec url(font_col_hover.png) no-repeat 30px center;
}

.title_tab_hover .tab_con_a{
	color: #1d79cc;	
}


.rt_list {
    width: 870px;
    height: auto;
    min-height: 770px;
    margin-left: 30px;
    background: #f9f9f9;
    border: #dedede 1px solid;
    padding: 5px 20px 0px 20px;
    box-sizing: border-box;

}
.rt_cont{margin-top: 12px;padding-bottom: 16px;}
.rt_cont li a{
    font-size: 17px;
}

.rt_cont li {
    line-height: 45px;
    border-bottom: #e8e8e8 1px dashed;
}

.rt_cont li p {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #3e97df;
    border-radius: 50%;
    margin: 0 10px 2px 0;
}

.rt_cont li a {
    color: #333333;
}

.rt_cont li span {
    color: #999999;
    float: right;
}