﻿.H_Title {
margin: 80px 0 40px;
text-align: center;
font-size: 40px;
color: #000;
}
/*左侧标签页*/
.leftAside {
padding-left: 0;
list-style: none;
float: left;
font-size: 20px;
}

.leftAside li {
width: 230px;
}

.leftAside li a {
line-height: 75px;
height: 75px;
width: 100%;
color: #000;
text-align: left;
cursor: pointer;
display: inline-block;
text-decoration: none;
}

.leftAside > li.active > a,
.leftAside > li > a:hover { /*菜单选项被选中的颜色和鼠标移上去的背景颜色及字体颜色*/
text-decoration: none;
color: #2771fa;
}

.rightContent {
margin-left: 280px;
color: #000;
min-height: 650px;
text-align:left;
}

.r_title1 {
    color: #2771fa;
    font-size: 20px;
    margin-bottom:20px;
}
.r_p {
    color: #696969;
    font-size:16px;
    margin:20px 0;
}
.r_title2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}
.t_table > .table >thead>tr>th{
    text-align:center;
}
.t_table > .table > tbody > tr > td:nth-child(2n+1) {
    vertical-align:middle
}
.t_table > .table > tbody > tr > td:nth-child(2n) {
    white-space: nowrap;
}
.td_list{

}
.td_list li {
    height: 35px;
    line-height: 35px;
    list-style: disc;
    list-style-position:inside;
}
.t_table2 > .table > tbody > tr > td:first-child {
    white-space: nowrap;
}
.t_table2 > .table > tbody > tr > td {
    vertical-align: middle;
}