﻿body {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 15px;
    font-family: '微软雅黑';
    /*font-family: 'Arial Normal', 'Arial';*/
    background: url('../images/default/topback.jpg') top no-repeat;
    min-width: 1200px;
 /*filter: grayscale(100%) brightness(100%);*/
}

/*:root {
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #007aff;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.page_top_fix {
    height: 42px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}

.page_all {
    background-color: #F0F2F7;
}

.page_center {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.page_top_date {
    line-height: 42px;
    height: 42px;
    float: left;
}

.page_top_clicknum {
    line-height: 42px;
    height: 42px;
    float: left;
    padding-left: 30px;
    color: #1A3C84;
}

.page_top_work {
    line-height: 42px;
    height: 42px;
    float: right;
}

.page_top_title {
    height: 130px;
    width: 1200px;
    margin: 0 auto;
    background: url('../images/default/2logo.png') left no-repeat;
}

.page_top_search {
    width: 420px;
    height: 42px;
    float: right;
    margin-top: 44px;
}

.page_top_search_area {
    width: 100%;
}

.page_top_search_left {
}

    .page_top_search_left input {
        outline: none;
        height: 40px;
        line-height: 40px;
        width: 348px;
        padding-left: 15px;
        padding-right: 10px;
        font-size: 16px;
        border: none;
        background: url('../images/default/top_input.png') left no-repeat;
    }

        .page_top_search_left input:focus {
            background: url('../images/default/top_input_h.png') left no-repeat;
        }

.page_top_search_right {
    width: 72px;
    border-radius: 0 36px 36px 0;
    text-align: center;
    cursor: pointer;
    background: url('../images/default/top_search.png') center no-repeat;
}

    .page_top_search_right:hover {
        background: url('../images/default/top_search_h.png') center no-repeat;
    }

/*.page_top_search_right img{
        width:20px;
        height:20px;
    }*/


.page_top_nav {
    width: 100%;
    height: 60px;
    background-color: #1A3C84;
}

.page_top_nav_ul {
    line-height: 60px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
}

.page_top_nav_li {
    width: 109px;
    text-align: center;
    /*display:inline-block;*/
    float: left;
    cursor: pointer;
    position: relative;
}

.page_top_nav_ul_select {
    background-color: #0D2C6D !important;
    color: #fff !important;
}

.page_top_nav_li:hover {
    background-color: #eee;
    color: #0D2C6D;
}


.page_top_nav_child {
    display: none;
    position: absolute;
    /*top: 100px;
    left: 100px;*/
    background-color: #fff;
    border: 0px solid #d7d7d7;
    border-top: 0;
    z-index: 10000;
}

    .page_top_nav_child li {
        width: 109px;
        font-size: 14px;
        line-height: 35px;
        color: #666;
        border-top: 1px solid #EDEDED;
        font-weight: normal;
    }

        .page_top_nav_child li:hover {
            background-color: #f2f2f2;
            color: #0D2C6D;
        }

.default_top {
    margin-top: 20px;
    width: 100%;
}

.default_top_left {
    width: 645px;
    background-color: #fff;
    padding: 20px;
    vertical-align: top;
}

.default_top_left_title {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#nav_list .sliding-block {
    background-color: #325DB5;
}

.default_top_left_title_ul {
    height: 45px;
    width: 100%;
}

.default_top_left_title_li, .default_top_left_title_separator {
    float: left;
    font-size: 16px;
}

.default_top_left_title_li {
    font-size: 17px;
    cursor: pointer;
    height: 44px;
}

.default_top_left_title_li_select {
    font-weight: bold;
    color: #325DB5;
    border-bottom: 2px solid #325DB5;
}

.default_top_left_title_separator {
    width: 2px;
    margin: 0 30px;
    margin-top: 3px;
    background-color: #ccc;
    height: 18px;
}


.default_top_left_title_more {
    float: right;
    font-size: 24px;
    letter-spacing: 2px;
    vertical-align: -2px;
    cursor: pointer;
}

.default_top_left_list {
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
}

