﻿.right_content {
    background: #fff;
}
.table_box {
    border: 2px solid #E9F3FF;
    overflow: auto;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    clear: both;
	overflow-y: hidden; 
}
.table_box .T_header {
    overflow: auto;
    width: 100%;
    text-align: center;
    background: #e9f3ff;
}
.table_box .T_header p {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    color: #7F99BE;
}
.T_mian,
.T_mian ul{
    overflow: hidden;
    width: 100%;
}
.T_mian ul li {
    border-bottom: 2px solid #e9f3ff;
    overflow: hidden;
}
.T_left,
.T_right {
    float: left;
}
.T_left {
    border-right: 2px solid #e9f3ff;
    width: 140px;
    text-align: center;
    background: #FBFDFF;
}
.T_right {
    width: 845px;
    line-height: 2;
    text-align: left;
}
.T_left a,
.T_right a {
    color: #4381C1;
    font-size: 14px;
    line-height: 1;
}
.T_left a {
    line-height: 38px;
}
.T_right a {
    margin: 0 8px;
    text-align: center;
    color: #333;
    line-height: 38px;
}

/*hover*/
.T_right a:hover {
    color: #C30;
}




















