.mod-cgOrg-title {
    width: 1200px;
    -height: 68px;
    -margin: 14px auto;
    margin: 0 auto;
    -padding: 19px 10px;
    padding: 0 10px;
    box-sizing: border-box;
    background: white;
    display: table;
}

.mod-cgOrg-title__name {
    display: table-cell;
    font-size: 14px;
    color: #AFAFAF;
    width: 74px;
    min-height: 30px;
    border-right: 1px solid #F1F1F1;
    vertical-align: middle;
}

.mod-cgOrg-title__box {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #F1F1F1;
    -width: 1050px;
    position: relative;
}

.mod-cgOrg-title__ul {
    display: inline-block;
    font-size: 0px;
    border-left: 1px solid #DBD9D9;
    border-top: 1px solid #DBD9D9;
    max-width: 969px;
    max-height: 44px;
    overflow: hidden;
}

.mod-cgOrg-title__ul li {
    width: 120px;
    height: 43px;
    float: left;
    cursor: pointer;
    border-right: 1px solid #DBD9D9;
    border-bottom: 1px solid #DBD9D9;
}

.mod-cgOrg-title__ul .tabTitLi {
    font-weight: bold;
    color: #1E3F59;
}

.mod-cgOrg-title .text a {
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
}

.mod-cgOrg-title__textList {
    width: 969px;
    max-height: 20px;
    overflow: hidden;
}

.mod-cgOrg-title__textList a.active {
    font-weight: bold;
    color: #044693;
}

.mod-cgOrg-title__month {
    width: 969px;
    max-height: 20px;
    overflow: hidden;
}

.mod-cgOrg-title__month a {
    display: inline !important;
}

.mod-cgOrg-title__month a.active {
    font-weight: bold;
    color: #044693;
}

.mod-cgOrg-title__more {
    -display: table-cell;
    position: absolute;
    right: 0px;
    top: 10px;
}

.mod-cgOrg-title__more a.more {
    float: left;
    margin-right: 10px;
    height: 22px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    cursor: pointer;
}

.mod-cgOrg-title__more a.active {
    border: 1px solid #044693;
    background: #044693;
    color: white;
}

.mod-cgOrg-title__more #js-wdate-picker-input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 60px;
    height: 22px;
    cursor: pointer;
}

.cgOrg {
    width: 100%;
    font-family: Microsoft Yahei;
}

.cgOrg-banner {
    width: 100%;
    height: 200px;
    background: #ccc;
}

.cgOrg-content-title {
    width: 1200px;
    height: 68px;
    padding: 19px 10px;
    box-sizing: border-box;
    background: white;
    margin: 14px auto;
    display: table;
}

.cgOrg-content-title__name {
    display: table-cell;
    font-size: 14px;
    color: #AFAFAF;
    width: 74px;
    min-height: 30px;
    border-right: 1px solid #F1F1F1;
}

.cgOrg-content-title__ul {
    display: table-cell;
    width: 1050px;
    font-size: 0px;
}

.cgOrg-content-title__ul li {
    display: inline-block;
    width: 260px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.cgOrg-content-title__ul .tabTitLi {
    font-weight: bold;
    color: #1E3F59;
}

.cgOrg-content-title__more {
    display: table-cell;
}

.cgOrg-content-title__more a {
    cursor: pointer;
}

.cgOrg-content-tabCon {
    width: 1200px;
    margin: 0 auto;
    padding: 42px 90px 150px 90px;
    box-sizing: border-box;
    background: white;
    font: 14px/45px "Microsoft Yahei";
    color: #333333;
    line-height: 28px;
}

.cgOrg-content-tabCon h3 {
    text-align: center;
    font: bold 18px/40px "Microsoft Yahei";
    color: #1E3F59;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d7d7d7;
}

.cgOrg-content-tabCon p {
    margin: 0 90px;
}

.cgOrg-content .section p {
    text-indent: 2em;
    padding-bottom: 40px;
}

.cgOrg-list {
    background: white;
    width: 1200px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}

.cgOrg-list-table {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}

.cgOrg-list-table th,
.cgOrg-list-table td {
    height: 54px;
    min-height: 54px;
    vertical-align: middle;
    width: 38%;
    text-align: left;
    padding: 0 20px;
}

.cgOrg-list-table th {
    background: #eee;
    color: #333;
}

.cgOrg-list-table td {
    color: #8a8a8a;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}

.cgOrg-list-table__last {
    text-align: center !important;
    width: 24% !important;
}