.default_top_left_list_title {
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    height: 40px;
    padding-right: 43px;
    background: url('../images/default/left_dont.png') no-repeat left;
}

    .default_top_left_list_title a {
        position: relative;
    }

        .default_top_left_list_title a:hover {
            color: #FD4C25 !important;
        }

    .default_top_left_list_title table {
        table-layout: fixed;
        width: 100%;
    }

    .default_top_left_list_title td {
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

.default_top_left_list_title_isnew {
    width: 46px;
    padding-left: 8px;
}

a {
    color: #333;
    text-decoration: none !important;
}

.default_top_left_list_more {
    width: 0;
}

.default_vedio_title {
    border-bottom: 1px dashed #ddd;
}

.default_top_left_list_img {
    height: 68px;
    width: 68px;
    padding: 5px 0 5px 5px;
}

    .default_top_left_list_img img {
        height: 68px;
        width: 68px;
    }

.default_isnew_fixed {
    position: absolute;
    right: -43px;
    top: 2px;
    height: 16px;
    width: 38px;
    background: url('../images/default/1new.png') no-repeat center;
}

.default_isnew {
    display: none;
    height: 16px;
    width: 38px;
    background: url('../images/default/1new.png') no-repeat center;
}

.default_top_right {
    height: 340px;
}

#lb_slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.default_top_right_area {
    width: 535px;
    height: 340px;
    overflow: hidden;
}

.default_top_right_img {
    background-color: #4E75C4;
    height: 340px;
    width: 100%;
    position: relative;
}

    .default_top_right_img img {
        width: 100%;
        height: 100%;
    }

.default_top_right_text {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    padding-left: 10px;
    background-color: rgba(66,66,66,0.5)
}

    .default_top_right_text div {
        width: 295px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

#lb_slider .slick-dots {
    display: inline-block !important;
    right: 0;
    bottom: 10px !important;
    width: 240px;
    text-align: right;
}

    #lb_slider .slick-dots li {
        /*float: right;*/
    }

#lb_slider .slick-next {
    right: 10px !important;
    z-index: 10000 !important;
}

#lb_slider .slick-prev {
    left: 10px !important;
    z-index: 10000 !important;
}

#lb_slider .slick-dots LI {
    z-index: 10000 !important;
}

.slick-next:before {
    content: ">" !important;
}

.slick-prev:before {
    content: "<" !important;
}

#usershow_list .slick-next {
    right: -50px !important;
    z-index: 10000 !important;
}

#usershow_list .slick-prev {
    left: -50px !important;
    z-index: 10000 !important;
}

#usershow_list .slick-next:before {
    content: ">" !important;
    color: #888;
}

#usershow_list .slick-prev:before {
    content: "<" !important;
    color: #888;
}
/*中*/
.default_center {
    width: 100%;
    margin-top: 20px;
}

.default_center_left {
    width: 850px;
    vertical-align: top;
    border-right: 1px solid #31549B;
}

.default_center_top {
    width: 100%;
}

.default_center_top_table {
    width: 100%;
    background-color: #31549B;
}


.default_center_top_img {
    width: 79px;
    height: 50px;
    /*background-color: #F54242;*/
}

/*.default_center_top_img:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-left: 6px solid #F54242;
        position: relative;
        top: 1px;
        left: 100%;
    }*/

.default_center_top_text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    cursor: default;
}

.default_center_top_more {
    width: 60px;
    text-align: right;
    color: #fff;
    padding-right: 15px;
    font-size: 14px;
}

    .default_center_top_more a {
        color: #fff;
    }

.default_center_area {
    padding: 10px 10px 9px;
    /*background-color: #fff;
    border: 1px solid #ddd;*/
    border-top: 0;
}

.default_center_list {
    width: 100%;
    table-layout: fixed;
}

    .default_center_list td {
        border-bottom: 1px dashed #ddd;
    }

.default_center_list_dont {
    width: 30px;
    background: url('../images/default/left_dont.png') no-repeat center;
}

.default_center_list_title {
    width: 656px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    height: 45px;
    padding-right: 43px;
}

    .default_center_list_title a {
        position: relative;
    }

        .default_center_list_title a:hover {
            color: #FD4C25 !important;
        }

.default_center_list_date {
    width: 90px;
    text-align: right;
    color: #4E75C4;
    font-size: 13px;
}

.default_center_center {
    width: 20px;
}

.default_center_right {
    vertical-align: top;
    border-right: 1px solid #31549B;
}

.default_center_work {
    padding: 22px 13px 0;
    /*border: 1px solid #ddd;
    background-color: #fff;*/
    border-top: 0;
}

.default_center_work_area {
    /*background-color: #4E75C4;*/
    /*border-radius: 10px 0;*/
    width: 100%;
    height: 52px;
    margin-bottom: 22px;
    color: #fff;
    cursor: pointer;
    background: url('../images/default/web_back.png') no-repeat left;
}

    .default_center_work_area:hover {
        background: url('../images/default/web_back_h.png') no-repeat left;
    }

