﻿.box-wrap{
 margin-top:50px;
 padding: 0px 0 60px;

  
}
.pmain_l{
    float: left;
    width: 260px;
    background-color: #ffffff;
    margin-right:20px;
	 border: 2px solid #089be8;
	 	margin-bottom:20px;
}
.pmain_l h1{
    
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    background-color: #089be8;
    padding: 5px 10px;
    text-align: center;
}
.menu-cen, .contact-cen {
    width: 250px;
    height: auto;
	overflow:hidden;
    padding: 10px 0;
    /* border: 2px solid #2f6ec5; */
    background-color: #FFF;
}
.pmain_l a{      
width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: ΢���ź�;
    float: left;
    display: inline;
    padding-left: 30px;
    cursor: pointer;
    margin: 5px 15px;
    background: url(../images/column-menu-list-li.jpg) left top no-repeat;
}

	
.pmain_l a.on{
        background: url(../images/column-menu-list-li.jpg) no-repeat left bottom;
		color:#fff
}


	
.pmain_r{
    float: right;
    width: 840px;
    background-color: #ffffff;
    border: 1px #e4e2e2 solid;
		padding-bottom:20px;
}
.pmain_r .bt{
    border-bottom: 2px solid #eeeeee;
    padding: 15px 10px 10px 30px;
    height: 40px;
    line-height: 40px;
}
.pmain_r .bt h1{
    float: left;
    font-size: 18px;
    color: #0a55a0;
}
.pmain_r .bt > span{
    float: right;
    color: #666;
}
.pmain_r .bt > span > span{
    color: #838fa8;
}
.pmain_r .bt > span a{
    color: #333;
}
.pmain_r .bt > span a:hover{
    color: #0b8575;
}	

.pmain_r .list{
    margin-top: 10px;
}
.pmain_r .list ul{
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.pmain_r .list ul li{
	width:95%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    position: relative;
    padding-left: 25px;
    border-bottom:1px dashed #cccccc;
}
.pmain_r .list ul li a{
    color: #333;
}
.pmain_r .list ul li a:hover{
    color: #0b8575;
}
.pmain_r .list ul li span{
    float: right;
    color: #999;
}
.pmain_r .list ul li i{
    display: block;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
	border-radius:50%;
    background: #2e8889 url(../img/newbg.png);
    margin-top: -3.5px;
	
    
}



.pmain_r .content{
    margin-top: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.pmain_r .content .title{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
     color: #0a55a0;
    line-height: 1.7;
}
.pmain_r .content .info{
    font-size: 13px;
    text-align: center;
    color: #999;
    line-height: 1.7;
    margin-top: 5px;
}
.pmain_r .content .body{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}