.current_box {
    min-width: 1280px;
    width: 100%;
    padding-bottom: 40px;
    overflow: hidden;
}

.current {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.current_left {
    width: 220px;
    height: 40px;
    float: left;
}

.weizhi {
    font-size: 13px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.weizhi i {
    color: #395182 !important;
}

.weizhi span a {
    color: #395182 !important;
}

.biaowei {
    font-size: 12px !important;
    margin-right: 5px;
    color: #395182;
}

.profile {
    width: 220px;
    height: 85px;
    background-color: #2a66ab;
    line-height: 85px;
    text-align: center;
}

.profile span {
    font-size: 24px;
    color: #fff;
}

.current_left ul {
    width: 220px;
    height: auto;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
}

.current_left ul li {
    width: 218px;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.current_left ul li:hover {
    background-color: #e8f5fe;
}

.current_left ul li a {
    width: 218px;
    height: 85px;
    display: block;
    color: #000;
    font-size: 15px;
   padding-left: 20px;
}

.current_left ul li span {
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent #2a66ab;
    position: absolute;
    top: 33px;
    right: 20px;
    display: none;
}

.current_border {
    border-left: 2px solid #2a66ab !important;
}

.current_span {
    display: block !important;
}

.current_a {
    color: #2a66ab !important;
}

.current_right {
    margin-top: 40px;
    width: 1200px;
    height: auto;
}

.current_right>div {
    display: none;
}

.current_block {
    display: block !important;
}

.current_diva {
    width: 1200px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
}

.head_title {
    width: 1040px;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 20px;
}

.head_title div {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.head_title p {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.content_p {
    padding-top: 20px;
    width: 1000px;
    min-height:300px;


    text-align: justify;/*都得有这个*/
    text-justify: distribute;/*火狐中必须有这个*/
    text-justify:inter-ideograph;/*ie中必须有这个*/
}

.content_p p {
    line-height: 30px;
    font-size: 16px;

}

.content_p a {color:#000;}
.content_p a:hover{color:#FF0000;}

.fx {
    width: 920px;
    margin-top: 30px;
}

.fx div {
    width: 920px;
    height: 30px;
}

.fx div p {
    width: 100px;
    float: right;
}

.fx div p a {
    color: green;
    margin-left: 5px;
}
