.wrapper {
    width: 100%;
    background: url(/uploads/image/images/trs_xxgk_bcg1.jpg) no-repeat;
    /* background-size: 100%; */
}

body {
    min-height: auto;
    background: #f7f7f7;
}

.logo {
    position: relative;
    padding-top: 15px;
    margin-top: 0;
    width: 1100px;
}

.homelink {
    position: absolute;
    right: 0;
    top: 48px;
}

.homelink a {
    font-size: 16px;
    color: #000000
}

.wrapper_content_title {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: #2d66a5;
    margin-top: 70px;
    margin-bottom: 110px;
}

.wrapper_msg_content {
    width: 1100px;
    margin: 0 auto;
    background: #f2f2f2;
    padding-top: 78px;
}

.wrapper_left_menu {
    padding-left: 35px;
    width: 240px;
}

.wrapper_left_menu ul {
    width: 240px;
}

.search_input {
    width: 1100px;
    display: flex;
    justify-content: center;
    margin-bottom: 96px;
    align-items: center;
}

.search_input input {
    width: 512px;
    height: 46px;
    background: #ffffff;
    border: 2px solid #0f5a9b;
    border-radius: 10px;
}

.search_input img {
    position: relative;
    left: -54px;
    cursor: pointer;
}

.wrapper_left_menu li img {
    display: none;
}

.wrapper_left_menu li {
    position: relative;
    width: 242px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wrapper_left_menu li .default_pic {
    display: block;
}

.wrapper_left_menu .active_img .default_pic {
    display: none;
}

.wrapper_left_menu .active_img .act_pic {
    display: block;
}

.wrapper_left_menu ul li:hover {
    animation: myfirst 0.5s ease-in-out;
}

@keyframes myfirst {
    0% {
        top: 0 !important;
    }

    20% {
        top: -8px !important;
    }

    40% {
        top: 0 !important;
    }

    60% {
        top: -6px !important;
    }

    80% {
        top: -1px !important;
    }

    90% {
        top: -3px !important;
    }

    100% {
        top: 0 !important;
    }
}

.wrapper_right_menu_content {
    width: 771px;
    background: #fff;
    margin-right: 36px;
    margin-bottom: 38px;
}

.wrapper_right_menu_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2d66a5;
    margin-top: 45px;
    margin-bottom: 34px;
}

.wrapper_item_content {
    display: none;
}

.active_con {
    display: block;
}

.wrapper_right_menu_text {
    padding: 0 54px 0 64px;
    text-indent: 2em;
}

.wrapper_right_menu_text {
    line-height: 30px;
    margin-bottom: 32px;
}

.wrapper_right_menu_text_title {
    font-size: 22px;
    font-weight: 600;
    padding: 0 54px 0 64px;
    letter-spacing: 1.4px;
    margin-bottom: 35px;
}

.wrapper_right_menu_text p span {
    font-weight: 600;
}

.right_menu_content {
    height: 990px;
    overflow-y: auto;
    margin-right: 15px;
}

/* 滚动条整体 */
.right_menu_content::-webkit-scrollbar {
    width: 10px;
    height: 990px;
    border-radius: 5px;
}

/* 两个滚动条交接处 -- x轴和y轴 */
.right_menu_content::-webkit-scrollbar-corner {
    background-color: transparent;
}

/* 滚动条滑块 */
.right_menu_content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #2d66a5;
    height: 80px;
}

/* 滚动条轨道 */
.right_menu_content::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f2f2f2;
}

/* 滚动条两端按钮 */
.right_menu_content::-webkit-scrollbar-button {}

.five_con {
    height: 990px;
    overflow-y: auto;
}

.five_con ul {
    margin: 5px 28px 0 31px;
}

.five_con ul li {
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #ededed;
}

.menu_date {
    background: #fff;
    margin-top: 6px;
    display: none;
}

.active_img .menu_date {
    display: block;
}

.menu_tree {
    display: none;
    background: #fff;
    margin: 12px 0;
    padding: 3px 0;
}

.menu_one_level_item {
    background: #e6f5ff;
    margin-bottom: 4px;
}

.menu_one_level_item:last-child {
    margin-bottom: 0;
}

.menu_one_level_item p {
    padding: 10px 0;
    padding-left: 50px;
    background: url(/uploads/image/images/add.png) no-repeat;
    background-position: 34px 17px;
}

.shrink p {
    padding: 10px 0;
    padding-left: 50px;
    background: url(/uploads/image/images/trs_expand.png) no-repeat;
    background-position: 34px 17px;
}

.menu_four_level_item h5 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 10px 100px;
    background: url(/uploads/image/images/level_tree_li_bcg.png) no-repeat;
    background-position: 88px 17px;
}

.menu_two_level, .menu_three_level, .menu_four_level {
    display: none;
}

.active_img .menu_tree {
    display: block;
}