.default_center_work_table {
    width: 100%;
    color: #fff;
}

.default_center_work_img {
    width: 50px;
    height: 52px;
    text-align: center;
}

.default_center_work_img1 {
    background: url('../images/default/web1.png') no-repeat center;
}


.default_center_work_img2 {
    background: url('../images/default/web2.png') no-repeat center;
}

.default_center_work_img3 {
    background: url('../images/default/web3.png') no-repeat center;
}

.default_center_work_img4 {
    background: url('../images/default/web4.png') no-repeat center;
}

.default_center_work_img5 {
    background: url('../images/default/web5.png') no-repeat center;
}

.default_center_work_name {
}

.default_center_work_other {
    width: 20px;
    padding-right: 10px;
    background: url('../images/default/webto.png') no-repeat left;
}

.default_center_back {
    background-color: #fff;
    border: 1px solid #ddd;
    vertical-align: top;
    border-top: 0;
}

/*招聘求职*/
.default_center_top_text_ul {
}

    .default_center_top_text_ul li {
        padding: 10px;
        border-radius: 5px 5px 0 0;
        /*display: inline-block;*/
        float: left;
        font-size: 17px;
        font-weight: normal;
        margin-left: 10px;
        cursor: pointer;
    }

.default_center_top_text_select {
    background-color: #fff;
    color: #31549B;
    font-weight: 900 !important;
}

/*会员信箱*/
.mail_area {
    position: relative;
}

.mail_bottom {
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 0 20px 0 0;
    text-align: center;
}

.mail_write {
    display: inline-block;
    /*float: left;*/
}

.mail_back {
    display: inline-block;
}


.mail_btn {
    display: inline-block;
    width: 115px;
    height: 28px;
}

.mail_btn_write {
    background: url('../images/default/sy_hyxx_xx.png') no-repeat right;
    margin: 7px 0px 0px 6px;
}

.mail_btn_back {
    background: url('../images/default/sy_hyxx_hf.png') no-repeat;
    margin: 7px 0px 0px 7px;
}

/*信息查询*/
.default_center_msgseach {
    color: #444;
    margin: 0 15px;
    /*border-bottom: 1px dashed #ddd;*/
    margin-bottom: 11px;
}

.default_center_msgseach_area {
    cursor: pointer;
    height: 52px;
    /*padding: 5px 0;*/
}

    .default_center_msgseach_area:hover {
        color: #fff;
    }

    .default_center_msgseach_area a {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-color: #F2F6FF;
    }

    .default_center_msgseach_area:hover a {
        color: #fff;
        background-color: #3161C2;
    }

    .default_center_msgseach_area:hover .default_center_msgseach_other {
        background: url('../images/default/webto.png') no-repeat left;
    }


.default_center_msgseach_table {
    width: 100%;
}

.default_center_msgseach_img {
    width: 50px;
    height: 52px;
    text-align: center;
}

.default_center_msgseach_name {
}

.default_center_msgseach_other {
    width: 20px;
    padding-right: 10px;
    background: url('../images/default/webto_h.png') no-repeat left;
}

.default_center_back .default_center_msgseach:last-child {
    border: 0;
}

.default_img {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}

.default_center_space {
    height: 20px;
}

/*会员风采*/

.default_center_member {
    padding: 20px 0 0;
}

    .default_center_member li {
        width: 395px;
        height: 280px;
        margin-left: 20px;
        /*display: inline-block;*/
        float: left;
        background-color: #EFEFEF;
        margin-bottom: 20px;
    }

.default_center_member_area {
    width: 346px;
    margin: 0 auto;
    table-layout: fixed
}

.default_center_member_img {
    height: 192px;
    background-size: cover;
}

.default_center_member_name {
    width: 100%;
    padding: 0 10px;
    margin-top: 157px;
    text-align: right;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: rgba(88,88,88,0.3);
    overflow: hidden;
    color: #fff;
}

    .default_center_member_name a {
        color: #fff;
    }

