/*通用类*/

* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-family: " ";
    background: #fff;
    text-align: justify;
    color: #000;
}
p {
    line-height: 2em;
    padding: 5px 0;
}
h1,
h2,
h3 {
    font-weight: 500;
}

img {
    border: none;
}

a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #0166ba;
}

ul {
    list-style-type: none;
}

em {
    font-style: normal;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input,
textarea {
    font-family: " ";
    outline: none;
}

table {
    border-collapse: collapse;
}

table td,
table th {
    padding: 0;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.line5 {
    font-size: 1px;
    height: 5px;
    width: 100%;
    clear: both;
}

.line10 {
    font-size: 1px;
    height: 10px;
    width: 100%;
    clear: both;
}

.line20 {
    font-size: 1px;
    height: 20px;
    width: 100%;
    clear: both;
}


/*wrapin 主体容器宽度*/

.wrapin {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/*公用CSS 开始*/

.banner {
    height: 363px;
    position: relative;
}

.banner .logo {
    position: absolute;
    left: 50%;
    z-index: 70;
    margin-left: -600px;
    top: 84px;
}

.fl_cglc {
    text-align: center;
}

.fl_cglc .demo {
    height: 300px;
    width: 260px;
    overflow: hidden;
    margin: 0 auto;
}

.banner_advs {
    width: 100%;
    height: 363px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.banner_advs .pics li {
    width: 100%;
    height: 363px;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner_advs .btns {
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 66px;
    z-index: 60;
    text-align: center;
    font-size: 1px;
    position: absolute;
}

.banner_advs .btns span {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 1px;
    background: #fff;
    border-radius: 100%;
    margin: 0 3px;
    cursor: pointer;
}

.banner_advs .btns .hover {
    background: #f00;
}

.nav {
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    height: 56px;
    line-height: 56px;
    background: #0076d0;
    font-size: 18px;
    z-index: 80;
    display: flex;
    justify-content: space-between;
}

.nav a {
    display: block;
    width: 120px;
    height: 56px;
    text-align: center;
    color: #fff;
}

.nav a:hover,
.nav a.hover {
    color: #fff;
    background: #cd171d url("../images/navhover.png") no-repeat bottom center;
}

.footer {
    height: 90px;
    padding-top: 60px;
    line-height: 24px;
    background: #0076d0;
    color: #fff;
}

.footer .ba {
    margin-left: 16px;
    padding-left: 25px;
    background: url("../images/ft_gov.png") no-repeat left center;
}

.footer .btn {
    display: block;
    float: left;
    width: 31px;
    height: 31px;
    margin: 18px 0 0 7px;
}

.footer .btn1 {
    background: url("../images/ft_btn1.png") no-repeat center center;
}

.footer .btn1 img {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 86%;
    margin-top: -169px;
    z-index: 100;
    opacity: 0;
}

.footer .btn1:hover img {
    opacity: 1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.footer .btn2 {
    background: url("../images/ft_btn2.png") no-repeat center center;
}

.footer .btn3 {
    background: url("../images/ft_btn3.png") no-repeat center center;
}

.aside {
    width: 262px;
    float: left;
}

.as_rec {
    margin-bottom: 14px;
}

.as_rec .wp {
    border: 1px solid #d6d6d6;
}

.as_head {
    height: 48px;
    line-height: 48px;
    clear: both;
    background: #0076d0;
    padding: 0 10px 0 22px;
    color: #fff;
}

.as_head .tit {
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    background: url("../images/as_tit.png") no-repeat left center;
}

.as_head a {
    float: right;
    color: #fff;
}

.as_news {
    padding: 12px 18px;
}

.as_news li {
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    padding-left: 20px;
    background: url("../images/hmact_li.png") no-repeat left center;
}

.as_news li a {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.as_flow {
    margin: 15px 0 15px 24px;
    padding: 5px 0;
    background: url("../images/flow.png") repeat-y left top;
}

.as_flow li {
    padding-left: 26px;
    line-height: 36px;
    background: url("../images/flow_li.png") no-repeat left center;
}

.section {
    width: 884px;
    float: right;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
}

.page {
    height: 27px;
    line-height: 25px;
    text-align: center;
    margin: 30px 0;
}

.page a,
.page span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 0 10px;
    margin: 0 2px;
}

.page a:hover,
.page span {
    color: #fff;
    background: #4283ca;
    border-color: #4283ca;
}

.sec_head {
    height: 50px;
    line-height: 50px;
    clear: both;
    border-bottom: 1px solid #d9d9d9;
}

.sec_head .pos {
    float: left;
    padding-left: 20px;
    background: url("../images/now_pos.png") no-repeat left center;
}

.sec_head .pos span {
    color: #0166b6;
}


/*公用CSS 结束*/


/*hm 首页*/

.hm_tt {
    height: 56px;
    border-bottom: 1px solid #d5d6da;
    clear: both;
}

.ht_search {
    float: right;
    height: 26px;
    line-height: 26px;
    margin-top: 15px;
}

.ht_search .tit {
    float: left;
    padding-right: 10px;
}

.ht_search .text {
    width: 125px;
    height: 24px;
    float: left;
    border: 1px solid #ebebeb;
    padding-left: 10px;
}

.ht_search select {
    height: 26px;
    width: 120px;
    border: 1px solid #ebebeb;
    float: left;
}

.ht_search .sub {
    width: 80px;
    height: 28px;
    float: left;
    background: #2378c2;
    color: #fff;
    font-size: 14px;
}

.hm_banner {
    float: left;
    width: 562px;
    height: 380px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.hm_banner li {
    float: left;
    width: 562px;
    height: 380px;
    position: relative;
}

.hm_banner li a {
    display: block;
    width: 562px;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.hm_banner li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm_banner .name {
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: url("../images/bbg60.png");
}

.hm_banner .nm {
    display: inline-block;
    padding-left: 20px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm_banner .btns {
    height: 10px;
    position: absolute;
    right: 15px;
    bottom: 19px;
    z-index: 60;
    font-size: 1px;
}

.hm_banner .btns a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    font-size: 1px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    text-indent: -20px;
}

.hm_banner .btns .selected {
    background: #cd171d;
}

.hm_banner .c_btn {
    width: 32px;
    height: 65px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 60;
}

.hm_banner .pre {
    left: 10px;
    background: url("../images/hb_pre.png") no-repeat center center;
}

.hm_banner .next {
    right: 10px;
    background: url("../images/hb_next.png") no-repeat center center;
}

.hm_stu {
    width: 620px;
    float: right;
}

.hm_stu .head {
    height: 90px;
    text-align: center;
    padding-top: 10px;
}

.hm_stu .t1 {
    height: 44px;
    line-height: 44px;
    font-size: 26px;
    font-weight: bold;
    color: #ed0122;
}

.hm_stu .t1 a {
    color: #ed0122;
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm_stu .t2 {
    height: 32px;
    line-height: 32px;
    width: 50%;
    float: left;
    overflow: hidden;
}

.hm_stu .t2 a {
    color: #0166ba;
}

.hm_stu .title {
    height: 47px;
    line-height: 47px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
}

.hm_stu .title strong {
    float: left;
    color: #606060;
    font-size: 18px;
}

.hm_stu .title span {
    float: left;
    color: #cbd8ec;
    font-size: 16px;
    padding-left: 8px;
}

.hm_stu .title a {
    float: right;
}

.hm_stu ul {
    padding-top: 10px;
}

.hm_stu li {
    height: 36px;
    line-height: 36px;
    clear: both;
    padding-left: 18px;
    background: url("../images/hmact_li.png") no-repeat left center;
}

.hm_stu li span {
    float: right;
    color: #999;
}

.hm_stu li a {
    display: inline-block;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; font-size:16px;
}

.hm_flow {
    width: 260px;
    height: 384px;
    float: right;
    border: 1px solid #d6d6d6;
}

.hmn_head {
    border-bottom: 1px solid #d6d6d6;
    height: 47px;
    clear: both;
    position: relative;
    padding-left: 102px;
}

.hmn_head .tit {
    position: absolute;
    width: 103px;
    height: 55px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 103px;
    left: -1px;
    top: -1px;
    background: url("../images/tit.png") no-repeat top center;
}

.hmn_head span {
    float: left;
    padding-left: 10px;
    line-height: 47px;
    color: #cbcbcb;
    text-transform: uppercase;
}

.hmn_head .more1 {
    float: right;
    margin-right: 10px;
    line-height: 47px;
}

.hmn_head .more {
    display: block;
    float: right;
    width: 70px;
    height: 47px;
    background: url("../images/hmn_more.png") no-repeat center center;
}

.fl_slider {
    margin: 10px 0 10px 24px;
    
    overflow: hidden;
    padding: 5px 0;
    background: url("../images/flow.png") repeat-y left top;
}

.fl_slider li {
    padding-left: 26px;
    line-height: 36px;
    background: url("../images/flow_li.png") no-repeat left center;
}
    .fl_slider li a {
        display: contents;
        font-size: 16px;
    }

    .fl_scroll {
        height: 270px;
        position: relative;
        overflow: hidden;
        padding: 20px 0px;
    }

.fl_scroll li {
    height: 570px;
}

.hm_news {
    width: 447px;
    height: 384px;
    float: left;
    border: 1px solid #d6d6d6;
    margin-right: 20px;
}

.hm_news ul {
    padding: 26px 16px 0 16px;
}

.hm_news li {
    height: 36px;
    line-height: 36px;
    clear: both;
    vertical-align: top;
    padding-left: 20px;
    background: url("../images/hmact_li.png") no-repeat left center;
}

.hm_news li a {
    float: left;
    display: inline-block;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; font-size:16px;
}

.hm_news li span {
    float: right;
    color: #999;
}

.hmad {
    display: block;
    width: 1200px;
    clear: both;
}

.hmad img {
    display: block;
    width: 100%;
    height: auto;
}

.hm_nav {
    width: 262px;
    float: right;
}

.hm_nav a {
    display: block;
    width: 262px;
    height: 85px;
    margin-bottom: 8px;
    color: #fff;
}

.hm_nav .a1 {
    background: url("../images/hm_nav1.jpg") no-repeat left top;
}

.hm_nav .a2 {
    background: url("../images/hm_nav2.jpg") no-repeat left top;
}

.hm_nav .a3 {
    background: url("../images/hm_nav3.jpg") no-repeat left top;
}

.hm_nav dl {
    padding: 20px 0 0 90px;
}

.hm_nav dt {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}

.hm_nav dd {
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px;
}

.hm_nav .ab {
    display: block;
    width: 125px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    padding-top: 52px;
}

.hm_nav .a4 {
    float: left;
    background: url("../images/hm_nav4.jpg") no-repeat top center;
}

.hm_nav .a5 {
    float: right;
    background: url("../images/hm_nav5.jpg") no-repeat top center;
}

.hm_pol {
    height: 375px;
    border: 1px solid #d6d6d6;
}

.hm_pol .head {
    height: 48px;
    line-height: 48px;
    clear: both;
    background: #0076d0;
    padding: 0 30px;
}

.hm_pol .head strong {
    font-size: 18px;
    color: #fff;
    float: left;
}

.hm_pol .head span {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #cbcbcb;
    padding-left: 10px;
}

.hm_pol .more {
    float: right;
    color: #fff;
}

.pol_slider {
    height: 288px;
    margin-top: 36px;
    position: relative;
    overflow: hidden;
}

.pol_slider .s_wrap {
    width: 1120px;
    margin: 0 auto;
    height: 288px;
    position: relative;
    overflow: hidden;
}

.pol_slider li {
    width: 250px;
    height: 288px;
    float: left;
    margin: 0 15px;
}

.pol_slider .photo {
    display: block;
    width: 250px;
    height: 170px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.pol_slider .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pol_slider dt {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.pol_slider .name {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pol_slider dd {
    line-height: 24px;
    font-size: 14px;
    color: #9a9a9a;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pol_slider .c_btn {
    width: 40px;
    height: 170px;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 20;
}

.pol_slider .pre {
    left: 0;
    background: url("../images/pol_pre.png") no-repeat center center;
}

.pol_slider .next {
    right: 0;
    background: url("../images/pol_next.png") no-repeat center center;
}

.fri_links {
    border: 1px solid #d9d9d9;
    padding: 20px 40px 20px 127px;
    position: relative;
    min-height: 30px;
    line-height: 30px;
}

.fri_links .tit {
    position: absolute;
    width: 78px;
    height: 30px;
    background: url("../images/fri_tit.png") no-repeat left center;
    color: #fff;
    padding-left: 10px;
    left: 15px;
    top: 20px;
}

.fri_links a,
.fri_links em {
    float: left;
    margin-right: 10px;
}

.fri_links em {
    color: #999;
}


/*hm 首页*/


/*mien 风采展示*/

.mi_item {
    margin: 40px 23px 0 23px;
    float: left;
    display: block;
    width: 248px;
    height: 272px;
}

.mi_item .photo {
    display: block;
    width: 248px;
    height: 170px;
    position: relative;
    overflow: hidden;
}

.mi_item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mi_item dl {
    height: 89px;
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding: 12px 14px 0 14px;
}

.mi_item:hover dl {
    border-color: #0076d0;
}

.mi_item:hover {
    color: #fff;
    background: #0076d0;
}

.mi_item dt {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.mi_item .name {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mi_item dd {
    line-height: 24px;
    color: #9a9a9a;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    position: relative;
    overflow: hidden;
}

.mi_item:hover dd {
    color: #fff;
}


/*mien 风采展示*/


/*active 工作动态*/

.act_lis li {
    height: 44px;
    line-height: 44px;
    clear: both;
    border-bottom: 1px dashed #d9d9d9;
    vertical-align: top;
}

.act_lis li a {
    float: left;
    padding-left: 20px;
    display: inline-block;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/hmact_li.png") no-repeat left center;
}

.act_lis li span {
    float: right;
    color: #a7a7a7;
    padding-left: 20px;
    background: url("../images/act_date.png") no-repeat left center;
}

.act_head {
    text-align: center;
    border-bottom: 1px dashed #cccaca;
    padding: 20px 0 10px 0;
}

.act_head .t1 {
    line-height: 42px;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

.act_head .t2 {
    height: 34px;
    line-height: 34px;
    color: #737373;
}

.act_article {
    line-height: 1.8;
    font-size: 16px;
}

.act_article {
    padding: 30px;
    line-height: 30px;
    font-family: " ";
}

.act_article img {
    max-width: 100%;
}

.de_share {
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #cccaca;
    border-bottom: 1px dashed #cccaca;
    color: #6f6f6f;
}

.bdsharebuttonbox {
    float: left;
    margin-top: 10px;
}

.de_share .print_a {
    margin-left: 15px;
    padding-left: 30px;
    background: url("../images/print_a.png") no-repeat left center;
}

.de_share .back_a {
    margin-left: 15px;
    padding-left: 30px;
    background: url("../images/back_a.png") no-repeat left center;
}

.de_ot {
    margin: 20px 0;
}

.de_ot li {
    height: 30px;
    line-height: 30px;
    clear: both;
}

.de_ot li a {
    /*display:inline-block;*/
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*active 工作动态*/


/*contact 联系我们*/

.cnt_tp {
    margin: 30px auto 0 auto;
    width: 805px;
}

.cnt_tp .t1 {
    font-size: 40px;
    font-weight: bold;
    color: #0166b6;
    border-bottom: 1px dashed #c3c4c5;
    height: 110px;
    line-height: 72px;
}

.cnt_tp ul {
    float: left;
    margin-top: 18px;
}

.cnt_tp li {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #1a1a1a;
    padding-left: 48px;
}

.cnt_tp .li1 {
    background: url("../images/cnt1.png") no-repeat left center;
}

.cnt_tp .li2 {
    background: url("../images/cnt2.png") no-repeat left center;
}

.cnt_tp .li3 {
    background: url("../images/cnt3.png") no-repeat left center;
}

.cnt_tp .li4 {
    background: url("../images/cnt4.png") no-repeat left center;
}

.cnt_tp dl {
    width: 150px;
    text-align: center;
    float: right;
    padding-top: 30px;
}

.cnt_tp dt {
    height: 130px;
}

.cnt_tp img {
    /*display: block;
	width: 130px;
	height: 130px;
	margin:0 auto;*/
}

.cnt_tp dd {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #606365;
}

.cnt_map {
    display: block;
    width: 827px;
    height: 500px;
    margin: 20px auto 50px auto;
    border: 1px solid #a9a9a9;
}


/*contact 联系我们*/

.vdo_item {
    display: block;
    width: 272px;
    height: 218px;
    float: left;
    margin: 24px 11px 0 11px;
    background: #f4f4f4 url("../images/vdobg.png") no-repeat right bottom;
}

.vdo_item .photo {
    display: block;
    width: 272px;
    height: 166px;
    position: relative;
    overflow: hidden;
}

.vdo_item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vdo_item .name {
    height: 52px;
    line-height: 52px;
    padding-left: 28px;
    display: inline-block;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdo_item:hover {
    color: #fff !important;
    background: #0076d0 url("../images/vdobgh.png") no-repeat right bottom;
}

.honor_item {
    width: 276px;
    height: 230px;
    float: left;
    margin: 25px 9px 0 9px;
    text-align: center;
}

.honor_item .photo {
    display: block;
    width: 276px;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.honor_item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honor_item .name {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #7b7b7b;
}

.honor_item:hover .name {
    border-color: #0076d0;
}


/*sign*/

.sign_head {
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px 0 16px 0;
}

.sign_head dt {
    height: 54px;
    line-height: 54px;
    font-size: 36px;
}

.sign_head dd {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.sg_half {
    width: 420px;
}

.sg_half .in {
    height: 42px;
    line-height: 42px;
    clear: both;
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
}

.sg_half .tit {
    float: left;
    width: 130px;
    padding-right: 5px;
    text-align: right;
    font-size: 16px;
}

.sg_half .tit em {
    color: #f00;
}

.sg_half .text {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cfcdcd;
    border-radius: 5px;
    float: right;
    padding-left: 10px;
    font-size: 16px;
}

.sg_half .ins {
    width: 282px;
    float: right;
}

.sg_half label {
    float: left;
    margin-right: 10px;
}

.sg_half .ra {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.sg_half select {
    width: 282px;
    height: 42px;
    border: 1px solid #cfcdcd;
    border-radius: 5px;
    float: right;
    padding-left: 10px;
    font-size: 16px;
}

.sg_half .kg {
    position: absolute;
    right: 15px;
    top: 0;
    height: 42px;
    line-height: 42px;
    color: #999;
}

.sg_ctrl {
    text-align: center;
    padding-top: 20px;
}

.sg_ctrl .sub {
    display: inline-block;
    width: 140px;
    height: 42px;
    background: #0076d0;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

.sg_ctrl .res {
    display: inline-block;
    width: 140px;
    height: 42px;
    background: #ffbb17;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    color: #3e2c0a;
    margin: 0 15px;
}


/*sign*/

.as_cnt {
    padding-bottom: 10px;
}

.as_cnt .title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #0166b6;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.as_cnt .wp {
    border: 1px solid #d9d9d9;
    background: #e5eff8;
    padding: 10px 20px 20px 20px;
}

.as_cnt a {
    margin-top: 10px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #d9d9d9;
    display: block;
    margin: 10px 0 0 0;
    color: #7c7c7c;
    padding-left: 24px;
    background: #fff url("../images/as_cnt.png") no-repeat right top;
}

.as_cnt a:hover,
.as_cnt a.hover {
    color: #fff;
    background: #0166b6 url("../images/as_cnt.png") no-repeat right bottom;
}


/*网上报名*/

.item-online table td {
    padding: 3px;
    border-bottom: #FFF solid 1px;
    border-right: #fff solid 1px;
}

.item-online input.formstyle {
    display: inline-block;
    width: 77px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: #e8171e;
    border: 0px;
    cursor: pointer;
}


/*录取查询*/

.item-inquiry {
    height: auto!important;
    height: 800px;
    min-height: 800px;
    padding-top: 50px;
    font-size: 14px;
}

.item-inquiry table td {
    padding: 10px 3px;
    border-bottom: #FFF solid 1px;
    border-right: #fff solid 1px;
}

.item-inquiry input.formstyle {
    display: inline-block;
    width: 77px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: #e8171e;
    border: 0px;
    cursor: pointer;
}

.item-inquiry table input.mes_textbox {
    width: 348px;
    height: 35px;
}

.item-inquiry table input.formstyle {
    width: 156px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 5px;
    font-family: " ";
}

.t_c {
    text-align: center
}