.menu_two_level {
    background: #fff;
}

.menu_three_level_item h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 10px 82px;
    background: url(/uploads/image/images/add.png) no-repeat;
    background-position: 66px 17px;
}

.menu_two_level_item span {
    display: inline-block;
    padding: 10px 0 10px 68px;
    background: url(/uploads/image/images/add.png) no-repeat;
    background-position: 52px 17px;
}

.shrink_two span {
    display: inline-block;
    padding: 10px 0 10px 68px;
    background: url(/uploads/image/images/trs_expand.png) no-repeat;
    background-position: 52px 17px;
}

.shrink_three h4 {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 10px 82px;
    background: url(/uploads/image/images/trs_expand.png) no-repeat;
    background-position: 66px 17px;
}

.active_f {
    color: #2d66a5;
}

.leafnode h4 {
    display: inline-block;
    background: url(/uploads/image/images/level_tree_li_bcg.png) no-repeat;
    background-position: 68px 17px;
}

.leafnode span {
    background: url(/uploads/image/images/level_tree_li_bcg.png) no-repeat;
    background-position: 52px 17px;
}

.menu_date p {
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.shrink p {
    color: #2d66a5;
}

.date_active {
    background: #e6f5ff;
}

.con3_table_con {
    margin: 30px 29px 0;
}

.con3_table_con table {
    width: 100%;
}

.con3_table_con table tr th {
    font-size: 20px;
    border-bottom: 2px solid #0f5a9b;
    padding-bottom: 17px;
}

.con3_table_con table tr td {
    padding: 15px 0 17px 0;
    font-size: 15px;
}

.con3_table_con table tr:nth-child(odd) {
    background: #eeeeee;
}

.con3_table_con table tr:nth-child(1) {
    background: none;
}

.con3_table_con table tr td {
    text-align: center;
    font-family: simsun;
}

.td_title {
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 17px;
}

.con3_table_con table tr td p {
    text-align: left;
}

.downloadtxt, .downloadpic {
    color: #333;
}

.downloadpic {
    margin-left: 29px;
}

.td_date {
    color: #5d89b6;
}

.td_title, .td_date {
    margin-left: 30px;
}

.table_pager {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
/* 
.table_pager .list-pager span {
    color: #333333;
    font-size: 14px;
}

.table_pager .list-pager input {
    width: 48px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
}

.table_pager .list-pager button {
    width: 48px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    cursor: pointer;
} */

.wrapper_item_con4_ul {
    margin: 5px 28px 0 31px;
}

.wrapper_item_con4_ul li {
    height: 58px;
    border-bottom: 1px solid #ededed;
    line-height: 58px;
    padding: 0 20px 0 13px;
}

.wrapper_item_con4_ul li span:nth-child(2) {
    color: #a3a3a3;
    float: right;
}

.list-pager .active {
    background: #0f5a9b;
    color: #fff !important;
}

.ul_con4 {
    margin-top: 40px;
}

.wrapper_con4 {
    margin: 17px 29px 0 30px;
}

.wrapper_con4_btn {
    border-bottom: 1px solid #ededed;
}

.wrapper_con4_btn button {
    width: 119px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #2d66a5;
    border: none;
    font-size: 18px;
}

.wrapper_con4_ul {
    margin-top: 10px;
    
    
}
.wrapper_con4_ul ul{
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.wrapper_con4_ul li {
    line-height: 45px;
    background: url(/uploads/image/images/level_tree_li_bcg.png) no-repeat;
    padding-left: 20px;
    background-position: 5px;
    padding-right: 20px;
}

.wrapper_con4_ul li span:nth-child(3) {
    color: #a3a3a3;
}

.wrapper_con4_ul li a {
    display: flex;
    justify-content: space-between;
}

.more_btn {
    display: inline-block;
    width: 91px;
    height: 37px;
    background: #f3f3f3;
    text-align: center;
    line-height: 37px;
}
.more_con{
    text-align: center;
    margin-top: 21px;
}
.list-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.list-pager a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background: #fdfdfd;
    color: #666666;
    margin-right: 11px;
}

.list-pager span {
    display: inline-block;
    height: 31px;
    color: #666;
}

.prev, .next {
    width: 58px !important;
    height: 29px !important;
}

.list-pager .active {
    background-color: #1f61ba;
    color: #fff;
}
.con3_table_con{
    margin: 3px 0 29px 0;
}

.sl {
    margin-right: 11px;
}

.turn {
    position: relative;
    top: 4px;
    margin-left: 11px;
}

.list-pager input {
    width: 35px;
    height: 29px;
    border: 1px solid #cacaca;
    outline: none;
    margin-right: 11px;
}

.list-pager button {
    width: 35px;
    height: 29px;
    background: none;
    outline: none;
    border: 1px solid #cacaca;
    cursor: pointer;
    color: #666;
}