.default_center_member_text {
    font-size: 15px;
    color: #333;
    padding: 20px;
    line-height: 25px;
    height: 90px;
    background-color: #EFEFEF;
}

    .default_center_member_text div {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/*秘书处*/
.default_center_msul {
    margin: 42px 36px;
}

    .default_center_msul td {
        width: 126px;
        height: 168px;
        /*display: inline-block;*/
        font-size: 15px;
        vertical-align: top;
    }

        .default_center_msul td span {
            display: block;
            text-align: center;
            width: 94px;
            padding-top: 20px;
        }

    .default_center_msul div {
        cursor: pointer;
    }

.default_center_msli_lt {
    border-right: 1px dashed #808080;
    border-bottom: 1px dashed #808080;
}

.default_center_msli_rt {
    border-bottom: 1px dashed #808080
}

    .default_center_msli_rt div {
        padding-left: 32px;
    }

.default_center_msli_lb {
    border-right: 1px dashed #808080;
}

    .default_center_msli_lb div {
        padding-top: 42px;
    }

.default_center_msli_rb div {
    padding-left: 32px;
    padding-top: 42px;
}

.default_center_msul li div {
    width: 94px;
    text-align: center;
    line-height: 30px;
    color: #666;
}

.default_center_msimg {
    height: 158px;
    width: 330px;
    /*background-color: red;*/
}


.default_center_msc {
    width: 100%;
    margin: 40px 0;
}

.default_center_msc_img {
    width: 200px;
    height: 140px;
    position: relative;
    cursor: pointer;
}

.default_center_msc_img1 {
    background: url('../images/default/zhb.png') no-repeat center;
}

    .default_center_msc_img1:hover {
        background: url('../images/default/zhb_h.png') no-repeat center;
    }


.default_center_msc_img2 {
    background: url('../images/default/hyfwb.png') no-repeat center;
}

    .default_center_msc_img2:hover {
        background: url('../images/default/hyfwb_h.png') no-repeat center;
    }


.default_center_msc_img3 {
    background: url('../images/default/hyfzb.png') no-repeat center;
}

    .default_center_msc_img3:hover {
        background: url('../images/default/hyfzb_h.png') no-repeat center;
    }


.default_center_msc_img4 {
    background: url('../images/default/xxfwb.png') no-repeat center;
}

    .default_center_msc_img4:hover {
        background: url('../images/default/xxfwb_h.png') no-repeat center;
    }

.default_center_msc_title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    color: #fff;
    cursor: in;
}
/*.default_center_msc_img div{
        cursor:pointer;
    }*/
.default_center_msc_space {
    width: 80px;
}
/*底*/
.page_bottom {
    background-color: #203867;
    /*height: 418px;*/
}

.page_bottom_friend {
    color: #fff;
    width: 1200px;
    text-align: right;
    font-size: 0;
    font-weight: bold;
    padding:25px 0;
}

    .page_bottom_friend li {
        padding: 15px 0;
        display:inline-block;
        margin-left: 30px;
    }

.page_bottom_friend_text {
    text-align: left;
    width: 65px;
}

.page_bottom_friend img {
    width: 380px;
    height: 80px;
}

.page_bottom_web {
    width: 100%;
    font-size: 14px;
}

.page_bottom_web_sel_space {
    width: 120px;
}

.page_bottom_web_sel {
    width: 325px;
    height: 36px;
    background-color: #314873;
    border-color: #4580F3;
    color: #D6E4FF;
}

.page_bottom_line {
    margin-top:40px;
    width:100%;
    height:2px;
    background-color: rgba(40, 98, 221, 1);
}

.page_bottom_text {
    width: 100%;
}

.page_bottom_text_msg {
    padding-top: 20px;
    color: #A7C4FF;
    line-height: 50px;
}

.page_bottom_text_img {
    width: 140px;
    vertical-align: top;
    padding-top: 20px;
}

    .page_bottom_text_img img {
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }

.page_bottom_text_img_text {
    color: #A7C4FF;
    text-align: center;
    font-size: 14px;
}

/*图片样式*/
.msgseach_img1 {
    background: url('../images/default/msg_1.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img1 {
    background: url('../images/default/msg_1_h.png') center no-repeat;
}


.msgseach_img2 {
    background: url('../images/default/msg_2.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img2 {
    background: url('../images/default/msg_2_h.png') center no-repeat;
}


.msgseach_img3 {
    background: url('../images/default/msg_3.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img3 {
    background: url('../images/default/msg_3_h.png') center no-repeat;
}

.msgseach_img4 {
    background: url('../images/default/msg_4.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img4 {
    background: url('../images/default/msg_4_h.png') center no-repeat;
}

.msgseach_img5 {
    background: url('../images/default/msg_5.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img5 {
    background: url('../images/default/msg_5_h.png') center no-repeat;
}

.msgseach_img6 {
    background: url('../images/default/msg_6.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img6 {
    background: url('../images/default/msg_6_h.png') center no-repeat;
}

.msgseach_img7 {
    background: url('../images/default/msg_7.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img7 {
    background: url('../images/default/msg_7_h.png') center no-repeat;
}

.msgseach_img8 {
    background: url('../images/default/msg_8.png') center no-repeat;
}

.default_center_msgseach_area:hover .msgseach_img8 {
    background: url('../images/default/msg_8_h.png') center no-repeat;
}
/*其他页面通用样式*/
.top_back {
    height: 302px;
    width: 100%;
    border-top: 2px solid #0248DE;
}


.top_title {
    font-size: 28px;
    color: #214FB1;
    border-bottom: 1px solid #ddd;
    padding: 40px 0 10px;
}

.table_left {
    width: 300px;
}



.table_right {
    width: 860px;
}

.page_list_area {
    background-color: #fff;
    padding: 30px 20px;
}

.page_list_table {
    width: 100%;
    table-layout: fixed
}

    .page_list_table td {
        background-color: #FAFAFA;
        padding: 0 5px;
        height: 58px;
        border-bottom: 1px dashed #e3e3e3;
        padding-top: 10px;
    }

.page_list_table_icon {
    width: 30px;
}

    .page_list_table_icon div {
        width: 20px;
        height: 32px;
        float: right;
        padding-top: 20px;
        background: url('../images/default/news_left.png') right no-repeat;
    }

.page_list_table_name {
    padding-left: 25px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

    .page_list_table_name a {
        padding-left: 20px;
        background: url('../images/default/news_left.png') left no-repeat;
    }

        .page_list_table_name a:hover {
            color: #FD4C25 !important;
            text-decoration: underline !important;
            /*background: url('../images/default/news_left_h.png') left no-repeat;*/
        }

.page_list_table_date {
    width: 125px;
    color: #808080;
}

/*.page_list_table tr:hover td {
    color: #FD4C25 !important;
}

.page_list_table tr:hover a {
    color: #FD4C25 !important;
}*/

.pages_area {
    text-align: right;
    padding: 20px 0;
}

.pages_ul li {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}


.pages_btn {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background-color: #EAEBEF;
    cursor: pointer;
    border-radius: 5px;
}

    .pages_btn:hover {
        background-color: #2969CB;
        color: #fff;
    }

.pages_disabled {
    background-color: #EAEBEF !important;
    color: #333 !important;
    cursor: no-drop !important;
}

.pages_current {
    background-color: #2969CB;
    color: #fff;
}

.pages_input {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-align: center;
}

.pages_define {
    padding: 0 10px;
    height: 38px;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #2969CB;
    color: #2969CB;
    cursor: pointer;
    border-radius: 5px;
}

.layui-layer-content {
    font-family: 宋体;
}


.layui-layer-title {
    font-family: '宋体';
    background-color: #4176B0 !important;
    color: #fff !important;
}

.layui-layer-ico {
    background: url('../images/x_img.png') no-repeat !important;
}

.layui-layer-setwin {
    top: 12px !important;
}

.layui-layer-btn a {
    font-family: 宋体;
}


.layui-select-title .layui-input {
    color: #D6E4FF;
    background-color: #314873;
}

.layui-form-select dl dd.layui-this {
    background-color: #314873 !important;
}

#page_bottom .layui-input {
    border-color: #4580f3 !important;
}

/*info底部样式*/
.info_enclosure_area {
    background-color: #F5F5F5;
    margin: 30px 0;
}

.info_enclosure_top {
    height: 44px;
    border-left: 5px solid #F64243;
    background-color: #1F479C;
    /*line-height: 50px;*/
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    padding-top: 13px;
}

    .info_enclosure_top img {
        padding-right: 5px;
        vertical-align: -2px;
    }

.info_enclosure_center {
    padding: 10px 50px;
}

.info_enclosure_row {
    /*padding: 0 20px;*/
    /*background: url('../images/dont.png') left no-repeat;*/
    height: 40px;
    line-height: 40px;
}

    .info_enclosure_row a {
        font-size: 15px;
        text-decoration: none;
        line-height: 150%;
    }

        .info_enclosure_row a:hover {
            color: #FD4C25 !important;
        }

.info_about_area {
    border-top: 1px dashed #ddd;
}

.info_about_top {
    color: #013CB2;
    padding: 30px 30px;
    font-weight: 900;
    font-size: 15px;
}

.info_about_center {
    padding: 0 60px;
}

.info_about_row {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .info_about_row a {
        padding-left: 20px;
        background: url(../images/default/news_left.png) left no-repeat;
    }

        .info_about_row a:hover {
            color: #FD4C25 !important;
        }



.tc_tm {
    background-color: rgba(255,255,255,0) !important;
    box-shadow: none !important;
}